.rs-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  color: var(--font-color);
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.rs-header:not(._header-fixed)._header-transparent {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-header:not(._header-fixed)._header-transparent .menu__list li {
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-header:not(._header-fixed)._header-transparent .rs-header__logo img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.rs-header:not(._header-fixed)._header-transparent .menu__icon > span, .rs-header:not(._header-fixed)._header-transparent .menu__icon::before, .rs-header:not(._header-fixed)._header-transparent .menu__icon::after {
  background-color: #fff;
}
.rs-header:not(._header-fixed)._header-transparent .rs-header__phone a {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (any-hover: hover) {
  .rs-header:not(._header-fixed)._header-transparent .rs-header__phone:hover a:before {
    background-color: #fff;
    color: var(--primary-color);
  }
}
.rs-header:not(._header-fixed)._header-transparent .search .search__show button {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
@media (any-hover: hover) {
  .rs-header:not(._header-fixed)._header-transparent .search .search__show:hover button {
    background-color: var(--primary-color);
    color: #fff;
  }
}
.rs-header:not(._header-fixed)._header-transparent .rs-header__contact ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
.rs-header:not(._header-fixed)._header-transparent .rs-header__contact ul li a span:after {
  background-color: #fff;
}
.rs-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}
@media (max-width: 1920px) {
  .rs-header__wrapper {
    height: calc(70px + 20 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header__wrapper {
    height: 60px;
  }
}
@media (min-width: 991.98px) {
  .rs-header__container {
    max-width: 1920px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.rs-header__logo {
  height: 100%;
  width: 100%;
}
@media (min-width: 991.98px) {
  .rs-header__logo {
    max-width: 280px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header__logo {
    max-width: calc(150px + 130 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header__logo {
    max-width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rs-header__logo a {
  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 (min-width: 991.98px) {
  .rs-header__logo a {
    padding: 0px 10px 0px 15px;
  }
}
.rs-header__logo a img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s ease 0s;
  transition: -webkit-filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s;
  transition: filter 0.3s ease 0s, -webkit-filter 0.3s ease 0s;
}
.rs-header .menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .rs-header .menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}
.rs-header .menu__icon {
  display: none;
}
@media (max-width: 991.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: 18px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 16px;
  }
  .rs-header .menu__icon > span, .rs-header .menu__icon::before, .rs-header .menu__icon::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
  }
  .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%);
  }
  .menu-open .rs-header .menu__icon > span {
    width: 0;
  }
  .menu-open .rs-header .menu__icon::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-open .rs-header .menu__icon::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media (min-width: 991.98px) {
  .rs-header .menu__block {
    height: 100%;
  }
  .rs-header .menu__block > .rs-header__container {
    max-width: 100%;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__block {
    position: absolute;
    width: 100%;
    max-height: calc(100vh - 56px);
    min-height: calc(100vh - 56px);
    top: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 99;
    padding: 20px 0px;
  }
  .menu-open .rs-header .menu__block {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.rs-header .menu__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 991.98px) {
  .rs-header .menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 990px;
  }
}
.rs-header .menu__body {
  height: 100%;
}
.rs-header .menu__list {
  height: 100%;
}
@media (min-width: 991.98px) {
  .rs-header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
  }
}
.rs-header .menu__list > li {
  height: 100%;
}
@media (min-width: 991.98px) {
  .rs-header .menu__list > li:not(:first-child) {
    border-right: 1px solid #e3e3e3;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list > li:first-child {
    margin-bottom: 20px;
  }
}
.rs-header .menu__list > li:first-child._open-menu > a i::before {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.rs-header .menu__list > li:first-child > a {
  background-color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  height: calc(100% + 1px);
}
@media (max-width: 991.98px) {
  .rs-header .menu__list > li:first-child > a {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 14px;
  }
}
.rs-header .menu__list > li:first-child > a i::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z' fill='white'/%3e%3c/svg%3e ");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .rs-header .menu__list > li:first-child > a i::before {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list > li:first-child > a i::before {
    height: calc(17px + 7 * (100vw - 991.98px) / 928.02);
    width: calc(17px + 7 * (100vw - 991.98px) / 928.02);
    margin-right: calc(8px + 8 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list > li:first-child > a i::before {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }
}
@media (any-hover: hover) {
  .rs-header .menu__list > li:first-child:hover > a i::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z' fill='%23235CF2'/%3e%3c/svg%3e ");
  }
}
@media (any-hover: hover) {
  .rs-header .menu__list > li:hover > a {
    background-color: #fff;
    color: var(--primary-color);
  }
}
.rs-header .menu__list > li > a {
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 991.98px) {
  .rs-header .menu__list > li > a {
    padding: 0px 55px;
    line-height: 16px;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list > li > a {
    font-size: calc(11px + 3 * (100vw - 991.98px) / 928.02);
    line-height: calc(15px + 1 * (100vw - 991.98px) / 928.02);
    padding: 0px calc(15px + 40 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list > li > a {
    font-size: 14px;
    line-height: 19.6px;
    color: var(--font-color);
  }
  .rs-header .menu__list > li > a i::before {
    content: "";
    position: relative;
    display: block;
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    margin-right: 5px;
    margin-top: 0px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.rs-header .menu__list li {
  position: relative;
}
.rs-header .menu__list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown._open-menu > ul.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._open-menu > a > i:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (any-hover: hover) and (min-width: 993px) {
  .rs-header .menu__list li.dropdown:hover > ul.dropdown__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: all;
  }
}
@media (min-width: 993px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0px;
    pointer-events: none;
    min-width: 380px;
    max-width: 380px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu {
    margin-top: 15px;
    padding-left: 22px;
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.rs-header .menu__list li.dropdown > ul.dropdown__menu li a {
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a {
    font-size: 18px;
    line-height: 25.2px;
    padding: 10px 40px;
    color: #040404;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a {
    font-size: calc(13px + 5 * (100vw - 991.98px) / 928.02);
    line-height: calc(20.2px + 5 * (100vw - 991.98px) / 928.02);
    padding: 10px calc(20px + 20 * (100vw - 991.98px) / 928.02);
  }
}
@media (min-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a i::before {
    content: "";
    position: relative;
    display: block;
    min-width: 17px;
    min-height: 17px;
    max-width: 17px;
    max-height: 17px;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a i::before {
    margin-top: calc(2px + 1 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a {
    color: var(--gray-font-color);
    font-size: 13px;
    line-height: 18.2px;
  }
}
@media (any-hover: hover) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a:hover {
    color: var(--primary-color);
  }
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li a:hover i::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23235CF2' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23235CF2' stroke-width='1.41667'/%3e%3c/svg%3e ");
  }
}
@media (min-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li:first-child a {
    padding-top: 40px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li:first-child a {
    padding-top: calc(20px + 20 * (100vw - 991.98px) / 928.02);
  }
}
@media (min-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li:last-child a {
    padding-bottom: 40px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu li:last-child a {
    padding-bottom: calc(20px + 20 * (100vw - 991.98px) / 928.02);
  }
}
.rs-header .menu__list li.dropdown > ul.dropdown__menu > li.dropdown > ul.dropdown__menu {
  top: 0;
  left: 100%;
}
@media (max-width: 991.98px) {
  .rs-header .menu__list li.dropdown > ul.dropdown__menu > li.dropdown > a > i::before {
    content: "";
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.83398 8.5L14.1673 8.5' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3cpath d='M8.50098 2.8335V14.1668' stroke='%23C4C4C4' stroke-width='1.41667'/%3e%3c/svg%3e ");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
}
.rs-header .search {
  height: 100%;
}
@media (max-width: 991.98px) {
  .rs-header .search {
    margin-top: 20px;
  }
}
.rs-header .search__show {
  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;
  cursor: pointer;
  position: relative;
}
@media (min-width: 991.98px) {
  .rs-header .search__show {
    padding: 0px 56px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__show {
    padding: 0px calc(15px + 41 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .search__show {
    display: none;
  }
}
@media (any-hover: hover) {
  .rs-header .search__show:hover button {
    background-color: var(--primary-color);
    color: #fff;
  }
}
.rs-header .search__show button {
  border-radius: 50%;
  background-color: rgba(35, 92, 242, 0.1);
  color: var(--primary-color);
  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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media (min-width: 991.98px) {
  .rs-header .search__show button {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__show button {
    width: calc(32px + 24 * (100vw - 991.98px) / 928.02);
    height: calc(32px + 24 * (100vw - 991.98px) / 928.02);
  }
}
.rs-header .search__show button::before, .rs-header .search__show button::after {
  content: "";
  display: block;
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
@media (min-width: 991.98px) {
  .rs-header .search__show button::before, .rs-header .search__show button::after {
    font-size: 24px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__show button::before, .rs-header .search__show button::after {
    font-size: calc(13px + 11 * (100vw - 991.98px) / 928.02);
  }
}
.rs-header .search__show button::before {
  content: "\e90d";
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.search-open .rs-header .search__show button::before {
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.rs-header .search__show button::after {
  content: "\e90e";
}
@media (min-width: 991.98px) {
  .rs-header .search__show button::after {
    font-size: 16px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__show button::after {
    font-size: calc(10px + 6 * (100vw - 991.98px) / 928.02);
  }
}
.search-open .rs-header .search__show button::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.rs-header .search__block {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .rs-header .search__block {
    position: absolute;
    top: 100%;
    left: 0;
    height: 93px;
    padding: 10px 50px;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .rs-header .search__block::-webkit-scrollbar {
    cursor: pointer;
    width: 3px;
    background: var(--bg-color);
    border-radius: 0px;
  }
  .rs-header .search__block::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: transparent;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 0px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__block {
    padding: 10px calc(15px + 35 * (100vw - 991.98px) / 928.02);
    height: calc(60px + 33 * (100vw - 991.98px) / 928.02);
  }
}
@media (min-width: 991.98px) {
  .search-open .rs-header .search__block {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .rs-header .search__block {
    padding: 15px 19px;
    background: #f6f9ff;
  }
}
.rs-header .search__wrapper {
  height: 100%;
}
.rs-header .search__form {
  height: 100%;
}
.rs-header .search__line {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rs-header .search__input {
  width: 100%;
  color: #040404;
  font-style: normal;
  font-weight: 400;
  background-color: transparent;
}
@media (min-width: 991.98px) {
  .rs-header .search__input {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__input {
    font-size: calc(11px + 3 * (100vw - 991.98px) / 928.02);
    line-height: calc(13px + 3 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .search__input {
    font-size: 13px;
    line-height: 19px;
  }
  .rs-header .search__input::-webkit-input-placeholder {
    color: rgba(93, 99, 106, 0.7);
  }
  .rs-header .search__input::-moz-placeholder {
    color: rgba(93, 99, 106, 0.7);
  }
  .rs-header .search__input:-ms-input-placeholder {
    color: rgba(93, 99, 106, 0.7);
  }
  .rs-header .search__input::-ms-input-placeholder {
    color: rgba(93, 99, 106, 0.7);
  }
  .rs-header .search__input::placeholder {
    color: rgba(93, 99, 106, 0.7);
  }
}
.rs-header .search__clear {
  margin-left: 15px;
  display: none;
}
.rs-header .search__clear::before {
  font-size: 12px;
  color: var(--gray-font-color);
}
@media (min-width: 991.98px) {
  .rs-header .search__clear::before {
    font-size: 12px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__clear::before {
    font-size: calc(10px + 2 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .search__clear::before {
    font-size: 8px;
  }
}
.rs-header .search__submit {
  margin-left: 15px;
}
.rs-header .search__submit::before {
  color: var(--primary-color);
}
@media (min-width: 991.98px) {
  .rs-header .search__submit::before {
    font-size: 24px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header .search__submit::before {
    font-size: calc(20px + 4 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header .search__submit::before {
    font-size: 14px;
  }
}
.rs-header__contact {
  height: 100%;
}
@media (max-width: 991.98px) {
  .rs-header__contact {
    margin-top: 10px;
  }
}
.rs-header__contact_list {
  height: 100%;
}
@media (min-width: 991.98px) {
  .rs-header__contact_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rs-header__contact_list li {
  height: 100%;
}
@media (min-width: 991.98px) {
  .rs-header__contact_list li {
    border-left: 1px solid #e3e3e3;
  }
}
@media (max-width: 991.98px) {
  .rs-header__contact_list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
  }
}
.rs-header__contact_list li a {
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .rs-header__contact_list li a {
    padding: 0px 29px;
    line-height: 25.6px;
    font-size: 16px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header__contact_list li a {
    padding: 0px calc(15px + 14 * (100vw - 991.98px) / 928.02);
    font-size: calc(13px + 3 * (100vw - 991.98px) / 928.02);
    line-height: calc(22.6px + 3 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header__contact_list li a {
    padding: 20px 22px;
    color: var(--gray-font-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
  }
}
@media (any-hover: hover) {
  .rs-header__contact_list li a:hover span:after {
    width: 100%;
    left: 0;
  }
}
.rs-header__contact_list li a span {
  margin-top: 5px;
  display: block;
  font-style: normal;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 991.98px) {
  .rs-header__contact_list li a span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header__contact_list li a span {
    font-size: calc(13px + 7 * (100vw - 991.98px) / 928.02);
    line-height: calc(21px + 7 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header__contact_list li a span {
    color: var(--font-color);
    margin-top: 6px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px;
  }
}
.rs-header__contact_list li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background-color: var(--font-color);
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}
.rs-header__phone {
  height: 100%;
}
@media (max-width: 991.98px) {
  .rs-header__phone {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0px 0px 0px auto;
  }
}
@media (any-hover: hover) {
  .rs-header__phone:hover a:before {
    background-color: var(--second-color);
    color: #fff;
  }
}
.rs-header__phone a {
  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;
  color: #fff;
}
@media (min-width: 991.98px) {
  .rs-header__phone a {
    padding: 0px 48px;
    border-left: 1px solid #e3e3e3;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header__phone a {
    padding: 0px calc(15px + 33 * (100vw - 991.98px) / 928.02) 0px calc(10px + 38 * (100vw - 991.98px) / 928.02);
  }
}
.rs-header__phone a::before {
  border-radius: 50%;
  background-color: var(--primary-color);
  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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 991.98px) {
  .rs-header__phone a::before {
    font-size: 24px;
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 991.98px) and (max-width: 1920px) {
  .rs-header__phone a::before {
    width: calc(32px + 24 * (100vw - 991.98px) / 928.02);
    height: calc(32px + 24 * (100vw - 991.98px) / 928.02);
    font-size: calc(13px + 11 * (100vw - 991.98px) / 928.02);
  }
}
@media (max-width: 991.98px) {
  .rs-header__phone a::before {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}