button {
    background-color: transparent;
}
.header, .hover-bottom-line:hover::before {
    width: 100%}
*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}
.container {
    margin-inline: auto;
}
:root {
    --clr-white: #fff;
    --clr-black: #000;
    --clr-red: #e5152f;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.6rem;
    line-height: 1.6;
}
:target {
    scroll-margin-top: 10rem;
}
a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
button {
    border: 0;
}
[role=button] {
    cursor: pointer;
}
ul {
    list-style: none;
}
.heading-1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
}
.heading-2 {
    font-size: 3.2rem;
    font-weight: 900;
}
.heading-3 {
    font-size: 2.3rem;
    font-weight: 500;
}
.container {
    max-width: 124rem;
    padding-inline: 1.5rem;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.header, .header__cart__content {
    background-color: var(--clr-white);
}
.header__cart, .hover-bottom-line {
    position: relative;
}
.hover-bottom-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: .25rem;
    background-color: var(--clr-red);
    transition: .2s;
}
.navigation__item--red:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.header {
    position: fixed;
    z-index: 9;
    box-shadow: 0 15px 9px -6px rgba(0, 0, 0, .03);
}
.header__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 9rem;
}
.header__cart:hover .header__cart__content {
    opacity: 1;
    visibility: visible;
}
.header__cart__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 25rem;
    top: 100%;
    right: 0;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.header__cart__content--icon {
    position: absolute;
}
.header__cart__content--title {
    font-size: 1.3rem;
    color: var(--clr-red);
}
.about__cta, .footer, .navigation__item--red {
    color: var(--clr-white);
}
.header__cart__content--add {
    background-color: var(--clr-red);
    padding: 1rem 2rem;
    color: var(--clr-white);
    border-radius: 3rem;
    font-weight: 700;
}
.logo img {
    width: 10.5rem;
}
#navigation-control:checked~.ul-wrapper {
    display: flex;
    left: 0;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .03);
}
.navigation__control.another {
    margin-left: auto;
    padding-right: 3rem;
    position: absolute;
    right: 0;
    top: 2rem;
}
.navigation {
    flex-basis: 65vw;
    max-width: 80rem;
}
.navigation__control {
    display: none;
    z-index: 33;
    position: relative;
    padding: .5rem;
    cursor: pointer;
}
.navigation__control>span {
    width: 3.2rem;
    height: .2rem;
    margin-block: .7rem;
    background-color: var(--clr-black);
    display: block;
}
.ul-wrapper {
    transition: .2s;
}
.navigation>div>ul {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.4rem;
    transition: .2s;
    align-items: center;
}
.navigation__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .2s;
}
.navigation__item--red {
    padding: .7rem 1.2rem;
    background-color: var(--clr-red);
    border-radius: 3rem;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .2s;
}
.navigation__link {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.navigation__link img {
    width: .7rem;
}
.navigation__item:hover .navigation--sub {
    opacity: 1;
    visibility: visible;
    top: 100%}
.navigation--sub {
    opacity: 0;
    visibility: hidden;
    background-color: #f0eae7;
    position: absolute;
    top: 120%;
    left: 0;
    padding: 1rem 4rem 1rem 1.5rem;
    border-radius: 1rem;
    background-color: 0 5px 2px 2px rgba(0, 0, 0, .17);
    white-space: nowrap;
    transition: .2s;
}
.navigation--sub>li {
    margin-block: .6rem;
    font-weight: 400;
}
.product {
    padding-block: 3.5rem;
}
.faq {
    margin-top: 5rem;
    margin-bottom: 7rem;
    padding-block: 3.5rem;
}
.faq .container {
    max-width: 90rem;
}
.faq__inner {
    display: grid;
    grid-template-columns: .75fr 1.5fr;
}
.faq__left {
    margin-top: 6rem;
}
.about {
    -webkit-padding-before: 4.5rem;
    padding-block-start: 4.5rem;
    -webkit-padding-after: 5.5rem;
    padding-block-end: 5.5rem;
    background-color: #fdf1e6;
    position: relative;
    overflow: hidden;
}
.about__cta {
    background-color: var(--clr-red);
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding: 1.2rem 3.5rem;
    border-radius: 3rem;
    margin-top: 7rem;
    border: 1px solid transparent;
    transition: .2s;
}
.about__cta:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.about__items {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-items: center;
}
.about__item {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.about__item>img {
    max-width: 13rem;
}
.about__item img {
    transform: scale(1);
}
.about__item__title {
    font-size: 2.5rem;
    font-weight: 900;
}
input:focus {
    outline: 0;
}
.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #aba19b;
}
.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    row-gap: 4rem;
}
.footer__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
}
.footer__middle {
    max-width: 200px;
}
.footer__mail {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.footer__navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__navigation__item {
    display: inline-block;
}
.footer__navigation__item::before {
    bottom: 0;
}
@media only screen and (max-width:62.5em) {
    .navigation {
    flex-basis: 75vw;
}
.navigation__item--red {
    padding: .2rem .5rem;
}
}@media only screen and (max-width:59.375em) {
    .about__items {
    row-gap: 7rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.about__item {
    flex-direction: column;
    text-align: center;
}
}@media only screen and (max-width:56.25em) {
    .heading-1 {
    font-size: 3rem;
}
.heading-2 {
    font-size: 2.8rem;
}
.heading-3 {
    font-size: 2rem;
}
.navigation__item {
    font-size: 85%}
.faq__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.faq__left {
    margin-top: 0;
    text-align: center;
}
.about__item__title .hidden {
    display: none;
}
.about .container, .faq .container, .product .container {
    max-width: 60rem;
    padding-inline: 1rem;
}
}@media only screen and (max-width:50em) {
    .faq__left img {
    height: 5rem;
}
}@media only screen and (max-width:46.8125em) {
    .navigation--sub .hover-bottom-line:  :before, .navigation__item.hover-bottom-line::before {
    display: none;
}
.header__brand {
    height: 7rem;
}
.header__cart {
    width: 3.5rem;
    text-align: right;
}
.logo img {
    width: 8rem;
}
.navigation__control {
    display: block;
}
.navigation {
    order: -1;
    flex-basis: inherit;
}
.navigation__item--red {
    border: 0;
    padding: 0;
    background: 0 0;
    color: inherit;
    overflow: unset;
}
.navigation>.ul-wrapper>ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    font-size: 1.8rem;
    padding-top: 3rem;
}
.navigation .ul-wrapper {
    position: absolute;
    width: 80%;
    max-height: 100vh;
    top: 0;
    left: -100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    z-index: 2;
    padding: 1.5rem 0 3rem 3rem;
}
#navigation-control:checked~.navigation__control {
    z-index: -1;
}
.navigation__item {
    font-size: 95%;
    align-items: flex-start;
    border-bottom: 1px solid var(--clr-red);
    border-radius: 0;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    width: 90%}
.navigation__item:last-child {
    border: 0;
}
.navigation--sub {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    padding: 0;
    margin-top: .5rem;
    overflow: auto;
}
.navigation--sub>li {
    margin-block: .7rem;
}
.faq {
    margin-top: 3rem;
}
.about__cta {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 4rem;
}
}@media only screen and (max-width:43.75em) {
    .heading-2 {
    font-size: 2.2rem;
    line-height: 1.2;
}
.heading-3 {
    font-size: 1.6rem;
}
.footer__mail, .footer__title:not(:first-child) {
    margin-top: 1.5rem;
}
.about::before {
    left: -13rem;
}
.about::after {
    right: -10rem;
}
.about__item__title {
    font-size: 2rem;
}
.footer {
    padding-top: 5rem;
}
.footer__inner {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
.footer__mail {
    margin-bottom: 1rem;
}
}@media only screen and (max-width:31.25em) {
    html {
    font-size: 55%}
.heading-2 {
    font-size: 2rem;
    line-height: 1.2;
}
.about__cta, .about__item__title {
    font-size: 1.6rem;
}
.product {
    padding-top: 2.5rem;
}
.faq {
    margin-bottom: 4.5rem;
}
.navigation__item {
    padding-bottom: 1.5rem;
    margin-bottom: .5rem;
}
.faq__left img {
    height: 4rem;
}
.about__cta {
    padding: .6rem 2.2rem;
    margin-top: 3rem;
}
.about__items {
    row-gap: 5.5rem;
}
}.footer-right-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .footer-right-absolute-wrapper {
    position: absolute;
    right: 0;
    bottom: 100%;
    flex-direction: column;
    width: 145px;
    height: 217px;
    align-items: flex-end;
}
}.icon-social {
    display: inline-flex;
    width: 2.2em;
    height: 2.2em;
    flex-shrink: 0;
    fill: #aba19b;
    color: #aba19b;
}
.o-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}
.c-language-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-language-box__input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.c-language-box__list-wrapper {
    position: absolute;
    bottom: 100%;
    background: #9a9a9a;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}
.c-language-box__item__link {
    display: block;
}
.c-language-box__item__link .o-icon--language {
    color: #000;
}
.c-language-box__list {
    display: flex;
    overflow: hidden;
    padding: 12px;
    justify-content: space-between;
}
@media (min-width:1025px) {
    .c-language-box__list-wrapper {
    right: 0;
    width: 355px;
    height: 64px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 200px;
}
.c-language-box__btn:hover {
    background: #9a9a9a;
}
}@media (max-width:1024px) {
    .c-language-box__list {
    flex-wrap: wrap;
}
.c-language-box__list-wrapper {
    width: 94px;
    height: 355px;
}
}@media (min-width:768px) and (max-width:1024px) {
    .c-language-box__list-wrapper {
    left: 100%;


    transform: translateX(-100%);
}
.c-language-box__list__item {
    margin-bottom: 6px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}@media (max-width:767px) {
    .l-footer__tools__socials {
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 49px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}.c-language-box__btn {
    display: flex;
    width: 94px;
    height: 64px;
    cursor: pointer;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.c-language-box__btn .o-icon {
    color: #fff;
}
.c-language-box__btn .o-icon--arrow-down {
    font-size: 7px;
}
.c-language-box__btn__language-flag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    margin: 0;
}
.c-language-box__btn__language .o-icon--language {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 33px;
    height: 33px;
}
.c-language-box__item__link .o-icon--language {
    font-size: 33px;
}
.c-language-box__btn__language {
    position: relative;
    display: flex;
}
.c-language-box__btn__language .o-icon {
    font-size: 37px;
}
.c-language-box .c-language-box__btn .o-icon--arrow-down {
    transition: .4s;
}
.c-language-box__input:checked+.c-language-box__btn {
    background: #9a9a9a;
}
.c-language-box__input:checked+.c-language-box__btn .o-icon--arrow-down {
    transform: rotate(-180deg);
}
.c-languages {
    display: inline-flex;
    flex-flow: row nowrap;
    padding-left: 0;
    float: right;
}
.c-languages__input {
    appearance: none;
}
.c-languages__label {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}
.c-languages__label:before {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    max-width: 100%;
    height: 1px;
    content: "";
    transition: .3s;
    background: #e5152f;
}
.c-languages__input:checked+.c-languages__label:before, .c-languages__label:hover:before {
    width: 100%}
.header {
    top: 0;
}
@keyframes splide-loading {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(1turn);
}
}@supports (outline-offset:-3px) {
    .splide__slide:  focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
}
}@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:  focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
}
}.header {
    top: 0;
}
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero-area {
    margin-top: 7rem;
    background: url(https://www.mynametags.com/static/img/hero-background-ifu-new.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: .4rem;
}
.hero-main {
    position: relative;
    display: grid;
    margin-top: 5rem;
    gap: 5rem;
}
.hero-left img {
    max-width: 15rem;
}
.hero-left-btn h1 {
    font-weight: 500;
    font-size: 2.1rem;
    color: var(--clr-black);
    margin: 0;
    margin-top: .31rem;
}
.hero-left-btn a {
    font-weight: 500;
    font-size: 2.1rem;
    color: var(--clr-white);
    background: #e41f31;
    padding: 1.2rem 6.2rem;
    border-radius: 10rem;
    margin-top: 2.8rem;
    transition: .2s all ease;
}
.hero-inner2 {
    display: none;
}
.sticker-area {
    padding: 2rem 0 8rem 0;
}
.sticker-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    margin: auto;
    align-items: center;
}
.sticker-left img {
    width: 100%;
    max-width: 60ch;
}
.sticker-right-item {
    background: #effefc;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    border-radius: 1rem;
    box-shadow: -1px 0 4px 4px rgb(149 149 149 / 10%);
    padding-right: 3.4rem;
    position: relative;
}
.sticker-item-inner h2 {
    font-weight: 500;
    font-size: 2.5rem;
    margin-left: 2.5rem;
}
.sticker-item-inner.icon {
    position: absolute;
    right: 2rem;
}
.sticker-item-inner1 {
    background: #7bd8ca;
    padding: 1.8rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-item-inner1 img {
    max-width: 6rem;
}
.sticker-item-inner2 {
    background: #ff8ac6;
    padding: 2.1rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-item-inner2 img {
    max-width: 6.6rem;
}
.sticker-item-inner3 {
    background: #fdcb44;
    padding: 2.8rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-item-inner3 img {
    max-width: 6.6rem;
}
.sticker-right-item2 {
    background: #fff4fa;
}
.sticker-right-item3 {
    background: #fff7f0;
}
.apply-area {
    padding-block: 6rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.apply-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 0 2.4rem;
}
.apply-left h2 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000;
    text-transform: uppercase;
}
.apply-left h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
}
.apply-left ul li {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000;
    margin-top: .5rem;
}
.apply-inner1 img {
    max-width: 8rem;
    margin-right: 3rem;
    width: 16rem;
}
.apply-right img {
    width: 100%;
    border-radius: 2rem;
}
.more-area {
    padding: 0 0 5rem 0;
}
.more-title h2 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000;
    text-transform: uppercase;
}
.more-title h2 {
    text-align: center;
}
.more-main-2 {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 0 8rem;
    padding-left: 50px;
    padding-right: 50px;
}
.more-item {
    position: relative;
    margin-top: 3rem;
}
.more-item img {
    width: 100%;
    max-width: 500px;
    max-height: 300px;
}
.name-area {
    padding: 0;
}
.name-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.name-left {
    width: 20%}
