.page__header {
  margin-bottom: 2.125em; }

.page__footer {
  margin-top: auto; }

.page__modal {
  z-index: 5; }

@media screen and (min-width: 551px) {
  .page__header {
    margin-top: auto; }
  .page__footer {
    margin-bottom: auto; } }

@media screen and (max-width: 550px) {
  .page__header {
    margin-bottom: 1em; }
  .page__footer {
    margin-bottom: 0; } }

@media screen and (min-width: 551px) and (max-width: 767px) {
  .page__header {
    margin-bottom: 1em; } }

.content {
  margin-bottom: 1em; }
  .content__avatar-buttons {
    width: 100%; }
  .content__categories-buttons {
    width: 100%;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transition: opacity 0.15s, visibility 0.15s; }
    .content__categories-buttons_hidden {
      opacity: 0;
      visibility: hidden; }
  .content__elements {
    height: 100%;
    flex-grow: 0; }
  .content__first-row {
    margin-bottom: 1.25em; }
  .content__cat-control {
    position: relative;
    z-index: 1;
    flex-basis: 100%; }
    .content__cat-control_cat-select {
      margin-bottom: -1em; }
  .content__category {
    display: flex;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s, visibility 0.15s; }
    .content__category_hidden {
      opacity: 0;
      visibility: hidden; }
  .content__cat-select {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 550px) {
    .content__avatar-buttons {
      width: 100%;
      padding-top: 0.25em;
      margin-bottom: .3em; }
    .content__elements {
      margin-left: -1.25em;
      margin-right: -1.25em;
      width: auto !important; } }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .content__avatar-buttons .buttons-group {
      max-width: 24%; }
    .content__avatar-buttons .button {
      max-width: 50%; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .content {
      margin-bottom: 0; }
      .content__avatar-buttons {
        margin-bottom: 1em; } }

.header__logo {
  height: 4.8125em;
  text-align: center; }
.header__styles {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1; }
  .header__styles .style-buttons {
    width: auto; }
  .header__styles .style-buttons__item {
    width: 2.5em;
    height: 2.5em; }
    .header__styles .style-buttons__item:not(:last-child) {
      margin-right: .5em; }

