.over-hidden {
    overflow: hidden!important;
}

h5,
h6 {
    letter-spacing: 0;
}

.max__category-title h1 {
    color: #000;
    font-size: 56px;
    font-weight: 800;
    line-height: 56px;
    margin: 0 0 12px;
}

.max__category-title p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.max-category {
    background: #F8F8F8;
    padding: 50px 0 95px;
}

.max__category__sales__box-img {
    max-width: 217px;
    position: absolute;
    left: 8px;
    bottom: -23px;
}

.max__category__sales__box-img img {
    width: 100%;
}

.max__category__sales__box-txt h4 {
    color: #FFF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 800;
    line-height: 27px;
    margin: 0;
}

.max__category__sales__box-txt p {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.max__category__sales-box {
    height: 80px;
    border-radius: 8px;
    background: #00BBC7;
    padding: 0 28px;
    position: relative;
}

.max__category__sales-box.quiz-btn {
    background: #00BBC7;
}

.max__category__sales-box:first-child {
    width: calc(100% - 470px);
}

.max__category-sales {
    gap: 35px;
    margin-bottom: 35px;
}

.max__category__sales-box:last-child {
    width: 100%;
    max-width: 435px;
    background: #FFE893;
}

.d-flex {
    align-items: center;
}

.max__category__sales__box-txt {
    margin-left: 210px;
}

.max__category__sales-box:last-child .max__category__sales__box-img {
    left: auto;
    right: 0;
    bottom: -8px;
    max-width: 167px;
}

.max__category__sales-box:last-child .max__category__sales__box-txt {
    margin: 0;
}

.max__category__sales-box:last-child .max__category__sales__box-txt * {
    color: #262626;
}

.max__category__sales-box:last-child .max__category__sales__box-txt h4 {
    font-size: 21px;
}

.max__category-title {
    margin-bottom: 40px;
}

.max__category-banners {
    flex-wrap: wrap;
    align-items: initial;
    gap: 32px;
}

.max__category__banners-box {
    display: flex;
    align-items: center;
    position: relative;
    width: calc(100% / 3 - 22px);
    border-radius: 8px;
    overflow: hidden;
}

.max__category__banners__box-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding: 21px 24px;
}

.max__category__banners__box-img {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.max__category__banners__box__txt-top h3 {
    color: #FFF;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 32px;
    font-weight: 800;
    line-height: 110%;
    max-width: 245px;
    margin: 0px 0 6px;
}

.max__category__banners__box__txt-top p {
    color: #FFF;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
}

.max__category__banners__box-img img {
    width: 100%;
    transition: 1s all ease;
}

.max__category__banners__box__txt-sprow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.max__category__banners__box__txt__sprow-box {
    border-radius: 2px;
    background: #F4DA7A;
    color: #141414;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    padding: 8px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.max__category__banners__box__txt__sprow-box.price-sp {
    background: #FF0064;
    color: #fff;
}

.max__category__banners-box:nth-child(4),
.max__category__banners-box:nth-child(5) {
    width: calc(50% - 16px);
}

.max__category__banners-box:hover .max__category__banners__box-img img {
    scale: 1.05;
}

.innovative-technologies {
    background: #FFF;
    padding: 100px 0;
}

.innovative__technologies-title {
    text-align: center;
    max-width: 715px;
    margin: 0 auto;
}

.innovative__technologies-title h2 {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 57px;
    margin: 0 0 9px;
}

.innovative__technologies-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.innovative__technologies-row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 35px;
}

.innovative__technologies__row-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F9F9F9;
    max-width: calc(50% - 16px);
    padding: 33px 35px 33px 45px;
    gap: 50px;
}

.innovative__technologies__row__box-txt {
    max-width: calc(100% - 140px);
}

.innovative__technologies__row__box-txt h5 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 7px;
}

.innovative__technologies__row__box-txt p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.max__category__sales__box-btn button {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 7px 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: circle, Arial, sans-serif;
    cursor: pointer;
    transition: .2s all ease;
}

.max__category__sales__box-btn {
    margin-left: auto;
}

.max__category__sales__box-btn button:hover {
    background: #fee792;
}

.laboratory-section {
    padding: 80px 0 100px;
    background: #F8F8F8;
}

.laboratorty__section-row {
    align-items: flex-start;
    gap: 40px;
}

.laboratory__section__row-start h4 {
    margin: 0 0 18px;
    color: #00B9BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.laboratory__section__row-start h2 {
    color: #070707;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.laboratory__section__row-end {
    max-width: calc(100% - 340px);
    padding-top: 38px;
}

.laboratory__section__row__end-about p {
    color: #333;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.laboratory__section__row__end-about {
    margin-bottom: 20px;
}

.laboratory__section__row__end-images {
    gap: 30px;
    align-items: initial;
    margin-bottom: 50px;
}

.laboratory__section__row__end__images-start {
    max-width: 660px;
    overflow: hidden;
    border-radius: 8px;
}

.laboratory__section__row__end__images-end {
    max-width: 320px;
    flex-direction: column;
    justify-content: space-between;
}

.laboratory__section__row__end__images-end img {
    border-radius: 8px;
}

.laboratory__section__row__end__images-start img {
    width: 100%;
}

.laboratory__section__row__end-sp {
    gap: 40px;
    align-items: initial;
}

.laboratory__section__row__end__sp-box {
    flex-direction: column;
    gap: 11px;
}

.laboratory__section__row__end__sp__box-top h5 {
    color: #0F0F0F;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin: 0;
    max-width: calc(100% - 75px);
}

.laboratory__section__row__end__sp__box-top {
    gap: 20px;
}

.laboratory__section__row__end__sp__box__top-img {
    width: 55px;
    height: 55px;
    justify-content: center;
    border-radius: 6px;
    background: #CCF1F2;
}

.laboratory__section__row__end__sp__box-bottom p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.product-category {
    padding: 80px 0;
}

.product__category-banner img {
    max-width: 100%;
}

.product__category-banner {
    margin-bottom: 40px;
}

.product__category-filters {
    margin: 40px 0;
}

.product__category-row {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.product__category__row__box-sp {
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 9px;
    min-height: 21px;
}

.product__category__row__box-sp span {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    padding: 3px 6px;
    border-radius: 3px;
    background: #9C3;
}

span.sp-new {
    background: #FC3;
}

.product__category__row-box {
    width: calc(100% / 4 - 23px);
}

.product__category__row__box-img {
    margin-bottom: 20px;
}

.product__category__row__box__txt-title h6 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.17px;
    margin: 0;
}

.product__category__row__box__txt-parameters {
    margin-top: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
}

.product__category__row__box__txt-parameters .product__category__row__box__txt__parameters-rating {
    width: 100%;
}

.product__category__row__box__txt__parameters__rigidity-title p {
    color: #6A6A6A;
    font-size: 13px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: -0.13px;
}

.product__category__row__box__txt__parameters-end p {
    color: #6A6A6A;
    font-size: 13px;
    font-weight: 300;
    line-height: 11px;
    letter-spacing: -0.13px;
}

.product__category__row__box__txt__parameters-rigidity {
    gap: 8px;
}