.name-right {
    width: 80%}
.name-left img {
    max-width: 18rem;
    margin-right: 20px;
}
.name-right h4 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000;
}
.name-right p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000;
}
.name-right p a {
    color: #1ca4ed;
    text-decoration: underline;
}
.name-main {
    max-width: 1024px;
    margin: auto;
}
.sticker-item-inner img {
    opacity: 0;
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .sticker-right {
    margin-top: 2rem;
}
}@media screen and (min-width:768px) and (max-width:991px) {
    .hero-area {
    margin-top: 5rem;
}
.hero-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 2rem;
    gap: 1rem;
    margin-top: 7rem;
}
.hero-left {
    order: 2;
}
.hero-right {
    order: 1;
}
.hero-left img {
    max-width: 11rem;
}
.hero-inner1 {
    display: none;
}
.hero-inner2 {
    display: block;
}
.hero-left {
    max-width: 40.5rem;
    text-align: center;
    margin: auto;
}
.hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
}
.hero-left-btn h1 {
    font-size: 1.5rem;
}
.hero-left-btn h1 br {
    display: none;
}
.hero-right {
    position: initial;
}
.hero-left-btn a {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
.sticker-main {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
}
.sticker-right {
    margin-top: 1rem;
}
.sticker-area {
    padding: 4rem 0 7rem 0;
}
.sticker-left img {
    max-width: 35ch;
    display: block;
    margin: auto;
}
.apply-left h2 {
    font-size: 2.5rem;
}
.apply-area {
    padding: 0 0 10rem 0;
}
.name-left {
    width: 30%}
.name-right {
    width: 70%}
}@media screen and (max-width:767px) {
    .hero-area {
    margin-top: 5rem;
}
.hero-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 7rem;
}
.hero-left {
    order: 2;
}
.hero-right {
    order: 1;
}
.hero-left img {
    max-width: 11rem;
}
.hero-inner1 {
    display: none;
}
.hero-inner2 {
    display: block;
}
.hero-left {
    max-width: 40.5rem;
    text-align: center;
    margin: auto;
}
.hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
}
.hero-left-btn h1 {
    font-size: 2.5rem;
}
.hero-left-btn h1 br {
    display: none;
}
.hero-right {
    position: initial;
}
.hero-left-btn a {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
.sticker-main {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
}
.sticker-left img {
    max-width: 35ch;
    display: block;
    margin: auto;
}
.sticker-item-inner h2 {
    font-size: 1.5rem;
}
.sticker-right-item {
    padding-right: 2rem;
    margin-top: 1.5rem;
}
.sticker-item-inner1 {
    padding: 1rem;
}
.sticker-item-inner1 img {
    max-width: 4rem;
}
.sticker-item-inner2 img {
    max-width: 4rem;
}
.sticker-item-inner2 {
    padding: 1.4rem 1rem;
}
.sticker-item-inner3 {
    padding: 1.6rem 1rem;
}
.sticker-item-inner3 img {
    max-width: 4rem;
}
.sticker-area {
    padding: 1rem 0 6rem 0;
}
.sticker-right {
    margin-top: 1rem;
}
.apply-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.apply-right {
    order: 1;
}
.apply-left {
    order: 2;
}
.apply-left h2 {
    font-size: 2rem;
    text-align: center;
}
.apply-left h3 {
    font-size: 1.6rem;
}
.apply-left ul li {
    font-size: 1.5rem;
}
.apply-inner1 img {
    max-width: 5rem;
}
.apply-left {
    margin-top: 2rem;
}
.apply-area {
    padding: 0 0 8rem 0;
}
.more-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.more-title h2 {
    font-size: 2rem;
}
.more-item {
    margin-top: 2rem;
}
.name-left {
    width: 100%}
.name-left img {
    display: block;
    margin: auto;
}
.name-right {
    width: 100%;
    text-align: center;
}
.name-right h2 {
    font-size: 2rem;
    margin-top: .5rem;
    margin-bottom: 1.2rem;
}
.name-right p {
    font-size: 1.6rem;
    margin-top: .5rem;
}
.name-area {
    padding: 0 0 2rem 0;
}
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
figure, footer, header, main, menu, nav, section {
    display: block;
}
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
b {
    font-weight: inherit;
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
button, input {
    font: inherit;
    margin: 0;
}
button, input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.l-cart-basket__content figure {
    margin: 0;
}
.l-cart-basket__content a {
    cursor: pointer;
    text-decoration: none;
}
.l-cart-basket__content ul {
    text-align: left;
}
.o-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}
.c-label+.o-icon, .o-icon+.c-label {
    margin-left: 6px;
}
.o-icon--arrow-down {
    width: 1.75em;
}
.o-icon--arrow-left {
    width: 2em;
    transform: rotate(90deg);
}
.o-icon--arrow-right {
    width: 2em;
    transform: rotate(-90deg);
}
.o-icon--close {
    font-size: 8px;
}
.o-icon--item {
    width: .5em;
    font-size: 12px;
}
[class*=t-heading-], [class*=t-text-], [class^=t-heading-], [class^=t-text-] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.t-heading-1 {
    font-weight: 700;
    line-height: 1.2em;
}
@media (max-width:767px) {
    .t-heading-1 {
    font-size: 24px;
}
}@media (min-width:768px) and (max-width:1024px) {
    .t-heading-1 {
    font-size: 38px;
}
}@media (min-width:1025px) {
    .t-heading-1 {
    font-size: 42px;
}
}.t-heading-2 {
    font-weight: 700;
}
@media (max-width:1024px) {
    .t-heading-2 {
    font-size: 22px;
    line-height: 1.18em;
}
}@media (min-width:1025px) {
    .t-heading-2 {
    font-size: 28px;
    line-height: 1.2em;
}
}.t-heading-3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18em;
}
.t-heading-4 {
    font-size: 18px;
}
.t-heading-4, .t-heading-5 {
    font-weight: 700;
    line-height: 1.2em;
}
.t-heading-5 {
    font-size: 16px;
}
.t-text-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28em;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.t-bold {
    font-weight: 700;
}
.t-light {
    font-weight: lighter;
}
.l-cart-basket {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
}
.l-cart-basket__icon {
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.l-cart-basket-wrapper {
    z-index: 2;
}
@media (min-width:1025px) {
    .c-languages+.l-cart-basket-wrapper .l-cart-basket {
    margin-left: 20px;
}
.l-cart-basket-wrapper {
    position: relative;
}
.l-cart-basket-wrapper:hover .l-cart-basket__icon {
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.l-cart-basket-wrapper:hover .l-cart-basket__content {
    position: absolute;
    overflow-y: auto;
    width: 264px;
    max-height: 90vh;
    margin-top: -30px;
    padding: 22px 18px;
    opacity: 1;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.l-cart-basket-wrapper:hover .l-cart-basket__content:before {
    position: absolute;
    z-index: 2;
    top: -3px;
    right: 0;
    width: 60px;
    height: 6px;
    content: "";
    background-color: #fff;
}
}@media (min-width:768px) {
    .l-cart-basket__icon {
    transition: .25s ease-in-out .1s;
}
.l-cart-basket__content {
    position: absolute;
    top: 60px;
    right: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
    background-color: #fff;
}
}@media (min-width:768px) and (max-width:1024px) {
    .l-cart-basket__content {
    top: 60px;
}
}@media (max-width:767px) {
    .l-cart-basket__icon {
    top: 20px;
    right: 0;
}
.l-cart-basket__content {
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    width: calc(100% - 60px);
    height: 100vh;
    padding: 34px 16px;
    transition: all .25s ease;
    transform: translateX(-100%);
    background: #fff;
}
.l-cart-basket .c-cart-basket-icon__cart {
    display: block;
    margin-left: auto;
    transition: opacity .25s ease-in-out;
    opacity: 1;
}
}.ui-hide {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}
.c-btn {
    position: relative;
    display: inline-flex;
    padding: 10px 30px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    cursor: pointer;
    transition: color .3s ease, background .3s ease;
    text-align: center;
    color: #fff;
    border: 1px solid #e5152f;
    border-radius: 21px;
    background-color: #e5152f;
    justify-content: center;
    align-items: center;
}
.c-btn:hover {
    color: #000;
    background-color: #fff!important;
}
.c-btn--light {
    background-color: transparent;
}
.c-btn--light:hover {
    background-color: #e5152f!important;
}
.c-btn--light {
    color: #000;
}
.c-btn--light:hover {
    color: #fff;
}
.c-btn--medium {
    padding: 13px 18px;
    line-height: 1em;
    border-radius: 21px;
}
.c-btn__close {
    display: flex;
    margin-left: 8px;
    transition: color .3s ease, background .3s ease;
    color: #e5152f;
    justify-content: center;
    align-items: center;
}
.c-btn__decor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    margin-left: 16px;
    transition: .25s ease-in-out;
    border: 2px solid #e5152f;
    border-radius: 10px;
    background-color: transparent;
}
.c-btn__decor .o-icon {
    font-size: 14px;
}
@media (max-width:767px) {
    .c-btn {
    font-size: 14px;
}
.c-product-box__cta .c-btn {
    padding: 11px;
    font-size: 12px;
}
}.c-cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%}
.c-cart-list__item {
    width: 100%}
.c-cart-list__item+.c-cart-list__item {
    border-top: 1px solid #f0eae7;
}
.c-cart-basket-icon__cart {
    position: relative;
    display: flex;
    font-size: 27px;
    justify-content: center;
    align-items: center;
}
.c-cart-basket-icon__cart__counter {
    position: absolute;
    left: calc(100% - 3px);
    display: flex;
    width: 15px;
    height: 15px;
    font-size: 8px;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 50%;
    background: #e5152f;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.c-cart-basket__head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.c-cart-basket__title {
    width: calc(100% - 22px);
    padding-left: 12px;
    color: #e5152f;
}
.c-cart-basket__icon {
    display: flex;
    width: 22px;
    align-items: center;
    flex-shrink: 0;
}
.c-cart-basket__icon .o-icon {
    font-size: 21px;
}
.c-cart-basket__body {
    margin-top: 16px;
}
.c-cart-basket__empty {
    padding-left: 36px;
}
.c-cart-basket__empty .c-cart-basket__action {
    margin-top: 22px;
}
.c-cart-basket__section {
    width: 100%;
    padding: 18px 0;
}
.c-cart-basket__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.c-cart-basket__row+.c-cart-basket__row {
    margin-top: 2px;
}
.c-cart-basket__row--hidden {
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease-in-out;
}
.c-cart-basket__section-title {
    font-size: 12px;
    line-height: 1.2em;
}
.c-cart-basket__section-price {
    font-size: 11px;
    line-height: 1.2em;
    text-align: right;
}
.c-cart-basket__section-subtitle {
    font-size: 11px;
    line-height: 1.2em;
    color: #7b7b7b;
}
.c-cart-basket__section-subtitle a {
    position: relative;
    text-decoration: underline;
}
.c-cart-basket__section-subtitle a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    max-width: 100%;
    height: 2px;
    content: "";
    transition: all .4s ease;
    background: #e5152f;
}
.c-cart-basket__section-subtitle a:hover:before {
    width: 100%}