@media screen and (max-width: 550px) {
  .header {
    position: relative;
    padding: 0.2em 0; }
    .header__logo {
      height: 3em;
      max-width: 8em; }
    .header__logo--rel {
      height: 2.2em;
      flex-shrink: 0; }
    .header__logo:not(.header__logo--rel) {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }

@media screen and (min-width: 551px) and (max-width: 767px) {
  .header {
    position: relative;
    padding-top: 1em; }
    .header__logo:not(.header__logo--rel) {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 3.2em;
      max-width: 8em;
      transform: translate(-50%, -50%); }
    .header__logo--rel {
      height: 2.2em;
      flex-shrink: 0; } }

.mobile-menu {
  position: absolute;
  z-index: 5;
  background-color: #F8F8F8;
  top: -.85em;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s, visibility 0.15s;
  text-align: center;
  padding-top: 1.1em;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .mobile-menu_hidden {
    opacity: 0;
    visibility: hidden; }
  .mobile-menu__inner {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__title {
    position: relative;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.2em; }
  .mobile-menu__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .mobile-menu__header:before {
      content: '';
      display: inline-block;
      width: 2.5em; }
  .mobile-menu__content {
    padding-top: 2em; }
  .mobile-menu__text {
    font-size: 0.875em;
    margin-bottom: 1em; }
  .mobile-menu__image {
    width: 60%;
    margin: 0 auto 1em; }
  .mobile-menu__image-inner {
    width: 100%; }
  .mobile-menu__download-buttons {
    padding-top: 1em;
    margin-bottom: 2em; }
    .mobile-menu__download-buttons.buttons-group_vertical > .buttons-group__element {
      border-radius: 1.43em !important;
      margin-bottom: .75em !important; }
    .mobile-menu__download-buttons .button {
      width: 80%;
      font-size: .85em;
      margin: 0 auto; }
    .mobile-menu__download-buttons .button__text {
      font-weight: 600; }
  .mobile-menu__share {
    margin: 1.5em auto 0;
    display: flex;
    font-size: .875em !important;
    height: 3.14286em !important;
    min-width: 8.2em !important;
    padding: 0 1.7em !important;
    border-radius: 1.57143em !important;
    width: auto !important; }
  .mobile-menu__share-buttons {
    padding-top: 1em;
    flex-wrap: wrap;
    justify-content: center; }
    .mobile-menu__share-buttons .button {
      width: 26%;
      font-size: .85em;
      margin-right: .143em;
      margin-bottom: .143em;
      border-radius: 0; }
      .mobile-menu__share-buttons .button:nth-child(1) {
        border-top-left-radius: 1.66667em; }
      .mobile-menu__share-buttons .button:nth-child(3) {
        border-top-right-radius: 1.66667em !important; }
      .mobile-menu__share-buttons .button:nth-child(4) {
        border-bottom-left-radius: 1.66667em !important; }
      .mobile-menu__share-buttons .button:nth-child(6) {
        border-bottom-right-radius: 1.66667em !important; }
      .mobile-menu__share-buttons .button__icon {
        transform: scale(1); }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .mobile-menu__download {
      width: 60%;
      margin: 0 auto; } }

.baron__root {
  position: relative; }

.baron__scroller {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
  .baron__scroller::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }

.baron__track {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 3;
  border-radius: 3px;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.15s; }

.baron__free {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.baron__bar {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: auto;
  overflow: hidden;
  border-radius: 0px;
  transition: border-radius 0.15s; }
  .baron__bar:before {
    content: '';
    position: absolute;
    background: #ED6766;
    background: var(--accent-color);
    border-radius: 3px;
    transition: transform 0.15s; }

.baron__control {
  display: none; }

.baron_scrollbar-vertical .baron__scroller {
  overflow-x: hidden; }

.baron_scrollbar-vertical .baron__track, .baron_scrollbar-vertical .baron__bar {
  opacity: 1;
  display: block; }

.baron_scrollbar-vertical .baron__track {
  top: 0;
  bottom: 0;
  right: -16px;
  width: 6px; }

.baron_scrollbar-vertical .baron__bar {
  width: 200%;
  margin-left: -50%; }
  .baron_scrollbar-vertical .baron__bar:before {
    width: 50%;
    margin-left: 25%;
    top: 0;
    bottom: 0;
    left: 0; }
  .baron_scrollbar-vertical .baron__bar:hover {
    border-radius: 6px; }
    .baron_scrollbar-vertical .baron__bar:hover:before {
      transform: scaleX(2); }

.baron_scrollbar-vertical.baron_dragging .baron__bar {
  border-radius: 6px; }
  .baron_scrollbar-vertical.baron_dragging .baron__bar:before {
    transform: scaleX(2); }

.baron_scrollbar-vertical.baron_scrolling:not(.baron_dragging) .baron__track {
  overflow: hidden; }

.baron_scrollbar-horizontal .baron__scroller {
  overflow-y: hidden; }

.baron_scrollbar-horizontal .baron__track, .baron_scrollbar-horizontal .baron__bar {
  opacity: 1;
  display: block; }

.baron_scrollbar-horizontal .baron__track {
  left: 0;
  bottom: -10px;
  right: 0;
  height: 3px; }

.baron_scrollbar-horizontal .baron__bar {
  height: 200% !important;
  transform: translateY(-25%); }
  .baron_scrollbar-horizontal .baron__bar:before {
    height: 50%;
    transform: translateY(50%);
    transform-origin: left center;
    top: 0;
    right: 0;
    left: 0; }
  .baron_scrollbar-horizontal .baron__bar:hover {
    border-radius: 6px; }
    .baron_scrollbar-horizontal .baron__bar:hover:before {
      transform: translateY(50%) scaleY(2); }

.baron_scrollbar-horizontal.baron_dragging .baron__bar {
  border-radius: 6px; }
  .baron_scrollbar-horizontal.baron_dragging .baron__bar:before {
    transform: translateY(50%) scaleY(2); }

.baron_scrollbar-horizontal.baron_scrolling:not(.baron_dragging) .baron__track {
  overflow: hidden; }

.button-outer {
  position: relative; }

.button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 0.875em;
  background-color: #fff;
  height: 3.14286em;
  border-radius: 1.57143em;
  display: flex;
  text-decoration:none;
  align-items: center;
  justify-content: center;
  width: 3.14286em;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  transition: background-color 0.15s, box-shadow 0.15s, color 0.15s, border-color 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button_text {
    min-width: 8.2em;
    width: auto;
    padding: 0 1.7em; }
    .button_text .button__icon {
      margin-right: 0.43em; }
      .button_text .button__icon_nomr {
        margin-right: 0; }
  .button_mr2 {
    margin-right: 2em; }
  .button_pen {
    pointer-events: none; }
  .button__icon {
    position: relative;
    flex-shrink: 0;
    fill: currentColor;
    transition: opacity 0.15s; }
    .button__icon_abs {
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-50%, -50%); }
    .button__icon_f {
      display: flex;
      align-items: center; }
    .button__icon_pin-load {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .button__icon_hidden {
      opacity: 0;
      pointer-events: none; }
    .button__icon_rotate {
      animation: rotate 1.25s linear infinite; }
  .button__text {
    position: relative;
    white-space: nowrap;
    font-weight: 400; }
  .button:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
  .button:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0); }
  .button.focus-visible {
    background-color: #ED6766;
    background-color: var(--accent-color);
    color: #fff; }
  .button_color {
    overflow: hidden;
    transform: translateZ(0); }
    .button_color .button__icon {
      transform: rotate(0deg) scale(1);
      transition: transform 0.15s; }
    .button_color:hover .button__icon, .button_color.focus-visible .button__icon, .button_color.button_active .button__icon {
      transform: rotate(-45deg) scale(3); }
  .button_red {
    border: 2px solid #ED6766;
    border: 2px solid var(--accent-color); }
  .button:disabled, .button[disabled], .button_disabled {
    color: #c4c4c4;
    pointer-events: none;
    border-color: #fff; }
  .button_pevents_none {
    pointer-events: none; }
  .button_soc-fb, .button_soc-tw, .button_soc-pt, .button_soc-wa, .button_soc-tg, .button_soc-rd, .button_soc-x {
    position: relative;
    z-index: 1; }
    .button_soc-fb:before, .button_soc-tw:before, .button_soc-pt:before, .button_soc-wa:before, .button_soc-tg:before, .button_soc-rd:before, .button_soc-x:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0);
      transform: translateZ(0) translate(-50%, -50%) scale(0);
      width: 150%;
      padding-top: 150%;
      border-radius: 50%;
      transition: transform 0.15s;
      background-color: #3b5998; }
    .button_soc-fb:hover, .button_soc-fb.focus-visible, .button_soc-fb.button_focused, .button_soc-tw:hover, .button_soc-tw.focus-visible, .button_soc-tw.button_focused, .button_soc-pt:hover, .button_soc-pt.focus-visible, .button_soc-pt.button_focused, .button_soc-wa:hover, .button_soc-wa.focus-visible, .button_soc-wa.button_focused, .button_soc-tg:hover, .button_soc-tg.focus-visible, .button_soc-tg.button_focused, .button_soc-rd:hover, .button_soc-rd.focus-visible, .button_soc-rd.button_focused, .button_soc-x:hover, .button_soc-x.focus-visible, .button_soc-x.button_focused {
      color: #fff;
      background-color: #fff; }
      .button_soc-fb:hover:before, .button_soc-fb.focus-visible:before, .button_soc-fb.button_focused:before, .button_soc-tw:hover:before, .button_soc-tw.focus-visible:before, .button_soc-tw.button_focused:before, .button_soc-pt:hover:before, .button_soc-pt.focus-visible:before, .button_soc-pt.button_focused:before, .button_soc-wa:hover:before, .button_soc-wa.focus-visible:before, .button_soc-wa.button_focused:before, .button_soc-tg:hover:before, .button_soc-tg.focus-visible:before, .button_soc-tg.button_focused:before, .button_soc-rd:hover:before, .button_soc-rd.focus-visible:before, .button_soc-rd.button_focused:before, .button_soc-x:hover:before, .button_soc-x.focus-visible:before, .button_soc-x.button_focused:before {
        transform: translate(-50%, -50%) scale(1);
        transform: translateZ(0) translate(-50%, -50%) scale(1); }
  .button_soc-fb:before {
    background-color: #3b5998; }
  .button_soc-tw:before {
    background-color: #1da1f2; }
  .button_soc-pt:before {
    background-color: #e60023; }
  .button_soc-wa:before {
    background-color: #128c7e; }
  .button_soc-tg:before {
    background-color: #0088cc; }
  .button_soc-rd:before {
    background-color: #ff4500; }
  .button_soc-x:before {
    background-color: #333; }

.buttons-group {
  display: flex; }
  .buttons-group:not(.buttons-group_vertical):not(.buttons-group_horizontal) > .buttons-group__element {
    flex-shrink: 0; }
    .buttons-group:not(.buttons-group_vertical):not(.buttons-group_horizontal) > .buttons-group__element:not(:last-child) {
      margin-right: 0.715em; }
  .buttons-group_vertical {
    flex-direction: column; }
    .buttons-group_vertical > .buttons-group__element {
      flex-shrink: 0; }
      .buttons-group_vertical > .buttons-group__element:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .buttons-group_vertical > .buttons-group__element:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .buttons-group_vertical > .buttons-group__element:not(:last-child):not(:first-child) {
        border-radius: 0; }
      .buttons-group_vertical > .buttons-group__element:not(:last-child) {
        margin-bottom: 0.143em; }
  .buttons-group_horizontal > .buttons-group__element {
    flex-shrink: 0; }
    .buttons-group_horizontal > .buttons-group__element:first-child:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-left: 0.4em; }
    .buttons-group_horizontal > .buttons-group__element:last-child:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding-right: 0.4em; }
    .buttons-group_horizontal > .buttons-group__element:not(:last-child):not(:first-child) {
      border-radius: 0; }
    .buttons-group_horizontal > .buttons-group__element:not(:last-child) {
      margin-right: 0.143em; }
  .buttons-group_init {
    position: absolute;
    left: 0;
    transform-origin: center center;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s, transform 0.5s; }
    .buttons-group_init.buttons-group_hidden {
      opacity: 0;
      pointer-events: none; }
  .buttons-group_no-transition {
    transition: all .01s; }

.buttons {
  position: relative;
  display: flex; }
  .buttons_between {
    justify-content: space-between; }
  .buttons .buttons__element {
    flex-shrink: 0; }
  .buttons:not(.buttons_between):not(.buttons_categories) .buttons__element:not(:last-child) {
    margin-right: 0.715em; }
  .buttons_categories .buttons__element:not(:last-child) {
    margin-right: 0.3em; }
  .buttons_gap {
    gap: .5em; }
  .buttons_vertical {
    flex-direction: column; }
    .buttons_vertical .buttons__element {
      flex-shrink: 0; }
      .buttons_vertical .buttons__element:not(:last-child) {
        margin-bottom: 0.715em; }

.style-buttons {
  display: flex;
  align-items: center; }
  .style-buttons__item {
    position: relative;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #fff;
    font-size: 1em;
    width: 3.5em;
    border-radius: 50%;
    overflow: visible; }
    .style-buttons__item:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding-top: 100%; }
    .style-buttons__item:after {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: inherit;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid var(--accent-color);
      pointer-events: none;
      opacity: 0;
      transform: scale(1.1);
      transition: opacity 0.15s, transform 0.15s; }
    .style-buttons__item_active:after {
      opacity: 1;
      transform: scale(1); }
    .style-buttons__item:not(:last-child) {
      margin-right: .625em; }
  .style-buttons__avatar {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden; }

@media screen and (max-width: 767px) {
  .button {
    height: 3.33333em;
    border-radius: 1.66667em;
    width: 3.33333em;
    font-size: 0.75em; }
    .button_m-noshrink {
      width:auto; }
    .button_text {
      min-width: 8em;
      padding: 0 1em; }
    .button__icon {
      transform: scale(0.8); }
    .button_m-icon {
      width: 3.33333em;
      min-width: 0; }
      .button_m-icon .button__text {
        display: none; }
      .button_m-icon .button__icon {
        margin-right: 0; }
  #mobStylesButton {
    display: none; }
  .footer .row {
    justify-content: flex-end; }
  .footer .col_left {
    width: auto;
    margin-right: 0;
    flex-shrink: 0; }
  .footer .row {
    position: relative; }
  #footerPalleteMove {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .footer .col_right {
    width: auto;
    flex-shrink: 0;
    justify-content: flex-end; }
  .footer .row,
  .footer .buttons-group {
    gap: .5em; }
  .footer .buttons-group > *:not(:last-child) {
    margin-right: 0 !important; }
  .buttons_mob {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s, visibility 0.15s; }
  .buttons_hidden {
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }
  .style-buttons {
    width: 100%; }
    .style-buttons__item {
      width: 25%; }
      .style-buttons__item:not(:last-child) {
        margin-right: 1em; }
  #footerPalleteMove {
    display: flex !important; }
  #footerPalleteMove.buttons_hidden {
    width: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible; }
  #footerPalleteMove.buttons_hidden #mobColorButton {
    opacity: .25;
    pointer-events: none; } }

@media screen and (min-width: 551px) and (max-width: 1000px) {
  .button {
    height: 2.85714em;
    border-radius: 1.42857em;
    width: 2.85714em;
    font-size: 0.875em; }
    .button__icon {
      transform: scale(0.8); }
    .button_m-shrink {
      min-width: 5.5em;
      padding: 0 1em; }
    .button_m-noshrink {
      width:auto; }
  .style-buttons__item:not(:last-child) {
    margin-right: .3em; } }

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .buttons-group[data-name="up-down"] .button, .buttons-group[data-name="left-right"] .button, .buttons-group[data-name="shrink-expand"] .button, .buttons-group[data-name="plus-minus"] .button, .buttons-group[data-name="eyebrows"] .button {
    width: 4vw; } }

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

.palette {
  position: relative;
  z-index: 2;
  width: calc(40% - 6px);
  height: 100%;
  background-color: #fff;
  padding: .6em;
  font-size: 1em;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s, visibility 0.15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .palette__content {
    display: flex;
    flex-direction: column; }
  .palette_hidden {
    visibility: hidden;
    opacity: 0; }
  .palette__color {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0.625em; }
  .palette__color-area {
    position: relative;
    width: 100%;
    margin-right: 0.625em;
    background-color: #ED6766;
    background-color: var(--accent-color); }
    .palette__color-area:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .palette__color-hue {
    position: relative;
    width: .625em;
    flex-shrink: 0; }
  .palette__current {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 0.625em; }
  .palette__input {
    display: flex;
    width: 100%; }
  .palette__input-text {
    width: 0.7em;
    flex-shrink: 0; }
  .palette__input-field {
    background: none;
    outline: none;
    border: none;
    border-radius: 0;
    font-size: 0.875em;
    flex-basis: 92%; }
  .palette__current-buttons {
    display: flex;
    flex-shrink: 0;
    margin-right: 0.625em; }
  .palette__list {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0; }
  .palette__button {
    position: relative;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 1em;
    width: 14.5%;
    flex-shrink: 0; }
    .palette__button:after {
      content: '';
      position: absolute;
      border-radius: inherit;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #ED6766;
      border: 2px solid var(--accent-color);
      opacity: 0;
      transition: opacity 0.15s; }
    .palette__button_color {
      height: 1.2em;
      width: 2.5em;
      border-radius: 0; }
    .palette__button_events-none {
      pointer-events: none;
      cursor: default; }
    .palette__button.focus-visible:after {
      opacity: 1; }
    .palette__button:not(.palette__button_color) {
      width: 14.5%;
      border-radius: 50%;
      margin-bottom: 2.4%; }
      .palette__button:not(.palette__button_color):not(:nth-child(6n)) {
        margin-right: 2.4%; }
      .palette__button:not(.palette__button_color):before {
        content: '';
        display: inline-block;
        vertical-align: top;
        padding-bottom: 100%; }
  .palette__canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .palette__canvas_hue {
      border-radius: 4px;
      overflow: hidden; }
  .palette__thumb {
    background: none;
    outline: none;
    border: none;
    cursor: grab;
    border-radius: 50%;
    position: absolute;
    touch-action: none;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    font-size: 1em;
    width: 0.75em;
    height: 0.75em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 0 0 0 currentColor;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s; }
    .palette__thumb_hue {
      margin-left: 1px; }
    .palette__thumb:hover, .palette__thumb_active, .palette__thumb.focus-visible {
      transform: translate(-50%, -50%) scale(1.4); }
    .palette__thumb_active {
      pointer-events: none; }
    .palette__thumb.focus-visible {
      border-color: currentColor;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.15), 0 0 0 1px currentColor; }
  .palette__back-button {
    position: absolute;
    top: -.1em; }
  .palette__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .palette {
      margin: -3.2em 0 0;
      width: 100%;
      background-color: #F8F8F8;
      padding: .5em 0 0;
      height: 6em; }
      .palette__content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 85%;
        margin: 0 auto; }
      .palette__color {
        width: 8em;
        flex-shrink: 0;
        margin-bottom: 0; }
      .palette__color-area {
        width: 6em;
        background-color: #fff; }
      .palette__settings {
        width: 100%;
        margin-left: auto; }
      .palette__input-field {
        flex-basis: 50%;
        width: 100%; }
      .palette__button_color {
        width: 2em; }
      .palette__thumb:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 220%;
        height: 220%;
        margin-top: -55%;
        margin-left: -55%;
        border-radius: 50%; } }
  @media screen and (max-width: 550px) {
    .palette {
      height: auto; }
      .palette__header {
        padding: 0em 1.25em; }
      .palette__back-button {
        top: -.3em; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .palette {
      height: auto; }
      .palette__title {
        font-size: 1em; }
      .palette__button_color {
        width: 1.5em; }
      .palette__current-buttons {
        margin-right: .3em; }
      .palette__input-field {
        flex-basis: 100%; } }
.avatar {
  position: relative;
  width: 100%;
  background-color: #fff;
  align-self: flex-start;
  opacity: 1;}
  .avatar:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 100%; }
  .avatar__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    transition: opacity .15s, visibility .15s; }
  .avatar__image_hidden {
    opacity: 0;
    visibility: hidden;
    }

    .avatar__loader{
      width: 3em;
      height: 3em;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1.5em;
      margin-left: -1.5em;
      animation: rotate-here 1.25s linear infinite;
      opacity: 1;
      visibility: visible;
      transition: opacity .15s, visibility .15s;
    }
    .avatar__loader_hidden{
      opacity: 0;
      visibility: hidden;
    }
  .avatar__canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0; }
  @media screen and (max-width: 550px) {
    .avatar {
      margin-bottom: .3em; } }

