:root {
    /* MEMBRANAUTICS */
    --ma-black: #000;
    --ma-white: #FFFFFF;
    --ma-light: #F0F4F6;
    --ma-lightblue: #3C87F3;
    --ma-darkblue: #053162;
    --ma-black-rgb: 0,0,0;
    --ma-white-rgb: 255,255,255;
    --ma-light-rgb: 240, 244, 246;
    --ma-lightblue-rgb: 60, 135, 243;
    --ma-darkblue-rgb: 60, 135, 243;
}
/* 
Thin	   100
ExtraLight 200
Light	   300
Normal     400
Medium	   500
SemiBold   600
Bold	   700
ExtraBold  800
Black      900 */
@font-face {
    font-family: 'NaruSans';
    src: url(../../portal/fonts/narusans-thin.woff2) format('woff2'),
         url(../../portal/fonts/narusans-thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NaruSans';
    src: url(../../portal/fonts/narusans-extralight.woff2) format('woff2'),
         url(../../portal/fonts/narusans-extralight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NaruSans';
    src: url(../../portal/fonts/narusans-regular.woff2) format('woff2'),
         url(../../portal/fonts/narusans-regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NaruSans';
    src: url(../../portal/fonts/narusans-semibold.woff) format('woff'),
         url(../../portal/fonts/narusans-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NaruSans';
    src: url(../../portal/fonts/narusans-bold.woff2) format('woff2'),
         url(../../portal/fonts/narusans-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'NaruSans', sans-serif;
    font-weight: 400;
}
.gral-message {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0.65rem 0;
    color: var(--ma-darkblue);
    display: block;
    text-align: center;
}
.gral-message {
    color: var(--ma-darkblue);
}
.ma-opacity-0 {
    opacity: 0!important;
}
.ma-not-available {
    text-align: center!important;
    color: rgba(var(--bs-body-color-rgb), .65)!important;
    font-size: 22px!important;
    font-weight: 200!important;
    padding: 8px 12px;
}
.ma-not-available-box {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-content {
    width: 100%;
    max-width: 150px;
    height: auto;
    object-fit: scale-down;
    cursor: pointer;
}
.title-content {
    width: 100%;
    max-width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000!important;
}
.title-content a {
    color: #000!important;
    text-decoration: underline;
}
.info-content {
    width: 100%;
    height: auto;
    max-height: 125px;
    font-size: 12px;
    display: block;
    white-space: break-spaces;
    overflow: hidden;
    line-height: 1;
}
.info-content * {
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 1!important;
}
/* section-ma-quality */
.section-space {
    padding: 30px 0;
}
.section-space-top {
    padding: 80px 0 0 0;
}
.section-space-top.blog {
    padding: 50px 0 0 0;
}
.section-space--lg {
    padding: 60px 0 100px 0;
}
.ma-pb-64 {
    padding-bottom: 64px;
}
p {
    color: var(--ma-darkblue);
}
.txt-white,
p.txt-white {
    color: var(--ma-white)!important;
}
p.txt-lightblue {
    color: var(--ma-lightblue);
}
.ma-f32 {
    font-size: 32px!important;
}
.ma-mr48 {
    margin-right: 48px!important;
}
.ma-p50 {
    padding: 12px;
}
.ma-lh1 {
    line-height: 1!important;
}
.ma-lh2 {
    line-height: 2!important;
}
.ma-section-title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 12px;
}
.ma-section-icon {
    width: auto;
    height: 48px;
    line-height: 0;
    object-fit: contain;
}
.ma-section-title {
    color: var(--ma-lightblue);
    font-size: 44px;
    font-weight: 200;
    line-height: 1;
}
.ma-section-title span {
    font-weight: 600;
}
/* section-1 */
.ma-quality-banner {
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.ma-quality-logo {
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.ma-quality-logo.ma-custom {
    width: 380px;
    height: 120px;
    object-fit: contain;
}
/* section-2 */
.ma-distributors-wrapper {
    display: flex;
    flex-direction: column;
    place-items: center;
    width: fit-content;
    margin: 0 auto;
}
.ma-distributors-wrapper h3{
    font-size: 48px;
    line-height: .9;
    color: var(--ma-darkblue);
    font-weight: 200;
    text-align: center;
}
.ma-distributors-wrapper h3 span {
    font-weight: 600;
}
.ma-distributors-wrapper img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}
/* section-3 */
.ma-tab-wrapper,
.ma-tab-wrapper-links {
    display: flex;
    justify-content: start;
    gap: 12px;
    margin-bottom: 12px;
    flex-direction: column;
}
.ma-tab-title {
    color: var(--ma-lightblue);
    text-transform: uppercase;
    font-weight: 700;
    margin: 12px auto;
}
.ma-tab-img {
    width: 100%;
    height: 340px;
    border-radius: 8px;
    object-fit: contain;
}
.ma-tab-img.ma-contain {
    object-fit: contain;
}
.ma-tab-img.ma-cover {
    object-fit: cover!important;
}
.ma-tab-wrapper-links {
    gap: 12px;
    width: 100%;
    max-width: fit-content;
    flex-direction: column;
    justify-content: start;
}
.ma-tab-wrapper-links a.btn {
    width: 100%;
}
/* section-5 */
section.ma-video {
    position: relative;
    width: 100%;
    height: 80dvh;
}
.ma-layout {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--ma-darkblue);
    height: 100%;
    z-index: 1;
    opacity: .7;
}
.ma-poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ma-video-title {
    position: absolute;
    z-index: 3;
    top: -50px;
    left: 0;
    padding: 32px 32px 22px;
    border-radius: 20px;
    margin: 0;
    color: var(--ma-lightblue);
    background-color: var(--ma-white);
}
.ma-video-title h2 {
    font-size: 38px;
    font-weight: 200;
    line-height: 1;
    margin: 0;
}
.ma-video-title h2 span{
    font-weight: 700;
}
.ma-video-container video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}
.ma-btn-play-wrapper {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
}
.ma-btn-play-wrapper .ma-btn-play {
    width: 92px;
    height: 92px;
    --bs-btn-padding-y:0;
    --bs-btn-padding-x:0;
}
.ma-video-container .ma-btn-play img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.ma-btn-play-wrapper  span {
    display: block;
    color: var(--ma-white);
    margin-top: 20px;
    text-transform: uppercase;
}
/* section-6  */
section.ma-faqs {
    background: var(--ma-light);
}
.ma-title {
    color: var(--ma-lightblue);
    font-size: 38px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 12px;
}
.ma-title span {
    font-weight: 600;
}
.tab-content>.tab-pane.product .ma-title {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    margin: 0;
}
/* productos-page --- */
section.ma-page-head {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: var(--ma-darkblue);
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    background: var(--ma-lightblue);
}
.slick-dots li.slick-active button {
    background: var(--ma-darkblue);
}
.ma-img-head-gradient {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.ma-page-head .ma-page-title {
    position: absolute;
    color: var(--ma-white);
    font-weight: 200;
    margin: 0;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -40%);
}
section.ma-page-head .ma-page-title.blog-post {
    white-space: nowrap;
    width: fit-content;
    max-width: 90%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.ma-page-head .ma-page-title span {
    font-weight: 600;
}
.ma-product-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--ma-lightblue);
    padding-bottom: 30px;
}
.ma-product-details {
    width: 100%;
    height: auto;
}
.ma-product-details .ma-product-item>h4 {
    position: relative;
    font-size: 18px;
    color: var(--ma-lightblue);
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 32px;
    margin: 0 0 10px 0;
}
.ma-product-details .ma-product-item>h4::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url(../img/icon-check.png);
    transform: translateY(-50%);
}
.ma-product-details .ma-product-item>h4.icon-key::before {
    width: 26px;
    height: 26px;
    background-image: url(../img/icon-key.png);
}
.ma-product-details .ma-product-item>h4.icon-feature::before {
    background-image: url(../img/icon-feature.png);
}
.ma-product-details .ma-product-item .content {
    margin: 0 0 24px 0;
    height: auto;
    min-height: 50px;
    max-height: unset;
    overflow: auto;
    color: var(--ma-darkblue);
}

.ma-product-details .ma-product-item .content .ma-not-available {
    font-size: 18px!important;
}
.ma-product-details .ma-product-item .content.model {
    min-height: 200px;
    max-height: 300px;
}
.ma-product-details .ma-product-item .content * {
    color: var(--ma-black);
}
.ma-slick-img-container,
.ma-slick-img-container .ma-slick-img-item,
.ma-slick-similar-container {
    width: 100%;
    height: 400px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
}
.ma-slick-img-container .ma-slick-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.ma-slick-img-container .ma-slick-img-item.ma-single-model img {
    position: relative;
    z-index: 1;
    object-fit: scale-down;
}
.ma-slick-img-container .ma-slick-img-item.model img {
    object-fit: cover;
}
/* Mostrar-Img*/
.ma-slick-img-container,
.ma-slick-similar-container {
    display: none;
}
/* Reset-container*/
.ma-slick-img-container.active,
.ma-slick-similar-container.active  {
    display: block;
    width: 100%;
    height: auto;
    border: unset;
    border-radius: unset;
    margin: unset;
    padding: unset;
}

.ma-slick-img-container.active  {
    width: 100%;
    height: auto;
    border: unset;
    border-radius: unset;
    margin: unset;
    padding: unset;
}
.ma-slick-img-container.active .ma-slick-img-item  {
    display: block;
}
.ma-slick-img-container.active .ma-slick-img-item.ma-single-model {
    position: relative;
    height: auto;
    background-image: url('../../portal/img/water.jpg?v=1.0');
    background-position: center center;
}
.ma-single-model-mask {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background: rgba(5, 49, 98, .70);
}
.ma-slick-models-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 48px auto 12px auto;
}
.ma-slick-models-container a.btn {
    width: fit-content;
    border-radius: 10px;
    font-size: 12px;
    padding: 12px 14px;
    line-height: 1.2;
    white-space: break-spaces;
    border: 1px solid #05316266;
}
.ma-slick-models-container a.btn:hover,
.ma-slick-models-container a.btn.active {
    cursor: pointer;
    color: var(--ma-white);
    border: 1px solid #05316266;
    background-color: var(--ma-darkblue);
}
.ma-products-links {
    display: flex;
    justify-content: space-between;
    gap: unset;
}
.ma-products-links a.btn {
    padding: 12px 16px;
}
section.ma-similar {
    overflow: hidden;
    background-color: var(--ma-light);
    height: 80dvh;
}
/* slick-custom */
.ma-slick-similar-container .slick-dots {
    width: fit-content;
    text-align: left!important;
}
.slick-dotted.slick-slider {
    border-radius: 10px;
    border: 1px solid rgba(211, 211, 211, .30);
    background-color: var(--ma-light);
}
.ma-slick-similar-container.slick-slider.slick-dotted {
    border-color: transparent!important;
}
.ma-slick-arrow.btn {
    position: absolute;
    padding: 0 4px;
    height: 28px;
    line-height: 0;
    border: none;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    background: transparent;
    transform: translate(0, -50%);
    transition: all .3s ease-in-out;
}
.ma-slick-arrow img {
    width: auto;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.ma-slick-arrow.btn:first-of-type {
    left: 10px;
}
.ma-slick-arrow.btn:last-of-type {
    right: 10px;
}
.ma-slick-arrow.btn:hover:first-of-type {
    transform: translate(-5px, -50%);
}
.ma-slick-arrow.btn:hover:last-of-type {
    transform: translate(5px, -50%);
}
.ma-slick-arrow.btn:active {
    border-color: transparent;
}
.ma-slick-similar-container.slick-slider.slick-dotted .ma-slick-arrow {
    top: unset;
    bottom: -40px;
    transform: unset;
}
.ma-slick-similar-container.slick-slider.slick-dotted .ma-slick-arrow.btn:first-of-type {
    right: 40px;
    left: unset;
}
.ma-slick-similar-container.slick-slider.slick-dotted .ma-slick-arrow.btn:hover:first-of-type {
    transform: translateX(-5px);
}
.ma-slick-similar-container.slick-slider.slick-dotted .ma-slick-arrow.btn:hover:last-of-type {
    transform: translateX(5px);
}
/* end-slick-custom -----  */
.ma-slick-similar-item {
    width: 250px;
    height: 370px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 12px;
    background-color: var(--ma-white);
}
.ma-slick-similar-item.product {
    display: flex;
    width: auto;
    margin: 12px auto;
}
.ma-slick-similar-item>h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--ma-darkblue);
    text-transform: uppercase;
    min-height: 40px;
}
.ma-slick-similar-item .content {
    width: 100%;
    min-height: 32px;
    padding: 0;
    margin: 10px auto;
    color: var(--ma-darkblue);
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ma-slick-similar-item .content * {
    font-size: 12px;
}
.ma-slick-similar-container .ma-slick-similar-item img {
    width: 100%;
    height: 200px;
    max-height: unset;
    margin: 0;
    object-fit: cover;
    object-position: center;
    border: 1px solid rgba(211, 211, 211, .30);
    border-radius: 4px;
}
.ma-slick-similar-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.ma-slick-similar-head h3 {
    color: var(--ma-lightblue);
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.ma-bg-banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    background-size: cover;
    background-image: url(../img/prod-banner-detail.png);
    background-position-y: center;
}
.ma-bg-banner .ma-layout {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(var(--ma-darkblue-rgb),.75);
}
.ma-bg-banner .ma-container {
    z-index: 1;
}
.ma-bg-banner .ma-title {
    color: var(--ma-white);
    font-weight: 200;
    text-align: left;
}
.ma-bg-banner .ma-title span {
    font-weight: 700;
}
/* blog -----  */
section.ma-blog {
    height: auto;
    min-height: 45dvh;
    padding: 60px 0;
    background-color: var(--ma-light);
}
.ma-search-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: unset;
    margin: 0 0 40px 0;
}
.ma-search-title-wrapper {
    display: flex;
    flex-direction: column;
}
.ma-search-wrapper .search-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--ma-lightblue);
    text-transform: uppercase;
    margin-right: unset;
}
.ma-search-wrapper .ma-search-input {
    --bs-body-color: var(--ma-darkblue);
    --bs-body-bg: var(--ma-white);
    --bs-border-color: var(--ma-white);
    height: 50px;
    padding: 12px 24px;
}
.ma-search-wrapper .ma-search-input.ma-light {
    --bs-body-color: var(--ma-light);
    --bs-body-bg: var(--ma-light);
    --bs-border-color: var(--ma-light);
}
.ma-search-wrapper .input-group-text {
    --bs-body-color: var(--ma-white);
    --bs-tertiary-bg: var(--ma-white);
    --bs-border-color: var(--ma-white);
}