.c-cart-basket__total-price {
    font-size: 18px;
    line-height: 1em;
    color: #e5152f;
}
@media (min-width:1025px) {
    .c-cart-basket-icon__close {
    display: none;
}
}@media (max-width:1024px) {
    .c-cart-basket-icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
}@media (min-width:768px) {
    .c-cart-basket__content {
    text-align: center;
}
.c-cart-basket-icon {
    position: relative;
    z-index: 3;
}
.c-cart-basket-icon__close {
    display: none;
}
.c-cart-basket-icon__cart__counter {
    bottom: -5px;
}
.l-section--checkout .c-cart-basket__section-price, .l-section--checkout .c-cart-basket__section-title {
    font-size: 16px;
}
.l-section--checkout .c-cart-basket__section-subtitle {
    font-size: 12px;
}
}@media (max-width:767px) {
    .c-cart-basket__content {
    position: relative;
    text-align: left;
}
.c-cart-basket__icon {
    display: block;
    width: 23px;
    height: 30px;
    font-size: 23px;
}
.c-cart-basket__title {
    font-size: 18px;
    line-height: 1;
}
.c-cart-basket__content__action>.c-btn {
    display: inline-block;
    width: auto;
    padding: 13px 24px;
    font-size: 12px;
    line-height: 1;
}
.c-cart-basket-icon__close {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.c-cart-basket-icon__close__inner {
    display: block;
}
.c-cart-basket-icon__close__inner, .c-cart-basket-icon__close__inner:before {
    position: relative;
    width: 23px;
    height: 2px;
    transition: all 1.4s ease;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background: #fff;
}
.c-cart-basket-icon__close__inner:before {
    position: absolute;
    display: block;
    content: ""}
.c-cart-basket-icon__close__inner {
    transform: rotate(45deg);
}
.c-cart-basket-icon__close__inner:before {
    bottom: 0;
    transform: rotate(-90deg);
}
.c-cart-basket-icon__cart__counter {
    bottom: 3px;
}
}.c-cta-list {
    padding: 0;
    list-style: none;
    display: flex;
    width: calc(100% + 12px);
    margin: 0 -6px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.c-cta-list__item {
    display: flex;
    margin: 6px;
}
.c-cta {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    transition: .25s ease-in-out;
    color: #e5152f;
    border: 1px solid #2e2e2e;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.c-cta:hover {
    border-color: #e5152f;
}
.l-section--checkout .c-cta {
    width: 25px;
    height: 25px;
}
.c-cta .o-icon {
    font-size: 10px;
}
.l-section--checkout .c-cta .o-icon {
    font-size: 12px;
}
@media (min-width:1025px) {
    .c-cta:  hover {
    color: #fff;
    background-color: #e5152f;
}
}.c-payment-cta {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.c-payment-cta+.c-payment-cta {
    margin-top: 18px;
}
.c-payment-cta .c-btn {
    width: 146px;
    padding: 11px 9px;
    font-size: 12px;
    flex-shrink: 0;
}
.c-payment-cta__logos {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: calc(100% - 146px);
    padding: 0 4px 0 0;
}
.c-payment-cta__logo {
    display: flex;
    width: 100%;
    align-items: center;
}
.c-payment-cta__logo+.c-payment-cta__logo {
    margin-top: 4px;
}
.c-payment-cta__logo-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}
.c-payment-cta__logo--with-text .c-payment-cta__logo-wrapper {
    flex-direction: column;
    width: 10px;
    flex-shrink: 0;
    justify-content: center;
}
.c-payment-cta__logo-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 1px;
}
.c-payment-cta__logo--with-text .c-payment-cta__logo-wrapper img {
    width: 100%}
.c-payment-cta__text {
    margin-left: 3px;
    font-size: 8px;
    line-height: 1em;
    white-space: nowrap;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .c-payment-cta__logo-wrapper img {
    width: 100%}
}.f-form--basket {
    display: block;
    margin-top: 20px;
}
.f-form--care {
    margin-top: 0;
}
.is-hidden.f-form--basket {
    display: none;
}
.f-form--basket .f-form__action {
    margin-top: 32px;
}
.l-section--checkout .f-form--basket .f-form__action {
    margin-top: 0;
}
.l-section--checkout .f-form--basket .f-form__action p+p {
    margin-top: 16px;
}
.f-form--basket .f-form__row {
    align-items: flex-start;
}
/*! Skeletabs v2.1.1: bundled themes and effects | MIT License */@keyframes splide-loading {
    0% {
    transform: rotate(0);
}
to {
    transform: rotate(1turn);
}
}@supports (outline-offset:-3px) {
    .splide__slide:  focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
}
}@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:  focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
}
}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
figure, footer, header, main, menu, nav, section {
    display: block;
}
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
b {
    font-weight: inherit;
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
button, input {
    font: inherit;
    margin: 0;
}
button, input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.l-cart-basket__content figure {
    margin: 0;
}
.l-cart-basket__content a {
    cursor: pointer;
    text-decoration: none;
}
.l-cart-basket__content ul {
    text-align: left;
}
.o-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}
.c-label+.o-icon, .o-icon+.c-label {
    margin-left: 6px;
}
.o-icon--arrow-down {
    width: 1.75em;
}
.o-icon--arrow-left {
    width: 2em;
    transform: rotate(90deg);
}
.o-icon--arrow-right {
    width: 2em;
    transform: rotate(-90deg);
}
.o-icon--close {
    font-size: 8px;
}
.o-icon--item {
    width: .5em;
    font-size: 12px;
}
[class*=t-heading-], [class*=t-text-], [class^=t-heading-], [class^=t-text-] {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.t-heading-1 {
    font-weight: 700;
    line-height: 1.2em;
}
@media (max-width:767px) {
    .t-heading-1 {
    font-size: 24px;
}
}@media (min-width:768px) and (max-width:1024px) {
    .t-heading-1 {
    font-size: 38px;
}
}@media (min-width:1025px) {
    .t-heading-1 {
    font-size: 42px;
}
}.t-heading-2 {
    font-weight: 700;
}
@media (max-width:1024px) {
    .t-heading-2 {
    font-size: 22px;
    line-height: 1.18em;
}
}@media (min-width:1025px) {
    .t-heading-2 {
    font-size: 28px;
    line-height: 1.2em;
}
}.t-heading-3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18em;
}
.t-heading-4 {
    font-size: 18px;
}
.t-heading-4, .t-heading-5 {
    font-weight: 700;
    line-height: 1.2em;
}
.t-heading-5 {
    font-size: 16px;
}
.t-text-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28em;
}
.t-center {
    text-align: center;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.t-bold {
    font-weight: 700;
}
.t-light {
    font-weight: lighter;
}
.l-cart-basket {
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
}
.l-cart-basket__icon {
    display: flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.l-cart-basket-wrapper {
    z-index: 2;
}
@media (min-width:1025px) {
    .c-languages+.l-cart-basket-wrapper .l-cart-basket {
    margin-left: 20px;
}
.l-cart-basket-wrapper {
    position: relative;
}
.l-cart-basket-wrapper:hover .l-cart-basket__icon {
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.l-cart-basket-wrapper:hover .l-cart-basket__content {
    position: absolute;
    overflow-y: auto;
    width: 264px;
    max-height: 90vh;
    margin-top: -30px;
    padding: 22px 18px;
    opacity: 1;
    border-radius: 20px 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.l-cart-basket-wrapper:hover .l-cart-basket__content:before {
    position: absolute;
    z-index: 2;
    top: -3px;
    right: 0;
    width: 60px;
    height: 6px;
    content: "";
    background-color: #fff;
}
}@media (min-width:768px) {
    .l-cart-basket__icon {
    transition: .25s ease-in-out .1s;
}
.l-cart-basket__content {
    position: absolute;
    top: 60px;
    right: 0;
    overflow: hidden;
    max-height: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
    background-color: #fff;
}
}@media (min-width:768px) and (max-width:1024px) {
    .l-cart-basket__content {
    top: 60px;
}
}@media (max-width:767px) {
    .l-cart-basket__icon {
    top: 20px;
    right: 0;
}
.l-cart-basket__content {
    position: fixed;
    z-index: 33;
    top: 0;
    left: 0;
    display: block;
    overflow-y: auto;
    width: calc(100% - 60px);
    height: 100vh;
    padding: 34px 16px;
    transition: all .25s ease;
    transform: translateX(-100%);
    background: #fff;
}
.l-cart-basket .c-cart-basket-icon__cart {
    display: block;
    margin-left: auto;
    transition: opacity .25s ease-in-out;
    opacity: 1;
}
}.ui-hide {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}
.c-btn {
    position: relative;
    display: inline-flex;
    padding: 10px 30px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    cursor: pointer;
    transition: color .3s ease, background .3s ease;
    text-align: center;
    color: #fff;
    border: 1px solid #e5152f;
    border-radius: 21px;
    background-color: #e5152f;
    justify-content: center;
    align-items: center;
}
.c-btn:hover {
    color: #000;
    background-color: #fff!important;
}
.c-btn--light {
    background-color: transparent;
}
.c-btn--light:hover {
    background-color: #e5152f!important;
}
.c-btn--light {
    color: #000;
}
.c-btn--light:hover {
    color: #fff;
}
.c-btn--medium {
    padding: 13px 18px;
    line-height: 1em;
    border-radius: 21px;
}
.c-btn__close {
    display: flex;
    margin-left: 8px;
    transition: color .3s ease, background .3s ease;
    color: #e5152f;
    justify-content: center;
    align-items: center;
}
.c-btn__decor {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 40px;
    margin-left: 16px;
    transition: .25s ease-in-out;
    border: 2px solid #e5152f;
    border-radius: 10px;
    background-color: transparent;
}
.c-btn__decor .o-icon {
    font-size: 14px;
}
@media (max-width:767px) {
    .c-btn {
    font-size: 14px;
}
.c-product-box__cta .c-btn {
    padding: 11px;
    font-size: 12px;
}
}.c-cart-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%}
.c-cart-list__item {
    width: 100%}
.c-cart-list__item+.c-cart-list__item {
    border-top: 1px solid #f0eae7;
}
.c-cart-basket-icon__cart {
    position: relative;
    display: flex;
    font-size: 27px;
    justify-content: center;
    align-items: center;
}
.c-cart-basket-icon__cart__counter {
    position: absolute;
    left: calc(100% - 3px);
    display: flex;
    width: 15px;
    height: 15px;
    font-size: 8px;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 50%;
    background: #e5152f;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.c-cart-basket__head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.c-cart-basket__title {
    width: calc(100% - 22px);
    padding-left: 12px;
    color: #e5152f;
}
.c-cart-basket__icon {
    display: flex;
    width: 22px;
    align-items: center;
    flex-shrink: 0;
}
.c-cart-basket__icon .o-icon {
    font-size: 21px;
}
.c-cart-basket__body {
    margin-top: 16px;
}
.c-cart-basket__empty {
    padding-left: 36px;
}
.c-cart-basket__empty .c-cart-basket__action {
    margin-top: 22px;
}
.c-cart-basket__section {
    width: 100%;
    padding: 18px 0;
}
.c-cart-basket__row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.c-cart-basket__row+.c-cart-basket__row {
    margin-top: 2px;
}
.c-cart-basket__row--hidden {
    overflow: hidden;
    max-height: 0;
    transition: max-height .25s ease-in-out;
}
.c-cart-basket__section-title {
    font-size: 12px;
    line-height: 1.2em;
}
.c-cart-basket__section-price {
    font-size: 11px;
    line-height: 1.2em;
    text-align: right;
}
.c-cart-basket__section-subtitle {
    font-size: 11px;
    line-height: 1.2em;
    color: #7b7b7b;
}
.c-cart-basket__section-subtitle a {
    position: relative;
    text-decoration: underline;
}
.c-cart-basket__section-subtitle a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    max-width: 100%;
    height: 2px;
    content: "";
    transition: all .4s ease;
    background: #e5152f;
}
.c-cart-basket__section-subtitle a:hover:before {
    width: 100%}
.c-cart-basket__total-price {
    font-size: 18px;
    line-height: 1em;
    color: #e5152f;
}
@media (min-width:1025px) {
    .c-cart-basket-icon__close {
    display: none;
}
}@media (max-width:1024px) {
    .c-cart-basket-icon {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
}@media (min-width:768px) {
    .c-cart-basket__content {
    text-align: center;
}
.c-cart-basket-icon {
    position: relative;
    z-index: 3;
}
.c-cart-basket-icon__close {
    display: none;
}
.c-cart-basket-icon__cart__counter {
    bottom: -5px;
}
.l-section--checkout .c-cart-basket__section-price, .l-section--checkout .c-cart-basket__section-title {
    font-size: 16px;
}
.l-section--checkout .c-cart-basket__section-subtitle {
    font-size: 12px;
}
}@media (max-width:767px) {
    .c-cart-basket__content {
    position: relative;
    text-align: left;
}
.c-cart-basket__icon {
    display: block;
    width: 23px;
    height: 30px;
    font-size: 23px;
}
.c-cart-basket__title {
    font-size: 18px;
    line-height: 1;
}
.c-cart-basket__content__action>.c-btn {
    display: inline-block;
    width: auto;
    padding: 13px 24px;
    font-size: 12px;
    line-height: 1;
}
.c-cart-basket-icon__close {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
    align-items: center;
    justify-content: center;
}
.c-cart-basket-icon__close__inner {
    display: block;
}
.c-cart-basket-icon__close__inner, .c-cart-basket-icon__close__inner:before {
    position: relative;
    width: 23px;
    height: 2px;
    transition: all 1.4s ease;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background: #fff;
}
.c-cart-basket-icon__close__inner:before {
    position: absolute;
    display: block;
    content: ""}
.c-cart-basket-icon__close__inner {
    transform: rotate(45deg);
}
.c-cart-basket-icon__close__inner:before {
    bottom: 0;
    transform: rotate(-90deg);
}
.c-cart-basket-icon__cart__counter {
    bottom: 3px;
}
}.c-cta-list {
    padding: 0;
    list-style: none;
    display: flex;
    width: calc(100% + 12px);
    margin: 0 -6px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.c-cta-list__item {
    display: flex;
    margin: 6px;
}
.c-cta {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 2px;
    transition: .25s ease-in-out;
    color: #e5152f;
    border: 1px solid #2e2e2e;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.c-cta:hover {
    border-color: #e5152f;
}
.l-section--checkout .c-cta {
    width: 25px;
    height: 25px;
}
.c-cta .o-icon {
    font-size: 10px;
}
.l-section--checkout .c-cta .o-icon {
    font-size: 12px;
}
@media (min-width:1025px) {
    .c-cta:  hover {
    color: #fff;
    background-color: #e5152f;
}
}.c-payment-cta {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.c-payment-cta+.c-payment-cta {
    margin-top: 18px;
}
.c-payment-cta .c-btn {
    width: 146px;
    padding: 11px 9px;
    font-size: 12px;
    flex-shrink: 0;
}
.c-payment-cta__logos {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: calc(100% - 146px);
    padding: 0 4px 0 0;
}
.c-payment-cta__logo {
    display: flex;
    width: 100%;
    align-items: center;
}
.c-payment-cta__logo+.c-payment-cta__logo {
    margin-top: 4px;
}
.c-payment-cta__logo-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}
.c-payment-cta__logo--with-text .c-payment-cta__logo-wrapper {
    flex-direction: column;
    width: 10px;
    flex-shrink: 0;
    justify-content: center;
}
.c-payment-cta__logo-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 1px;
}
.c-payment-cta__logo--with-text .c-payment-cta__logo-wrapper img {
    width: 100%}
.c-payment-cta__text {
    margin-left: 3px;
    font-size: 8px;
    line-height: 1em;
    white-space: nowrap;
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .c-payment-cta__logo-wrapper img {
    width: 100%}
}.f-form--basket {
    display: block;
    margin-top: 20px;
}
.f-form--care {
    margin-top: 0;
}
.is-hidden.f-form--basket {
    display: none;
}
.f-form--basket .f-form__action {
    margin-top: 32px;
}
.l-section--checkout .f-form--basket .f-form__action {
    margin-top: 0;
}
.l-section--checkout .f-form--basket .f-form__action p+p {
    margin-top: 16px;
}
.f-form--basket .f-form__row {
    align-items: flex-start;
}
button {
    background-color: transparent;
}
.header, .hover-bottom-line:hover::before {
    width: 100%}
*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}
.container {
    margin-inline: auto;
}
:root {
    --clr-white: #fff;
    --clr-black: #000;
    --clr-red: #e5152f;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.6rem;
    line-height: 1.6;
}
:target {
    scroll-margin-top: 10rem;
}
a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
button {
    border: 0;
}
[role=button] {
    cursor: pointer;
}
ul {
    list-style: none;
}
.heading-1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
}
.heading-2 {
    font-size: 3.2rem;
    font-weight: 900;
}
.heading-3 {
    font-size: 2.3rem;
    font-weight: 500;
}
.container {
    max-width: 124rem;
    padding-inline: 1.5rem;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.header, .header__cart__content {
    background-color: var(--clr-white);
}
.header__cart, .hover-bottom-line {
    position: relative;
}
.hover-bottom-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: .25rem;
    background-color: var(--clr-red);
    transition: .2s;
}
.navigation__item--red:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.header {
    position: fixed;
    z-index: 9;
    box-shadow: 0 15px 9px -6px rgba(0, 0, 0, .03);
}
.header__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 9rem;
}
.header__cart:hover .header__cart__content {
    opacity: 1;
    visibility: visible;
}
.header__cart__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 25rem;
    top: 100%;
    right: 0;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.header__cart__content--icon {
    position: absolute;
}
.header__cart__content--title {
    font-size: 1.3rem;
    color: var(--clr-red);
}
.about__cta, .footer, .navigation__item--red {
    color: var(--clr-white);
}
.header__cart__content--add {
    background-color: var(--clr-red);
    padding: 1rem 2rem;
    color: var(--clr-white);
    border-radius: 3rem;
    font-weight: 700;
}
.logo img {
    width: 10.5rem;
}
#navigation-control:checked~.ul-wrapper {
    display: flex;
    left: 0;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .03);
}
.navigation__control.another {
    margin-left: auto;
    padding-right: 3rem;
    position: absolute;
    right: 0;
    top: 2rem;
}
.navigation {
    flex-basis: 65vw;
    max-width: 80rem;
}
.navigation__control {
    display: none;
    z-index: 33;
    position: relative;
    padding: .5rem;
    cursor: pointer;
}
.navigation__control>span {
    width: 3.2rem;
    height: .2rem;
    margin-block: .7rem;
    background-color: var(--clr-black);
    display: block;
}
.ul-wrapper {
    transition: .2s;
}
.navigation>div>ul {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.4rem;
    transition: .2s;
    align-items: center;
}
.navigation__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .2s;
}
.navigation__item--red {
    padding: .7rem 1.2rem;
    background-color: var(--clr-red);
    border-radius: 3rem;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .2s;
}
.navigation__link {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.navigation__link img {
    width: .7rem;
}
.navigation__item:hover .navigation--sub {
    opacity: 1;
    visibility: visible;
    top: 100%}
.navigation--sub {
    opacity: 0;
    visibility: hidden;
    background-color: #f0eae7;
    position: absolute;
    top: 120%;
    left: 0;
    padding: 1rem 4rem 1rem 1.5rem;
    border-radius: 1rem;
    background-color: 0 5px 2px 2px rgba(0, 0, 0, .17);
    white-space: nowrap;
    transition: .2s;
}
.navigation--sub>li {
    margin-block: .6rem;
    font-weight: 400;
}
.product {
    padding-block: 3.5rem;
}
.faq {
    margin-top: 5rem;
    margin-bottom: 7rem;
    padding-block: 3.5rem;
}
.faq .container {
    max-width: 90rem;
}
.faq__inner {
    display: grid;
    grid-template-columns: .75fr 1.5fr;
}
.faq__left {
    margin-top: 6rem;
}
.about {
    -webkit-padding-before: 4.5rem;
    padding-block-start: 4.5rem;
    -webkit-padding-after: 5.5rem;
    padding-block-end: 5.5rem;
    background-color: #fdf1e6;
    position: relative;
    overflow: hidden;
}
.about__cta {
    background-color: var(--clr-red);
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding: 1.2rem 3.5rem;
    border-radius: 3rem;
    margin-top: 7rem;
    border: 1px solid transparent;
    transition: .2s;
}
.about__cta:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.about__items {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-items: center;
}
.about__item {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.about__item>img {
    max-width: 13rem;
}
.about__item img {
    transform: scale(1);
}
.about__item__title {
    font-size: 2.5rem;
    font-weight: 900;
}
input:focus {
    outline: 0;
}
.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #aba19b;
}
.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    row-gap: 4rem;
}
.footer__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
}
.footer__middle {
    max-width: 200px;
}
.footer__mail {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.footer__navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__navigation__item {
    display: inline-block;
}
.footer__navigation__item::before {
    bottom: 0;
}
.rainbow-border {
    display: flex;
    height: .5rem;
    background-color: #707070;
}
.rainbow-border span {
    flex: 1;
}
.rainbow-border span:first-child {
    background-color: #94d84f;
}
.rainbow-border span:nth-child(2) {
    background-color: #ffe000;
}
.rainbow-border span:nth-child(3) {
    background-color: #ff90be;
}
.rainbow-border span:nth-child(4) {
    background-color: #22ccaf;
}
.rainbow-border span:nth-child(5) {
    background-color: #8b82e8;
}
.rainbow-border span:nth-child(6) {
    background-color: #2db1f7;
}
@media only screen and (max-width:62.5em) {
    .navigation {
    flex-basis: 75vw;
}
.navigation__item--red {
    padding: .2rem .5rem;
}
}@media only screen and (max-width:59.375em) {
    .about__items {
    row-gap: 7rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.about__item {
    flex-direction: column;
    text-align: center;
}
}@media only screen and (max-width:56.25em) {
    .heading-1 {
    font-size: 3rem;
}
.heading-2 {
    font-size: 2.8rem;
}
.heading-3 {
    font-size: 2rem;
}
.navigation__item {
    font-size: 85%}
.faq__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.faq__left {
    margin-top: 0;
    text-align: center;
}
.about__item__title .hidden {
    display: none;
}
.about .container, .faq .container, .product .container {
    max-width: 60rem;
    padding-inline: 1rem;
}
}@media only screen and (max-width:50em) {
    .faq__left img {
    height: 5rem;
}
}@media only screen and (max-width:46.8125em) {
    .navigation--sub .hover-bottom-line:  :before, .navigation__item.hover-bottom-line::before {
    display: none;
}
.header__brand {
    height: 7rem;
}
.header__cart {
    width: 3.5rem;
    text-align: right;
}
.logo img {
    width: 8rem;
}
.navigation__control {
    display: block;
}
.navigation {
    order: -1;
    flex-basis: inherit;
}
.navigation__item--red {
    border: 0;
    padding: 0;
    background: 0 0;
    color: inherit;
    overflow: unset;
}
.navigation>.ul-wrapper>ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    font-size: 1.8rem;
    padding-top: 3rem;
}
.navigation .ul-wrapper {
    position: absolute;
    width: 80%;
    max-height: 100vh;
    top: 0;
    left: -100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    z-index: 2;
    padding: 1.5rem 0 3rem 3rem;
}
#navigation-control:checked~.navigation__control {
    z-index: -1;
}
.navigation__item {
    font-size: 95%;
    align-items: flex-start;
    border-bottom: 1px solid var(--clr-red);
    border-radius: 0;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    width: 90%}
.navigation__item:last-child {
    border: 0;
}
.navigation--sub {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    padding: 0;
    margin-top: .5rem;
    overflow: auto;
}
.navigation--sub>li {
    margin-block: .7rem;
}
.faq {
    margin-top: 3rem;
}
.about__cta {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 4rem;
}
}@media only screen and (max-width:43.75em) {
    .heading-2 {
    font-size: 2.2rem;
    line-height: 1.2;
}
.heading-3 {
    font-size: 1.6rem;
}
.footer__mail, .footer__title:not(:first-child) {
    margin-top: 1.5rem;
}
.about::before {
    left: -13rem;
}
.about::after {
    right: -10rem;
}
.about__item__title {
    font-size: 2rem;
}
.footer {
    padding-top: 5rem;
}
.footer__inner {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
.footer__mail {
    margin-bottom: 1rem;
}
}@media only screen and (max-width:31.25em) {
    html {
    font-size: 55%}
.heading-2 {
    font-size: 2rem;
    line-height: 1.2;
}
.about__cta, .about__item__title {
    font-size: 1.6rem;
}
.product {
    padding-top: 2.5rem;
}
.faq {
    margin-bottom: 4.5rem;
}
.navigation__item {
    padding-bottom: 1.5rem;
    margin-bottom: .5rem;
}
.faq__left img {
    height: 4rem;
}
.about__cta {
    padding: .6rem 2.2rem;
    margin-top: 3rem;
}
.about__items {
    row-gap: 5.5rem;
}
}.footer-right-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .footer-right-absolute-wrapper {
    position: absolute;
    right: 0;
    bottom: 100%;
    flex-direction: column;
    width: 145px;
    height: 217px;
    align-items: flex-end;
}
}.icon-social {
    display: inline-flex;
    width: 2.2em;
    height: 2.2em;
    flex-shrink: 0;
    fill: #aba19b;
    color: #aba19b;
}
.o-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}
.c-language-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-language-box__input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.c-language-box__list-wrapper {
    position: absolute;
    bottom: 100%;
    background: #9a9a9a;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}
.c-language-box__item__link {
    display: block;
}
.c-language-box__item__link .o-icon--language {
    color: #000;
}
.c-language-box__list {
    display: flex;
    overflow: hidden;
    padding: 12px;
    justify-content: space-between;
}
@media (min-width:1025px) {
    .c-language-box__list-wrapper {
    right: 0;
    width: 355px;
    height: 64px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 200px;
}
.c-language-box__btn:hover {
    background: #9a9a9a;
}
}@media (max-width:1024px) {
    .c-language-box__list {
    flex-wrap: wrap;
}
.c-language-box__list-wrapper {
    width: 94px;
    height: 355px;
}
}@media (min-width:768px) and (max-width:1024px) {
    .c-language-box__list-wrapper {
    left: 100%;
    transform: translateX(-100%);
}
.c-language-box__list__item {
    margin-bottom: 6px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}@media (max-width:767px) {
    .l-footer__tools__socials {
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 49px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}.c-language-box__btn {
    display: flex;
    width: 94px;
    height: 64px;
    cursor: pointer;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.c-language-box__btn .o-icon {
    color: #fff;
}
.c-language-box__btn .o-icon--arrow-down {
    font-size: 7px;
}
.c-language-box__btn__language-flag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    margin: 0;
}
.c-language-box__btn__language .o-icon--language {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 33px;
    height: 33px;
}
.c-language-box__item__link .o-icon--language {
    font-size: 33px;
}
.c-language-box__btn__language {
    position: relative;
    display: flex;
}
.c-language-box__btn__language .o-icon {
    font-size: 37px;
}
.c-language-box .c-language-box__btn .o-icon--arrow-down {
    transition: .4s;
}
.c-language-box__input:checked+.c-language-box__btn {
    background: #9a9a9a;
}
.c-language-box__input:checked+.c-language-box__btn .o-icon--arrow-down {
    transform: rotate(-180deg);
}
.c-languages {
    display: inline-flex;
    flex-flow: row nowrap;
    padding-left: 0;
    float: right;
}
.c-languages__input {
    appearance: none;
}
.c-languages__label {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}
.c-languages__label:before {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    max-width: 100%;
    height: 1px;
    content: "";
    transition: .3s;
    background: #e5152f;
}
.c-languages__input:checked+.c-languages__label:before, .c-languages__label:hover:before {
    width: 100%}
button {
    background-color: transparent;
}
.header, .hover-bottom-line:hover::before {
    width: 100%}
*, ::after, ::before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}
.container, .heroArea__img {
    margin-inline: auto;
}
:root {
    --clr-white: #fff;
    --clr-black: #000;
    --clr-red: #e5152f;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.6rem;
    line-height: 1.6;
}
:target {
    scroll-margin-top: 10rem;
}
a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
button {
    border: 0;
}
[role=button] {
    cursor: pointer;
}
ul {
    list-style: none;
}
.heading-1 {
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
}
.heading-2 {
    font-size: 3.2rem;
    font-weight: 900;
}
.heading-3 {
    font-size: 2.3rem;
    font-weight: 500;
}
.container {
    max-width: 124rem;
    padding-inline: 1.5rem;
}
.text-center {
    text-align: center;
}
.text-uppercase {
    text-transform: uppercase;
}
.header, .header__cart__content {
    background-color: var(--clr-white);
}
.header__cart, .hover-bottom-line {
    position: relative;
}
.hover-bottom-line::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: .25rem;
    background-color: var(--clr-red);
    transition: .2s;
}
.heroArea__cta:hover, .navigation__item--red:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.header {
    position: fixed;
    z-index: 9;
    box-shadow: 0 15px 9px -6px rgba(0, 0, 0, .03);
}
.header__brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 9rem;
}
.header__cart:hover .header__cart__content {
    opacity: 1;
    visibility: visible;
}
.header__cart__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 25rem;
    top: 100%;
    right: 0;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.header__cart__content--icon {
    position: absolute;
}
.header__cart__content--title {
    font-size: 1.3rem;
    color: var(--clr-red);
}
.about__cta, .footer, .header__cart--amount, .heroArea__cta, .navigation__item--red {
    color: var(--clr-white);
}
.header__cart__content--desc {
    line-height: 1.3;
    margin-top: 1.6rem;
    margin-bottom: 2rem;
}
.header__cart__content--add {
    background-color: var(--clr-red);
    padding: 1rem 2rem;
    color: var(--clr-white);
    border-radius: 3rem;
    font-weight: 700;
}
.header__cart--amount {
    position: absolute;
    --size: 1.5rem;
    bottom: .2rem;
    right: -.6rem;
    border-radius: 50%;
    height: var(--size);
    width: var(--size);
    background-color: var(--clr-red);
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo img {
    width: 10.5rem;
}
#navigation-control:checked~.ul-wrapper {
    display: flex;
    left: 0;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .03);
}
.navigation__control.another {
    margin-left: auto;
    padding-right: 3rem;
    position: absolute;
    right: 0;
    top: 2rem;
}
.navigation {
    flex-basis: 65vw;
    max-width: 80rem;
}
.navigation__control {
    display: none;
    z-index: 33;
    position: relative;
    padding: .5rem;
    cursor: pointer;
}
.navigation__control>span {
    width: 3.2rem;
    height: .2rem;
    margin-block: .7rem;
    background-color: var(--clr-black);
    display: block;
}
.ul-wrapper {
    transition: .2s;
}
.navigation>div>ul {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.4rem;
    transition: .2s;
    align-items: center;
}
.navigation__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .2s;
}
.navigation__item--red {
    padding: .7rem 1.2rem;
    background-color: var(--clr-red);
    border-radius: 3rem;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .2s;
}
.navigation__link {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.navigation__link img {
    width: .7rem;
}
.navigation__item:hover .navigation--sub {
    opacity: 1;
    visibility: visible;
    top: 100%}
.navigation--sub {
    opacity: 0;
    visibility: hidden;
    background-color: #f0eae7;
    position: absolute;
    top: 120%;
    left: 0;
    padding: 1rem 4rem 1rem 1.5rem;
    border-radius: 1rem;
    background-color: 0 5px 2px 2px rgba(0, 0, 0, .17);
    white-space: nowrap;
    transition: .2s;
}
.navigation--sub>li {
    margin-block: .6rem;
    font-weight: 400;
}
.heroArea {
    max-height: 100vh;
    min-height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbf6c2;
    position: relative;
    overflow: hidden;
}
.heroArea__img {
    max-width: 112rem;
    position: absolute;
    top: 25rem;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}
.product {
    padding-block: 3.5rem;
}
.heroArea__subheading {
    margin-top: 2rem;
}
.faq {
    margin-top: 5rem;
    margin-bottom: 7rem;
    padding-block: 3.5rem;
}
.faq .container {
    max-width: 90rem;
}
.faq__inner {
    display: grid;
    grid-template-columns: .75fr 1.5fr;
}
.faq__left {
    margin-top: 6rem;
}
.about {
    -webkit-padding-before: 4.5rem;
    padding-block-start: 4.5rem;
    -webkit-padding-after: 5.5rem;
    padding-block-end: 5.5rem;
    background-color: #fdf1e6;
    position: relative;
    overflow: hidden;
}
.about__cta {
    background-color: var(--clr-red);
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    padding: 1.2rem 3.5rem;
    border-radius: 3rem;
    margin-top: 7rem;
    border: 1px solid transparent;
    transition: .2s;
}
.about__cta:hover {
    background-color: transparent;
    border-color: var(--clr-red);
    color: var(--clr-black);
}
.about__items {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    justify-items: center;
}
.about__item {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.about__item>img {
    max-width: 13rem;
}
.about__item img {
    transform: scale(1);
}
.about__item__title {
    font-size: 2.5rem;
    font-weight: 900;
}
.about__item__desc {
    font-weight: 300;
    max-width: 40ch;
}
input:focus {
    outline: 0;
}
.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #aba19b;
}
.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    row-gap: 4rem;
}
.footer__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
}
.footer__middle {
    max-width: 200px;
}
.footer__mail {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
}
.footer__navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer__navigation__item {
    display: inline-block;
}
.footer__navigation__item::before {
    bottom: 0;
}
.rainbow-border {
    display: flex;
    height: .5rem;
    background-color: #707070;
}
.rainbow-border span {
    flex: 1;
}
.rainbow-border span:first-child {
    background-color: #94d84f;
}
.rainbow-border span:nth-child(2) {
    background-color: #ffe000;
}
.rainbow-border span:nth-child(3) {
    background-color: #ff90be;
}
.rainbow-border span:nth-child(4) {
    background-color: #22ccaf;
}
.rainbow-border span:nth-child(5) {
    background-color: #8b82e8;
}
.rainbow-border span:nth-child(6) {
    background-color: #2db1f7;
}
@media only screen and (max-width:62.5em) {
    .navigation {
    flex-basis: 75vw;
}
.navigation__item--red {
    padding: .2rem .5rem;
}
}@media only screen and (max-width:59.375em) {
    .about__items {
    row-gap: 7rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.about__item {
    flex-direction: column;
    text-align: center;
}
}@media only screen and (max-width:56.25em) {
    .heading-1 {
    font-size: 3rem;
}
.heading-2 {
    font-size: 2.8rem;
}
.heading-3 {
    font-size: 2rem;
}
.navigation__item {
    font-size: 85%}
.heroArea {
    min-height: 28rem;
}
.heroArea__img {
    top: 11rem;
    margin: 0;
    max-width: 40rem;
}
.heroArea__content {
    transform: translate(18rem, 4rem);
}
.heroArea__cta {
    font-size: 1.8rem;
    margin-top: 2.5rem;
}
.heroArea__subheading {
    font-size: 1.6rem;
    margin-top: 1rem;
}
.faq__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
}
.faq__left {
    margin-top: 0;
    text-align: center;
}
.about__item__title .hidden {
    display: none;
}
.about .container, .faq .container, .product .container {
    max-width: 60rem;
    padding-inline: 1rem;
}
}@media only screen and (max-width:50em) {
    .faq__left img {
    height: 5rem;
}
}@media only screen and (max-width:46.8125em) {
    .navigation--sub .hover-bottom-line:  :before, .navigation__item.hover-bottom-line::before {
    display: none;
}
.header__brand {
    height: 7rem;
}
.header__cart {
    width: 3.5rem;
    text-align: right;
}
.logo img {
    width: 8rem;
}
.navigation__control {
    display: block;
}
.navigation {
    order: -1;
    flex-basis: inherit;
}
.navigation__item--red {
    border: 0;
    padding: 0;
    background: 0 0;
    color: inherit;
    overflow: unset;
}
.navigation>.ul-wrapper>ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    font-size: 1.8rem;
    padding-top: 3rem;
}
.navigation .ul-wrapper {
    position: absolute;
    width: 80%;
    max-height: 100vh;
    top: 0;
    left: -100%;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    align-items: flex-start;
    z-index: 2;
    padding: 1.5rem 0 3rem 3rem;
}
#navigation-control:checked~.navigation__control {
    z-index: -1;
}
.navigation__item {
    font-size: 95%;
    align-items: flex-start;
    border-bottom: 1px solid var(--clr-red);
    border-radius: 0;
    padding-bottom: 2rem;
    margin-bottom: 1.5rem;
    width: 90%}
