.stickers {
    margin-bottom: 2.875rem;
}
@media screen and (min-width: 64rem) {
    .stickers {
        margin-bottom: 1.9375rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers {
        margin-bottom: 3.875rem;
    }
}
.stickers__upper {
    background-color: #E3E3E3;
    background-color: var(--G-color-gray-mercury);
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
}
@media screen and (min-width: 64rem) {
    .stickers__upper {
        padding-top: 1.875rem;
        padding-bottom: 2.4375rem;
    }
}
.stickers__container {
    max-width: 82.1875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 64rem) {
    .stickers__container {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.stickers__form {
    padding-bottom: 1.75rem;
}
@media screen and (min-width: 64rem) {
    .stickers__form {
        padding-top: 1.625rem;
        padding-bottom: 1.875rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers__form {
        padding-top: 1.625rem;
        padding-bottom: 2.5rem;
    }
}
.stickers__features {
    margin-top: 2.6875rem;
    margin-bottom: 2.1875rem;
}
@media screen and (min-width: 64rem) {
    .stickers__features {
        margin-top: 2rem;
        margin-bottom: 4.1875rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers__features {
        margin-bottom: 4.375rem;
    }
}
.stickers__about {
    margin-bottom: 2.0625rem;
}
@media screen and (min-width: 64rem) {
    .stickers__about {
        margin-bottom: 4.5625rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers__about {
        margin-left: 5.3125rem;
    }
}
.stickers__reviews {
    margin-bottom: 2.125rem;
}
@media screen and (min-width: 64rem) {
    .stickers__reviews {
        margin-bottom: 3.9375rem;
    }
}
.stickers__banner {
    margin-bottom: 2.125rem;
}
@media screen and (min-width: 64rem) {
    .stickers__banner {
        margin-bottom: 3.9375rem;
    }
}
.stickers__news {
    margin-bottom: 2rem;
}
@media screen and (min-width: 64rem) {
    .stickers__news {
        margin-bottom: 3.625rem;
    }
}
.stickers--stickerbot .stickers__upper {
    padding: 1.875rem 0 1.5rem;
}
@media screen and (min-width: 64rem) {
    .stickers--stickerbot .stickers__upper {
        padding: 1.5625rem 0 3.25rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers--stickerbot .stickers__upper {
        padding: 2.5rem 0 1.375rem;
    }
}
.stickers-top {
    display: -ms-grid;
    display: grid;
}
@media screen and (min-width: 64rem) {
    .stickers-top {
        -ms-grid-columns: 0.9fr 1fr;
        grid-template-columns: 0.9fr 1fr;
        grid-column-gap: 22px;
        padding-left: 8.4375rem;
    }
}
.stickers-top__content {
    margin-top: 0.5625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top__content {
        margin-top: 0;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-top__content {
        margin-top: 2.75rem;
        max-width: 29.6875rem;
    }
}
.stickers-top__title {
    font-size: 1.4375rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top__title {
        font-size: 2.0625rem;
        line-height: 1.36;
    }
}
@media screen and (min-width: 64rem) {
    .stickers-top__title br {
        display: none;
    }
}
@media screen and (min-width: 64rem) {
    .stickers-top__title img {
        width: 1.875rem;
        height: 1.875rem;
    }
}
.stickers-top__text {
    font-size: 0.9375rem;
    line-height: 1.36;
    margin-bottom: 1.25rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top__text {
        font-size: 1.125rem;
    }
}
.stickers-top__text a {
    text-decoration: none;
}
.stickers-top__text a:hover, .stickers-top__text a:focus-visible {
    text-decoration: underline;
}
.stickers-top__item {
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.36;
    margin-bottom: 0.4375rem;
    padding-left: 1.25rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top__item {
        font-size: 1.125rem;
        margin-bottom: 0.25rem;
    }
}
.stickers-top__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 0.1875rem);
    width: 0.375rem;
    height: 0.375rem;
    background-color: #202527;
    background-color: var(--G-color-default);
    border-radius: 50%;
}
.stickers-top__item a {
    text-decoration: none;
}
.stickers-top__item a:hover, .stickers-top__item a:focus-visible {
    text-decoration: underline;
}
.stickers-top__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 30rem;
    width: 100%;
}
.stickers-top__btn {
    /* display: inline-flex;
     justify-content: center;
     min-width: 260px;
     width: 100%;
     text-align: center;
     margin-top: 15px;
     padding: 17.5px 15px;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 11.5625rem;
    width: 100%;
    font-size: 1.0625rem;
    line-height: 1.3;
    font-weight: 700;
    color: #202527;
    color: var(--G-color-default);
    margin-top: 0.9375rem;
    padding: 1.09375rem 0.9375rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top__btn {
        width: auto;
        margin-top: 0;
    }
}
.stickers-top__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.9375rem;
    text-decoration: none;
}
.stickers-top__rating-text {
    font-size: 0.9375rem;
    line-height: 1.36;
    margin-left: 0.8125rem;
    white-space: nowrap;
}
.stickers-top__rating-text i {
    font-style: normal;
}
@media screen and (min-width: 64rem) {
    .stickers-top__rating-text i {
        display: none;
    }
}
.stickers-top__rating-text span {
    display: none;
}
@media screen and (min-width: 64rem) {
    .stickers-top__rating-text span {
        display: inline-block;
    }
}
.stickers-top--stickerbot {
    grid-template-areas: "title" "text" "list" "img" "btn";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 64rem) {
    .stickers-top--stickerbot {
        padding-left: 5.3125rem;
        grid-column-gap: 50px;
        grid-template-areas: "title img" "text img" "btn img" ". img";
        -ms-grid-columns: 0.7fr 50px 1fr;
        grid-template-columns: 0.7fr 1fr;
    }
}
.stickers-top--stickerbot .stickers-top__image {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: img;
    max-width: 37.5rem;
    min-height: 11.25rem;
}
@media screen and (min-width: 64rem) {
    .stickers-top--stickerbot .stickers-top__image img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.stickers-top--stickerbot .stickers-top__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
}
@media screen and (min-width: 64rem) {
    .stickers-top--stickerbot .stickers-top__title {
        margin-top: 0;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-top--stickerbot .stickers-top__title {
        margin-top: 2.375rem;
    }
}
.stickers-top--stickerbot .stickers-top__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: text;
}
.stickers-top--stickerbot .stickers-top__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: list;
}
.stickers-top--stickerbot .stickers-top__bottom {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: btn;
}
@media screen and (min-width: 64rem) {
    .stickers-top--index {
        padding-left: 5.3125rem;
        grid-column-gap: 50px;
        grid-template-areas: "img title" "img text" "img btn" "img .";
        -ms-grid-columns: 1fr 50px 0.7fr;
        grid-template-columns: 1fr 0.7fr;
    }
    .stickers-top--index > .stickers-top__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 1;
    }
    .stickers-top--index > .stickers-top__title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .stickers-top--index > .stickers-top__text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .stickers-top--index > .stickers-top__bottom {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }
}
.stickers-form {
    background-color: #f7f7f7;
    background-color: var(--G-color-gray-lighter);
}
@media screen and (min-width: 64rem) {
    .stickers-form {
        background-color: #f4f4f4;
        background-color: var(--G-lighthouse);
    }
}
.stickers-form__container {
    display: -ms-grid;
    display: grid;
    padding: 0;
}
@media screen and (min-width: 64rem) {
    .stickers-form__container {
        -ms-grid-columns: minmax(188px, auto) 1fr;
        grid-template-columns: minmax(188px, auto) 1fr;
        grid-column-gap: 16px;
        padding: 0 2.1875rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-form__container {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
        -ms-grid-columns: 278px 1fr;
        grid-template-columns: 278px 1fr;
        grid-column-gap: 32px;
    }
}
.stickers-form__right {
    display: -ms-grid;
    display: grid;
}
@media screen and (min-width: 64rem) {
    .stickers-form__right {
        -ms-grid-columns: 171px minmax(237px, auto) 1fr;
        grid-template-columns: 171px minmax(237px, auto) 1fr;
        grid-column-gap: 16px;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-form__right {
        -ms-grid-columns: 175px 241px 1fr;
        grid-template-columns: 175px 241px 1fr;
        grid-column-gap: 32px;
    }
}
.stickers-form__button-block {
    margin-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media screen and (min-width: 64rem) {
    .stickers-form__button-block {
        margin-top: 1.25rem;
        padding: 0;
    }
}
.stickers-shape {
    background-color: #fff;
    margin-bottom: 1rem;
}
@media screen and (min-width: 64rem) {
    .stickers-shape {
        background-color: transparent;
        margin-bottom: 0;
    }
}
.stickers-shape__title {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 0.375rem;
    font-weight: 600;
    padding: 1.1875rem 1rem 0;
}
@media screen and (min-width: 64rem) {
    .stickers-shape__title {
        padding: 0;
        margin-bottom: 0.875rem;
    }
}
.stickers-shape__wrap {
    background-color: #fff;
    padding: 0 1rem 0.6875rem 1.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-shape__wrap {
        padding: 0.875rem;
    }
}
.stickers-shape__radio {
    margin-bottom: 0.25rem;
}
.stickers-shape__radio .field-radio__name, .stickers-shape__radio .field-radio__name-text {
    min-height: 3.125rem;
}
.stickers-shape__radio:last-child {
    margin-bottom: 0;
}
.stickers-size {
    background-color: #fff;
    margin-bottom: 1rem;
}
@media screen and (min-width: 64rem) {
    .stickers-size {
        background-color: transparent;
        margin-bottom: 0;
    }
}
.stickers-size__title {
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 600;
    margin-bottom: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.1875rem 1rem 0;
}
@media screen and (min-width: 64rem) {
    .stickers-size__title {
        padding: 0;
        margin-bottom: 0.875rem;
    }
}
.stickers-size__title i {
    margin-left: 0.5rem;
}
.stickers-size__wrap {
    background-color: #fff;
    padding: 0 1rem 1rem 1.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-size__wrap {
        padding: 0.875rem 0.875rem 1rem 0.875rem;
    }
}
.stickers-size__radio {
    margin-bottom: 1.0625rem;
    min-height: 1.25rem;
}
.stickers-size__radio:last-child {
    margin-bottom: 0;
}
.stickers-edition {
    background-color: #fff;
    margin-bottom: 1rem;
}
@media screen and (min-width: 64rem) {
    .stickers-edition {
        background-color: transparent;
        margin-bottom: 0;
    }
}
.stickers-edition__title {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 0.8125rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.1875rem 1rem 0;
}
@media screen and (min-width: 64rem) {
    .stickers-edition__title {
        padding: 0;
        margin-bottom: 0.875rem;
    }
}
.stickers-edition__title .loader {
    margin-left: 0.625rem;
}
.stickers-edition__title .loader:before {
    width: 1.25rem;
    height: 1.25rem;
    border-width: 3px;
    left: 0;
    top: calc(50% - 0.625rem);
}
.stickers-edition__wrap {
    background-color: #fff;
    padding: 0 1rem 0 1.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-edition__wrap {
        padding: 0.875rem 0.75rem 1rem;
    }
}
.stickers-edition__radio {
    margin-bottom: 1.0625rem;
}
.stickers-edition__radio:last-child {
    margin-bottom: 0;
}
.stickers-edition__edition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
}
.stickers-edition__quantity {
    min-width: 3.4375rem;
}
.stickers-edition__cost span {
    font-weight: 400;
}
.stickers-edition__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    height: 1.25rem;
    background-color: #49C981;
    background-color: var(--G-color-green);
    padding-right: 0.25rem;
    color: #fff;
    border-radius: 0 0.125rem 0.125rem 0;
    margin-left: auto;
}
.stickers-edition__label:before {
    content: "";
    position: absolute;
    left: -0.875rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 10px 0;
    border-color: transparent #49C981 transparent transparent;
    border-color: transparent var(--G-color-green) transparent transparent;
}
.stickers-material {
    background-color: #fff;
}
@media screen and (min-width: 64rem) {
    .stickers-material {
        background-color: transparent;
    }
}
.stickers-material + .stickers-material {
    margin-top: 0.75rem;
}
.stickers-material__title {
    font-size: 1.125rem;
    line-height: 1.75;
    margin-bottom: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding: 1.1875rem 1rem 0;
}
@media screen and (min-width: 64rem) {
    .stickers-material__title {
        padding: 0;
        margin-bottom: 0.875rem;
    }
}
.stickers-material__title i {
    margin-left: 0.5rem;
}
.stickers-material__wrap {
    background-color: #fff;
    padding: 0 1rem 1.0625rem 1.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-material__wrap {
        padding: 0.75rem 0.75rem 0.75rem 0.875rem;
    }
}
.stickers-material__radio {
    margin-bottom: 0.6875rem;
    min-height: 1.25rem;
}
.stickers-material__radio:last-child {
    margin-bottom: 0;
}
.stickers-material__radio .field-radio__input-wrap {
    line-height: 1.25rem;
}
.stickers-material__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stickers-material__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.6875rem;
    background-color: #49C981;
    background-color: var(--G-color-green);
    color: #fff;
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
    height: 1.25rem;
    border-radius: 0.125rem;
    font-weight: 600;
}
.stickers-material__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 400;
    text-align: left;
    border: none;
    background-color: transparent;
    line-height: 1.36;
    cursor: pointer;
}
.stickers-material__btn span {
    white-space: nowrap;
}
.stickers-material__btn[hidden] {
    display: none;
}
.stickers-material__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.5rem;
    margin-top: 0.125rem;
}
.stickers-button__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    color: #202527;
    color: var(--G-color-default);
    margin-bottom: 0.8125rem;
}
.stickers-button__icon {
    margin-left: 0.6875rem;
}
.stickers-button__caption {
    font-size: 0.875rem;
}
.stickers-button__caption span {
    font-weight: 600;
}
.stickers-button__caption a {
    margin-left: 0.5rem;
    font-size: 0.8125rem;
    text-decoration: none;
}
.stickers-button__caption a:hover, .stickers-button__caption a:focus-visible {
    text-decoration: underline;
}
.stickers-features__list {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 20px;
}
@media screen and (min-width: 64rem) {
    .stickers-features__list {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 35px;
    }
}
.stickers-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 64rem) {
    .stickers-features__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.stickers-features__item--hide-mobile {
    display: none;
}
@media screen and (min-width: 64rem) {
    .stickers-features__item--hide-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.stickers-features__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.625rem;
}
@media screen and (min-width: 64rem) {
    .stickers-features__img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 5.625rem;
        height: 5.625rem;
        margin-right: 0;
        margin-bottom: 1.4375rem;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-features__img {
        margin-bottom: 0.9375rem;
    }
}
.stickers-features__icon {
    width: 100%;
    height: 100%;
    color: #0096EA;
    color: var(--G-color-blue-common);
    max-height: 3.875rem;
}
@media screen and (min-width: 64rem) {
    .stickers-features__icon {
        width: 80%;
        height: 80%;
    }
}
.stickers-features__icon--hand {
    width: 5rem;
    height: 3.875rem;
}
.stickers-features__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 0.75rem;
}
@media screen and (min-width: 64rem) {
    .stickers-features__title {
        margin-bottom: 2.125rem;
        text-align: center;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-features__title {
        margin-bottom: 1.25rem;
    }
}
.stickers-features__text {
    font-size: 0.875rem;
    line-height: 1.36;
}
@media screen and (min-width: 64rem) {
    .stickers-features__text {
        text-align: center;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-features__text {
        font-size: 0.9375rem;
    }
}
.stickers-features__text a {
    text-decoration: none;
}
.stickers-features__text a:hover, .stickers-features__text a:focus-visible {
    text-decoration: underline;
}
.stickers-about {
    grid-template-areas: "title" "video" "images" "text";
}
@media screen and (min-width: 64rem) {
    .stickers-about {
        display: -ms-grid;
        display: grid;
        grid-template-areas: "video title" "video text" "images images";
        -ms-grid-columns: minmax(-webkit-min-content, 500px) 40px 1fr;
        -ms-grid-columns: minmax(min-content, 500px) 40px 1fr;
        grid-template-columns: minmax(-webkit-min-content, 500px) 1fr;
        grid-template-columns: minmax(min-content, 500px) 1fr;
        -ms-grid-rows: auto 1fr auto;
        grid-template-rows: auto 1fr auto;
        grid-column-gap: 40px;
    }
    .stickers-about > .stickers-top__title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .stickers-about > .stickers-top__text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}
.stickers-about__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.3125rem;
}
.stickers-about > .stickers-about__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
@media screen and (min-width: 64rem) {
    .stickers-about__title {
        margin-bottom: 1.125rem;
    }
}
.stickers-about__video {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: video;
    position: relative;
    max-width: 31.25rem;
    margin: 0 auto 1.625rem;
    width: 100%;
    overflow: hidden;
    /*&:before{
        content: '';
        display: block;
        //padding-top: 56.4%;
        padding-top: percentage(math.div(9, 16));
    }*/
}
@media screen and (min-width: 83.75rem) {
    .stickers-about__video {
        margin-bottom: 1.875rem;
    }
}
.stickers-about__video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.stickers-about__images {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: images;
    margin-bottom: 1.1875rem;
    margin-right: -1rem;
}
@media screen and (min-width: 64rem) {
    .stickers-about__images {
        margin-bottom: 0;
        margin-right: 0;
    }
}
.stickers-about__hashtag {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.36;
    font-weight: 600;
    color: #0096EA;
    color: var(--G-color-blue-common);
    text-decoration: none;
    margin-bottom: 0.875rem;
}
.stickers-about__hashtag:hover, .stickers-about__hashtag:focus-visible {
    text-decoration: underline;
}
.stickers-about__images-overflow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.stickers-about__images-overflow::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media screen and (min-width: 64rem) {
    .stickers-about__images-overflow {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}
.stickers-about__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0.875rem;
    width: 8.875rem;
    height: 8.875rem;
}
@media screen and (min-width: 64rem) {
    .stickers-about__img {
        margin-right: 0;
        width: 9.6875rem;
        height: 9.6875rem;
    }
}
@media screen and (min-width: 64rem) and (max-width: 83.75rem) {
    .stickers-about__img:nth-child(n+7) {
        display: none;
    }
}
@media screen and (min-width: 83.75rem) {
    .stickers-about__img {
        width: 9.5rem;
        height: 9.5rem;
    }
    .stickers-about__img:nth-child(n+8) {
        display: none;
    }
}
.stickers-about__img:last-child {
    margin-right: 0;
}
.stickers-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f7f7f7;
    background-color: var(--G-color-gray-lighter);
}
.stickers-about__text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: text;
    height: 1fr;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.36;
}
.stickers-about > .stickers-about__text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}
@media screen and (min-width: 64rem) {
    .stickers-top--stickerbot .stickers-top__image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 4;
        -ms-grid-column: 3;
    }
    .stickers-top--stickerbot .stickers-top__title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .stickers-top--stickerbot .stickers-top__text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .stickers-top--stickerbot .stickers-top__bottom {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .stickers-about__title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .stickers-top--index > .stickers-about__title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .stickers-about > .stickers-about__title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .stickers-about__video {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }
    .stickers-about__images {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .stickers-about__text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .stickers-top--index > .stickers-about__text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .stickers-about > .stickers-about__text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}
.stickers-about__text p {
    max-width: 35.625rem;
    margin-bottom: 1.125rem;
}
.stickers-about__text p:last-child {
    margin-bottom: 0;
}
.stickers-reviews {
    max-width: 63.875rem;
}
.stickers-reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E9EAEC;
    border-bottom: 1px solid var(--G-color-gray-light);
    padding-bottom: 1.125rem;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__top {
        padding-bottom: 1rem;
    }
}
.stickers-reviews__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.36;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__title {
        margin-right: 1.3125rem;
        font-size: 1.5rem;
        font-weight: 600;
    }
}
.stickers-reviews__title span {
    display: none;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__title span {
        display: inline-block;
    }
}
.stickers-reviews__top-rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.stickers-reviews__top-quantity {
    font-size: 0.9375rem;
    line-height: 1.36;
    color: #545658;
    color: var(--G-color-link-gray-light);
    margin-left: 0.8125rem;
    white-space: nowrap;
}
.stickers-reviews__top-quantity i {
    font-style: normal;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__top-quantity i {
        display: none;
    }
}
.stickers-reviews__top-quantity span {
    display: none;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__top-quantity span {
        display: inline-block;
    }
}
.stickers-reviews__list {
    margin-bottom: 0.375rem;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__list {
        margin-bottom: 2rem;
    }
}
.stickers-reviews__item {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E9EAEC;
    border-bottom: 1px solid var(--G-color-gray-light);
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__item {
        padding-top: 0.875rem;
        padding-bottom: 1.125rem;
    }
}
@media screen and (max-width: 63.9375rem) {
    .stickers-reviews__item:last-child {
        border-bottom: none;
    }
}
.stickers-reviews__item-rating {
    margin-bottom: 0.375rem;
}
.stickers-reviews__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.48;
    margin-bottom: 0.375rem;
}
.stickers-reviews__item-name {
    font-weight: 600;
}
.stickers-reviews__item-date {
    color: #94999E;
    color: var(--G-color-text-light);
    font-weight: 400;
    margin-left: 0.9375rem;
}
.stickers-reviews__item-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7;
}
@media screen and (min-width: 64rem) {
    .stickers-reviews__btn {
        max-width: 25.25rem;
    }
}
.stickers-news {
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.stickers-news__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 1.125rem;
}
@media screen and (min-width: 64rem) {
    .stickers-news__title {
        font-size: 1.5rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 1.5625rem;
    }
}
.stickers-news__list {
    display: -ms-grid;
    display: grid;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid #E9EAEC;
    border-bottom: 1px solid var(--G-color-gray-light);
}
@media screen and (min-width: 64rem) {
    .stickers-news__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 12px;
        padding-bottom: 0;
        margin-bottom: 3.625rem;
        border-bottom: none;
    }
}
.stickers-news__item {
    margin-bottom: 1.125rem;
}
.stickers-news__item:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 64rem) {
    .stickers-news__item {
        margin-bottom: 0;
    }
}
.stickers-news__link {
    text-decoration: none;
}
.stickers-news__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.625rem;
}
.stickers-news__image:before {
    content: "";
    display: block;
    padding-top: 50%;
}
@media screen and (min-width: 64rem) {
    .stickers-news__image:before {
        padding-top: 58%;
    }
}
.stickers-news__image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.stickers-news__subtitle {
    font-size: 1.125rem;
    line-height: 1.36;
    font-weight: 600;
    text-align: center;
    color: #202527;
    color: var(--G-color-default);
}
.stickers-descr {
    max-width: 58.4375rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.stickers-descr__title {
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    color: #3F4345;
    color: var(--G-color-darken);
    margin-bottom: 0.75rem;
}
.stickers-descr__text {
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #3F4345;
    color: var(--G-color-darken);
}
@media screen and (min-width: 64rem) {
    .stickers-descr__text {
        font-size: 0.875rem;
        line-height: 1.6;
    }
}
.stickers-descr__link {
    color: #94999E;
    color: var(--G-color-text-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}
.stickers-descr__readmore {
    display: none;
}
.stickers-descr__readmore p {
    margin-top: 1.25rem;
}
.stickers-toggle {
    background-color: #fff;
    /*&__button{
        margin-left: 14px;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 400;
        display: none;

        //@media (--tablet) {
        //    display: none;
        //}

        &.active{
            font-weight: 600;

            .stickers-toggle__icon{
                transform: rotate(180deg);
            }
        }
    }*/
}
.stickers-toggle__radio {
    margin-bottom: 0;
}
.stickers-toggle__icon {
    margin-left: 0.5rem;
    margin-top: 0.125rem;
}
.stickers-toggle__fields {
    display: none;
    margin-top: 0.875rem;
}
.stickers-toggle__fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stickers-toggle__fields-wrap span {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.75rem;
    color: #828282;
}
@media screen and (min-width: 64rem) {
    .stickers-toggle__fields-wrap span {
        margin-left: 0.1875rem;
        margin-right: 0.1875rem;
    }
}
.stickers-toggle__field {
    position: relative;
}
.stickers-toggle__input {
    font-size: 1rem;
    max-width: 8.75rem;
    text-align: center;
    padding: 0.53125rem 0.3125rem;
}
@media screen and (min-width: 64rem) {
    .stickers-toggle__input {
        font-size: 0.8125rem;
        padding: 0.5625rem 0.3125rem;
    }
}
.stickers-toggle__text {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-left: 1rem;
}
.stickers-toggle__text span {
    font-weight: 400;
    font-size: 0.9375rem;
}
.stickers-toggle__note {
    font-size: 0.8125rem;
    margin-top: 0.6875rem;
}
.stickers-toggle--edition .stickers-toggle__radio {
    padding-left: 0;
}
.stickers-toggle--edition .stickers-toggle__button {
    margin-left: 0.75rem;
}
@media screen and (min-width: 64rem) {
    .stickers-toggle--edition .stickers-toggle__input {
        max-width: 4.375rem;
    }
}
.stickers-banner {
    background-color: #ecf7fd;
    background-color: var(--G-color-blue-light);
    padding: 2.5rem 1rem 2.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 64rem) {
    .stickers-banner {
        padding-top: 3.875rem;
        padding-bottom: 3.625rem;
    }
}
.stickers-banner__title {
    font-size: 1.1875rem;
    line-height: 1.36;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 64rem) {
    .stickers-banner__title {
        font-size: 1.5rem;
        margin-bottom: 2.6875rem;
    }
}
.stickers-banner__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 700;
    width: 100%;
}
@media screen and (min-width: 64rem) {
    .stickers-banner__btn {
        max-width: 15rem;
    }
}