.ma-search-wrapper .input-group-text.ma-light {
    --bs-body-color: var(--ma-light);
    --bs-tertiary-bg: var(--ma-light);
    --bs-border-color: var(--ma-light);
}
.ma-blog-box {
    width: 100%;
    height: auto;
    background-color: var(--ma-white);
    border-radius: 10px;
    margin: 0 0 28px 0;
}
.ma-blog-box .ma-blog-banner, .ma-blog-box .ma-blog-banner.detail {
    width: 100%;
    height: 150px;
}
.ma-blog-box img.photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.ma-blog-box.ma-detail img.photo {
    max-width: 100%;
    max-height: 100%;
}
.ma-blog-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--ma-lightblue);
    letter-spacing: .5px;
    padding: 24px 24px 0;
    text-transform: uppercase!important;
}
.ma-blog-box.ma-detail .ma-blog-title {
    padding: 0;
}
span.ma-blog-date {
    font-weight: 400;
    color: var(--ma-darkblue);
    margin: 0;
}
.ma-blog-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.ma-blog-box.ma-detail .ma-blog-body {
    padding: 24px;
    align-items: start;
}
.ma-return-prev {
    color: var(--ma-darkblue);
    text-decoration: none;
    line-height: 1;
    transform: translateX(0);
    transition: all .3s ease-in-out;
}
.ma-return-prev img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin: 0 12px 0 0;
}
.ma-return-prev:hover {
    transform: translateX(-5px);
}
.ma-blog-body a.btn {
    min-width: 150px;
    margin: 12px auto 0 auto;
}
.ma-blog-content {
    height: auto;
    max-height: 150px;
    overflow: hidden;
    opacity: .9;
    padding: 0;
    pointer-events: none;
    color: var(--ma-darkblue);
}
.ma-blog-content * {
    font-size: 12px!important;
    pointer-events: none!important;
}
/* contact-us */
section.ma-contact-us {
    background-color: var(--ma-light);
}
.ma-contact-head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    margin-bottom: 40px;
}
.ma-contact-head h1{
    font-size: 48px;
    width: 100%;
    font-weight: 200;
    color: var(--ma-lightblue);
}
.ma-contact-head h1 span,
.ma-contact-head p span {
    font-weight: 700;
}
.ma-contact-head p {
    width: 100%;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    text-align: right;
}
.form-control.ma-fcontrol {
    margin-bottom: 16px;
}
/* about */
section.ma-page-head.ma-h90 {
    height: 90dvh;
}
section.ma-page-head .ma-page-title.ma-about {
    top: 40%;
    transform: translate(-50%, -50%);
}