.product__category__row__box__txt__parameters__rigidity-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product__category__row__box__txt__parameters__rigidity-row span {
    width: 7px;
    height: 7px;
    background: #E6E6E6;
    border-radius: 50%;
    border: 1px solid transparent;
    border-radius: 3.5px;
}

.product__category__row__box__txt__parameters__rigidity-row span:nth-child(1).active {
    border: 1px solid #eb1d82;
    background: #eb1d82;
}

.product__category__row__box__txt__parameters__rigidity-row span:nth-child(2).active { 
    border: 1px solid #EDC543;
    background: #FFD800;
}

.product__category__row__box__txt__parameters__rigidity-row span:nth-child(3).active { 
    border: 1px solid #ab52f6;
    background: #ab52f6;
}

.product__category__row__box-img img {
    width: 100%;
}

.product__category__row__box__txt-price {
    margin-top: 14px;
    justify-content: space-between;
}

.product__category__row__box__txt__price-start p {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.4px;
}

.product__category__row__box__txt__price-end p {
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.product__category__row__box__txt__price-end span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #F06;
    padding: 3px 6px 1px;
}

.product__category__row__box__txt__price-end {
    gap: 9px;
}

.product__category__row__box__txt-links {
    margin-top: 16px;
    gap: 10px;
}

.btn-cat {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: .2s all ease;
    cursor: pointer;
    border: 1px solid transparent;
    height: 44px;
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.btn-matr {
    background: #00B9BF;
    color: #fff;
}

.btn-size {
    color: #3A3A3A;
    border-color: #D8D8D8;
    background: #fff;
}

.product__category-pag {
    justify-content: space-between;
    margin-top: 55px;
}

.pag-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pag-list li {
    list-style: none;
}

.pag-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 44px;
    min-width: 44px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 20px;
    transition: .2s all ease;
}

.pag-list li:not(:last-child) a {
    max-width: 44px;
}

.pag-list a.active {
    border: 1px solid #00B9BF;
    background: rgba(0, 185, 191, 0.16);
    color: #00B9BF;
}

.pag-list a:hover {
    background: rgba(0, 185, 191, 0.16);
    color: #00B9BF;
}

.more-view {
    border-radius: 4px;
    background: #F4DA7A;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: .2s all ease;
    width: 500px;
    border: 1px solid transparent;
}

.more-view:hover {
    border-color: #F4DA7A;
    background: transparent;
}

.product__category__pag-end p {
    color: #333;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}

.btn-size:hover {
    background: #ffdf68;
    color: #27979d;
    border-color: #ffdf68;
}

.btn-matr:hover {
    background: transparent;
    color: #00B9BF;
    border-color: #00B9BF;
}

.max__category__sales__box-circle {
    display: flex;
    position: relative;
    padding-left: 20px;
}

.circle-sm {
    margin-top: -60px;
    margin-right: -15px;
}

.circle-xl {
    margin-bottom: -38px;
}

.circle-xs {
    margin-left: -2px;
}

.kids-category {
    padding: 100px 0 275px;
    background: url(/shared/journal/img/kids-main-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.kids__category-box h6 {
    color: #00B9BF;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.kids__category-box h2 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    max-width: 710px;
    margin: 0 0 20px;
}

.kids__category-box p {
    color: #4C4C4C;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    max-width: 550px;
    margin: 0 0 30px;
}

.btn-category {
    border-radius: 4px;
    background: #00B9BF;
    display: flex;
    max-width: max-content;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    transition: .2s all ease;
}

.btn-category:hover {}

.kids-category::before {
    /* content: "";
    width: 100%;
    height: 121px;
    background: linear-gradient(0deg, rgba(244, 237, 233, 0.00) 0%, #F4EDE9 100%);
    position: absolute;
    bottom: 0;
    left: 0; */
}

.kids-sp {
    background: #F4EDE9;
    padding: 30px 0 56px;
}

.kids__sp-row {
    gap: 32px;
    align-items: initial;
}

.kids__sp__row__box-txt h4 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin: 0 auto 12px;
    max-width: 285px;
}

.kids__sp__row__box-txt p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    max-width: 280px;
    margin: 0 auto;
}

.kids__sp__row__box-img {
    min-height: 245px;
    justify-content: center;
    margin-bottom: 40px;
}

.kids__sp__row-box {
    width: calc(100% / 4 - 24px);
}

.absolutely-safety {
    background: #F4EDE9;
    padding: 60px 0 0;
}

.absolutely__safety-row {
    border-radius: 8px;
    background: #FAF9F7;
    padding: 45px 45px 50px;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    gap: 60px;
}

.absolutely__safety__row-start {
    max-width: 335px;
}

.absolutely__safety__row-start h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0 0 50px;
}

.absolutely__safety__row__start-icons {
    gap: 27px;
}

.absolutely__safety__row-middle p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.absolutely__safety__row-middle p span {
    color: #04A3A8;
}

.absolutely__safety__row-middle {
    max-width: 460px;
}

.absolutely__safety__row-end {
    position: absolute;
    right: 0;
    bottom: 0;
}

.kids-dop {
    position: relative;
    padding-top: 0;
}

.product__category-kids::before {
    content: "";
    width: 100%;
    height: 190px;
    position: absolute;
    background: linear-gradient(0deg, #FFF 0%, #F4EDE9 100%);
    left: 0;
    top: 0;
}

.product__category-kids h2 {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin: 0 0 12px;
    position: relative;
}

.product__category-kids p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
}

.product__category-kids {
    text-align: center;
    padding: 80px 0 25px;
    margin-bottom: 50px;
}

.kids-dop .product__category-banner {
    margin: 125px 0 0;
}


.luxury {
    background: #22191C;
}

.luxury-main {
    padding: 150px 0 170px;
    background: url(/shared/journal/img/luxury-main-bg.jpg)no-repeat;
    background-size: cover;
}

.luxury__main-box {
    flex-direction: column;
    align-items: flex-start;
}

.luxury__main-box h6 {
    background: linear-gradient(269deg, #A67652 10.14%, #E2A87C 54.02%, #A67652 98.75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.luxury__main-box h1 {
    color: #FFF;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    max-width: 740px;
    margin-bottom: 20px;
}

.luxury__main-box p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
    max-width: 550px;
    margin-bottom: 25px;
}

.luxury-btn {
    border-radius: 32px;
    border: 1px solid rgba(247, 249, 248, 0.80);
    background: linear-gradient(269deg, #A67652 10.14%, #E2A87C 54.02%, #A67652 98.75%);
    box-shadow: 0 5px 16px 0 rgba(103, 67, 58, 0.06), 0 4px 24px 0 rgba(140, 102, 49, 0.40), -1px -1px 12px 0 rgba(157, 117, 72, 0.25);
    height: 56px;
    width: 290px;
    justify-content: center;
    gap: 10px;
    color: #FEFFFF;
    text-shadow: 0 0.329px 10.856px rgba(134, 134, 134, 0.40);
    font-family: circle, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.375px;
    transition: .2s all ease;
    cursor: pointer;
}

.luxury-btn:hover {
    background: #22191c;
}

.luxury-sp {
    padding: 100px 0 80px;
    position: relative;
    box-shadow: 0 32px 60px 0 rgba(0, 0, 0, 0.60);
}

.luxury-about+.luxury-sp {
    box-shadow: 0px -20px 60px 0 rgba(0, 0, 0, 0.60);
}

.luxury-sp::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/shared/journal/img/luxury-sp-bg-finish-new.png) no-repeat;
    background-size: cover;
    inset: 0;
    position: absolute;
}

