:root {
  /* Colors */
  --base-white: #fff;
  --base-black: #000;
  --base-bg: #000;
  --base-gray: #1a1a1a;
  --base-light-gray: #9f9f9f;
  --base-purple: #8348a1;
  --base-purple-hover: #6969c7;
  --base-purple-dark: #562f6a;
  --base-red: #df94ae;
  --base-gray-purple: #2a2b40;
  --base-star-required: #be1d1d;
  --base-error-pink: #ffbebd;

  --base-purple-70: rgba(105,105,199,.7);

  /* Font Weight */
  --bold: 600;
  --medium: 500;
  --normal: 400;

  --base-line-height: 1.2;

  /* Font Size */
  --base-font-size-mini: 12px;
  --base-font-size: 14px;
  --base-font-size-more: 16px;

  --base-h1: 28px;
  --base-h1-480: 34px;
  --base-h1-768: 34px;
  --base-h1-992: 38px;
  --base-h1-1200: 44px;
  --base-h1-1400: 48px;
  --base-h1-1600: 54px;
  --base-h1-1800: 58px;
  --base-h1-2000: 60px;
  --base-h1-2200: 62px;

  --base-h2: 18px;
  --base-h2-576: 22px;
  --base-h2-768: 24px;
  --base-h2-992: 28px;
  --base-h2-1200: 30px;
  --base-h2-1400: 36px;
  --base-h2-1600: 38px;
  --base-h2-1800: 42px;
  --base-h2-2000: 48px;
  --base-h2-2200: 52px;

  --base-h3-1600: 30px;

  --base-font-about-content: 16px;
  --base-font-about-content-576: 18px;
  --base-font-about-content-768: 20px;
  --base-font-about-content-992: 22px;
  --base-font-about-content-1200: 24px;
  --base-font-about-content-1400: 28px;
  --base-font-about-content-1600: 32px;
  --base-font-about-content-1800: 36px;
  --base-font-about-content-2000: 40px;
  --base-font-about-content-2200: 46px;

  --base-font-about-chess: 16px;
  --base-font-about-chess-576: 18px;
  --base-font-about-chess-768: 16px;
  --base-font-about-chess-992: 18px;
  --base-font-about-chess-1200: 20px;
  --base-font-about-chess-1400: 22px;
  --base-font-about-chess-1600: 26px;
  --base-font-about-chess-2000: 30px;
  --base-font-about-chess-2200: 34px;



  --base-font-contacts-title: 14px;
  --base-font-contacts-title-992: 16px;
  --base-font-contacts-title-1200: 18px;
  --base-font-contacts-title-1800: 20px;
  --base-font-contacts-title-2000: 24px;
  --base-font-contacts-title-2200: 46px;

  --base-font-contacts-text: 16px;
  --base-font-contacts-text-992: 18px;
  --base-font-contacts-text-1200: 20px;
  --base-font-contacts-text-1800: 24px;
  --base-font-contacts-text-2000: 28px;
  --base-font-contacts-text-2200: 46px;


  --base-font-size-top-menu: 20px;
  --base-font-size-top-menu-992: 14px;
  --base-font-size-top-menu-1200: 16px;
  --base-font-size-top-menu-1400: 20px;
  --base-font-size-top-menu-1800: 24px;
  --base-font-size-top-menu-1920: 26px;
  --base-font-size-top-menu-2000: 28px;
  --base-font-size-top-menu-2200: 30px;

  --base-font-size-importer-buttons: 16px;
  --base-font-size-importer-buttons-576: 14px;
  --base-font-size-importer-buttons-768: 18px;


  --base-font-komplekts: 14px;
  --base-font-komplekts-480: 16px;
  --base-font-komplekts-576: 18px;
  --base-font-komplekts-1200: 20px;
  --base-font-komplekts-1600: 22px;
  --base-font-komplekts-1800: 24px;
  --base-font-komplekts-2000: 26px;
  --base-font-komplekts-2200: 28px;

  --base-font-komplekts-oldprice: 12px;
  --base-font-komplekts-oldprice-480: 14px;
  --base-font-komplekts-oldprice-576: 16px;
  --base-font-komplekts-oldprice-1200: 18px;
  --base-font-komplekts-oldprice-1600: 20px;
  --base-font-komplekts-oldprice-1800: 22px;
  --base-font-komplekts-oldprice-2000: 24px;
  --base-font-komplekts-oldprice-2200: 26px;

  /* Boxes */
  --base-radius: 15px;
  --base-radius-992: 20px;

  --base-radius-importer-buttons: 30px;

  --base-padding: 15px;
  --base-padding-992: 20px;
  --base-padding-1200: 40px;
  --base-padding-1600: 60px;

  --base-h-align: center;
  --base-text-align: left;

  --base-header-size: 60px;
  --base-header-size-992: 100px;
  --base-header-size-1200: 120px;
  --base-header-size-1600: 150px;
  --base-header-size-1800: 180px;

  --base-body-padding-top: 75px;
  --base-body-padding-top-992: 115px;
  --base-body-padding-top-1200: 150px;
  --base-body-padding-top-1400: 160px;
  --base-body-padding-top-1600: 210px;
  --base-body-padding-top-1800: 240px;


html,
body {
  scrollbar-gutter: stable;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: border-box;
}

input, textarea {
  outline: none !important;
}

a, .btn, .black-week-priz-form{
  transition: 0.3s;
}





/* Полосы прокрутки */
/* Ширина и цвет фона */
::-webkit-scrollbar {
  /*border-radius: 100px;*/
  width: 4px;
}

/* Трек (фон) полосы прокрутки */
::-webkit-scrollbar-track {
  background: rgba(--base-light-gray);
}

/* Ползунок полосы прокрутки */
::-webkit-scrollbar-thumb {
  background: var(--base-gray);
  /*border-radius: 100px;*/
}


a, a span, a span:before, .btn, input, *::placeholder, label{
  transition: 0.25s;
}



.radio__wrap input[type="radio"], .radio__wrap input[type="checkbox"] {
  display: none;
}

.radio__wrap input[type="radio"] + label, .radio__wrap input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.radio__wrap.bx-selected input[type="radio"] + label, .radio__wrap.bx-selected input[type="checkbox"] + label{
  cursor: default;
}

.radio__wrap input[type="radio"] + label:before, .radio__wrap input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--semantic-actions-secondary);
  border-radius: 50%;
}