section.ma-page-head img.ma-banner-about {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -40px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: right;
}
section.ma-page-head .ma-page-title.ma-about h1 {
    font-size: 52px;
    font-weight: 200;
    line-height: .9;
    margin-bottom: 24px;
    padding: 0 12px;
}
section.ma-page-head .ma-page-title.ma-about span {
    font-weight: 700;
}
section.ma-page-head .ma-page-title.ma-about p {
    margin: 0;
    color: var(--ma-white);
    font-size: 16px;
    text-align: center;
    padding: 0 12px;
}
.ma-bottom-banner {
    width: 100%;
    height: 200px;
    background-color: var(--ma-light);
    position: relative;
}
.ma-bottom-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.ma-corp-values {
    height: auto;
    background-color: var(--ma-darkblue);
}
section.ma-corp-values .ma-section-title {
    margin: 45px auto 100px auto;
}
.ma-corp-box {
    margin: 0 auto;
}
.ma-corp-box .ma-icon {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 40px;
    background-color: var(--ma-white);
}
.ma-corp-box .ma-icon img {
    width: auto;
    height: 70px;
    object-fit: contain;
}
.ma-corp-box p {
    font-weight: 700;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;
    color: var(--ma-white);
}
.ma-project-box {
    display: flex;
    gap: 26px;
    align-items: start;
    margin: 24px auto;
}
.ma-project-box .ma-icon {
    width: auto;
    height: 190px;
}
.ma-project-box .ma-icon img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ma-info span {
    font-size: 20px;
    color: var(--ma-lightblue);
    font-weight: 600;
}
.ma-info p {
    margin: 10px 0;
}
section.ma-products-container {
    background-color: var(--ma-white);
}
section.ma-products-list {
    width: 100%;
    background-color: var(--ma-light);
    height: auto;
    min-height: 80dvh;
    padding-bottom: 80px;
}
.ma-products-list .nav.nav-tabs {
    background-color: var(--ma-white);
    justify-content: center;
}
.ma-search-wrapper span.ma-small {
    font-weight: 400;
    font-size: 14px;
    color: var(--ma-darkblue);
    line-height: 1;
}
/* footer */
footer {
    width: 100%;
    height: auto;
    color: var(--ma-white);
    background: var(--ma-darkblue);
}
.ma-footer-wrapper,
.ma-footer-grid,
.ma-footer-metodika {
    padding: 24px 12px;
}
.ma-footer-grid .ma-logo {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: fit-content;
    margin: 0 0 12px 0;
}
.ma-foooter-menu {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0;
    display: flex;
}
.ma-foooter-address {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    width: 100%;
}
.ma-foooter-contact {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    width: 100%;
}
.ma-footer-grid .ma-logo img {
    width: auto;
    height: 30px;
    object-fit: contain;
}
.ma-foooter-menu a {
    color: var(--ma-white);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-bottom: 1px;
    line-height: 1;
}
.ma-foooter-menu a:hover {
    color: #6D6D6D;
}
.ma-foooter-menu a.actived {
    font-weight: 600;
    color: var(--ma-lightblue);
    text-decoration: underline;
}
.ma-footer-subtitle {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.ma-foooter-address p {
    color: #F0F4F6;
    font-weight: 300;
}
.ma-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    gap: 16px;
}
.ma-footer-grid .ma-logo img {
    width: auto;
    height: 90px;
    object-fit: contain;
}
.ma-footer-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: space-evenly;
}