.luxury__sp-row {
    gap: 32px;
    align-items: initial;
    position: relative;
    z-index: 1;
}

.luxury__sp__row-box {
    flex-direction: column;
    width: calc(100% / 3 - 21px);
}

.luxury__sp__row__box-img {
    max-width: 445px;
}

.luxury__sp__row__box-img img {
    width: 100%;
}

.luxury__sp__row__box-txt {
    margin-top: 24px;
}

.luxury__sp__row__box-txt h6 {
    background: linear-gradient(190deg, rgba(247, 249, 248, 0.80) 17.2%, #EEA269 36.17%, #F4C9A3 78.01%, rgba(254, 255, 255, 0.80) 94.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.48px;
    margin: 0 0 14px;
}

.luxury__sp__row__box-txt p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.luxury-about {
    padding: 100px 0 600px;
    background: url(/shared/journal/img/luxury-about-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    box-shadow: 0 32px 60px 0 rgba(0, 0, 0, 0.60);
}

.luxury__about-box h2 {
    background: linear-gradient(190deg, rgba(247, 249, 248, 0.80) 17.2%, #EEA269 36.17%, #F4C9A3 78.01%, rgba(254, 255, 255, 0.80) 94.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.luxury__about-box p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.luxury__about-box {
    max-width: 1015px;
    margin: 0 auto;
}

.product__category-luxury h2 {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin: 0 0 15px;
}

.product__category-luxury p {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.product__category-luxury {
    text-align: center;
    margin-bottom: 55px;
}

.popular__filters-box {
    gap: 15px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    background: #FAFAFA;
    padding: 10px 17px;
}

.popular__filters__box-row {
    gap: 15px;
}

.popular__filters__box-row label.popular-filter {
    color: #464646;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 3px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    transition: .2s all ease;
    cursor: pointer;
}

.popular__filters__box-title h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.14px;
    margin: 0;
}

.popular__filters__box-row label.popular-filter:hover, .popular__filters__box-row label.popular-filter.checked {
    border-color: #00B9BF;
    background: rgba(0, 185, 191, 0.20);
    color: #008084;
}

.luxury-dop .product__category__row-box {
    width: calc(100% / 3 - 20px);
}

.luxury-dop .product__category-banner,
.innovation-dop .product__category-banner,
.ortoped-dop .product__category-banner {
    margin: 35px 0 0;
}

.innovation-mattress {
    width: 100%;
    padding: 40px 0;
    background: url(/shared/journal/img/inn-matr-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9;
    min-height: 1250px;
}

.innovation__mattress-accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}

.innovation__mattress__accordion-layer {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-top: -135px;
    z-index: 10;
}

.innovation__mattress__accordion-layer:last-child {
    border-bottom: none;
}

.innovation__mattress__accordion-layer.active+.innovation__mattress__accordion-layer {
    margin: 0;
}

.innovation__mattress__accordion__layer-img {
    justify-content: center;
    cursor: pointer;
}

.innovation__mattress__accordion__layer-img img {
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
    max-width: 100%;
}

.innovation__mattress__accordion__layer-content {
    transition: .3s all ease;
    max-height: 0;
    overflow: hidden;
}

.innovation__mattress__accordion-layer.active .innovation__mattress__accordion__layer-content {
    max-height: max-content;
}

.innovation__mattress__accordion__layer__content-row {
    gap: 55px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}

.innovation__mattress__accordion__layer__content__row-img {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.innovation__mattress__accordion__layer__content__row-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.innovation__mattress__accordion__layer__content__row-txt h3 {
    margin: 0 0 7px 0;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.innovation__mattress__accordion__layer__content__row-txt p {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.innovation-main {
    padding: 90px 0;
    background: url(/shared/journal/img/innovation-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.innovation__main-box h6 {
    color: #12A2A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    padding: 3px 20px 0;
    border-radius: 99px;
    background: #EDFEFF;
    max-width: max-content;
    margin: 0 0 10px;
}

.innovation__main-box h1 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    max-width: 550px;
    margin: 0 0 20px;
}

.innovation__main-box p {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    max-width: 550px;
    margin: 0 0 30px;
}

.innovation__main-box button {
    border-radius: 32px;
    border: 1px solid rgba(247, 249, 248, 0.80);
    background: linear-gradient(269deg, #00B3B9 10.14%, #21DAE0 54.02%, #01B4B9 98.75%);
    box-shadow: 0 2px 4px 0 rgba(0, 185, 191, 0.30), 0 1px 5px 0 rgba(0, 185, 191, 0.30), -1px -1px 12px 0 rgba(88, 173, 166, 0.25);
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEFFFF;
    text-shadow: 0 0.329px 10.856px rgba(134, 134, 134, 0.40);
    font-family: circle, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.375px;
    padding: 15px 50px;
    cursor: pointer;
    transition: .2s all ease;
}

.innovation__main-box button:hover {
    box-shadow: 0 4.935px 24px 0 rgba(0, 185, 191, 0.30), 0 3.619px 24px 0 rgba(0, 185, 191, 0.30), -0.987px -0.987px 12px 0 rgba(88, 173, 166, 0.25);
}

.innovation__mattress__accordion-layer:nth-child(2) {
    z-index: 9;
}

.innovation__mattress__accordion-layer:nth-child(3) {
    z-index: 8;
}

.innovation__mattress__accordion-layer:nth-child(4) {
    z-index: 7;
}

.innovation__mattress__accordion-layer:nth-child(5) {
    z-index: 6;
}

.innovation__mattress__accordion-layer:nth-child(6) {
    z-index: 5;
}

.innovation__mattress__accordion-layer:nth-child(7) {
    z-index: 4;
}

.innovation__mattress__accordion-layer:nth-child(8) {
    z-index: 3;
}

.innovation__mattress__accordion-layer:first-child {
    margin: 0;
}

.innovation__swiper__title-end {
    position: relative;
    gap: 15px;
    margin-left: auto;
    height: auto;
}

.innovation-slider {
    padding: 85px 0 100px;
    background: #fff;
}

.innovation__swiper__title-start h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 8px;
}

.innovation__swiper__title-start p {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.32px;
}

.innovation-prev,
.innovation-next {
    position: initial;
    width: 48px;
    height: 48px;
    justify-content: center;
    border-radius: 4px;
    background: #F3F3F3;
    margin: 0;
}

.innovation-prev::after,
.innovation-next::after,
.innovation-prev svg,
.innovation-next svg {
    display: none;
}

.innovation__swiper-title {
    margin-bottom: 50px;
}

.innovation__swiper__slide-img img,
.innovation__swiper__slide-img video {
    width: 100%;
    max-width: 100%;
    max-height: 311px;
    height: 311px;
    object-fit: cover;
}

.innovation__swiper__slide-txt {
    border-radius: 0 0 8px 8px;
    background: #F6F6F6;
    padding: 25px 20px;
    text-align: center;
}

.innovation__swiper__slide-txt h6 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.42px;
    margin: 0 0 8px;
}

.innovation__swiper__slide-txt p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
}

.innovation-laboratory {
    padding: 100px 0 150px;
    background: #FCFCFC;
}

.innovation__laboratory-title {
    max-width: 695px;
    margin: 0 auto 23px;
    text-align: center;
}

.innovation__laboratory-title h6 {
    color: #00B9BF;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin: 0 0 8px;
}

.innovation__laboratory-title h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin: 0 0 23px;
}

.innovation__laboratory-title p {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
}

.ortoped-main {
    padding: 95px 0 135px;
    background: url(/shared/journal/img/ortoped-main-bg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}

.ortoped__main-box {
    max-width: 595px;
}

.ortoped__main-box h1 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    margin: 0 0 20px;
}

.ortoped__main-box h6 {
    color: #00B9BF;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.ortoped__main-box p {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 40px;
}

.btn-ortoped {
    border-radius: 4px;
    background: #00B9BF;
    padding: 20px 50px;
    border: 1px solid currentColor;
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: .2s all ease;
}

.btn-ortoped:hover {
    background: #fff;
    color: #00B9BF;
}


.ortoped-sp {
    padding: 105px 0 70px;
}

.ortoped__sp-row {
    gap: 32px;
    align-items: initial;
}

.ortoped__sp__row-box {
    width: calc(100% / 4 - 24px);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 90px 25px 35px;
    position: relative;
}

.ortoped__sp__row__box-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: #D5F5F5;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    justify-content: center;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.ortoped__sp__row-box::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    z-index: 0;
}

.ortoped__sp__row__box-txt h6 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px;
}

.ortoped__sp__row__box-txt p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.ortoped__sp__row__box-txt {
    text-align: center;
    font-family: 'Gilroy';
}

.ortoped__medical__box-title {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ortoped__medical__box-title h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 13px;
}

.ortoped__medical__box-title p {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.32px;
}

.ortoped__medical-box {
    position: relative;
}

.ortoped__medical__box-img {
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
}

.ortoped__medical__box-about {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 2px solid #FFF;
    background: #D5F5F5;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    max-width: 1130px;
    margin: 550px auto 0;
    padding: 35px 45px;
    gap: 45px;
}

.ortoped__medical__box__about-start h3 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.ortoped__medical__box__about-end p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ortoped__medical__box__about-end {
    max-width: calc(100% - 305px);
}

.ortoped__medical__box__about-start {
    max-width: 220px;
}

.ortoped-clinical {
    margin-top: 50px;
}

.ortoped__clinical-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    align-items: initial;
    max-width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 460px;
}

.ortoped__clinical__box-start {
    padding: 35px 0 45px 45px;
    max-width: 485px;
    display: flex;
    flex-direction: column;
}

.ortoped__clinical__box-start h6 {
    color: #00B9BF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 11px;
}

.ortoped__clinical__box-start h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 12px;
}

