.iconz-normal-small {
  position: relative;
  top: 2px;
  color: #2d373a;
  font-size: 15px; }

.iconz-normal-medium {
  position: relative;
  top: 6px;
  color: #2d373a;
  font-size: 24px; }
  @media (max-width: 767px) {
  .iconz-normal-medium {
    color: #2d373a; } }

.menu__telephone__title, .basket__popover .error__text, .basket__title, .basket__value, .basket__total, .basket__button--popover {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px; }

.basket__price {
  font-family: Lato, Roboto, sans-serif;
  font-size: 31px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center; }

.basket__load > i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/*border*/
/*border*/
/* MAIN MENU WRAPPER */
.top-menu-section {
  position: relative;
  margin-bottom: 1px;
  box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.2);
  transition: top 0.3s; }

.top-menu-section__wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

.menu-main__burger {
  display: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin-right: 15px;
  cursor: pointer; }

.menu-main__navbar {
  width: 100%; }

.menu-main {
  background-color: #fff; }
  .menu-main.c-menu {
    box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.2); }
  .menu-main .dropdown, .menu-main .dropdown a {
    font-size: 13px; }
  .menu-main .dropdown .active a {
    background: none;
    text-shadow: 0.5px 0 0, 0 0 0 #000; }
    .menu-main .dropdown .active a:hover, .menu-main .dropdown .active a:focus, .menu-main .dropdown .active a:active, .menu-main .dropdown .active a:visited {
      background-color: #f5f5f5;
      color: inherit; }
/* END MAIN MENU WRAPPER */
/* BRAND-SEARCH-PROFILE MENU */
.main-menu__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
  width: 100%; }
  .main-menu__nav > li {
    height: 100%;
    transition: opacity 0.2s ease; }
  .main-menu__nav > li.active > a {
    background: none; }
  .main-menu__nav > li > a:hover, .main-menu__nav > li > a:focus {
    background: none; }
  .main-menu__nav > li.open > a, .main-menu__nav > li.open > a:hover, .main-menu__nav > li.open > a:focus {
    background-color: transparent; }

.main-menu__nav__item {
  width: 100px;
  margin-left: 10px; }
  .main-menu__nav__item.menu-basket {
    margin-left: 0; }
  .main-menu__nav__item > a {
    max-width: 100%; }
/* MAIN MENU BRAND */
.main-menu__nav .nav-brand {
  margin-right: 20px;
  width: 145px; }
  @media (max-width: 991.98px) {
    .main-menu__nav .nav-brand {
      margin-right: 0; } }
  .main-menu__nav .nav-brand__link, .main-menu__nav .nav-brand__link:hover, .main-menu__nav .nav-brand__link:focus, .main-menu__nav .nav-brand__link:active, .main-menu__nav .nav-brand__link:visited {
    background: url(../../logo.svg) no-repeat left center;
    background-size: 102px 37px;
    height: 100%;
    padding: 0;
    text-decoration: none;
    width: 100%; }
  .main-menu__nav .location__select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px; }

.fixed-menu .nav-brand__link, .fixed-menu .nav-brand__link:hover, .fixed-menu .nav-brand__link:focus, .fixed-menu .nav-brand__link:active, .fixed-menu .nav-brand__link:visited {
  background: url(../../logo.svg) no-repeat left 5px; }
/* END MAIN MENU BRAND */
/* MAIN MENU SEARCH */
.menu__on-search-visible {
  z-index: 20; }

.main-menu__nav .nav-search {
  display: flex;
  align-items: center;
  padding: 0 5px;
  width: calc(100% - 145px - 20px - 110px - 100px * 2 - 10px - 160px - 10px * 2);
  text-align: center; }
  @media (max-width: 991.98px) {
  .main-menu__nav .nav-search {
    width: calc(100% - 145px - 110px - 100px * 2 - 10px - 160px); } }

.nav-search__input-wrapper {
  position: relative; }

.nav-search .nav-search__input, .nav-search .nav-search__input:focus {
  border: 1px solid #343434;
  box-shadow: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.4px;
  outline: none;
  /* padding-right with small buffer to prevent wrong tap */
  padding: 7px 55px 7px 20px;
  width: 100%; }