.navigation__item:last-child {
    border: 0;
}
.navigation--sub {
    position: relative;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    padding: 0;
    margin-top: .5rem;
    overflow: auto;
}
.navigation--sub>li {
    margin-block: .7rem;
}
.faq {
    margin-top: 3rem;
}
.about__cta {
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 4rem;
}
}@media only screen and (max-width:43.75em) {
    .heading-2 {
    font-size: 2.2rem;
    line-height: 1.2;
}
.heading-3 {
    font-size: 1.6rem;
}
.heroArea__img {
    max-width: 30rem;
    margin-inline: auto;
    top: 30rem;
}
.heroArea__content {
    transform: translate(0, -1rem);
}
.heroArea__cta {
    font-size: 1.7rem;
    margin-top: 1.5rem;
    padding: .7rem 2rem;
}
.footer__mail, .footer__title:not(:first-child) {
    margin-top: 1.5rem;
}
.about::before {
    left: -13rem;
}
.about::after {
    right: -10rem;
}
.about__item__desc {
    font-weight: 400;
}
.about__item__title {
    font-size: 2rem;
}
.footer {
    padding-top: 5rem;
}
.footer__inner {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
.footer__mail {
    margin-bottom: 1rem;
}
}@media only screen and (max-width:31.25em) {
    html {
    font-size: 55%}
.heading-2 {
    font-size: 2rem;
    line-height: 1.2;
}
.about__cta, .about__item__title {
    font-size: 1.6rem;
}
.product {
    padding-top: 2.5rem;
}
.faq {
    margin-bottom: 4.5rem;
}
.navigation__item {
    padding-bottom: 1.5rem;
    margin-bottom: .5rem;
}
.faq__left img {
    height: 4rem;
}
.about__cta {
    padding: .6rem 2.2rem;
    margin-top: 3rem;
}
.about__items {
    row-gap: 5.5rem;
}
}.footer-right-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width:768px) {
    .footer-right-absolute-wrapper {
    position: absolute;
    right: 0;
    bottom: 100%;
    flex-direction: column;
    width: 145px;
    height: 217px;
    align-items: flex-end;
}
}.icon-social {
    display: inline-flex;
    width: 2.2em;
    height: 2.2em;
    flex-shrink: 0;
    fill: #aba19b;
    color: #aba19b;
}
.o-icon {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    fill: currentColor;
}
.c-language-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-language-box__input {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.c-language-box__list-wrapper {
    position: absolute;
    bottom: 100%;
    background: #9a9a9a;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s;
}
.c-language-box__item__link {
    display: block;
}
.c-language-box__item__link .o-icon--language {
    color: #000;
}
.c-language-box__list {
    display: flex;
    overflow: hidden;
    padding: 12px;
    justify-content: space-between;
}
@media (min-width:1025px) {
    .c-language-box__list-wrapper {
    right: 0;
    width: 355px;
    height: 64px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 200px;
}
.c-language-box__btn:hover {
    background: #9a9a9a;
}
}@media (max-width:1024px) {
    .c-language-box__list {
    flex-wrap: wrap;
}
.c-language-box__list-wrapper {
    width: 94px;
    height: 355px;
}
}@media (min-width:768px) and (max-width:1024px) {
    .c-language-box__list-wrapper {
    left: 100%;
    transform: translateX(-100%);
}
.c-language-box__list__item {
    margin-bottom: 6px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}@media (max-width:767px) {
    .l-footer__tools__socials {
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 49px;
}
.c-language-box__input:checked+.c-language-box__btn+.c-language-box__list-wrapper {
    max-height: 178px;
}
}.c-language-box__btn {
    display: flex;
    width: 94px;
    height: 64px;
    cursor: pointer;
    transition: .4s;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.c-language-box__btn .o-icon {
    color: #fff;
}
.c-language-box__btn .o-icon--arrow-down {
    font-size: 7px;
}
.c-language-box__btn__language-flag {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    margin: 0;
}
.c-language-box__btn__language .o-icon--language {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 33px;
    height: 33px;
}
.c-language-box__item__link .o-icon--language {
    font-size: 33px;
}
.c-language-box__btn__language {
    position: relative;
    display: flex;
}
.c-language-box__btn__language .o-icon {
    font-size: 37px;
}
.c-language-box .c-language-box__btn .o-icon--arrow-down {
    transition: .4s;
}
.c-language-box__input:checked+.c-language-box__btn {
    background: #9a9a9a;
}
.c-language-box__input:checked+.c-language-box__btn .o-icon--arrow-down {
    transform: rotate(-180deg);
}
.c-languages {
    display: inline-flex;
    flex-flow: row nowrap;
    padding-left: 0;
    float: right;
}
.c-languages__input {
    appearance: none;
}
.c-languages__label {
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 14px;
}
.c-languages__label:before {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    display: block;
    width: 0;
    max-width: 100%;
    height: 1px;
    content: "";
    transition: .3s;
    background: #e5152f;
}
.c-languages__input:checked+.c-languages__label:before, .c-languages__label:hover:before {
    width: 100%}
.hero-main, .sticker-main {
    grid-template-columns: 1fr 1fr;
}
.apply-left h2, .more-title h2 {
    text-transform: uppercase;
}
.name-right p a {
    text-decoration: underline;
}
.header {
    top: 0;
}
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero-area {
    margin-top: 7rem;
    background: url(https://www.mynametags.com/static/img/hero-background-ifu-new.png) center/cover no-repeat;
    padding-top: .4rem;
}
.hero-main {
    position: relative;
    display: grid;
    margin-top: 5rem;
    gap: 5rem;
}
.hero-left {
    max-width: 40.5rem;
    text-align: center;
    margin-top: 35px;
}
.hero-left img {
    max-width: 25rem;
}
.hero-right {
    position: absolute;
    right: 0;
    top: 3.3rem;
}
.more-item img {
    width: 100%}
.hero-left-btn h1 {
    font-weight: 500;
    font-size: 2.1rem;
    color: var(--clr-black);
    margin: .31rem 0 0;
}
.hero-left-btn a {
    font-weight: 500;
    font-size: 2.1rem;
    color: var(--clr-white);
    background: #e41f31;
    padding: 1.2rem 6.2rem;
    border-radius: 10rem;
    margin-top: 2.8rem;
    transition: .2s;
}
.hero-inner2 {
    display: none;
}
.sticker-area {
    padding: 2rem 0 8rem;
}
.sticker-main {
    display: grid;
    grid-gap: 4rem;
    margin: auto;
    align-items: center;
}
.sticker-left img {
    width: 100%;
    max-width: 60ch;
}
.sticker-right-item {
    background: #effefc;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    border-radius: 1rem;
    box-shadow: -1px 0 4px 4px rgb(149 149 149 / 10%);
    padding-right: 3.4rem;
    position: relative;
}
.sticker-item-inner h2 {
    font-weight: 500;
    font-size: 2.5rem;
    margin-left: 2.5rem;
}
.sticker-item-inner.icon {
    position: absolute;
    right: 2rem;
}
.sticker-item-inner1 {
    background: #7bd8ca;
    padding: 1.8rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-item-inner1 img {
    max-width: 6rem;
}
.sticker-item-inner2 {
    background: #ff8ac6;
    padding: 2.1rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-item-inner2 img, .sticker-item-inner3 img {
    max-width: 6.6rem;
}
.sticker-item-inner3 {
    background: #fdcb44;
    padding: 2.8rem 1.5rem;
    border-radius: 1rem 0 0 1rem;
}
.sticker-right-item2 {
    background: #fff4fa;
}
.sticker-right-item3 {
    background: #fff7f0;
}
.apply-right img {
    width: 100%;
    border-radius: 2rem;
}
.more-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    grid-gap: 0 2.4rem;
}
.apply-area {
    padding: 0 0 10rem;
}
.apply-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 0 2.4rem;
}
.apply-left h2 {
    font-weight: 900;
    font-size: 3.3rem;
    color: #000;
}
.apply-left h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #000;
}
.apply-left ul li {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000;
    margin-top: .5rem;
}
.apply-inner1 img {
    max-width: 8rem;
    margin-right: 3rem;
    width: 16rem;
}
.more-title h2, .name-right h4 {
    font-weight: 900;
    font-size: 3.3rem;
}
.more-area {
    padding: 1rem 0;
}
.more-title h2 {
    color: #000;
    text-align: center;
}
.more-item {
    position: relative;
    margin-top: 3rem;
}
.name-area {
    padding: 0;
}
.name-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1024px;
    margin: auto;
}
.name-left {
    width: 20%}
.name-right {
    width: 80%}
.name-left img {
    max-width: 18rem;
    margin-right: 20px;
}
.name-right h4 {
    color: #000;
}
.name-right p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #000;
}
.name-right p a {
    color: #1ca4ed;
}
.sticker-item-inner img {
    opacity: 0;
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .sticker-right {
    margin-top: 2rem;
}
}@media screen and (min-width:768px) and (max-width:991px) {
    .hero-area {
    margin-top: 5rem;
}
.hero-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 2rem;
    gap: 1rem;
    margin-top: 7rem;
}
.hero-left {
    order: 2;
}
.hero-right {
    order: 1;
    position: initial;
}
.hero-left img {
    max-width: 11rem;
}
.hero-inner1, .hero-left-btn h1 br {
    display: none;
}
.hero-inner2 {
    display: block;
}
.hero-left {
    max-width: 40.5rem;
    text-align: center;
    margin: auto;
}
.sticker-right {
    margin-top: 1rem;
}
.hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
}
.hero-left-btn h1 {
    font-size: 1.5rem;
}
.hero-left-btn a {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
.sticker-main {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 1rem;
}
.sticker-area {
    padding: 4rem 0 7rem;
}
.sticker-left img {
    max-width: 35ch;
    display: block;
    margin: auto;
}
.apply-area {
    padding: 0 0 10rem;
}
.apply-left h2 {
    font-size: 2.5rem;
}
.name-left {
    width: 30%}
.name-right {
    width: 70%}
}@media screen and (max-width:767px) {
    .sticker-main {
    grid-gap: 1rem;
    display: grid;
}
.hero-right {
    position: initial;
}
.apply-left h2, .hero-left, .name-right {
    text-align: center;
}
.hero-area {
    margin-top: 5rem;
}
.hero-main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 7rem;
}
.hero-left {
    order: 2;
}
.hero-right {
    order: 1;
}
.hero-left img {
    max-width: 11rem;
}
.hero-inner1, .hero-left-btn h1 br {
    display: none;
}
.hero-inner2 {
    display: block;
}
.hero-left {
    max-width: 40.5rem;
    margin: auto;
}
.hero-right img {
    max-width: 49.4rem;
    display: block;
    margin: auto;
}
.hero-left-btn h1 {
    font-size: 2.5rem;
}
.hero-left-btn a {
    padding: .8rem 2.5rem;
    font-size: 1.6rem;
    margin-top: 1.5rem;
}
.sticker-main {
    grid-template-columns: 100%}
