.rs-header {
  background: #ffffff;
  margin-bottom: -100%;
  padding: 24px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0px 4px 22px rgba(37, 0, 53, 0);
          box-shadow: 0px 4px 22px rgba(37, 0, 53, 0);
  z-index: 1000;
}
.rs-header._menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
          box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
}
@media (max-width: 1920px) {
  .rs-header {
    padding: calc(10px + 14 * (100vw - 320px) / 1600);
  }
}
.rs-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-header__logo {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 165px;
}
@media (max-width: 1920px) and (min-width: 993px) {
  .rs-header__logo {
    max-width: calc(120px + 45 * (100vw - 992px) / 928);
  }
}
@media (max-width: 992px) and (min-width: 320px) {
  .rs-header__logo {
    max-width: calc(100px + 65 * (100vw - 320px) / 672);
  }
}
.rs-header__logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-header__logo a img {
  max-width: 100%;
}
.rs-header .action__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-header .action__item {
  position: relative;
}
.rs-header .action__item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1920px) {
  .rs-header .action__item:not(:last-child) {
    margin-right: calc(15px + 25 * (100vw - 320px) / 1600);
  }
}
.rs-header .action__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .rs-header .action__item a {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    line-height: calc(16px + 2 * (100vw - 320px) / 1600);
  }
}
.rs-header .action__item a .badge {
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  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;
  padding: 2px 5px;
  background-color: #520d4a;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  line-height: 12px;
}
@media (max-width: 1920px) {
  .rs-header .action__item a .badge {
    font-size: calc(10px + 2 * (100vw - 320px) / 1600);
    top: calc(-5px + 4.5 * (100vw - 320px) / 1600);
    right: calc(-5px + 4.5 * (100vw - 320px) / 1600);
  }
}
.rs-header .action__item a span {
  margin-left: 8px;
}
@media (max-width: 1270px) and (min-width: 993px) {
  .rs-header .action__item a span {
    display: none;
  }
}
@media (max-width: 540px) {
  .rs-header .action__item a span {
    display: none;
  }
}
.rs-header .action__item a img {
  width: 32px;
  height: 32px;
}
@media (max-width: 1920px) {
  .rs-header .action__item a img {
    width: calc(20px + 12 * (100vw - 320px) / 1600);
    height: calc(20px + 12 * (100vw - 320px) / 1600);
  }
}
.rs-header .action__notification {
  margin-right: 33px !important;
}
@media (max-width: 1920px) {
  .rs-header .action__notification {
    margin-right: calc(15px + 18 * (100vw - 320px) / 1600) !important;
  }
}
.rs-header .action__notification a img {
  margin-right: 0px;
}
.rs-header .action__login {
  margin-right: 33px !important;
}
.rs-header .action__login a img {
	border-radius: 50%;
	object-fit: cover;
}
@media (max-width: 1920px) {
  .rs-header .action__login {
    margin-right: calc(15px + 18 * (100vw - 320px) / 1600) !important;
  }
}
.rs-header .menu {
  height: 100%;
}
@media (min-width: 993px) {
  .rs-header .menu {
    margin-left: 34px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-header .menu {
    margin-left: calc(15px + 19 * (100vw - 992px) / 928);
  }
}
@media (max-width: 992px) {
  .rs-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px 0px auto;
  }
}
.rs-header .menu__icon {
  position: relative;
  width: 16px;
  height: 10px;
  cursor: pointer;
  z-index: 5;
  display: block;
  margin: 0;
}
@media (min-width: 993px) {
  .rs-header .menu__icon {
    display: none;
  }
}
.rs-header .menu__icon span, .rs-header .menu__icon::before, .rs-header .menu__icon::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ff3d00;
}
.rs-header .menu__icon::before {
  top: 0px;
}
.rs-header .menu__icon::after {
  bottom: 0px;
}
.rs-header .menu__icon span {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rs-header .menu__icon._icon-open span, .rs-header .menu__icon._icon-open::before, .rs-header .menu__icon._icon-open::after {
  background-color: #ff3d00;
}
.rs-header .menu__icon._icon-open span {
  -webkit-transform: scale(0) translateY(-50%);
      -ms-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
.rs-header .menu__icon._icon-open::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 0px);
}
.rs-header .menu__icon._icon-open::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
@media (min-width: 993px) {
  .rs-header .menu__body {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .rs-header .menu__body {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    min-height: calc(100vh - 55px);
    z-index: 99;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .rs-header .menu__body._menu-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.rs-header .menu__list {
  width: 100%;
  height: 100%;
  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;
}
@media (max-width: 992px) {
  .rs-header .menu__list {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 993px) {
  .rs-header .menu__list > li {
    padding: 24px 16px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-header .menu__list > li {
    padding: calc(16px + 8 * (100vw - 992px) / 928) calc(7px + 9 * (100vw - 992px) / 928);
  }
}
@media (max-width: 992px) {
  .rs-header .menu__list > li a {
    padding: 7.5px 0px;
  }
}
.rs-header .menu__list > li > a {
  height: 100%;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 1920px) {
  .rs-header .menu__list > li > a {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
    line-height: calc(18px + 8 * (100vw - 320px) / 1600);
  }
}
.rs-header .menu__list li {
  position: relative;
  height: 100%;
}
@media (any-hover: hover) {
  .rs-header .menu__list li:hover > a {
    color: #ff3d00;
  }
}
.rs-header .menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 993px) {
  .rs-header .menu__list li a {
    white-space: nowrap;
  }
}
.rs-header .menu__list li a i {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
}
@media (min-width: 993px) {
  .rs-header .menu__list li a i {
    display: none;
  }
}
.rs-header .menu__list li a i::before {
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown._open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .rs-header .menu__list li.dropdown._open > a > i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    color: #ff3d00;
  }
  .rs-header .menu__list li.dropdown._open > a {
    color: #ff3d00;
  }
}
@media (min-width: 993px) and (any-hover: hover) {
  .rs-header .menu__list li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: all;
  }
  .rs-header .menu__list li.dropdown:hover > a > i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    color: #ff3d00;
  }
  .rs-header .menu__list li.dropdown:hover > a {
    color: #ff3d00;
  }
}
@media (max-width: 992px) {
  .rs-header .menu__list li.dropdown > a {
    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;
  }
  .rs-header .menu__list li.dropdown._open > .dropdown-menu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .rs-header .menu__list li.dropdown._open > a > i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.rs-header .menu__list li.dropdown .dropdown-menu {
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown .dropdown-menu {
    min-width: 239px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
            box-shadow: 0px 4px 22px rgba(37, 0, 53, 0.15);
    border-radius: 24px;
    top: 100%;
    top: calc(100% - 1px);
    left: -7px;
    padding: 45px 53px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown .dropdown-menu {
    padding: calc(25px + 20 * (100vw - 992px) / 928) calc(25px + 28 * (100vw - 992px) / 928);
  }
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown .dropdown-menu ul:not(:last-child) {
    margin-right: 98px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown .dropdown-menu ul:not(:last-child) {
    margin-right: calc(20px + 78 * (100vw - 992px) / 928);
  }
}
@media (max-width: 992px) {
  .rs-header .menu__list li.dropdown .dropdown-menu {
    display: none;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-animation: show-up 0.2s both;
            animation: show-up 0.2s both;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  @-webkit-keyframes show-up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes show-up {
    0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
}
.rs-header .menu__list li.dropdown .dropdown-menu li {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown .dropdown-menu li > a {
    padding: 8px 0px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown .dropdown-menu li > a {
    padding: calc(5px + 3 * (100vw - 992px) / 928) 0px;
  }
}
@media (max-width: 992px) {
  .rs-header .menu__list li.dropdown .dropdown-menu li {
    padding-left: 10px;
  }
}
@media (any-hover: hover) {
  .rs-header .menu__list li.dropdown .dropdown-menu li:hover > a {
    color: #520d4a;
  }
}
.rs-header .menu__list li.dropdown .dropdown-menu li a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
@media (max-width: 1920px) {
  .rs-header .menu__list li.dropdown .dropdown-menu li a {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    line-height: calc(13px + 4 * (100vw - 320px) / 1600);
  }
}
.rs-header .menu__list li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  left: 0;
  top: 0;
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
    left: 100%;
    top: 0;
  }
}
.rs-header .menu__list li.current_menu_item > a {
  color: #eb001b !important;
}

.search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (min-width: 993px) {
  .search {
    margin-left: 34px;
    margin-right: 50px;
  }
}
@media (min-width: 993px) and (max-width: 1920px) {
  .search {
    margin-left: calc(8px + 26 * (100vw - 992px) / 928);
    margin-right: calc(15px + 35 * (100vw - 992px) / 928);
  }
}
.search__wrapper {
  height: 100%;
  width: 100%;
}
.search__form {
  height: 100%;
  width: 100%;
}
.search__field {
  height: 100%;
  width: 100%;
  position: relative;
}
.search__input {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 90px 12px 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f6f6f6;
  border: 2px solid #f6f6f6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 1920px) {
  .search__input {
    font-size: calc(12px + 4 * (100vw - 320px) / 1600);
    line-height: calc(14px + 4 * (100vw - 320px) / 1600);
  }
}
.search__input::-webkit-input-placeholder {
  color: #999999;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.search__input::-moz-placeholder {
  color: #999999;
  -moz-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.search__input:-ms-input-placeholder {
  color: #999999;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.search__input::-ms-input-placeholder {
  color: #999999;
  -ms-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.search__input::placeholder {
  color: #999999;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.search__input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search__input:focus::-moz-placeholder {
  opacity: 0;
}
.search__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search__input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search__input:focus::placeholder {
  opacity: 0;
}
.search__clear {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 60px;
  height: 100%;
  display: none;
}
.search__clear::before {
  font-size: 24px;
}
@media (max-width: 1920px) {
  .search__clear::before {
    font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  }
}
.search__clear._clear-search-active {
  display: block;
}
.search__submit {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 24px;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}
.search__submit::before {
  color: #ff3d00;
  font-size: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1920px) {
  .search__submit::before {
    font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  }
}