.rs-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--second-color);
  z-index: 1000;
  border-bottom: 1px solid rgba(229, 209, 193, 0.3);
}

.rs-header__wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1169.98px) {
  .rs-header__wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1169.98px) {
  .rs-header__link {
    min-width: 150px;
    max-width: 350px;
    width: calc((100% - 1344px) / 2);
  }
}

@media (max-width: 1169.98px) {
  .rs-header__link {
    display: none;
  }
}

.rs-header__link_sale {
  color: var(--tertiary-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
}

@media (max-width: 1629.98px) {
  .rs-header__link_sale {
    font-size: 11px;
    line-height: 18px;
  }
}

@media (max-width: 1439.98px) {
  .rs-header__link_sale {
    font-size: 10px;
    line-height: 17px;
  }
}

@media (min-width: 1169.98px) {
  .rs-header__link_sale {
    border-right: 1px solid rgba(229, 209, 193, 0.3);
  }
}

@media (max-width: 1169.98px) {
  .rs-header__link_sale {
    font-size: 13px;
    line-height: 21px;
  }
}

.rs-header__link_sale a {
  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;
  width: 100%;
  height: 100%;
}

@media (max-width: 1169.98px) {
  .rs-header__link_sale a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0px;
  }
}

.rs-header__link_sale a span {
  position: relative;
  display: block;
}

@media (min-width: 1169.98px) {
  .rs-header__link_sale a span {
    -webkit-animation: move-left 3s linear infinite;
    animation: move-left 3s linear infinite;
    padding: 0 30px;
    margin-right: -100px;
  }

  .rs-header__link_sale a span::after,
  .rs-header__link_sale a span::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .rs-header__link_sale a span::after {
    left: 100%;
  }

  .rs-header__link_sale a span::before {
    right: 100%;
  }
}