.avatar-cat {
  position: relative;
  z-index: 1;
  height: 5.25em;
  margin-top: -0.75em;
  padding-top: 0.75em;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-bottom: 1em;
  display: flex; }
  .avatar-cat__group {
    display: flex; }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .avatar-cat {
      height: 7.5vw; } }

.avatar-elements {
  position: relative;
  letter-spacing: -.4em;
  width: 100%;
  height: 100%; }
  .avatar-elements__content {
    margin-top: -0.625em;
    margin-right: -0.625em; }
  .avatar-elements__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s, visibility 0.15s; }
    .avatar-elements__inner_baron {
      overflow: visible; }
    .avatar-elements__inner_hidden {
      opacity: 0;
      visibility: hidden; }
  .avatar-elements__item {
    position: relative;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 0.625em);
    font-size: 1em;
    background-color: #fff;
    box-shadow: 0 0 0.5em rgba(23, 23, 23, 0);
    margin-right: 0.625em;
    margin-top: 0.625em;
    transition: background-color 0.15s, box-shadow 0.15s; }
    .avatar-elements__item:before {
      position: relative;
      z-index: 2;
      content: '';
      display: block;
      padding-bottom: 100%;
      transition: box-shadow 0.15s;
      box-shadow: 0 0 0 1px #fff inset; }
    .avatar-elements__item_selected {
      box-shadow: 0 0 1em rgba(23, 23, 23, 0.075); }
      .avatar-elements__item_selected:before {
        box-shadow: 0 0 0 1px #ED6766 inset;
        box-shadow: 0 0 0 1px var(--accent-color) inset; }
    .avatar-elements__item_hidden {
      display: none; }
    .avatar-elements__item:empty:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      background-color: #fff;
      transition: opacity 0.15s;
      animation: element-loader 1.5s ease-in-out infinite; }
    .avatar-elements__item_loading {
      pointer-events: none; }
      .avatar-elements__item_loading .avatar-elements__svg {
        opacity: 0; }
      .avatar-elements__item_loading:empty:after {
        opacity: 1; }
    .avatar-elements__item_append-svg {
      display: inline-block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none; }
    @media screen and (min-width: 551px) {
      .avatar-elements__item:hover, .avatar-elements__item.focus-visible {
        box-shadow: 0 0 1em rgba(23, 23, 23, 0.035); }
        .avatar-elements__item:hover:before, .avatar-elements__item.focus-visible:before {
          box-shadow: 0 0 0 1px #ED6766 inset;
          box-shadow: 0 0 0 1px var(--accent-color) inset; } }
  .avatar-elements__svg {
    display: block;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.15s; }
  .avatar-elements__palette {
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 550px) {
    .avatar-elements {
      height: 4em; }
      .avatar-elements__content {
        white-space: nowrap;
        margin-right: 0; }
        .avatar-elements__content:before {
          content: '';
          display: inline-block;
          width: 1.25em; }
        .avatar-elements__content:after {
          content: '';
          display: inline-block;
          width: .625em; }
      .avatar-elements__item {
        width: 4em; }
      .avatar-elements .baron__track {
        margin: 0 1.25em; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .avatar-elements {
      letter-spacing: -.4em; }
      .avatar-elements__content {
        margin-top: -0.3em;
        margin-right: -0.3em; }
      .avatar-elements__item {
        width: calc(25% - 0.3em);
        margin-right: 0.3em;
        margin-top: 0.3em; } }

@keyframes element-loader {
  from {
    background-color: #fff; }
  50% {
    background-color: #fcfcfc; }
  to {
    background-color: #fff; } }

.category-controls {
  display: flex;
  flex-shrink: 0;
  height: 3.5em;
  width: 3.5em;
  margin-right: 0.6em; }
  .category-controls__item {
    z-index: 1; }
    .category-controls__item:not(:last-child) {
      margin-right: 0.6em; }
    .category-controls__item:first-child {
      z-index: 2; }
  .category-controls_events-none {
    pointer-events: none; }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .category-controls {
      height: 5.6vw;
      width: 5.6vw;
      margin-right: 0.3em; } }

.cat-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 0.75em;
  height: 4.66667em;
  width: 4.66667em;
  border-radius: 0.93333em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #000;
  flex-shrink: 0;
  transform: scale(1);
  background-color: #fff;
  padding: 0.6em;
  opacity: 1;
  transition: color 0.5s, background-color 0.5s, opacity 0.5s, transform 0.5s; }
  .cat-button_init {
    position: absolute;
    left: 0; }
  .cat-button_hidden {
    opacity: 0;
    pointer-events: none;
    z-index: -1; }
  .cat-button:before {
    content: '';
    display: inline-block; }
  .cat-button_color-red {
    color: #ED6766;
    color: var(--accent-color); }
  .cat-button__icon {
    fill: currentColor;
    max-width: 80%;
    max-height: 80%;
    transform: translateY(0.625em);
    transition-duration: inherit;
    transition: transform 0.15s, color 0.15s;
    margin-bottom: 0.25em; }
  .cat-button__text {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    opacity: 0;
    line-height: 1;
    transition: opacity 0.15s;
    font-weight: 400; }
    .cat-button__text_mustache {
      letter-spacing: -.025em; }
  .cat-button_mini {
    height: 4em;
    width: 4em;
    background-color: transparent;
    transition-duration: 0.15s; }
    .cat-button_mini:after {
      content: '';
      display: inline-block; }
    .cat-button_mini .cat-button__text {
      display: none; }
    .cat-button_mini .cat-button__icon {
      transform: translateY(0); }
  .cat-button:hover, .cat-button.focus-visible {
    color: #fff;
    background-color: #ED6766;
    background-color: var(--accent-color); }
  .cat-button:hover .cat-button__icon, .cat-button.focus-visible .cat-button__icon {
    transform: translateY(0);
    color: #fff; }
  .cat-button:hover .cat-button__text, .cat-button.focus-visible .cat-button__text {
    opacity: 1; }
  .cat-button_active {
    background-color: #ED6766;
    background-color: var(--accent-color);
    transform: scale(1.4);
    cursor: default; }
    .cat-button_active .cat-button__icon {
      transform: translateY(0);
      color: #fff; }
    .cat-button_active .cat-button__text {
      opacity: 1;
      color: #fff; }
  .cat-button_no-trs {
    transition-duration: .01s; }
    .cat-button_no-trs .cat-button__icon {
      transition-duration: .01s; }
  @media screen and (max-width: 550px) {
    .cat-button_active {
      transform: scale(1); } }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .cat-button {
      height: 5.6vw;
      width: 5.6vw; }
      .cat-button:after {
        content: '';
        display: inline-block; }
      .cat-button .cat-button__text {
        display: none; }
      .cat-button .cat-button__icon {
        transform: translateY(0); } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .cat-button .cat-button__icon {
      transform: translateY(0) scale(1.4); }
    .cat-button:hover .cat-button__icon, .cat-button.focus-visible .cat-button__icon {
      transform: translateY(0) scale(1.4); }
    .cat-button[data-zone-name="backs"] .cat-button__icon {
      transform: translateY(0.1em); } }

.cat-select {
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.15s, visibility 0.15s; }
  .cat-select_hidden {
    opacity: 0;
    visibility: hidden; }
  .cat-select__title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.5em;
    margin-bottom: 0.4em; }
  .cat-select__icon--loader {
    position: relative;
    display: inline-block;
    animation: rotate-here 1.25s linear infinite;
    width: 2.5em;
    height: 2.5em;
  }
  @keyframes rotate-here{
    from{
      transform: rotate(0deg);
    }
    to{
      transform: rotate(360deg);
    }
  }
  .cat-select__text {
    font-size: 1em;
    margin-bottom: 1.875em; }
  .cat-select__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%; }
  .cat-select__list-item:not(:nth-child(3n)):not(:last-child) {
    margin-left: 2.5%;
    margin-right: 2.5%; }
  .cat-select__list-item:nth-last-child(n+3) {
    margin-bottom: 5%; }
  .cat-select__button {
    position: relative;
    z-index: 1;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 0.875em;
    width: 5.7em;
    height: 5.7em;
    display: flex;
    flex-direction: column;
    border-radius: 1.43em;
    overflow: hidden;
    align-items: center;
    color: #171717;
    transition: color 0.15s; }
    .cat-select__button:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background-color: #ED6766;
      background-color: var(--accent-color);
      transform: scale(0.85);
      transform: translateZ(0) scale(0.85);
      opacity: 0;
      transition: opacity 0.15s, transform 0.15s; }
    .cat-select__button.focus-visible, .cat-select__button:hover {
      color: #fff; }
      .cat-select__button.focus-visible:before, .cat-select__button:hover:before {
        opacity: 1;
        transform: scale(1.1);
        transform: translateZ(0) scale(1.1); }
  .cat-select__button-icon {
    position: relative;
    fill: currentColor;
    margin-top: auto;
    width: 100%;
    height: 100%;
    max-width: 3.3em;
    max-height: 3.1em; }
    .cat-select__button-icon_face {
      max-width: 2.8em;
      max-height: 2.8em; }
    .cat-select__button-icon_backs {
      max-width: 2em;
      max-height: 2em;
      opacity: 0.75; }
  .cat-select__button-title {
    position: relative;
    margin-top: auto;
    margin-bottom: .5em; }
  @media screen and (max-width: 550px) {
    .cat-select {
      background-color: transparent;
      height: auto; }
      .cat-select__list {
        flex-wrap: nowrap;
        width: 100%; }
      .cat-select__list-item:not(:nth-child(3n)):not(:last-child) {
        margin-left: 0;
        margin-right: 0; }
      .cat-select__list-item:nth-last-child(n+3) {
        margin-bottom: 0; }
      .cat-select__button {
        width: 4.75em; }
      .cat-select__button-icon {
        max-width: 2.8em;
        max-height: 2.6em; }
        .cat-select__button-icon_face {
          max-width: 2.6em;
          max-height: 2.4em; }
        .cat-select__button-icon_backs {
          max-width: 2em;
          max-height: 2em; }
      .cat-select__title {
        font-size: 1.3em;
        margin-bottom: 0em;
        padding-top: 1em; }
      .cat-select__text {
        padding-bottom: .75em;
        margin-bottom: 0; } }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .cat-select__list {
      width: 65%; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .cat-select__title {
      font-size: 1.2em;
      margin-bottom: 0.2em; }
    .cat-select__text {
      font-size: .825em;
      margin-bottom: 1em; }
    .cat-select__list {
      width: 70%; }
    .cat-select__list-item:not(:nth-child(3n)):not(:last-child) {
      margin-left: 0;
      margin-right: 0; }
    .cat-select__list-item:nth-last-child(n+3) {
      margin-bottom: 0; }
    .cat-select__button-icon {
      transform: scale(0.75); }
    .cat-select__button {
      width: 4.5em;
      height: 4.5em; } }

.mobile-category {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75em;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.15s, visibility 0.15s; }
  .mobile-category_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .mobile-category__slot {
    display: flex; }
  .mobile-category__cat {
    margin-right: 0.5em; }
    .mobile-category__cat:last-child {
      margin-right: 0; }

.mobile-control {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.15s, visibility 0.15s;
  padding-top: .7em; }
  .mobile-control_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .mobile-control .buttons {
    flex-wrap: wrap;
    justify-content: center; }
  .mobile-control .buttons-group {
    margin-top: 0.5em; }
  .mobile-control__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: center; }
    .mobile-control__title_hidden {
      display: none; }
  .mobile-control__avatar-slot {
    margin-bottom: 1em; }
    .mobile-control__avatar-slot .buttons {
      justify-content: space-between; }
  .mobile-control__button {
    position: absolute;
    margin-top: -.7em; }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .mobile-control__title {
      font-size: 1em; }
    .mobile-control__avatar-slot {
      margin-top: 0.4em; } }

.mobile-styles {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.15s, visibility 0.15s;
  padding-top: .7em; }
  .mobile-styles_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .mobile-styles__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 0;
    text-align: center; }
    .mobile-styles__title_hidden {
      display: none; }
  .mobile-styles__button {
    position: absolute;
    margin-top: -.7em; }
  .mobile-styles__style-buttons {
    padding-top: 1em; }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .mobile-styles__title {
      font-size: 1em; } }