.navbar-search-open .nav-search__input, .nav-search .nav-search__input::placeholder {
  color: #acacac; }

.nav-search .nav-search__submit {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px; }

.nav-search .nav-search__submit__icon {
  color: #000; }

.nav-search .nav-search__submit--active {
  background-color: #6381a0; }

.nav-search .nav-search__submit--active .nav-search__submit__icon {
  color: #fff; }
/* END MAIN MENU SEARCH */
/* MAIN MENU ITEMS */
.main-menu__nav .main-menu__nav__item__link {
  color: inherit !important;
  cursor: pointer;
  float: right;
  font-size: 13px;
  height: 100%;
  line-height: 20px;
  max-width: 100%;
  padding: 18px 0;
  user-select: none;
  width: 100%; }

.user-profile-menu__toggle {
  max-width: 150px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.user-profile-menu .dropdown-menu > li > a:hover {
  background: #e4eaf0; }

.user-profile-menu .user-profile-menu__username {
  display: block;
  float: left;
  margin-right: 15px;
  max-width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.menu-main .main-menu__dropdown-caret, .menu-main--mobile .main-menu__dropdown-caret {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center; }

.user-profile-menu .user-profile-menu__icon {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 2px;
  width: 14px;
  text-align: center; }

.user-profile-menu__toggle > .main-menu__dropdown-caret {
  float: left;
  margin-left: -10px;
  margin-right: 0;
  width: 10px; }

.user-profile-menu .user-profile-menu__menu {
  margin-top: -15px !important; }
/* BASKET MENU */
.menu-basket {
  position: relative; }
  .menu-basket .basket__point {
    margin: 0 6px; }
  .menu-basket .badge-custom {
    display: inline-block;
    top: 0;
    right: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ff6b7e;
    border-radius: 50%;
    color: white;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    margin: 0px -7px;
    text-align: center;
    padding: 0;
    transition: background-color 0.5s linear;
    text-shadow: none; }
  @media (max-width: 767.98px) {
    .menu-basket .badge-custom {
      right: 17px;
      top: 17px; } }

.main-menu__nav-profile .menu-basket {
  text-align: right; }
  .main-menu__nav-profile .menu-basket#basket {
    margin: 0 0 0 10px;
    text-align: center; }
  @media (max-width: 1199.98px) {
    .main-menu__nav-profile .menu-basket#basket {
      margin: 0; } }
  .main-menu__nav-profile .menu-basket#telephone {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .main-menu__nav-profile .menu-basket#telephone .main-menu__nav__item__link {
    display: none; }
  .main-menu__nav-profile .menu-basket#telephone a:focus {
    color: #2d373a !important; }

.menu__telephone__title {
  font-size: 13px;
  line-height: 17px !important;
  letter-spacing: -0.3px;
  font-weight: normal;
  color: #2d373a;
  cursor: pointer;
  padding: 0 !important;
  margin-bottom: 3px; }
  .menu__telephone__title:hover, .menu__telephone__title:focus, .menu__telephone__title:active {
    color: #2d373a !important;
    outline: none !important;
    text-decoration: none; }
  @media (max-width: 767.98px) {
  .menu__telephone__title {
    display: flex !important;
    align-items: center;
    margin-bottom: 0;
    margin-left: -2px !important; } }

.main-menu__nav__item__phone {
  display: flex;
  align-items: center;
  border-bottom: none !important; }
  @media (max-width: 767.98px) {
  .main-menu__nav__item__phone {
    padding: 0;
    padding-top: 6px;
    left: 2px;
    margin-top: -10px; } }

.iconz-telephone {
  font-size: 24px;
  color: #2d373a;
  top: 0;
  padding: 0 !important; }
  .iconz-telephone:hover, .iconz-telephone:focus, .iconz-telephone:active {
    color: #2d373a !important;
    outline: none !important;
    text-decoration: none; }

.mobile-dropdown #telephone {
  display: flex;
  align-items: center;
  padding: 20px 5px;
  border-bottom: none !important; }
  @media (max-width: 767.98px) {
    .mobile-dropdown #telephone {
      padding: 0;
      padding-top: 21px;
      left: 2px;
      margin-top: -10px; } }
  .mobile-dropdown #telephone .main-menu__nav__item__link {
    display: none; }
  .mobile-dropdown #telephone .menu__telephone__title {
    font-size: 16px;
    line-height: unset; }
  .mobile-dropdown .iconz-telephone {
    font-size: 20px !important;
    color: #2d373a; }
  .mobile-dropdown .iconz-telephone:hover, .mobile-dropdown .iconz-telephonefocus, .mobile-dropdown .iconz-telephone:active {
    color: #2d373a; }
  @media (max-width: 767.98px) {
    .mobile-dropdown .iconz-telephone {
      display: none; } }
  @media (max-width: 991.98px) {
  .mobile-dropdown .location__select__title {
    line-height: 15px;
    margin-bottom: 2px; } }

.basket__popover {
  position: absolute;
  z-index: 9999;
  top: 60px;
  left: -210px;
  width: 308px;
  height: 0;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s; }
  .basket__popover .main-menu__nav__item__link {
    display: none; }
  .basket__popover .error {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .95);
    transition: all 0.5s; }
    .basket__popover .error__text {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.28;
      letter-spacing: -0.1px;
      color: #2d373a;
      text-align: center;
      width: 70%;
      margin-bottom: 20px; }
    .basket__popover .error__button {
      padding: 7px 55px;
      background: #ff6b7e;
      color: #fff;
      border-radius: 4px;
      cursor: pointer; }
  .basket__popover .disable .basket__price--sale, .basket__popover .disable .basket__price--real, .basket__popover .disable .basket__price, .basket__popover .disable .basket__title {
    color: #ababab; }
  .basket__content {
    background: #fff;
    padding: 4px 16px 0;
    border-radius: 4px 4px 0 0;
    max-height: 228px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
  .basket__content::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 5px; }
  .basket__content::-webkit-scrollbar-track {
    background: #fff; }
  .basket__content::-webkit-scrollbar-thumb {
    background: #ff6b7e;
    border-radius: 5px;
    width: 5px; }
  .basket__content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 107, 126, .8); }
  .basket__item {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    border-bottom: solid 1px rgba(151, 151, 151, 0.1);
    padding: 11px 0 16px; }
  .basket__item:last-child {
    border: none; }
  .basket__item:hover .basket__delete {
    opacity: 1;
    transition: all 0.5s ease; }
  .basket__image {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-basis: 50px;
    margin-right: 15px;
    max-height: 47px; }
  .basket__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 198px; }
  .basket__title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.28;
    letter-spacing: -0.1px;
    color: #2d373a;
    text-align: left;
    overflow: hidden;
    max-height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -ms-text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    margin: 0;
    margin-bottom: 8px;
    max-width: 185px;
    white-space: normal; }
  .basket__price {
    display: flex;
    align-items: flex-end; }
  .basket__price--sale {
    display: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: -0.3px;
    color: #ff6b7e; }
  .basket__price--real {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: -0.3px;
    color: #2d373a; }
  .basket__item.sale .basket__price--sale {
    display: flex;
    margin-right: 14px; }
    .basket__item.sale .basket__price--real {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: normal;
      color: #858e99;
      text-decoration: line-through; }
  .basket__delete {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 11px 0 10px 10px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease; }
  .basket__value {
    position: absolute;
    top: 10px;
    left: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 2px 7px;
    background: #ff6b7e;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: #fff;
    border-radius: 8px; }
  .basket__value--visible {
    display: flex; }
  .basket__value span {
    font-size: 8px;
    margin-right: 1.5px; }
  .basket__value p {
    margin: 0; }
  .basket__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fafafa;
    border-radius: 0 0 4px 4px;
    padding: 17px 15px 15px; }
  .basket__total {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.3px;
    color: #2d373a;
    margin-bottom: 17px; }
  .basket__total span:last-child {
    font-weight: bold;
    padding-left: 14px; }
  .basket__button--popover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: #ff6b7e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.5s;
    padding: 0 !important; }
  .basket__button--popover:hover, .basket__button--popover:focus, .basket__button--popover:active {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 107, 126, 0.7);
    transition: all 0.5s; }
  .basket__load {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .5);
    transition: all 0.5s; }
  .basket__load > i {
    font-size: 20px; }