@-webkit-keyframes move-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes move-left {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (min-width: 1169.98px) {
  .rs-header__link_contact {
    border-left: 1px solid rgba(229, 209, 193, 0.3);
  }
}

.rs-header__link_contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.rs-header__link_contact-list li {
  width: 100%;
  height: 100%;
}

@media (min-width: 1169.98px) {
  .rs-header__link_contact-list li:not(:last-child) {
    border-bottom: 1px solid rgba(229, 209, 193, 0.3);
  }
}

.rs-header__link_contact-list li a {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 161.538% */
  letter-spacing: 2px;
  text-transform: uppercase;
  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;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 1629.98px) {
  .rs-header__link_contact-list li a {
    font-size: 11px;
    line-height: 19px;
  }
}

@media (max-width: 1439.98px) {
  .rs-header__link_contact-list li a {
    font-size: 10px;
    line-height: 18px;
  }
}

@media (max-width: 1169.98px) {
  .rs-header__link_contact-list li a {
    font-size: 13px;
    line-height: 21px;
    padding: 5px 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.rs-header__logo {
  width: 100%;
  max-width: 180px;
  margin: 0px 56px;
  padding: 20px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1629.98px) {
  .rs-header__logo {
    margin: 0px 30px;
    padding: 10px 0px;
    max-width: 150px;
  }
}

@media (max-width: 1439.98px) {
  .rs-header__logo {
    margin: 0px 15px;
    max-width: 120px;
  }
}

@media (min-width: 1169.98px) {
  .rs-header__logo {
    display: none;
  }
}

@media (max-width: 1169.98px) {
  .rs-header__logo {
    margin: 0px;
    padding: 0px;
    max-width: 116px;
  }
}

.rs-header__logo a {
  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;
  width: 100%;
  height: 100%;
}

.rs-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1169.98px) {
  .rs-header .menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0px 24px;
  }
}

@media (min-width: 1169.98px) and (max-width: 1629.98px) {
  .rs-header .menu {
    padding: 0px 10px;
  }
}

@media (min-width: 1169.98px) {
  .rs-header .menu .rs-header__logo {
    display: block;
  }

  .rs-header .menu .rs-header__link {
    display: none;
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rs-header .menu .rs-header__logo {
    display: none;
  }

  .rs-header .menu .rs-header__link {
    display: block;
  }
}

.rs-header .menu__icon {
  display: none;
}

@media (max-width: 1169.98px) {
  .rs-header .menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 36px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: transparent;
  }

  .rs-header .menu__icon span,
  .rs-header .menu__icon::before,
  .rs-header .menu__icon::after {
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0;
    height: 1px;
    background: var(--primary-color);
  }

  .rs-header .menu__icon::before {
    top: 0px;
    width: 100%;
  }

  .rs-header .menu__icon span {
    top: 50%;
    width: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .rs-header .menu__icon::after {
    bottom: 0px;
    width: 27px;
  }

  .menu-open .rs-header .menu__icon span {
    width: 0;
    opacity: 0;
  }

  .menu-open .rs-header .menu__icon::before {
    width: 100%;
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .rs-header .menu__icon::after {
    width: 100%;
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu__block {
    position: absolute;
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    top: 100%;
    -webkit-transform: translateY(calc(-100% - 70px));
    -ms-transform: translateY(calc(-100% - 70px));
    transform: translateY(calc(-100% - 70px));
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transition: -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s, -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
    z-index: 1;
    padding: 10px 16px 10px 16px;
    background: var(--second-color);
  }

  .menu-open .rs-header .menu__block {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu__body {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .menu-open .rs-header .menu__body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease 0.7s;
    transition: all 0.3s ease 0.7s;
  }
}

@media (min-width: 1169.98px) {
  .rs-header .menu__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.rs-header .menu__list {
  width: 100%;
}

@media (min-width: 1169.98px) {
  .rs-header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rs-header .menu__list:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.rs-header .menu__list>li {
  height: 100%;
}

@media (any-hover: hover) {
  .rs-header .menu__list>li:hover>a span::after {
    width: 100%;
    left: 0;
  }
}

.rs-header .menu__list>li:not(:last-child) {
  margin-right: 22px;
}

@media (max-width: 1629.98px) {
  .rs-header .menu__list>li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (max-width: 1439.98px) {
  .rs-header .menu__list>li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu__list>li:not(:last-child) {
    margin: 0px;
  }
}

.rs-header .menu__list>li>a {
  height: 100%;
  color: var(--tertiary-color);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 161.538% */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 0px;
}

@media (max-width: 1629.98px) {
  .rs-header .menu__list>li>a {
    padding: 10px 0px;
    font-size: 11px;
    line-height: 19px;
  }
}

@media (max-width: 1439.98px) {
  .rs-header .menu__list>li>a {
    font-size: 10px;
    line-height: 18px;
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu__list>li>a {
    font-size: 13px;
    line-height: 21px;
  }
}

.rs-header .menu__list>li>a span {
  position: relative;
}

.rs-header .menu__list>li>a span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tertiary-color);
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.rs-header .menu__list li {
  position: relative;
}

.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-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown._open-menu>.menu__dropdown-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: visible;
  }
  .rs-header .menu__list .mobile_menu{
    display: none;}
}

.rs-header .menu__list .menu__dropdown._open-menu>a>i:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media (any-hover: hover) and (min-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown:hover>.menu__dropdown-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: visible;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.rs-header .menu__list .menu__dropdown-arrow {
  position: relative;
  max-width: 8px;
  max-height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 100%;
  margin-left: 10px;
  padding-left: 40px;
  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 (min-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown-arrow {
    display: none;
  }
}

.rs-header .menu__list .menu__dropdown-arrow::before,
.rs-header .menu__list .menu__dropdown-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 1px;
  height: 8px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rs-header .menu__list .menu__dropdown-arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

@media (min-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown-list {
    position: absolute;
    top: calc(100% - 3px);
    left: -22px;
    pointer-events: none;
    min-width: 221px;
    max-width: 221px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 15;
    padding: 16px 0px;
    border: 1px solid rgba(229, 209, 193, 0.3);
    background: var(--second-color);
  }

  .rs-header .menu__list .menu__dropdown-list li>.menu__dropdown-list {
    top: -18px;
    left: 100%;
  }
}

@media (max-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown-list {
    padding-left: 10px;
  }
}

@media (any-hover: hover) {
  .rs-header .menu__list .menu__dropdown-list li:hover>a {
    color: var(--tertiary-color);
  }
}

.rs-header .menu__list .menu__dropdown-list li a {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 161.538% */
  letter-spacing: 2px;
  padding: 6px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1169.98px) {
  .rs-header .menu__list .menu__dropdown-list li a {
    padding: 8px 0px 8px 0px;
    font-size: 14px;
  }
}