.radio__wrap input[type="radio"]:checked + label:before, .radio__wrap input[type="checkbox"]:checked + label:before {
  background: var(--Semantic-Actions-primary);
  border: none;
}

.radio__wrap input[type="radio"] + label:after, .radio__wrap input[type="checkbox"] + label:after {
  content: "\e90b";
  font-family: "icomoon";
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 12px;
  color: #fff;
  display: none;
}

.radio__wrap input[type="radio"]:checked + label:after, .radio__wrap input[type="checkbox"]:checked + label:after {
  display: block;
}

.checkbox__wrap label {
  font-size: var(--fz-b6);
  line-height: var(--lh-b6);
  font-weight: 500;
  color: var(--semantic-text-icons-text-02);
}

.checkbox__remember {
  margin-bottom: 20px;
}

.d-block {
  display: block;
}

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



/* BUTTONS */
.btn{
  border: none;
  border-radius: var(--base-radius-992);
  box-shadow: none !important;
  font-size: var(--base-font-size);
  padding: 12px 15px;
  cursor: pointer;
}
.btn-primary{
  background-color: var(--base-purple);
  color: var(--base-white);
}
.btn-secondary{
  background-color: var(--base-gray);
  color: var(--base-white);
}

@media (hover: hover){
  .btn.btn-primary:hover{
    background-color: var(--base-purple-70);
    color: var(--base-white);
  }
  .btn.btn-secondary:hover{
    background-color: var(--base-gray-purple);
    color: var(--base-white);
  }
}

.btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:focus{
  background-color: var(--base-purple-70);
  color: var(--base-white);
}
.btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:active:focus{
  background-color: var(--base-gray-purple);
  color: var(--base-white);
}
/* BUTTONS (End) */