

/* Start:/local/templates/rossait/css/rs-style.css?178333769526462*/
@font-face {
  font-family: "TT Fors Trial";
  src: url("/local/templates/rossait/css/../fonts/TTForsTrial-Regular.woff2") format("woff2"),
    url("/local/templates/rossait/css/../fonts/TTForsTrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors Trial";
  src: url("/local/templates/rossait/css/../fonts/TTForsTrial-Medium.woff2") format("woff2"),
    url("/local/templates/rossait/css/../fonts/TTForsTrial-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Fors Trial";
  src: url("/local/templates/rossait/css/../fonts/TTForsTrial-DemiBold.woff2") format("woff2"),
    url("/local/templates/rossait/css/../fonts/TTForsTrial-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg-color: #fff;
  --font-color: #000;
  --primary-color: #000;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Non-Standard, But More Styling-Capable Properties */
  /* Standardized Properties */
}
*::-webkit-scrollbar {
  cursor: pointer;
  width: 5px;
  background: #f5f5f5;
}
*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--primary-color);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--primary-color) var(--bg-color);
    scrollbar-width: thin;
  }
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

body {
  color: var(--font-color);
  line-height: 1;
  font-family: "TT Fors Trial", sans-serif;
  background: var(--bg-color);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  outline: none;
  font-family: "TT Fors Trial", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background: transparent;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html.lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-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;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.wrapper > * {
  min-width: 0;
}

[class*="__container"] {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 1439.98px) {
  [class*="__container"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  [class*="__container"] {
    max-width: 415px;
  }
}
[class*="__container"] [class*="__container"] {
  max-width: 100%;
  padding: 0;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

section {
  position: relative;
  margin: 175px 0px;
}
@media (max-width: 1439.98px) {
  section {
    margin-top: 133.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  section {
    margin-top: 91.6666666667px;
  }
}
@media (max-width: 991.98px) {
  section {
    margin-top: 50px;
  }
}
@media (max-width: 1439.98px) {
  section {
    margin-bottom: 133.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  section {
    margin-bottom: 91.6666666667px;
  }
}
@media (max-width: 991.98px) {
  section {
    margin-bottom: 50px;
  }
}

h1 {
  font-weight: 600;
  font-size: 71px;
  line-height: 80%;
  letter-spacing: -0.01em;
}
@media (max-width: 1439.98px) {
  h1 {
    font-size: 57.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  h1 {
    font-size: 48.6666666667px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 80%;
  letter-spacing: -0.01em;
}
@media (max-width: 1439.98px) {
  h2 {
    font-size: 47.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  h2 {
    font-size: 38.6666666667px;
  }
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (max-width: 1439.98px) {
  h3 {
    font-size: 29.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  h3 {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
@media (max-width: 1439.98px) {
  h4 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  h4 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  h5 {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 1169.98px) {
  h5 {
    font-size: 17.3333333333px;
  }
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
@media (max-width: 1439.98px) {
  h6 {
    font-size: 16.6666666667px;
  }
}
@media (max-width: 1169.98px) {
  h6 {
    font-size: 15.3333333333px;
  }
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 14px;
  }
}

p {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1439.98px) {
  p {
    font-size: 16.6666666667px;
  }
}
@media (max-width: 1169.98px) {
  p {
    font-size: 15.3333333333px;
  }
}
@media (max-width: 991.98px) {
  p {
    font-size: 14px;
  }
}

.rs-btn {
  text-transform: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  padding: 19px 40px;
  background: #000;
  border: 1px solid #000;
}
@media (max-width: 1439.98px) {
  .rs-btn {
    font-size: 15.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  .rs-btn {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 991.98px) {
  .rs-btn {
    font-size: 14px;
  }
}
.rs-btn svg *[fill] {
  fill: currentColor;
}
.rs-btn svg *[stroke] {
  stroke: currentColor;
}
@media (any-hover: hover) {
  .rs-btn:hover {
    color: #000;
    background-color: transparent;
  }
}

.form {
  width: 100%;
}
.form__wrapper {
  position: relative;
}
.form__line {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}
.form__agreement {
  margin-top: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #818181;
}
.form__agreement a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .form__agreement a:hover {
    text-decoration: none;
  }
}
.form__agreement h4 {
  margin-bottom: 24px;
  color: #000;
}
.form__agreement .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.form__agreement .checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  font-size: 0px;
  cursor: pointer;
}
.form__agreement .checkbox input:checked ~ .checkbox-custom::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.form__agreement .checkbox .checkbox-custom {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  min-height: 11px;
  min-width: 11px;
  max-height: 11px;
  max-width: 11px;
  background-color: transparent;
  border: 1px solid #818181;
  border-radius: 2px;
  margin-right: 16px;
  margin-top: 3px;
  transition: all 0.3s ease 0s;
}
.form__agreement .checkbox .checkbox-custom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.04183 3.91652C8.13805 3.82114 8.26793 3.76747 8.40341 3.76709C8.53888 3.76672 8.66906 3.81968 8.76581 3.91452C8.86255 4.00936 8.91807 4.13847 8.92038 4.27393C8.92269 4.40938 8.8716 4.54031 8.77814 4.63839L6.03364 8.06902C5.98647 8.11982 5.92955 8.16059 5.86626 8.1889C5.80297 8.2172 5.73463 8.23244 5.66532 8.23373C5.596 8.23501 5.52714 8.2223 5.46285 8.19637C5.39856 8.17043 5.34016 8.13179 5.29114 8.08277L3.47271 6.26364C3.42205 6.21644 3.38141 6.15951 3.35323 6.09626C3.32505 6.03301 3.3099 5.96474 3.30867 5.8955C3.30745 5.82627 3.32019 5.7575 3.34612 5.6933C3.37205 5.62909 3.41065 5.57077 3.45962 5.5218C3.50858 5.47284 3.5669 5.43424 3.63111 5.40831C3.69531 5.38238 3.76408 5.36964 3.83332 5.37086C3.90255 5.37208 3.97083 5.38724 4.03408 5.41542C4.09733 5.4436 4.15425 5.48423 4.20146 5.53489L5.64108 6.97383L8.02877 3.93164C8.03303 3.92632 8.03762 3.92126 8.04252 3.91652H8.04183Z' fill='%23818181'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  -ms-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
}
.form__agreement .checkbox .checkbox-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  color: #818181;
}
.form__agreement .checkbox .checkbox-label a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.form__button {
  width: 100%;
  margin-top: 16px;
}
.form__button .rs-btn {
  width: 100%;
  white-space: nowrap;
}

.rs-input {
  outline: none;
  width: 100%;
  -webkit-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  padding: 22.5px 0px;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--font-color);
  border-bottom: 1px solid var(--primary-color);
}
@media (max-width: 1439.98px) {
  .rs-input {
    font-size: 15.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  .rs-input {
    font-size: 14.6666666667px;
  }
}
@media (max-width: 991.98px) {
  .rs-input {
    font-size: 14px;
  }
}
.rs-input::-webkit-input-placeholder {
  color: var(--font-color);
}
.rs-input::-moz-placeholder {
  color: var(--font-color);
}
.rs-input:-ms-input-placeholder {
  color: var(--font-color);
}
.rs-input::-ms-input-placeholder {
  color: var(--font-color);
}
.rs-input::placeholder {
  color: var(--font-color);
}

textarea {
  min-height: 213px;
  resize: vertical;
}

.rs-product {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: ease-out 0.5s 0.3s;
  transition: ease-out 0.5s 0.3s;
}
.rs-product::after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--margin));
  --margin: 20px;
  left: calc(-1 * var(--margin));
  right: calc(-1 * var(--margin));
  width: calc(100% + var(--margin) * 2);
  height: calc(100% + 94px + var(--margin));
  background: #f5f5f5;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
@media (max-width: 1439.98px) {
  .rs-product::after {
    --margin: 16px;
  }
}
@media (any-hover: hover) {
  .rs-product:hover {
    z-index: 2;
    -webkit-transition: ease-out 0s 0s;
    transition: ease-out 0s 0s;
  }
  .rs-product:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .rs-product:hover .rs-product__btn {
    opacity: 1;
    visibility: visible;
  }
}
.rs-product__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.rs-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.rs-product__labels {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6px;
}
.rs-product__labels li {
}
.rs-product__labels li svg {
  max-width: 80%;
  max-height: 40px;
}
@media (max-width: 1439.98px) {
  .rs-product__labels li {
    font-size: 14px;
  }
}
.rs-product__action {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 12px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 1439.98px) {
  .rs-product__action {
    gap: 10px;
  }
}
.rs-product__desc {
  margin-top: 17px;
}
.rs-product__art {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #818181;
  margin-bottom: 12px;
}
@media (max-width: 1439.98px) {
  .rs-product__art {
    font-size: 14px;
  }
}
.rs-product__price {
  margin-top: 12px;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
}
@media (max-width: 1439.98px) {
  .rs-product__price {
    font-size: 22px;
  }
}
@media (max-width: 1169.98px) {
  .rs-product__price {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .rs-product__price {
    font-size: 16px;
  }
}
.rs-product__btn {
  padding: 17px 0px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.rs-product__btn .rs-btn {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  padding: 13px;
}
@media (max-width: 1439.98px) {
  .rs-product__btn .rs-btn {
    font-size: 18px;
  }
}
@media (max-width: 1169.98px) {
  .rs-product__btn .rs-btn {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .rs-product__btn .rs-btn {
    font-size: 14px;
  }
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-prev:active,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-next:focus {
  outline: none !important;
}
.swiper-button-prev::-moz-focus-inner,
.swiper-button-next::-moz-focus-inner {
  border: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0px;
}

.swiper-pagination-bullet:active,
.swiper-pagination-bullet:focus {
  outline: none !important;
}
.swiper-pagination-bullet::-moz-focus-inner {
  border: 0 !important;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.swiper-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  width: auto;
  height: auto;
  background-color: transparent;
}
.swiper-navigation .swiper-button-next:not(:last-child),
.swiper-navigation .swiper-button-prev:not(:last-child) {
  margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: 0%;
  margin-top: 21px;
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
  cursor: pointer;
  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;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px;
  height: 24px;
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: var(--primary-color);
  -webkit-transition: stroke 0.3s ease 0s;
  transition: stroke 0.3s ease 0s;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: 0px;
}

.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled svg path {
  stroke: #d0d0ce;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-fraction {
  color: rgba(255, 255, 255, 0.5);
  margin: 0px 20px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
}
@media (max-width: 991.98px) {
  .swiper-pagination-fraction {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin: 0px 10px;
  }
}

.swiper-pagination-current {
  color: #fff;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar {
  background: #d0d0ce;
  margin-top: 25px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.rs-breadcrumbs {
  position: relative;
  padding-top: 134px;
}
@media (max-width: 1439.98px) {
  .rs-breadcrumbs {
    padding-top: 115px;
  }
}
@media (max-width: 991.98px) {
  .rs-breadcrumbs {
    padding-top: 100px;
  }
}
.rs-breadcrumbs__navigation {
  position: relative;
  max-width: 1193px;
  width: 100%;
  margin: 0px 0px 0px auto;
}
.rs-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rs-breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #6f6f6f;
}
.rs-breadcrumbs__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;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .rs-breadcrumbs__list li > a:hover {
    color: var(--primary-color);
  }
}
.rs-breadcrumbs__list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 6L1 11' stroke='%236F6F6F' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0px 10px;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 80px;
}
@media (max-width: 1439.98px) {
  .pagging {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .pagging {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagging__arrow {
  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: 64px;
  height: 64px;
  border: 1px solid #e1e1e1;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
@media (max-width: 1439.98px) {
  .pagging__arrow {
    width: 56px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__arrow {
    width: 48px;
  }
}
@media (max-width: 991.98px) {
  .pagging__arrow {
    width: 40px;
  }
}
@media (max-width: 1439.98px) {
  .pagging__arrow {
    height: 56px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__arrow {
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  .pagging__arrow {
    height: 40px;
  }
}
.pagging__arrow.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagging__arrow svg *[fill] {
  fill: currentColor;
}
.pagging__arrow svg *[stroke] {
  stroke: currentColor;
}
@media (any-hover: hover) {
  .pagging__arrow:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }
}
.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagging__list li:not(:last-child) .pagging__item,
.pagging__list li:not(:last-child) .pagging__more {
  border-right: 1px solid #e1e1e1;
}
.pagging__item,
.pagging__more {
  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: 64px;
  height: 64px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  background-color: transparent;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
@media (max-width: 1439.98px) {
  .pagging__item,
  .pagging__more {
    width: 56px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__item,
  .pagging__more {
    width: 48px;
  }
}
@media (max-width: 991.98px) {
  .pagging__item,
  .pagging__more {
    width: 40px;
  }
}
@media (max-width: 1439.98px) {
  .pagging__item,
  .pagging__more {
    height: 56px;
  }
}
@media (max-width: 1169.98px) {
  .pagging__item,
  .pagging__more {
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  .pagging__item,
  .pagging__more {
    height: 40px;
  }
}
@media (max-width: 1439.98px) {
  .pagging__item,
  .pagging__more {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .pagging__item:hover,
  .pagging__more:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }
}
.pagging__item._active,
.pagging__more._active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.rs-sections__index + .rs-sections {
  margin-top: 85px;
}
.rs-sections__index h2 {
  margin-top: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 80%;
  /* or 30px */
  letter-spacing: -0.01em;
  color: #000000;
}

.rs-article h1,
.rs-product-block h1,
.rs-text-block h1,
.rs-block-video h1,
.rs-grid-block h1,
.rs-sections h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 80%;
  letter-spacing: -0.01em;
}

.rs-article h1 {
  text-transform: lowercase;
}

.rs-product-block h1 {
  margin-bottom: 40px;
  text-transform: lowercase;
}

@media (max-width: 1439.98px) {
  .rs-article h1,
  .rs-product-block h1,
  .rs-text-block h1,
  .rs-block-video h1,
  .rs-grid-block h1,
  .rs-sections h1 {
    font-size: 47.3333333333px;
  }
}
@media (max-width: 1169.98px) {
  .rs-article h1,
  .rs-product-block h1,
  .rs-text-block h1,
  .rs-block-video h1,
  .rs-grid-block h1,
  .rs-sections h1 {
    font-size: 38.6666666667px;
  }
}
@media (max-width: 991.98px) {
  .rs-article h1,
  .rs-product-block h1,
  .rs-text-block h1,
  .rs-block-video h1,
  .rs-grid-block h1,
  .rs-sections h1 {
    font-size: 30px;
  }
}

/* End */


/* Start:/local/templates/rossait/css/new-style.css?17760816579617*/
.personal__sidebar {
  width: 323px;
  min-width: 323px;
  background: #efefef;
  display: flex;
  flex-direction: column;
}

.personal__sidebar li {
  width: 100%;
  order: 3;
}

.personal__sidebar li:first-child {
  order: 2;
}

.personal__sidebar li:nth-child(2) {
  order: 1;
}

.personal__sidebar li a {
  display: block;
  padding: 18px;
  font-size: 15px;
}

.personal__sidebar li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.personal__sidebar li a.active {
  background: #000;
  color: #fff;
}

.personal__title {
  font-size: 67px;
  margin-bottom: 45px;
}

.personal__items {
  display: flex;
  gap: 100px;
}

.auth-page__content {
  padding: 135px 0 190px 0;
  max-width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.auth-page {
  position: relative;
  margin-bottom: 110px;
}

.auth-page::before {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(/local/templates/rossait/css/../img/auth.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.auth-page::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #efefef;
}

.auth-page__container {
  position: relative;
  z-index: 5;
}

.auth-page__content-item {
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}

.auth-page__form .bx-title {
  margin-bottom: 80px;
  font-size: 44px;
  font-weight: 400;
  color: #9d9d9d;
}

.auth-page__form__field input,
.auth-page__form .register__captcha input {
  padding: 0 0 6px 0;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 24px;
  color: #000;
  background: none;
}

.auth-page__form__field input::placeholder,
.auth-page__form .register__captcha input::placeholder {
  color: #000;
}

.auth-page__form__field {
  margin-bottom: 65px;
}

.auth-page__form__btn {
  margin-bottom: 40px;
}

.auth-page__form__btn input {
  width: 100%;
  height: 59px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 24px;
  transition: 300ms;
  cursor: pointer;
}

.auth-page__form__btn input:hover {
  background: none;
  color: #000;
}

.auth-page__form tr,
.auth-page__form td {
  display: block;
  width: 100%;
}

.auth-page__form .auth-page__form__check {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -20px;
}

.auth-page__form .auth-page__form__check label,
.auth-page__form .auth-page__form__check input {
  cursor: pointer;
}

.auth-page__form .auth-page__form__check td {
  width: auto;
}

.auth-page__link {
  margin-top: 10px;
  font-size: 24px;
}

.auth-page__link a {
  transition: 300ms;
}

.auth-page__link a:hover {
  color: #9d9d9d;
}

.auth-page {
  margin-top: 230px;
}

.auth-page__form .register__captcha {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.auth-page__form-register .auth-page__form__field {
  margin-bottom: 30px;
}

.login-label-or {
  margin: -30px 0 20px 0;
  display: block;
}

.auth-page__content-item > p {
  margin-bottom: 10px;
}

.profile-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 45px;
  margin-bottom: 75px;
}

.profile-page .form-group {
  width: 100%;
}

.profile-page .form-group label {
  margin-bottom: 10px;
  color: #9d9d9d;
  font-size: 24px;
  display: block;
}

.profile-page .form-group input {
  border: 1px solid #c6c6c6;
  padding: 0 16px;
  font-size: 24px;
  color: #000;
  height: 59px;
  width: 100%;
}

.form-group-text {
  grid-column: 1/3;
  margin-top: -20px;
}

.main-profile-form-buttons-block {
  display: flex;
  align-items: center;
  gap: 45px;
}

.main-profile-form-buttons-block .main-profile-submit {
  width: 100%;
  height: 59px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 24px;
  transition: 300ms;
  cursor: pointer;
}

.main-profile-form-buttons-block .main-profile-submit:hover {
  background: none;
  color: #000;
}

.main-profile-form-buttons-block .main-profile-reset {
  width: 100%;
  height: 59px;
  color: #000;
  background: none;
  border: 1px solid #000;
  font-size: 24px;
  transition: 300ms;
  cursor: pointer;
}

.main-profile-form-buttons-block .main-profile-reset:hover {
  background: #000;
  color: #fff;
}

.personal__content {
  width: 100%;
}

.profile-page {
  max-width: 920px;
}

@media only screen and (max-width: 1660px) {
  .personal__title {
    font-size: 54px;
  }

  .profile-page__items {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .personal__items {
    gap: 40px;
  }

  .profile-page .form-group label {
    font-size: 20px;
  }

  .profile-page .form-group input {
    font-size: 20px;
  }

  .main-profile-form-buttons-block .main-profile-submit,
  .main-profile-form-buttons-block .main-profile-reset {
    font-size: 20px;
  }

  .personal__title {
    font-size: 44px;
  }

  .profile-page__items {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .auth-page::before,
  .auth-page::after {
    display: none;
  }

  .auth-page__content {
    max-width: 100%;
    padding: 80px;
    background: #efefef;
  }

  .auth-page__content-item {
    max-width: 100%;
  }

  .auth-page {
    margin-top: 140px;
  }

  .profile-page__items {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .form-group-text {
    grid-column: 1/2;
  }

  .personal {
    margin-top: 140px;
  }

  .main-profile-form-buttons-block {
    gap: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .personal__items {
    flex-direction: column;
    gap: 40px;
  }

  .personal__sidebar {
    min-width: auto;
    width: 100%;
  }

  .personal__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .auth-page__content {
    padding: 25px 22px;
  }

  .auth-page__form .bx-title {
    margin-bottom: 45px;
    text-align: center;
    font-size: 24px;
  }

  .auth-page,
  .personal {
    margin-top: 115px;
    margin-bottom: 110px;
  }

  .auth-page__form__btn input,
  .auth-page__form__field input,
  .auth-page__form .register__captcha input,
  .auth-page__link {
    font-size: 20px;
  }

  .auth-page__form__field {
    margin-bottom: 45px;
  }

  .main-profile-form-buttons-block {
    gap: 10px;
  }

  .personal__title {
    margin-bottom: 30px;
  }
}

.rs-product__action li a.active svg path {
  fill: #000;
}

.menu__actions li a {
  position: relative;
}

.menu__actions li a span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
}

.rs-catalog-favorit h1 {
  text-transform: none;
  margin-bottom: 40px;
}

.rs-catalog-favorit .rs-catalog__list {
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1660px) {
  .rs-catalog-favorit .rs-catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1399px) {
  .rs-catalog-favorit .rs-catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .rs-catalog-favorit .rs-catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 374px) {
  .rs-catalog-favorit .rs-catalog__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .rs-catalog-favorit h1 {
    margin-bottom: 30px;
  }
}

.rs-product-block .swiper-button-next,
.rs-product-block .swiper-button-prev {
  margin-top: auto;
}

.rs-product-block .swiper-button-prev {
  margin-left: 10px;
}

.rs-catalog-favorit-empty {
  text-align: center;
}

.rs-catalog-favorit-empty h1 {
  font-size: 44px;
}

.rs-catalog-favorit-empty .btn {
  width: 200px;
  height: 59px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  font-size: 24px;
  transition: 300ms;
  cursor: pointer;
  margin: 20px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-catalog-favorit-empty .btn:hover {
  background: none;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .rs-catalog-favorit-empty h1 {
    font-size: 36px;
  }

  .rs-catalog-favorit-empty .btn {
    height: 45px;
    font-size: 18px;
  }
}

.rs-product-block__action li a.active svg path {
  fill: #000;
}

.bx_my_order_cancel textarea {
  border: 1px solid #000;
  resize: vertical;
  padding: 10px;
}

.personal .bx_my_order_cancel input[type="submit"] {
  width: 260px;
  height: 59px;
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
  font-size: 24px;
  transition: 300ms;
  cursor: pointer;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 0;
  border-radius: 0;
  text-shadow: none;
  font-weight: 400;
}

.personal .bx_my_order_cancel input[type="submit"]:hover {
  background: none;
  color: #000 !important;
}

@media only screen and (max-width: 767px) {
  .personal .bx_my_order_cancel input[type="submit"] {
    width: 100%;
    font-size: 18px;
    height: 45px;
  }
}
 
/* End */


/* Start:/local/templates/rossait/components/bitrix/menu/menu__actions/style.css?1771324942301*/
.menu__actions-desktop li:first-child{
    display: none;
}

.rs-header__scroll li:first-child{
    display: block;
}

@media only screen and (max-width: 991px) {
    .header__tel{
        display: none;
    }

    .menu__actions-desktop li:first-child{
        display: block;
    }
}
/* End */


/* Start:/local/templates/rossait/components/arturgolubev/search.title/.default/style.css?175502687516572*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 10px 0 0;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 0 8px 8px 8px;
}
	.bx-searchtitle-popup-history-title {
		font-size: 16px;
	}
	.bx-searchtitle-popup-history-item {
		padding: 4px 0;
	}
		.bx-searchtitle-popup-history-item::before {
			content: "";
			width: 16px;
			height: 16px;
			background: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/search-icon.svg) center center no-repeat;
			background-size: 12px auto;
			display: inline-block;
			vertical-align: middle;
			margin-right: 5px;
		}
		.bx-searchtitle-popup-history a {
			color: #222;
			text-decoration: underline;
			vertical-align: middle;
		}
		.bx-searchtitle-popup-history a:hover {
			text-decoration: none;
		}

.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border:0 none !important;
	border-top: 0 none;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 200px;
	margin-top: 3px;
	background-color: #FFF;
	/* border-top: 0 none; */
	border-radius: 2px;
	box-shadow: 0px 0px 7px -2px #d6d6d6;
	
	/* display: block !important; */
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/rossait/components/arturgolubev/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top:8px;
	
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image{
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;

	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b{color: #000;}
.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;
	
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}
.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}
.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float:left;
	margin-right: 5px;
	position: relative;
	color: #333;
}
	.bx_smart_searche .bx_item_block_item_image img {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.bx_item_block_item_image svg {

	}
.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}
.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_text.wpic, .bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 4px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
}
.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 3px;
	right: 110%;
	width: 28px;
	height: 28px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: #666;
	background: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/voice.svg?v=3) center center no-repeat;
	background-size: 22px auto;
}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}



/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_orange.gif) center center no-repeat #fff;
}



/* blue */
.bx_smart_searche.theme-blue .bx_item_block_item_image {
	color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button{
	background-color: #0083d1;
	border-color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover, .bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx_smart_searche.theme-blue .bx_item_element a b{
	color: #5ca6e4;
}
.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}
.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_item_name b, .bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color:#0083d1;
}
.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #0083d1;
}
/* black */
.bx_smart_searche.theme-black .bx_item_block_item_image {
	color:#333;
}
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	background-color: #333;
	border-color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover, .bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black .bx_item_element a b{
	color: #5c5c5c;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}
.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_item_name b, .bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color:#333;
}
.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}
/* green */
.bx_smart_searche.theme-green .bx_item_block_item_image {
	color:#159ebb;
}
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	background-color: #159ebb;
	border-color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover, .bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx_smart_searche.theme-green .bx_item_element a b{
	color: #44b1c9;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}
.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_item_name b, .bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color:#159ebb;
}
.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}
/* red */
.bx_smart_searche.theme-red .bx_item_block_item_image {
	color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	background-color: #E22B2B;
	border-color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover, .bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-red .bx_item_element a b{
	color: #e95c5c;
}
.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}
.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_item_name b, .bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color:#E22B2B;
}
.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}
/* yellow */
.bx_smart_searche.theme-yellow .bx_item_block_item_image {
	color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/templates/rossait/components/arturgolubev/search.title/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	background-color: #F9A91D;
	border-color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover, .bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx_smart_searche.theme-yellow .bx_item_element a b{
	color: #faba4a;
}
.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_item_name b, .bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color:#F9A91D;
}
.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}
/* End */


/* Start:/local/templates/rossait/styles.css?17713321671017*/
.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.modal.show {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    pointer-events: all;
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    min-width: 500px;
    max-width: 90%;
    position: relative;
    transform: translateY(-30px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 991.98px) {
    .modal-content {
        min-width: 90vw;
    }
}

.modal.show .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
/* End */
/* /local/templates/rossait/css/rs-style.css?178333769526462 */
/* /local/templates/rossait/css/new-style.css?17760816579617 */
/* /local/templates/rossait/components/bitrix/menu/menu__actions/style.css?1771324942301 */
/* /local/templates/rossait/components/arturgolubev/search.title/.default/style.css?175502687516572 */
/* /local/templates/rossait/styles.css?17713321671017 */