.ma-footer-links a, .ma-footer-links p {
    font-family: 'NaruSans', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: fit-content;
    color: var(--ma-white);
    margin: 0;
}
.ma-footer-social-links {
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
}
.ma-icon-link {
    width: fit-content;
    display: block;
    color: #F0F4F6;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 6px;
}
.ma-icon-link img,
.ma-footer-social-links img {
    width: auto;
    height: 18px;
    object-fit: contain;
    display: inline-block;
}
.ma-icon-link img {
    width: 16px;
}
.ma-footer-metodika p, .ma-footer-metodika a {
    color: #6D6D6D;
    font-size: 14px;
    text-align: center;
}
.ma-container-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ma-container-btn .btn {
    width: 100%;
}
.ma-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: unset;
}
@media (min-width: 576px) {
    section.ma-similar {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .ma-product-title {
        font-size: 30px;
    }
    
    .ma-slick-img-container.active .ma-slick-img-item.ma-single-model {
        height: 400px;
    }
    .ma-product-details .ma-product-item .content {
        min-height: 120px;
        max-height: 220px;
        overflow: auto;
    }
    .ma-slick-similar-head {
        padding-bottom: 50px;
    }
    section.ma-similar {
        height: auto;
    }
    .ma-title {
        font-size: 40px;
    }
    .ma-wrapper {
        align-items: end;
        transform: translateX(-5%);
    }
    section.ma-page-head .ma-page-title.blog-post {
        max-width: 50%;
    }
    .ma-blog-title {
        font-size: 22px;
    }
    .ma-tab-title {
        margin: 24px auto;
    }
    .section-space {
        padding: 40px 0;
    }
    .ma-quality-logo {
        width: 100%;
    }
    .ma-distributors-wrapper img{
        width: auto;
    }
    .ma-video-title{
        top: -100px;
        left: 100px;
    }
    .ma-video-title h2 {
        font-size: 48px;
    }
    section.ma-page-head .ma-page-title.ma-about h1 {
        font-size: 36px;
    }
    section.ma-page-head img.ma-banner-about {
        display: none;
    }
    section.ma-page-head .ma-page-title.ma-about {
        top: 200px;
        left: 50%;
        transform: translate(-50%, -40%);
    }
    .ma-section-title-box {
        flex-direction: row;
    }
    .ma-section-title {
        font-size: 48px;
    }
    .ma-slick-similar-head {
        flex-direction: row;
    }
    .ma-contact-head {
        flex-direction: row;
    }
    .ma-footer-grid {
        grid-template-columns: repeat(4, auto);
        align-items: start;
        justify-items: unset;
        gap: 30px;
    }
    .ma-footer-links {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }
    .ma-container-btn {
        gap: 24px;
        flex-direction: row;
        justify-content: center;
    }
    .ma-container-btn .btn {
        width: fit-content!important;
    }
      .ma-footer-wrapper,
    .ma-footer-grid,
    .ma-footer-metodika {
        padding: 24px 0 12px 0;
    }
    .ma-footer-grid .ma-logo img {
        height: 100px;
    }
    .ma-foooter-menu {
        grid-row: 1 / 1;
        grid-column: 2 / 3;
        flex-direction: column;
        width: fit-content;
        gap: 6px;
    }
    .ma-foooter-address {
        grid-row: 1 / 1;
        grid-column: 3 / 4;
    }
    .ma-foooter-contact {
        grid-row: 1 / 1;
        grid-column: 4 / 5;
    }
    .ma-footer-subtitle {
        margin: 0 0 16px 0;
    }
}

@media (min-width: 992px) {
    .ma-product-title {
        font-size: 32px;
    }
    .ma-slick-models-container a.btn {
        width: 200px;
    }
    .ma-blog-box {
        margin: 0 0 28px 0;
    }
    .ma-search-wrapper .search-title {
        margin-right: 16px;
    }
    .ma-search-wrapper {
        margin: 0 0 80px 0;
    }
    .ma-blog-body a.btn {
        margin: auto 0 auto 12px;
    }
    .ma-blog-body {
        padding: 0 24px 24px;
    }
    .ma-quality-logo {
        width: fit-content;
    }
    section.ma-blog {
        min-height: 80dvh;
    }
    .section-space {
        padding: 80px 0;
    }
    .ma-bg-banner.section-space {
        padding: 24px 0;
    }
    .section-space--lg {
        padding: 0;
    }
    section.ma-page-head .ma-page-title {
        font-size: 34px;
    }
    .ma-tab-wrapper,
    .ma-tab-wrapper-links {
        flex-direction: row;
        margin-bottom: 24px;
        align-items: start;
    }
    .ma-tab-wrapper-links a.btn{
        width: fit-content;
        white-space: nowrap;
    }
    .ma-quality-banner {
        width: 100%;
    }
    
    section.ma-page-head .ma-page-title.ma-about h1 {
        font-size: 100px;
    }
    section.ma-page-head img.ma-banner-about {
        display: block;
        width: auto;
        object-position: center;
    }
    span.ma-blog-date {
        margin: 0 0 0 24px;
    }
    .ma-p50 {
        padding: 100px 50px;
    }
    .ma-distributors-wrapper {
        flex-direction: row;
    }
    .ma-footer-grid {
        gap: 80px;
    }
    .ma-products-links {
        justify-content: center;
        gap: 24px;
    }
    .ma-bg-banner .ma-layout {
        background: rgba(var(--ma-darkblue-rgb),.75);
    }
    .ma-search-wrapper {
        flex-direction: row;
    }
    .ma-blog-box.ma-detail .ma-blog-banner {
        width: 100%;
        height: 300px
    }
    .ma-blog-body {
        flex-direction: row;
    }
    .ma-footer-social-links {
        margin-top: 12px;
        gap: 40px;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
    .ma-product-title {
        padding-bottom: 40px;
    }
    .ma-slick-similar-head {
        padding-bottom: 80px;
    }
    .ma-quality-banner {
        width: auto;
    }
    .ma-quality-logo {
        height: 100px;
    }
    .section-space--lg {
        padding: 120px 0 200px 0;
    }
    .ma-title {
        font-size: 48px;
    }
    .ma-bg-banner .ma-layout {
        background: rgba(var(--ma-darkblue-rgb),.30);
    }
    .ma-tab-wrapper, .ma-tab-wrapper-links {
        gap: 12px;
        align-items: start;
    }
    .ma-bg-banner.section-space {
        padding: 60px 0;
    }
    .ma-corp-box .ma-icon {
        width: 125px;
        height: 125px;
    }
    section.ma-page-head .ma-page-title {
        font-size: calc(1.375rem + 1.5vw);
    }
}