.footer {
  z-index: 2; }
  .footer__popup {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    right: 50%;
    margin-bottom: 0.625em;
    opacity: 0;
    visibility: hidden;
    transform: translate(50%, 0.625em);
    transform: translateZ(0) translate(50%, 0.625em);
    border-radius: 1.5625em;
    transition: opacity 0.15s, transform 0.15s, right 0.15s, visibility 0.15s;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.03); }
    .footer__popup_active {
      opacity: 1;
      visibility: visible;
      transform: translate(50%, 0);
      transform: translateZ(0) translate(50%, 0); }
  .footer .buttons-group_will-change {
    transition: transform 0.15s, opacity 0.15s; }
    .footer .buttons-group_will-change.buttons-group_translate-right {
      transform: translateX(3.21375em); }
    .footer .buttons-group_will-change.buttons-group_dissolved {
      opacity: 0;
      pointer-events: none; }
  @media screen and (max-width: 1050px) {
    .footer__popup_download {
      right: 0;
      transform: translate(0%, 0.625em);
      transform: translateZ(0) translate(0%, 0.625em); }
    .footer__popup_download.footer__popup_active {
      transform: translate(0%, 0);
      transform: translateZ(0) translate(0%, 0); } }
  @media screen and (max-width: 767px) {
    .footer__popup {
      right: 0;
      transform: translate(0, 0);
      transform: translateZ(0) translate(0, 0); } }
  @media screen and (max-width: 550px) {
    .footer {
      padding-bottom: 1em; } }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .footer__popup_download {
      width: 130%; }
      .footer__popup_download .buttons-group,
      .footer__popup_download .button {
        width: 100%; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s, visibility 0.15s; }
  .modal_visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .modal__title {
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.5em;
    margin-bottom: 0.25em; }
  .modal__text {
    position: relative;
    font-weight: 400;
    font-size: 1.125em; }
  .modal__form {
    display: inline-block;
    margin-bottom: .5em;
    width: 80%; }
  .modal__form-inputs {
    display: flex;
    margin-bottom: 0.75em; }
  .modal__description {
    font-size: 0.91em;
    font-weight: 500;
    color: #919191; }
    .modal__description_success {
      color: #05B837; }
    .modal__description_error {
      color: #ED6766; }
  .modal__link {
    color: #171717;
    text-decoration: none;
    outline: none;
    transition: color 0.15s; }
    .modal__link:focus {
      color: #ED6766;
      color: var(--accent-color); }
  .modal__ios-image {
    display: inline-block;
    width: 100%; }
  .modal__image {
    width: 100%; }
  .modal__buttons {
    display: inline-flex; }
  .modal__input::-webkit-credentials-auto-fill-button {
    visibility: hidden; }
  @media screen and (max-width: 550px) {
    .modal__title {
      font-size: 1.2em; }
    .modal__text {
      font-size: 1em; }
    .modal__form {
      margin-bottom: 1.5em;
      width: 90%; }
    .modal__form-inputs {
      flex-direction: column;
      margin-bottom: 0.35em; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .modal__title {
      font-size: 1.2em; }
    .modal__text {
      font-size: 1em; }
    .modal__form {
      margin-bottom: .5em;
      width: 90%; } }

.modal-input {
  position: relative;
  border: 1px solid #171717;
  border-radius: 0.25em;
  background-color: #fff;
  height: 2.75em;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(237, 102, 101, 0);
  transition: border-color 0.15s, box-shadow 0.15s; }
  .modal-input__label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.125em;
    top: 50%;
    transform-origin: top left;
    transform: translate(0.625em, -50%);
    transition: transform 0.15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: text; }
  .modal-input__input {
    background: none;
    border: none;
    outline: none;
    margin-top: auto;
    margin-bottom: .125em;
    padding-left: .7em;
    font-size: 1.125em; }
    .modal-input__input:-webkit-autofill, .modal-input__input:-webkit-autofill:hover, .modal-input__input:-webkit-autofill:focus, .modal-input__input:-webkit-autofill:active {
      box-shadow: 0 0 0 30px white inset !important;
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .modal-input__input::-ms-clear {
      display: none; }
    .modal-input__input::-ms-reveal {
      display: none; }
  .modal-input_mr {
    margin-right: 1em; }
  .modal-input_error {
    border-color: #ED6766;
    box-shadow: 0px 0px 10px rgba(237, 102, 101, 0.3); }
  .modal-input_pin .modal-input__label {
    transform: translate(0.625em, -80%) scale(0.7); }
  @media screen and (max-width: 550px) {
    .modal-input {
      height: 2.2em; }
      .modal-input:first-child {
        margin-bottom: 0.5em; }
      .modal-input__label {
        font-size: 1em;
        transform: translate(0.625em, -50%); }
      .modal-input__input {
        padding-left: .5em;
        font-size: 1em; } }

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateZ(0) translate(-50%, -50%);
  margin: auto;
  opacity: 0;
  width: 100%;
  max-width: 46.25em;
  visibility: hidden;
  transition: opacity 0.15s, visibility 0.15s;
  background-color: #F8F8F8;
  padding: 2.5em; }
  .modal-content_tiny {
    max-width: 25em; }
  .modal-content_visible {
    opacity: 1;
    visibility: visible; }
  .modal-content_tac {
    text-align: center; }
  .modal-content__header, .modal-content__content {
    margin-bottom: 2.5em; }
  @media screen and (max-width: 550px) {
    .modal-content {
      max-width: 95%;
      max-height: calc(-webkit-fill-available - 1em);
      padding: 1.25em; }
      .modal-content__header, .modal-content__content {
        margin-bottom: 1.5em; } }
  @media screen and (min-width: 551px) and (max-width: 767px) {
    .modal-content {
      max-width: 90%;
      max-width: calc(100vw - 1em);
      max-height: 90%;
      max-height: calc(-webkit-fill-available - 1em);
      padding: 1.25em;
      overflow: scroll; }
      .modal-content__header {
        margin-bottom: 2em; }
      .modal-content__content {
        margin-bottom: 1.5em; } }

.notify {
  position: fixed;
  top: 1.2em;
  max-width: 95%;
  left: 50%;
  padding: 0 2.75em 0 1.5em;
  border-radius: 1.4em;
  font-size: 1em;
  line-height: 2.75em;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  transform: translateX(-50%) translateY(-20%);
  opacity: 0;
  transition: opacity 0.15s, transform 0.15s;
  cursor: pointer;
  outline: none;
  z-index: 6; }
  .notify_error {
    background-color: #ED6766;
    box-shadow: 0px 4px 10px 2px rgba(237, 102, 101, 0.2); }
    .notify_error.focus-visible {
      background-color: #f29494;
      box-shadow: 0px 4px 10px 2px rgba(237, 102, 101, 0.4); }
  .notify_good {
    background-color: #30BB57;
    box-shadow: 0px 4px 10px 2px rgba(48, 187, 87, 0.2); }
    .notify_good.focus-visible {
      background-color: #4dd172;
      box-shadow: 0px 4px 10px 2px rgba(48, 187, 87, 0.4); }
  .notify_visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0%); }
  .notify_hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(20%); }
  .notify__text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4; }
  .notify__close {
    position: absolute;
    right: 1em;
    top: .85em;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    color: currentColor;
    width: 1em;
    height: 1em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle; }
  .notify__icon {
    display: inline-block;
    vertical-align: top;
    fill: currentColor;
    stroke-width: 1px;
    stroke: currentColor; }
  @media screen and (max-width: 550px) {
    .notify {
      white-space: normal;
      width: 100%;
      line-height: 3em; }
      .notify__text {
        margin: 0.4em 0; } }