.ortoped__clinical__box-start p {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.ortoped__clinical__box__start-check {
    margin-top: auto;
    gap: 16px;
    display: flex;
    align-items: center;
}

.ortoped__clinical__box-end {
    margin-left: auto;
}

.ortoped-medical {
    overflow: hidden;
}

.ortoped__clinical__box__start__check-txt {
    max-width: 320px;
}

.ortoped-slider {
    background: #F4F8F8;
    margin-top: 50px;
}

.ortoped-slider .innovation__swiper__slide-txt {
    background: #fff;
}

.basic-main {
    position: relative;
    padding: 95px 0 135px;
}

.basic__main__row-start h1 {
    color: #262626;
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
    letter-spacing: -1.44px;
    margin: 0 0 20px;
}

.basic__main__row-start h6 {
    color: #00B9BF;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.basic__main__row-start p {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    margin-bottom: 40px;
}

.basic__main__row-start {
    max-width: 615px;
}

.basic__main__row-end {
    position: absolute;
    right: -55px;
    top: 44%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.basic-sp {
    padding-bottom: 80px;
}

.basic__sp-row {
    gap: 32px;
    align-items: initial;
}

.basic__sp__row-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.06);
    padding: 24px;
    width: calc(100% / 4 - 20px);
}

.basic__sp__row__box-img {
    justify-content: center;
    max-width: 268px;
    max-height: 187px;
    margin-bottom: 24px;
    width: 100%;
}

.basic__sp__row__box-img img {
    max-width: 100%;
    object-fit: cover;
}

.basic__sp__row__box-txt h5 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 6px;
}

.basic__sp__row__box-txt h6 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 8px;
    letter-spacing: 0;
}

.basic__sp__row__box-txt p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.basic__sp__row__box-txt {
    font-family: Gilroy;
}

.basic__test-row {
    gap: 65px;
    align-items: initial;
}

.basic__test__row__end-txt h6 {
    color: #00B9BF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: Gilroy;
    margin: 0 0 11px;
    letter-spacing: 0;
}

.basic__test__row__end-txt h2 {
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin: 0 0 13px;
}