.apply-main {
    grid-template-columns: repeat(1, 1fr);
}
.sticker-left img {
    max-width: 35ch;
    display: block;
    margin: auto;
}
.apply-left ul li, .sticker-item-inner h2 {
    font-size: 1.5rem;
}
.sticker-right-item {
    padding-right: 2rem;
    margin-top: 1.5rem;
}
.sticker-item-inner1 {
    padding: 1rem;
}
.sticker-item-inner1 img, .sticker-item-inner2 img, .sticker-item-inner3 img {
    max-width: 4rem;
}
.sticker-item-inner2 {
    padding: 1.4rem 1rem;
}
.sticker-item-inner3 {
    padding: 1.6rem 1rem;
}
.sticker-area {
    padding: 1rem 0 6rem;
}
.sticker-right {
    margin-top: 1rem;
}
.more-title h2 {
    font-size: 2rem;
	margin-top: 2rem;
}
.apply-left h3 {
    font-size: 1.6rem;
}
.more-item {
    margin-top: 2rem;
}
.apply-area {
    padding: 0 0 8rem;
}
.apply-main {
    margin-top: 1rem;
    display: grid;
}
.apply-right {
    order: 1;
}
.apply-left {
    order: 2;
    margin-top: 2rem;
}
.apply-left h2 {
    font-size: 2rem;
}
.apply-inner1 img {
    max-width: 5rem;
}
.name-left {
    width: 100%}