.container {
  width: 60.625em;
  margin: 0 auto; }
  @media screen and (max-width: 550px) {
    .container {
      width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  @media screen and (min-width: 551px) and (max-width: 1000px) {
    .container {
      width: 100%;
      padding-left: 1.25em;
      padding-right: 1.25em; } }

.row {
  display: flex; }
  @media screen and (max-width: 550px) {
    .row_mob-w_w {
      flex-wrap: wrap; } }

.col {
  display: flex;
  width: 100%; }
  .col_left {
    width: 40%;
    margin-right: 1.5em;
    flex-shrink: 0; }
  .col_right {
    width: 100%; }
  .col_h_c {
    justify-content: center; }
  .col_h_r {
    justify-content: flex-end; }
  .col_h_b {
    justify-content: space-between; }
  .col_h_fe {
    justify-content: flex-end; }
  .col_v_c {
    align-items: center; }
  .col_column {
    flex-direction: column; }
  .col_p_r {
    position: relative; }
  @media screen and (max-width: 550px) {
    .col_mob-w {
      width: 100%;
      margin-right: 0; }
    .col_mob-column {
      flex-direction: column; } }

@media screen and (max-width: 550px) {
  .m-hidden {
    display: none; } }

@media screen and (min-width: 551px) and (max-width: 767px) {
  .mp-hidden {
    display: none; } }

@media screen and (min-width: 768px) {
  .d-hidden {
    display: none; } }