:root {
  --color_primary: #13213C;
  --color_gray: #CFCFCF;
  --font_secondary: 'Bebas Neue Cyrillic';
}
/**
 * Page
 */
.page {
  padding-bottom: 2rem;
}
.page-title {
  font-family: 'Bebas Neue Cyrillic';
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 45px;
  line-height: 35px;
  margin: 0 0 3rem 0;
}
.dropdown-menu:before {
  right: 15px;
  top: -16px;
  border: 8px solid #0000;
  border-bottom: 8px solid $border-color-translucent;
}
.dropdown-menu:after {
  right: 16px;
  top: -14px;
  border: 7px solid #0000;
  border-bottom: 7px solid $body-bg;
}
.dropdown-menu:before,
.dropdown-menu:after {
  content: "";
  left: auto;
  display: inline-block;
  position: absolute;
}
/**
 * Banner
 */
.banner-main {
  margin-top: 60px;
}
/**
 * Section
 */
.section {
  padding: 40px 0;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-title h3,
.section-title h2 {
  font-family: 'Bebas Neue Cyrillic';
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 35px;
  line-height: 35px;
}
.section-title .link {
  height: 39px;
  border-radius: 7.25px;
  background: #13213C;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  padding: 0 20px;
}
/**
 * Avatar
 */
.avatar-default {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #848484;
  background: #e6e6e6;
  border-radius: 50%;
}
/**
 * Banner
 */
.component-banner img {
  width: 100%;
  height: auto;
}
/**
 * Popup
 */
.popup {
  width: 340px;
  padding: 0;
  box-shadow: none;
  max-width: 100%;
}
.popup-lg {
  width: 600px;
}
.popup-title {
  font-family: 'Bebas Neue Cyrillic';
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: #13213C;
  text-transform: uppercase;
  padding: 20px;
}
.popup-content {
  padding: 20px;
}
.popup-buttons {
  padding: 12px 20px 20px 20px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}
.popup-content .popup-buttons {
  padding: 20px 0 0 0;
}
.popup-primary .fancybox-close-small {
  color: #fff;
}
/**
 * Popup sign
 */
.popup-sign {
  font-family: "Roboto", serif;
  max-width: 100%;
  width: 1100px;
  padding: 40px;
}
.popup-sign-text h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.popup-sign-text ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
}
.popup-sign-text ul li {
  margin-top: 25px;
}
.popup-sign-text ul li h3 {
  font-family: 'Bebas Neue Cyrillic';
  font-size: 23px;
  text-transform: uppercase;
}
.popup-sign-help {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #13213C;
  border-radius: 10px;
  box-shadow: 5px 5px 4px 0px #00000040;
  color: #E5E5E5;
  padding: 30px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
}
.popup-sign-help h3 {
  font-family: 'Bebas Neue Cyrillic';
  font-size: 35px;
  text-transform: uppercase;
  color: #fca311;
}
.popup-sign-help a {
  color: #fca311;
  text-decoration: none;
}
/**
 * Base search
 */
.base-search__results {
  margin: 16px 0 0 0;
  max-height: 200px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.base-search__results a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
.base-search__results a + a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, .3);
  margin: 5px 0;
}
/**
 * Submit form
 */
.submit-form__results {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  padding: 0 10px 0 0;
  margin: 20px -10px 0 0;
}
.submit-form__results li {
  background: #E5E5E5;
  color: #13213C;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  padding: 7px 8px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 0 10px;
  cursor: pointer;
}
/**
 * Metal
 */
.material {
  padding: 5px 12px;
  background: #BCA959;
  border-radius: 5px;
  color: #fff;
  font-size: inherit;
  border: 1px solid transparent;
}
.material.material-silver {
  background-color: #707070;
}
.material.material-platinum {
  background-color: #d3d3d3;
  color: #1f1f1f;
}
.material.material-palladium {
  background-color: #ffffff;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
/**
 * Quantity type
 */
.quantity-type {
  padding: 5px 12px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #13213C;
}
/**
 * Other
 */
.products-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  width: 100%;
  font-size: 20px;
}
/**
 * error
 */
.system-error {
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  background: #fdcccc;
  border: 1px solid #ff0000;
  border-radius: 5px;
}
/**
 * ~
 */
.orders-button__toggle {
  background: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 12px;
  text-decoration: underline;
  color: #13213C;
  margin-top: 6px;
  padding: 0;
}
.app-loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.89);
}
@media screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .noscroll, .noscroll body {
    overflow: hidden;
  }
  .section {
    padding: 0;
  }
  .section-title h3,
  .section-title h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .section-title .link {
    height: auto;
    font-size: 11px;
    line-height: 1;
    padding: 10px 13px;
    border-radius: 3px;
  }
  .page-title {
    margin-bottom: 1.5rem;
    font-size: 30px;
    line-height: 1.2;
  }
  .popup-sign-help {
    margin-top: 20px;
  }
}