/* END BASKET MENU */
/* BRAND-SEARCH-PROFILE MENU */
/* PAGES MENU */
.menu-pages {
  height: 46px;
  background-color: #fff; }

.menu-nav-pages, .menu-nav-icons {
  width: 100%;
  text-align: center;
  white-space: nowrap; }
  .menu-nav-pages > li, .menu-nav-icons > li {
    float: none;
    display: inline-block; }
  .menu-nav-pages > li:last-child, .menu-nav-icons > li:last-child {
    margin-right: 0; }
  .menu-nav-pages > li a, .menu-nav-icons > li a {
    font-family: Roboto, sans-serif;
    color: #2d373a;
    font-size: 13px;
    padding: 11px 29px 9px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    user-select: none; }
  .menu-nav-pages > li a.section-vetapteka, .menu-nav-icons > li a.section-vetapteka {
    color: #ff1431;
    font-weight: bold; }
  .menu-nav-pages > li.active > a, .menu-nav-icons > li.active > a, .menu-nav-pages > li.active > a:hover, .menu-nav-icons > li.active > a:hover, .menu-nav-pages > li.active > a:focus, .menu-nav-icons > li.active > a:focus {
    background-color: #ff6b7e;
    border-bottom-color: #ff6b7e;
    color: #fff; }
  .menu-nav-pages > li.open > a, .menu-nav-icons > li.open > a, .menu-nav-pages > li.open > a:hover, .menu-nav-icons > li.open > a:hover, .menu-nav-pages > li.open > a:focus, .menu-nav-icons > li.open > a:focus {
    background-color: transparent;
    border-bottom-color: transparent;
    color: #2d373a;
    text-shadow: none; }
  .menu-nav-pages > li.hovered > a, .menu-nav-icons > li.hovered > a, .menu-nav-pages > li.hovered > a:hover, .menu-nav-icons > li.hovered > a:hover, .menu-nav-pages > li.nav-custom-link:hover > a, .menu-nav-icons > li.nav-custom-link:hover > a {
    background: #ff6b7e;
    color: white; }
  .menu-nav-pages > li.hovered > a.section-vetapteka, .menu-nav-icons > li.hovered > a.section-vetapteka, .menu-nav-pages > li.hovered > a.section-vetapteka:hover, .menu-nav-icons > li.hovered > a.section-vetapteka:hover, .menu-nav-pages > li.nav-custom-link:hover > a.section-vetapteka, .menu-nav-icons > li.nav-custom-link:hover > a.section-vetapteka {
    background: #ff6b7e;
    color: white !important; }
  .menu-nav-pages.menu-nav-pages--wait-activation .dropdown-nested, .menu-nav-icons.menu-nav-pages--wait-activation .dropdown-nested, .menu-nav-pages.menu-nav-pages--wait-activation .nav-custom-link, .menu-nav-icons.menu-nav-pages--wait-activation .nav-custom-link {
    color: transparent;
    border-color: transparent; }

.nav-custom-link .dropdown__light {
  margin: 6px -3px 0 0; }
  .nav-custom-link .dropdown__light.show {
    margin: 6px -3px 0 0; }
  .nav-custom-link .dropdown__light__item {
    line-height: 10px; }
  .nav-custom-link.highlighted > a, .nav-custom-link.highlighted {
    color: #ff1431; }

.menu-nav-pages__dropdown-dots::after {
  content: '...';
  display: block;
  font-size: 16px;
  height: 0;
  letter-spacing: -1px;
  line-height: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 11px;
  text-align: center; }

.mobile-dropdown__header {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 0px -5px; }

.location__select__link {
  color: #2d373a;
  text-transform: none; }
  .location__select__link:hover, .location__select__link:active, .location__select__link:focus {
    color: #2d373a;
    text-decoration: none;
    outline: none; }
  .location__select__link > .iconz {
    position: relative;
    top: -1px;
    font-size: 21px; }
  @media (max-width: 575.98px) {
  .location__select__link {
    padding: 10px 0 !important; } }

.location__select__title {
  border-bottom: 1px dashed #2d373a;
  margin-left: 2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75px; }

.user__entarance__title, .menu__basket__title {
  border-bottom: 1px dashed #2d373a;
  margin-left: 7px; }
  @media (max-width: 767.98px) {
  .user__entarance__title, .menu__basket__title {
    border-bottom: none;
    margin-left: 0; } }

.menu__basket__gift_popover {
  background: url(../../gift_popover.svg) no-repeat left center;
  width: 110px;
  height: 34px;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  position: absolute;
  left: -90px;
  bottom: -5px;
  line-height: 32px;
  z-index: 99;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-right: 2px; }

.menu__on-search-visible .menu__basket__gift_popover {
  display: none; }

.menu__basket__icon, .user__entarance__icon {
  font-size: 24px;
  top: 6px; }

.main-menu__nav__item__link {
  text-shadow: none !important; }
/* END PAGES MENU */
.overflow--wait-activation > * {
  opacity: 0; }

@keyframes topBar_open {
  0% {
    transform: translateY(0px) rotate(0deg);
    width: 16px; }

  10% {
    transform: translateY(-8px) rotate(0deg);
    width: 16px; }

  50% {
    transform: translateY(8px) rotate(45deg);
    width: 22px; }

  75% {
    transform: translateY(-8px) rotate(45deg);
    width: 22px; }

  100% {
    transform: translateY(-7px) rotate(45deg);
    width: 22px; } }

@keyframes bottomBar_open {
  0% {
    transform: translateY(0px) rotate(0deg);
    width: 16px; }

  10% {
    transform: translateY(-15px) rotate(0deg);
    width: 16px; }

  60% {
    transform: translateY(0px) rotate(-45deg);
    width: 22px; }

  75% {
    transform: translateY(-18px) rotate(-45deg);
    width: 22px; }

  100% {
    transform: translateY(-15px) rotate(-45deg);
    width: 22px; } }

@keyframes topBar_close {
  0% {
    transform: translateY(-7px) rotate(45deg);
    width: 22px; }

  35% {
    transform: translateY(-15px) rotate(-4deg);
    width: 16px; }

  53% {
    transform: translateY(10px) rotate(3deg);
    width: 16px; }

  70% {
    transform: translateY(-6px) rotate(0deg);
    width: 16px; }

  100% {
    transform: translateY(0px) rotate(0deg);
    width: 16px; } }

@keyframes bottomBar_close {
  0% {
    transform: translateY(-15px) rotate(-45deg);
    width: 22px; }

  35% {
    transform: translateY(-18px) rotate(6deg);
    width: 16px; }

  53% {
    transform: translateY(0px) rotate(-3deg);
    width: 16px; }

  68% {
    transform: translateY(-7px) rotate(0deg);
    width: 16px; }

  100% {
    transform: translateY(0px) rotate(0deg);
    width: 16px; } }

.mobile-menu__sidebar-button__icon.burger {
  display: block;
  position: relative;
  text-align: center;
  width: 16px;
  height: 9px;
  transform: scale(1);
  transition: all 0.64s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__sidebar-button__icon.burger:before, .mobile-menu__sidebar-button__icon.burger:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #2d373a;
    display: block;
    position: absolute;
    border-radius: 20px; }
  .mobile-menu__sidebar-button__icon.burger:before {
    transform-origin: left center; }
  .mobile-menu__sidebar-button__icon.burger:after {
    right: 0;
    top: 8px;
    transform-origin: right center; }
  .mobile-menu__sidebar-button__icon.burger:hover {
    cursor: pointer; }
  .mobile-menu__sidebar-button__icon.burger.open-mobile-menu {
    transform: scale(0.95);
    transition: all 0.64s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__sidebar-button__icon.burger.open-mobile-menu:before {
    animation: topBar_open 1s ease-in-out;
    animation-fill-mode: forwards; }
  .mobile-menu__sidebar-button__icon.burger.open-mobile-menu:after {
    animation: bottomBar_open 1s ease-in-out;
    animation-fill-mode: forwards; }
  .mobile-menu__sidebar-button__icon.burger.close-mobile-menu {
    transform: scale(1);
    transition: all 0.64s cubic-bezier(0.52, 0.16, 0.24, 1); }
  .mobile-menu__sidebar-button__icon.burger.close-mobile-menu:before {
    animation: topBar_close 1s ease-in-out;
    animation-fill-mode: forwards; }
  .mobile-menu__sidebar-button__icon.burger.close-mobile-menu:after {
    animation: bottomBar_close 1s ease-in-out;
    animation-fill-mode: forwards; }

.menu__sidebar-button__box {
  height: 50px;
  width: 50px;
  cursor: pointer; }

.menu__sidebar-button__icon {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #2d373a;
  font-size: 0;
  transition: all 0.25s ease-in-out; }
  .menu__sidebar-button__icon:before, .menu__sidebar-button__icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-in-out; }

.menu__sidebar-button__icon.open {
  border-color: transparent; }
  .menu__sidebar-button__icon.open:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .menu__sidebar-button__icon.open:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