.more-main {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}
.name-left img {
    display: block;
    margin: auto;
}
.name-right {
    width: 100%}
.name-right h2 {
    font-size: 2rem;
    margin-top: .5rem;
    margin-bottom: 1.2rem;
}
.name-right p {
    font-size: 1.6rem;
    margin-top: .5rem;
}
.name-area {
    padding: 0 0 2rem;
}
}.header {
    top: 0;
}
.fw-500 {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
.care-heroarea img {
    width: 100%;
    object-fit: cover;
    max-height: 65rem;
}
.care-label {
    padding-block: 5rem;
}
.care-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    text-align: center;
    margin-top: 20rem;
}
.whyChooseMyNametags {
    padding-block: 5rem;
}
.whyChooseMyNametags .whyChooseItems {
    display: grid;
    font-size: 1.7rem;
    margin-block: 5rem;
    gap: 0rem;
    grid-template-columns: repeat(5, 1fr);
}
.whyChooseItems .whyChoose-point img {
    max-width: 4rem;
}
@media (max-width:68.75em) {
    .whyChooseMyNametags .whyChooseItems {
    margin-bottom: 3.5rem;
    justify-content: center;
    grid-template-columns: repeat(3, max-content);
    gap: 5rem;
}
}@media (max-width:65.625em) {
    .care-products .heading-2 {
    font-size: 2.6rem;
    margin-top: .75rem;
}
.care-products {
    margin-top: 15rem;
}
}@media (max-width:62.5em) {
    .care-label__heading {
    height: 4rem;
}
}@media (max-width:56.25em) {
    .care-label .container {
    max-width: 60rem;
    padding-inline: 1rem;
}
.care-label {
    padding-bottom: 0;
}
.care-heroarea img {
    height: 40rem;
}
.care-products {
    grid-template-columns: 1fr;
    gap: 15rem;
}
}@media (max-width:43.75em) {
    .care-products .heading-2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
}
}@media (max-width:40.625em) {
    .care-label {
    padding-top: 3rem;
}
.care-label__heading {
    height: 3rem;
}
.care-products {
    margin-top: 12rem;
}
.whyChooseMyNametags .whyChooseItems {
    row-gap: 3rem;
    column-gap: 1.5rem;
    margin-bottom: 0;
    margin-top: 3rem;
    font-size: 1.5rem;
}
.whyChooseItems .whyChoose-point img {
    max-width: 8rem;
}
.care-products .heading-2 {
    font-size: 2.2rem;
}
}@media (max-width:26.0625em) {
    .whyChooseMyNametags .whyChooseItems {
    grid-template-columns: repeat(2, 1fr);
	
}@media (max-width:26.0625em) {
.more-main-2 {
margin-top: 1rem;
display: grid;
grid-template-columns: repeat(1,2fr);
}
}