.basic__test__row__end-txt p {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.basic__test__row__end-txt {
    margin-bottom: 33px;
}

.basic__test__row__end__txt-sp {
    align-items: flex-start;
    flex-direction: column;
    gap: 27px;
}

.basic__test__row__end__txt__sp-row {
    gap: 32px;
}

.basic__test__row__end__txt__sp__row-txt h6 {
    color: #000;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 4px;
    letter-spacing: 0;
}

.basic__test__row__end__txt__sp__row-txt p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.basic__test__row__end__txt__sp__row-txt {
    font-family: Gilroy;
}

.basic-test {
    padding-bottom: 70px;
}

.popular__filters__box-title {
    min-width: max-content;
}

.popular__filters__box-row {
    overflow-x: auto;
}

.popular__filters__box-row label.popular-filter {
    min-width: max-content;
}

.product__category-box {
    align-items: initial;
    margin-top: 25px;
    gap: 45px;
    flex-wrap: wrap;
}

.product__category__box__start-sidebar {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 19px;
    gap: 36px;
    max-height: 710px;
    overflow: hidden;
    transition: .3s all ease;
}

.product__category__box__start-sidebar.show {
    max-height: 5000px;
    margin-bottom: 24px;
}

.product__category__box__start__sidebar-row h5 {
    margin: 0px 0 8px;
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.filter__label-box p {
    border-radius: 4px;
    background: #F6F6F6;
    padding: 7px 16px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .2s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter__label-box p:hover {
    border-color: #00B9BF;
    color: #00B9BF
}

.product__category__box__start__sidebar__row-wraps {
    flex-wrap: wrap;
    gap: 9px;
    transition: .3s max-height ease;
}

.filter__label-box input:checked+p {
    border-radius: 3px;
    border: 1px solid #00B9BF;
    background: rgba(0, 185, 191, 0.20);
    color: #00B9BF
}

.filter__label__box-select {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    width: 100%;
    color: #000;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 13px;
    cursor: pointer;
}

.product__category__box__start__sidebar-row {
    width: 100%;
}

.product__category__box-start {
    max-width: 300px;
    border-right: 1px solid #EBEBEB;
}

.product__category__box-end {
    max-width: calc(100% - 350px);
    width: 100%;
}

.product__category-box .product__category__row-box {
    width: calc(100% / 3 - 20px);
    min-width: 265px;
}

.category__main-filters .popular__filters__box-row {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    margin-bottom: -15px;
}

.category__main-filters .popular__filters__box-row.active {
    cursor: grabbing;
}

.popular__filters__box-row::-webkit-scrollbar {
    width: 0;
}

.input-numbers {
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    color: #BBB;
    font-family: Gilroy;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    max-width: 120px;
    padding-left: 40px;
    height: 38px;
}

.filter__label-box span {
    color: #212121;
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.filter__label-box {
    position: relative;
}

.product__category__box__start__sidebar__row-labels {
    gap: 10px;
}

.reset-filter {
    width: 100%;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 8px;
    border: 2px solid #00B9BF;
    color: #00B9BF;
    text-align: center;
    font-family: "Averta CY";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: #fff;
    cursor: pointer;
    transition: .2s all ease;
    max-width: calc(100% - 19px);
}

.reset-filter:hover {
    background: #00B9BF;
    color: #fff;
}

.reset-filter svg path {
    transition: .2s all ease;
}

.reset-filter:hover svg path {
    fill: #fff;
}

.cat-main-filter .product__category-banner {
    margin: 40px 0 0;
}

.product__category__box-mobile {
    display: none;
}


.test-mattr {
    padding: 0;
    border-radius: 8px;
    border: 4px solid #FFF;
    background: url(/shared/journal/img/test-mattr-img.jpg)no-repeat;
    box-shadow: 0 -6px 24px 0 rgba(0, 0, 0, 0.20);
    background-size: cover;
    padding: 38px 38px 285px;
}

.test__mattr__box-title h4 {
    color: #1B1B1B;
    font-family: "Averta CY";
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin: 0;
    max-width: 370px;
}

.test__mattr__box-title {
    margin-bottom: 20px;
}

.test__mattr__box-desc p {
    color: #010101;
    font-family: "Averta CY";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}

.test__mattr__box-desc p strong {
    color: #0B0B0B;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    margin-bottom: 24px;
    display: block;
}

.test__mattr__box-desc p strong span {
    color: #F06;
}

.test__mattr-form {
    flex-wrap: wrap;
    gap: 24px 16px;
}

.test__mattr-label input {
    border-radius: 6px;
    border: 1px solid #ADADAD;
    background: #F5F5F5;
    padding: 16px 17px;
    color: #797979;
    font-family: "Averta CY";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    width: 100%;
}

.test__mattr-label {
    width: calc(50% - 8px);
}

.test-policy p {
    color: #333;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    max-width: calc(100% - 26px);
}

.btn__test-mattr {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: circle, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(89deg, #FFCC35 -101.62%, #F06 50.5%, #FFCC35 202.62%);
    box-shadow: 0 2px 10px 0 rgba(98, 226, 255, 0.50);
    border: 1px solid transparent;
    cursor: pointer;
}

.btn__test-mattr:hover {
    border-color: currentColor;
    color: #F06;
    background: #fff;
}

.test-mattr .carousel__button.is-close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 2.25px 4.5px 0 rgba(165, 163, 174, 0.30);
    color: #4B465C;
}

.check-test {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(165, 163, 174, 0.30);
}

.test-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.close-filter {
    display: none;
}

.test-policy input:checked+.check-test {
    background: #ff2d5b;
}

.check-test span img {
    width: 10px;
}

.two-percent {
    border-radius: 8px;
    border: 4px solid #FFF;
    background-color: #00B9BF;
    background-image: url(/category-new/img/two-percent-dotted.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0 -6px 24px 0 rgba(0, 0, 0, 0.20);
    padding: 25px 30px;
}

.two__percent__box__title-start h4 {
    color: #FFF;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    font-family: circle, Arial, sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.two__percent__box__title-start span {
    border-radius: 6px;
    background: #FFCC35;
    padding: 4px 10px;
    color: #282828;
    font-family: circle, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
}

.two__percent__box-title {
    position: relative;
}

.two__percent__box__title-end {
    position: absolute;
    top: -45px;
    right: -20px;
}

.two__percent__box-desc>p {
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.two__percent__box-desc {
    margin-top: 20px;
}

.two__percent-form {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.two__percent-label input {
    border-radius: 6px;
    border: 1px solid #ADADAD;
    background: #F5F5F5;
    padding: 16px 17px;
    color: #797979;
    font-family: circle, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    width: 100%;
}

.two__percent-label {
    width: 100%;
}

.two__percent-form>p {
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.24px;
}

.two__percent-form .test-policy p {
    color: #FFF;
    font-family: circle, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.24px;
}

.check-test span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.two__percent-mattr {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: circle, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(89deg, #FFCC35 -101.62%, #F06 50.5%, #FFCC35 202.62%);
    box-shadow: 0 2px 10px 0 rgba(98, 226, 255, 0.50);
    border: 1px solid transparent;
    cursor: pointer;
}

.two__percent-mattr:hover {
    border-color: currentColor;
    color: #F06;
    background: #fff;
}

.two__percent-close {
    max-width: max-content;
    margin: 15px auto 0;
    border: 0;
    padding: 0;
    background: transparent;
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    font-family: 'Averta CY', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: .2s all ease;
    cursor: pointer;
}

.two__percent-close:hover {
    color: #282828;
}

.no-scroll {
    overflow: hidden !important;
}

.check-filter {
    display: none;
}

.product__category__box__start__sidebar-btns {
    width: 100%;
}

.btn-two-percent {
    position: absolute;
    left: -1000%;
    opacity: 0;
    visibility: hidden;
}

.max__category__sales-box.expert-btn:hover {
    cursor: pointer;
}

.popular__filters__box-btn {
    /* margin-left: auto; */
}

.more-filter {
    color: #00b9bf;
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
    justify-content: center;
    padding: 9px 12px 7px;
    border-radius: 3px;
    border: 1px solid currentColor;
    background: #FFF;
    transition: .2s all ease;
    text-transform: uppercase;
}

.more-filter:hover {
    background: #00b9bf;
    color: #fff;
}

.all-filters {
    color: #00B9BF;
    font-family: circle, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-bottom: 1px dashed transparent;
    transition: .2s all ease;
    margin-bottom: 24px;
}

.all-filters:hover {
    border-color: currentColor;
}

.product__category__box__start__sidebar-row.hidden-filters  .product__category__box__start__sidebar__row-wraps {
    max-height: 135px;
    overflow: hidden;
}

.product__category__box__start__sidebar-row .product__category__box__start__sidebar__row-wraps.show {
    max-height: 1500px;
}

.product__category__box__start__sidebar-row.hidden-filters h5 {
    position: relative;
    cursor: pointer;
}

.product__category__box__start__sidebar-row.hidden-filters h5::before {
    content: "";
    width: 10px;
    height: 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: url(/shared/journal/img/next-arr.svg)no-repeat;
    background-size: contain;
}

.product__category__box__start__sidebar-row.hidden-filters h5.active::before {
    transform: translateY(-50%) rotate(270deg);
}

@media screen and (max-width: 1550px) {
    .basic__main__row-end {
        right: -195px;
    }
}

@media screen and (max-width: 1450px) {
    .luxury-about {
        background-position: center;
    }

    .luxury-main {
        background-position: center;
    }
}

@media screen and (max-width: 1300px) {
    .max__category__sales__box-circle {
        display: none;
    }

    .basic__main__row-start {
        max-width: 575px;
    }

    .basic__main__row-end {
        right: 35px;
        max-width: 550px;
    }

    .basic__main__row-start h1 {
        font-size: 58px;
        line-height: 58px;
    }

    .basic__main__row-start p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .max__category__sales__box-circle {
        display: none;
    }

    .max__category__sales__box-img {
        max-width: 193px;
        left: -6px;
        bottom: -21px;
    }

    .max__category__sales__box-txt {
        margin-left: 170px;
    }

    .max__category__banners__box-txt {
        padding: 15px 14px;
    }

    .max__category-banners {
        gap: 20px;
    }

    .max__category__banners-box {
        width: calc(100% / 3 - 14px);
    }

    .max__category__banners-box:nth-child(4),
    .max__category__banners-box:nth-child(5) {
        width: calc(50% - 10px);
    }

    .max__category__banners__box__txt__sprow-box {
        font-size: 12px;
    }

    .max__category__banners__box__txt-sprow {
        flex-wrap: wrap;
    }

    .max__category__banners__box__txt-top h3 {
        font-size: 29px;
        line-height: 95%;
    }

    .max-category {
        padding: 40px 0 65px;
    }

    .innovative-technologies {
        padding: 50px 0;
    }

    .innovative__technologies__row-box {
        padding: 25px 25px 25px 30px;
        gap: 20px;
    }

    .innovative__technologies__row__box-txt {
        max-width: calc(100% - 130px);
    }

    .innovative__technologies__row__box-txt p {
        font-size: 14px;
    }

    .laboratory-section {
        padding: 50px 0;
    }

    .laboratorty__section-row {
        gap: 25px;
    }

    .laboratory__section__row-start {
        max-width: 300px;
    }

    .laboratory__section__row-end {
        max-width: calc(100% - 320px);
    }

    .laboratory__section__row__end-about p {
        font-size: 16px;
        line-height: 25px;
    }

    .laboratory__section__row-start h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .laboratory__section__row__end__images-start img {
        height: 100%;
        object-fit: cover;
    }

    .laboratory__section__row__end__images-end img {
        max-height: 170px;
    }

    .laboratory__section__row__end-images {
        gap: 20px;
    }

    .laboratory__section__row__end-sp {
        gap: 20px;
    }

    .laboratory__section__row__end__sp__box-top h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .product-category {
        padding: 50px 0;
    }

    .product__category__row-box {
        width: calc(100% / 3 - 20px);
    }

    .product__category-row {
        gap: 40px 30px;
    }

    .more-view {
        width: 350px;
    }

    .pag-list {
        gap: 14px;
    }

    .max__category__sales-box:last-child {
        max-width: 395px;
        padding: 0 15px;
    }

    .max__category__sales-box:first-child {
        width: calc(100% - 415px);
        padding: 0 20px;
    }

    .max__category-sales {
        gap: 20px;
    }

    .max__category__sales-box:last-child .max__category__sales__box-txt h4 {
        font-size: 18px;
    }

    .max__category__sales-box:last-child .max__category__sales__box-txt * {
        font-size: 12px;
    }

    .kids__sp-row {
        gap: 20px;
    }

    .kids__sp__row__box-txt h4 {
        font-size: 20px;
        line-height: 1;
    }

    .kids__sp__row__box-txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .kids__sp__row__box-img {
        max-width: 200px;
        min-height: 200px;
        margin: 0 auto 10px;
    }

    .kids__sp__row__box-img img {
        max-width: 100%;
    }

    .kids__category-box h2 {
        font-size: 52px;
        max-width: 540px;
        line-height: 52px;
    }

    .kids__category-box p {
        font-size: 20px;
        line-height: 24px;
        max-width: 510px;
    }

    .kids__category-box h6 {
        font-size: 20px;
    }

    .absolutely__safety-row {
        padding: 40px 0 40px 30px;
        gap: 20px;
    }

    .absolutely__safety__row-start {
        max-width: 275px;
    }

    .absolutely__safety__row-end img {
        /* max-width: 370px; */
    }

    .absolutely__safety__row-middle {
        max-width: 420px;
    }

    .innovation__laboratory-img img {
        max-width: 100%;
    }

    .innovation__swiper__slide-img img,
    .innovation__swiper__slide-img video {
        max-height: 250px;
        height: 250px;
    }

    .ortoped__main-box h1 {
        font-size: 52px;
        line-height: 52px;
    }

    .ortoped__main-box h6 {
        font-size: 25px;
        line-height: 1;
    }

    .ortoped__main-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .ortoped__main-box {
        max-width: 535px;
    }

    .ortoped-main {
        padding: 65px 0 75px;
    }

    .ortoped__sp-row {
        gap: 20px;
    }

    .ortoped__sp__row-box {
        width: calc(100% / 4 - 15px);
        padding: 70px 15px 25px;
    }

    .basic__main__row-end {
        right: 25px;
        max-width: 470px;
    }

    .basic__sp-row {
        gap: 20px;
    }

    .basic__sp__row-box {
        padding: 20px 15px;
        width: calc(100% / 4 - 15px);
    }

    .basic__sp__row__box-txt h6 {
        font-size: 13px;
        line-height: 19px;
    }

    .basic__sp__row__box-txt p {
        font-size: 13px;
        line-height: 21px;
    }

    .basic-main {
        padding: 65px 0 135px;
    }

    .basic__test-row {
        gap: 40px;
    }

    .basic__test__row-start {
        max-width: 490px;
    }

    .basic__test__row-start img {
        max-width: 100%;
    }

    .basic__test__row-end {
        max-width: calc(100% - 530px);
    }

    .product__category-box .product__category__row-box {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 1150px) {
    .max__category-sales {
        flex-wrap: wrap;
    }

    .max__category__sales-box:first-child {
        width: 100%;
    }

    .max__category__sales-box:last-child {
        max-width: 100%;
    }

    .max__category__sales__box-circle {
        display: flex;
    }

    .max__category__banners-box {
        width: calc(100% / 2 - 10px);
        max-height: 220px;
    }

    .max__category__banners-box:nth-child(4),
    .max__category__banners-box:nth-child(5) {
        align-items: initial;
    }

    .max__category__banners__box-img img {
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .laboratorty__section-row {
        flex-wrap: wrap;
        gap: 15px;
    }

    .laboratory__section__row-start {
        max-width: 100%;
    }

    .laboratory__section__row-end {
        max-width: 100%;
        padding: 0;
    }

    .laboratory__section__row__end__images-end img {
        max-height: max-content;
    }

    .laboratory__section__row__end__sp__box-top h5 {
        font-size: 18px;
    }

    .popular__filters-box {
        flex-wrap: wrap;
        gap: 10px;
    }

    .popular__filters__box-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .innovation-mattress {
        min-height: 1150px;
    }

    .category__main-filters .popular__filters__box-row {
        flex-wrap: nowrap;
    }

    .popular__filters-box.category__main-filters {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 1025px) {
    .ortoped__sp__row-box {
        min-width: 290px;
    }

    .ortoped__sp-row {
        overflow-x: auto;
        padding: 55px 15px 25px;
    }
}

@media screen and (max-width: 975px) {
    .absolutely__safety__row-end {
        display: none;
    }

    .kids__sp-row {
        overflow-x: auto;
        padding-bottom: 15px;
        flex-wrap: nowrap;
    }

    .kids__sp__row-box {
        min-width: 250px;
    }


    .luxury-dop .product__category__row-box {
        width: calc(100% / 2 - 15px);
    }

    .product__category-pag {
        margin-top: 25px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .basic__main__row-end {
        position: initial;
        transform: translateY(0);
        width: 100%;
        max-width: 100%;
    }

    .basic__main-row {
        flex-wrap: wrap;
        gap: 35px;
    }

    .basic__main__row-end img {
        max-width: 100%;
    }

    .basic__main__row-start {
        max-width: 100%;
        text-align: center;
    }

    .basic__main__row-start p {
        margin-bottom: 15px;
    }

    .btn-ortoped {
        margin: 0 auto;
    }

    .basic__sp-row {
        overflow-x: auto;
        padding: 15px;
    }

    .basic__sp__row-box {
        min-width: 280px;
    }

    .basic__test-row {
        flex-wrap: wrap;
    }

    .basic__test__row-end {
        max-width: 100%;
    }

    .basic__test__row-start {
        margin: 0 auto;
    }

    .product__category__box-start {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 999999999999;
        padding: 25px;
        transform: translateX(-150%);
        transition: .2s all ease;
        max-width: 100%;
    }

    .product__category__box-start.show {
        transform: translateX(0);
        overflow: auto;
    }

    .product__category__box__start-sidebar {
        max-height: calc(100% - 125px);
        overflow: auto;
        padding: 20px 0;
    }

    .product__category__box-end {
        max-width: 100%;
    }

    .product__category__box-mobile {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .mobile__filter-open {
        cursor: pointer;
        border-radius: 4px;
        background: #00B9BF;
        gap: 10px;
        padding: 12px 16px;
        color: #FFF;
        font-family: "Averta CY";
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        border: 1px solid transparent;
    }

    .product__category__box-mobile p {
        color: #333;
        text-align: right;
        font-family: "Averta CY";
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
    }

    .product__category-box {
        gap: 20px;
    }

    .close-filter {
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        max-width: 28px;
    }

    .close-filter {
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        max-width: 28px;
    }

    .product__category__box-end .product__category-row {
        flex-wrap: wrap;
        overflow: initial;
        gap: 15px;
        margin: 0;
    }

    .product__category-box .product__category__row-box {
        width: calc(100% / 2 - 10px);
        min-width: inherit;
    }

    .product__category-box .btn-cat {
        font-size: 12px;
    }

    .product__category-box .product__category__row__box__txt-title h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .innovation__mattress-accordion {
        height: 600px;
    }

    .innovation__mattress__accordion__layer__content-row {
        gap: 15px;
        flex-wrap: wrap;
    }

    .innovation__mattress__accordion__layer__content__row-img {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 10px;
    }

    .innovation__mattress__accordion__layer__content__row-txt h3 {
        font-size: 14px;
        padding-top: 25px;
        padding-left: 115px;
        padding-bottom: 35px;
        max-width: 350px;
        margin: 0;
        min-height: 108px;
        align-items: center;
        display: flex;
    }

    .innovation__mattress__accordion__layer__content__row-txt p {
        font-size: 13px;
    }

    .innovation__mattress__accordion__layer__content__row-txt {
        max-width: 100%;
    }

    .innovation__mattress__accordion-layer {
        margin-top: -55px;
    }

    .innovation-mattress {
        min-height: 720px;
    }

    .innovation__swiper__slide-txt h6 {
        font-size: 17px;
    }

    .innovation__swiper__slide-txt {
        padding: 15px;
    }

    .innovation__swiper-title {
        flex-wrap: wrap;
    }

    .innovation__swiper__title-end {
        margin-top: 15px;
    }

    .innovation-prev,
    .innovation-next {
        width: 40px;
        height: 40px;
    }

    .innovation__swiper__slide-img img,
    .innovation__swiper__slide-img video {
        max-height: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .max__category__sales__box-btn {
        display: none;
    }

    .max__category__sales__box-img {
        left: auto;
        right: 0;
        z-index: 1;
        max-width: 253px;
    }

    .max__category__sales__box-txt {
        margin-left: 0;
    }

    .max__category__sales__box-circle {
        position: absolute;
        right: 0;
    }

    .max__category__sales__box-txt h4 {
        max-width: 140px;
    }

    .max__category__sales-box {
        height: auto;
        padding: 25px 20px;
    }

    .max__category__sales__box-txt p {
        max-width: 140px;
    }

    .max__category__sales-box:last-child .max__category__sales__box-txt h4 {
        max-width: 235px;
    }

    .max__category__banners-box {
        width: 100%;
    }

    .max__category__banners-box:nth-child(4),
    .max__category__banners-box:nth-child(5) {
        width: 100%;
    }

    .innovative__technologies__row-box {
        max-width: 100%;
        padding: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .laboratory__section__row__end__images-start {
        max-width: 100%;
        width: 100%;
    }

    .laboratory__section__row__end-images {
        flex-wrap: wrap;
    }

    .laboratory__section__row__end__images-end {
        flex-direction: row;
        gap: 20px;
        width: 100%;
        min-width: 100%;
    }

    .laboratory__section__row__end__images-end img {
        width: calc(50% - 10px);
    }

    .laboratory__section__row__end-sp {
        flex-wrap: wrap;
        gap: 30px;
    }

    .laboratory__section__row__end__sp-box {
        width: 100%;
        align-items: flex-start;
    }

    .product__category__pag-end {}

    .product__category__pag-middle {
        width: 100%;
    }

    .more-view {
        width: 100%;
    }

    .product__category-row {
        gap: 20px 10px;
        padding-bottom: 15px;
    }

    .product__category__row__box__txt-links {
        gap: 5px;
    }

    .btn-cat {
        width: 100%;
        height: 30px;
    }

    .product__category__row__box__txt-links .btn-cat {
        height: 50px;
    }

    .product__category__row__box__txt-title h6 {
        font-size: 15px;
        min-height: 40px;
    }

    .product__category__row__box__txt__price-start p {
        font-size: 16px;
    }

    .product__category__row__box__txt__price-end p {
        font-size: 14px;
    }

    .product__category__row__box__txt__price-end span {
        font-size: 14px;
    }

    .product__category__row__box-sp span {
        line-height: 20px;
    }

    .pag-list a {
        width: auto;
        height: 25px;
        min-width: 25px;
        padding: 5px 5px 3px;
    }

    .pag-list {
        gap: 10px;
    }

    .product__category__row-box {
        width: calc(100% / 2 - 5px);
        width: 100%;
    }

    .product__category-pag {
        margin-top: 30px;
    }

    .max__category__sales-box:last-child {
        padding: 20px 15px;
    }

    .max__category__sales-box:first-child {
        padding: 20px 15px;
    }

    .innovative__technologies__row__box-txt {
        max-width: 100%;
    }

    .innovative__technologies-title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .laboratory__section__row__end__sp__box-top {
        width: 100%;
        justify-content: space-between;
    }

    .laboratory__section__row__end__sp__box-top h5 {
        max-width: 250px;
        font-size: 20px;
    }

    .laboratory__section__row__end__sp__box-bottom p {
        max-width: 350px;
        font-size: 16px;
    }

    .max__category-title h1 {
        font-size: 35px;
        line-height: 1;
    }

    .kids-category {
        padding: 25px 0 45px;
        background: url(/shared/journal/img/kids-main-bg-mobile.jpg) no-repeat;
        background-position: -73px 170px;
        background-color: #f4ecea;
        background-size: 120%;
    }

    .absolutely__safety-row {
        flex-wrap: wrap;
        padding: 20px;
    }

    .absolutely__safety__row-start h2 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 30px;
    }

    .absolutely__safety__row-end {
        display: flex;
        position: initial;
    }

    .kids-dop .product__category-banner {
        margin: 55px 0 0;
    }

    .kids__category-box p {
        margin-bottom: 270px;
    }


    .luxury__main-box h6 {
        font-size: 16px;
        line-height: 1;
    }

    .luxury__main-box {
        padding: 0 20px;
    }

    .luxury__main-box h1 {
        margin: 0 0 15px;
        font-size: 32px;
        line-height: 36px;
        max-width: 310px;
    }

    .luxury__main-box p {
        font-size: 14px;
        line-height: 21px;
        max-width: 280px;
        margin-bottom: 420px;
    }

    .luxury-btn {
        margin: 0 auto;
    }

    .luxury__sp-row {
        flex-direction: column;
        gap: 40px;
    }

    .luxury__sp__row-box {
        width: 100%;
    }

    .luxury-sp {
        padding: 40px 0 80px;
    }

    .product__category-luxury h2 {
        font-size: 32px;
        line-height: 32px;
        margin: 0px 0 8px;
        max-width: 100%;
    }

    .product__category-luxury p {
        font-size: 14px;
        line-height: 22px;
    }

    .product__category-luxury {
        text-align: left;
        margin-bottom: 25px;
    }

    .popular__filters__box-title {
        display: none;
    }

    .popular__filters__box-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0;
        /* max-width: calc(100% - 100px); */
    }

    .popular__filters__box-row label.popular-filter {
        min-width: max-content;
    }

    .popular__filters-box {
        padding: 10px;
    }

    .luxury-about {
        background: url(/shared/journal/img/luxury-about-bg-mob-big-l.jpg) no-repeat;
        background-attachment: initial;
        background-size: cover;
        background-position: center;
    }

    .luxury-sp::before {
        background: url(/shared/journal/img/luxury-sp-bg-mob-big-l.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .innovation-slider {
        padding: 45px 0 50px;
    }

    .innovation-laboratory {
        padding: 40px 0 50px;
    }

    .innovation-main {
        padding: 25px 0 50px;
        background: url(/shared/journal/img/innovation-bg-mob.jpg) no-repeat;
        background-size: contain;
        background-position: center calc(100% - 105px);
    }

    .innovation__main-box h6 {
        font-size: 12px;
        line-height: 38px;
        letter-spacing: -0.24px;
    }

    .innovation__main-box h1 {
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -0.64px;
        max-width: 330px;
    }

    .innovation__main-box p {
        font-size: 14px;
        line-height: 21px;
        max-width: 310px;
        margin-bottom: 250px;
    }

    .ortoped__medical__box-about {
        flex-direction: column;
        gap: 20px;
        margin: 280px auto 0;
        padding: 20px 15px;
    }

    .ortoped__medical__box__about-start,
    .ortoped__medical__box__about-end {
        max-width: 100%;
        width: 100%;
    }

    .ortoped__medical__box-img {
        width: 100%;
        text-align: center;
        justify-content: center;
        top: 113px;
    }

    .ortoped__medical__box-img img {
        max-width: 210%;
        object-position: center;
    }

    .ortoped__clinical-box {
        flex-wrap: wrap;
        max-height: max-content;
    }

    .ortoped__clinical__box__start-check {
        margin-top: 25px;
    }

    .ortoped-main {
        padding: 25px 0 65px;
        background: url(/shared/journal/img/ortoped-main-bg-mob-new.jpg)no-repeat;
        background-size: contain;
        background-position: center calc(100% - 115px);
    }

    .ortoped__clinical__box-start {
        padding: 25px 20px 25px;
    }

    .ortoped__clinical__box-start h2 {
        font-size: 26px;
        line-height: 28px;
    }

    .ortoped__main-box h1 {
        font-size: 37px;
        line-height: 38px;
    }

    .ortoped__main-box h6 {
        font-size: 21px;
    }

    .btn-ortoped {
        padding: 15px 30px;
        width: 100%;
        justify-content: center;
    }

    .ortoped__main-box p {
        margin-bottom: 355px;
    }

    .ortoped-sp {
        padding: 45px 0 50px;
    }

    .basic-main {
        padding: 45px 0 55px;
    }

    .basic__main__row-start h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .basic__main__row-start h6 {
        font-size: 24px;
        line-height: 1;
    }

    .basic-sp,
    .basic-test {
        padding-bottom: 30px;
    }

    .product__category-box .product__category__row-box {
        width: 100%;
    }

    .test-mattr {
        padding: 65px 20px 270px;
        border-radius: 0;
        border: 1px solid #fff;
        min-height: 100vh;
    }

    .test__mattr-label {
        width: 100%;
    }

    .test__mattr-form {
        gap: 15px;
    }

    .test__mattr__box-title h4 {
        font-size: 30px;
        line-height: 32px;
    }

    .check-filter {
        display: flex;
        width: 100%;
        padding: 12px 16px;
        border-radius: 8px;
        border: 2px solid #00B9BF;
        color: #fff;
        text-align: center;
        font-family: "Averta CY";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        background: #00B9BF;
        cursor: pointer;
        transition: .2s all ease;
    }

    .product__category__box__start__sidebar-btns {
        flex-wrap: wrap;
        gap: 10px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .two-percent {
        padding: 20px 20px;
        max-width: 98% !important;
    }

    .two__percent__box__title-start h4 {
        font-size: 30px;
        line-height: 1;
        max-width: 170px;
    }

    .two__percent__box__title-end {
        top: -45px;
        right: 0px;
        max-width: 100px;
    }

    .two__percent__box__title-end img {
        max-width: 100%;
    }

    .popular__filters__box-btn {
        margin-top: -15px;
    }

    .more-filter {
        text-transform: inherit;
        padding: 5px;
    }

    .all-filters {
        display: none;
    }

    .reset-filter { 
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .luxury-main {
        padding: 30px 0;
        background: url(/shared/journal/img/luxury-main-bg-mob.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
    }

    .luxury-about {
        background: url(/shared/journal/img/luxury-about-bg-mob-l.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .luxury-sp::before {
        background: url(/shared/journal/img/luxury-sp-bg-mob-l.png) no-repeat;
        background-size: cover;
        background-position: center;
    }

}

@media screen and (max-width: 390px) {
    .kids__category-box h2 {
        font-size: 42px;
        line-height: 39px;
    }

    .kids__category-box p {
        margin-bottom: 300px;
    }

    .kids-category {
        background-position: -73px 210px;
    }
}