body {
  font-family: "ony one";
  font-style: normal;
  font-weight: 400;
  margin: 0; }

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh; }

.container {
  width: 100%;
  max-width: 1820px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1919px) {
  .container {
    padding: 0 50px; } }
@media (max-width: 1599px) {
  .container {
    padding: 0 40px; } }
@media (max-width: 1279px) {
  .container {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .container {
    padding: 0 16px; } }
button {
  font-family: "ony one"; }

* {
  box-sizing: border-box; }

a {
  text-decoration: none; }

.help-block {
  color: #EA1F29;
  font-size: 13px;
  margin-top: 7px; }

.d-none {
  display: none !important; }

@media (max-width: 1919px) {
  .d-none-1920 {
    display: none !important; } }
@media (max-width: 1599px) {
  .d-none-1600 {
    display: none !important; } }
@media (max-width: 1279px) {
  .d-none-1279 {
    display: none !important; } }
@media (max-width: 767px) {
  .d-none-768 {
    display: none !important; } }
@media (max-width: 1279px) {
  .d-block-1279 {
    display: block !important; } }
.relative-block {
  position: relative; }

.cta-buttons {
  position: absolute;
  right: 0;
  top: 76px;
  display: flex;
  z-index: 3; }
  .cta-buttons .site-link {
    color: #fff;
    height: 110px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    padding: 8px 10px;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 3; }
    .cta-buttons .site-link::after {
      display: block;
      content: '';
      background-image: url(../images/icon/go-icon-white.svg);
      width: 18px;
      height: 18px;
      position: absolute;
      top: 7px;
      right: 10px; }
  @media (max-width: 1599px) {
    .cta-buttons .site-link {
      font-size: 12px; } }
  .cta-buttons .site-link__blue {
    background-color: #293484;
    width: 175px;
    transition: 0.2s ease-in-out; }
    .cta-buttons .site-link__blue:hover {
      background-color: #2F3C9D; }
  .cta-buttons .site-link__red {
    width: 184px;
    background-color: #EA1F29;
    transition: 0.2s ease-in-out; }
    .cta-buttons .site-link__red:hover {
      background-color: #F94141; }
  @media (max-width: 1599px) {
    .cta-buttons .site-link__blue {
      width: 136px;
      height: 84px; }
    .cta-buttons .site-link__red {
      width: 136px;
      height: 84px; } }
  @media (max-width: 767px) {
    .cta-buttons .site-link__blue {
      width: 100%;
      height: 50px; }
    .cta-buttons .site-link__red {
      width: 100%;
      height: 50px; } }

@media (max-width: 1919px) {
  .cta-buttons {
    top: 71px; } }
@media (max-width: 1599px) {
  .cta-buttons {
    top: 66px; } }
@media (max-width: 1279px) {
  .cta-buttons {
    top: 68px; } }
@media (max-width: 767px) {
  .cta-buttons {
    top: 0;
    left: 0;
    right: 0; } }
.site-notice {
  background-color: #EA1F29;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; }
  .site-notice span {
    flex-grow: 1; }
  .site-notice .site-notice__hide-btn {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    cursor: pointer;
    border: none; }
  .site-notice .site-notice__hide-btn svg {
    color: #fff;
    transform: rotate(45deg);
    width: 1.35em;
    height: 1.35em; }

@media (max-width: 767px) {
  .site-notice {
    font-size: 16px; } }
.container-header {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  .container-header .main-header {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    align-items: flex-start; }
  @media (max-width: 1279px) {
    .container-header .main-header {
      padding-top: 0; } }
  @media (max-width: 767px) {
    .container-header .main-header {
      padding-top: 50px; } }
  .container-header .header-left {
    display: flex; }
  @media (max-width: 1279px) {
    .container-header .header-left {
      gap: 1px; } }
  @media (max-width: 767px) {
    .container-header .header-left {
      gap: 0; } }
  .container-header .header__burger-menu {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    background: transparent;
    padding: 0;
    height: 39px;
    position: relative;
    z-index: 5;
    margin-top: 16px;
    margin-left: 30px;
    transition: .2s;
    outline: none; }
    .container-header .header__burger-menu .burger-icon {
      display: block;
      width: 38px;
      height: 2px;
      background: #293484;
      transition: .2s; }
    @media (max-width: 1599px) {
      .container-header .header__burger-menu .burger-icon {
        width: 26px;
        height: 1px; } }
    .container-header .header__burger-menu:hover .burger-icon {
      background-color: #f55555; }
  @media (max-width: 1599px) {
    .container-header .header__burger-menu {
      margin-top: 12px;
      margin-left: 24px;
      gap: 9px; } }
  @media (max-width: 767px) {
    .container-header .header__burger-menu {
      height: 55px;
      margin-top: 2px;
      margin-left: 16px; } }
  .container-header .header__burger-menu.active {
    transform: translate(7px, 10px); }
    .container-header .header__burger-menu.active .burger-icon {
      background-color: #293484; }
      .container-header .header__burger-menu.active .burger-icon:first-child {
        transform: rotate(45deg) translateY(9.5px); }
      .container-header .header__burger-menu.active .burger-icon:last-child {
        transform: rotate(-45deg) translateY(-9.5px); }
      @media (max-width: 1599px) {
        .container-header .header__burger-menu.active .burger-icon:first-child {
          transform: rotate(45deg) translateY(7px); }
        .container-header .header__burger-menu.active .burger-icon:last-child {
          transform: rotate(-45deg) translateY(-7px); } }
    .container-header .header__burger-menu.active:hover .burger-icon {
      background-color: #f55555; }
  @media (max-width: 767px) {
    .container-header .header__burger-menu.active {
      transform: translate(5px, 0px); } }
  .container-header .header__logo {
    display: block;
    max-width: 212px;
    z-index: 3;
    margin-left: 8px;
    margin-top: 2px; }
    .container-header .header__logo img {
      width: 100%; }
  @media (max-width: 1599px) {
    .container-header .header__logo {
      max-width: 170px; } }
  @media (max-width: 1279px) {
    .container-header .header__logo {
      max-width: 124px; } }
  @media (max-width: 767px) {
    .container-header .header__logo {
      max-width: 110px;
      margin-top: 6px; } }
  .container-header .header__link {
    margin-left: 4px;
    margin-top: 28px;
    z-index: 3; }
  @media (max-width: 1599px) {
    .container-header .header__link {
      margin-left: 5px;
      margin-top: 27px; } }
  @media (max-width: 1279px) {
    .container-header .header__link {
      display: none; } }
  .container-header .header__link-top {
    display: flex;
    align-items: center;
    gap: 22px; }
    .container-header .header__link-top .icons {
      border-right: 2px solid #293484;
      padding-right: 24px;
      display: flex;
      gap: 14px;
      height: 25px; }
      .container-header .header__link-top .icons img {
        width: 100%; }
    @media (max-width: 1599px) {
      .container-header .header__link-top .icons {
        height: 20px;
        gap: 11px;
        max-width: 160px; } }
    .container-header .header__link-top .location {
      color: #293484;
      font-weight: 400;
      position: relative;
      margin-right: 24px;
      transition: .2s; }
      .container-header .header__link-top .location::after {
        content: '';
        display: block;
        background-image: url(../images/icon/up-blue.svg);
        width: 12px;
        height: 9px;
        position: absolute;
        right: -20px;
        top: 6px; }
      .container-header .header__link-top .location:hover {
        color: #f55555; }
      @media (max-width: 1599px) {
        .container-header .header__link-top .location::after {
          top: 4px; } }
    @media (max-width: 1599px) {
      .container-header .header__link-top .location {
        font-size: 12px; } }
    .container-header .header__link-top .phone {
      color: #293484;
      font-weight: 400;
      transition: .2s; }
      .container-header .header__link-top .phone:hover {
        color: #f55555; }
    @media (max-width: 1599px) {
      .container-header .header__link-top .phone {
        font-size: 12px; } }
    .container-header .header__link-top .link-collection {
      color: #293484;
      font-weight: 400;
      transition: .2s; }
      .container-header .header__link-top .link-collection:hover {
        color: #f55555; }
    @media (max-width: 1599px) {
      .container-header .header__link-top .link-collection {
        font-size: 12px; } }
  @media (max-width: 1599px) {
    .container-header .header__link-top {
      gap: 18px; } }
  .container-header .header__main-nav {
    margin-top: 30px; }
    .container-header .header__main-nav ul {
      display: flex;
      gap: 23px;
      margin: 0;
      padding: 0; }
      .container-header .header__main-nav ul li {
        display: block; }
      .container-header .header__main-nav ul a {
        color: #293484;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        transition: 0.2s ease-in-out; }
        .container-header .header__main-nav ul a:hover {
          color: #f55555; }
      @media (max-width: 1599px) {
        .container-header .header__main-nav ul a {
          font-size: 15px; } }
    @media (max-width: 1599px) {
      .container-header .header__main-nav ul {
        gap: 14px; } }
  @media (max-width: 1919px) {
    .container-header .header__main-nav {
      margin-top: 32px; } }
  @media (max-width: 1599px) {
    .container-header .header__main-nav {
      margin-top: 20px; } }
  .container-header .header-right {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 18px;
    margin-right: 24px;
    z-index: 3; }
  @media (max-width: 1599px) {
    .container-header .header-right {
      gap: 19px;
      margin-top: 17px;
      margin-right: 23px; } }
  @media (max-width: 1279px) {
    .container-header .header-right {
      gap: 18px;
      margin-top: 19px;
      margin-right: 22px; } }
  @media (max-width: 767px) {
    .container-header .header-right {
      gap: 16px;
      margin-top: 16px;
      margin-right: 15px; } }
  .container-header .lang-select {
    color: #293484;
    font-weight: 500;
    margin-bottom: 1px;
    transition: .2s; }
    .container-header .lang-select:hover {
      color: #f55555; }
  @media (max-width: 1599px) {
    .container-header .lang-select {
      font-size: 14px; } }
  .container-header .login span {
    margin-bottom: 1px; }
  @media (max-width: 1599px) {
    .container-header .login {
      font-size: 14px; } }
  .container-header .my-profile {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #293484;
    width: 40px;
    height: 40px;
    background-color: #DEDFE7;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    padding: 8px 0; }
  .container-header .icon-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #293484;
    transition: .2s; }
    .container-header .icon-btn svg {
      width: 24px; }
      .container-header .icon-btn svg path {
        transition: .2s;
        fill: #293484; }
    @media (max-width: 1599px) {
      .container-header .icon-btn svg {
        width: 20px; } }
    .container-header .icon-btn:hover {
      color: #f55555; }
      .container-header .icon-btn:hover svg path {
        fill: #f55555; }
  .container-header .cart {
    position: relative; }
    .container-header .cart .cart-count {
      position: absolute;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      color: #fff;
      background-color: #EA1F29;
      height: 18px;
      min-width: 18px;
      border-radius: 50%;
      top: -6px;
      right: -11px;
      padding: 0 4px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .container-header .img-white {
    display: none; }
  .container-header .img-blue {
    display: block; }

.container-header-main-page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  padding: 0;
  left: 0;
  right: 0; }
  .container-header-main-page .header__burger-menu .burger-icon {
    background: #fff; }
  .container-header-main-page .header__main-nav ul a {
    color: #fff; }
  .container-header-main-page .icon-btn {
    color: #fff; }
    .container-header-main-page .icon-btn svg {
      width: 20px; }
      .container-header-main-page .icon-btn svg path {
        fill: #fff; }
  .container-header-main-page .header__link-top .icons {
    border-right: 2px solid #fff; }
    .container-header-main-page .header__link-top .icons img {
      filter: brightness(0) saturate(100%) invert(95%) sepia(3%) saturate(94%) hue-rotate(181deg) brightness(102%) contrast(94%); }
  .container-header-main-page .header__link-top .location {
    color: #fff; }
    .container-header-main-page .header__link-top .location::after {
      background-image: url(../images/icon/up.svg);
      height: 8px; }
  .container-header-main-page .header__link-top .phone {
    color: #fff; }
  .container-header-main-page .header__link-top .link-collection {
    color: #fff; }
  .container-header-main-page .lang-select {
    color: #fff; }
  .container-header-main-page .img-white {
    display: block; }
  .container-header-main-page .img-blue {
    display: none; }

.container-shortcut-header {
  position: relative;
  width: 100%;
  background-color: #F2F3F5; }
  .container-shortcut-header .main-shortcut-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1860px;
    margin: 0 auto; }
  @media (max-width: 1599px) {
    .container-shortcut-header .main-shortcut-header {
      padding-top: 7px;
      padding-bottom: 5px; } }
  @media (max-width: 1279px) {
    .container-shortcut-header .main-shortcut-header {
      padding-top: 0; } }
  .container-shortcut-header .header-left {
    display: flex;
    align-items: center; }
  @media (max-width: 1279px) {
    .container-shortcut-header .header-left {
      gap: 10px; } }
  @media (max-width: 767px) {
    .container-shortcut-header .header-left {
      gap: 0; } }
  .container-shortcut-header .header__burger-menu {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    height: 47px;
    position: relative;
    z-index: 5;
    outline: none;
    transition: .2s; }
    .container-shortcut-header .header__burger-menu .burger-icon {
      display: block;
      width: 38px;
      height: 2px;
      transition: .2s;
      background: #293484; }
    @media (max-width: 1599px) {
      .container-shortcut-header .header__burger-menu .burger-icon {
        width: 26px;
        height: 1px; } }
    .container-shortcut-header .header__burger-menu:hover .burger-icon {
      background-color: #f55555; }
  @media (max-width: 767px) {
    .container-shortcut-header .header__burger-menu {
      height: 55px; } }
  .container-shortcut-header .header__burger-menu.active .burger-icon {
    background-color: #293484; }
    .container-shortcut-header .header__burger-menu.active .burger-icon:first-child {
      transform: rotate(45deg) translateY(8px); }
    .container-shortcut-header .header__burger-menu.active .burger-icon:last-child {
      transform: rotate(-45deg) translateY(-8px); }
  .container-shortcut-header .header__burger-menu.active:hover .burger-icon {
    background-color: #f55555; }
  @media (max-width: 767px) {
    .container-shortcut-header .header__burger-menu.active {
      transform: translateY(40px); } }
  .container-shortcut-header .header__logo {
    display: block;
    max-width: 74px;
    z-index: 3;
    margin-left: 18px; }
    .container-shortcut-header .header__logo img {
      width: 100%; }
  @media (max-width: 1599px) {
    .container-shortcut-header .header__logo {
      max-width: 64px;
      margin-left: 6px;
      margin-top: 10px; } }
  .container-shortcut-header .header__center {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: 26px; }
  @media (max-width: 1279px) {
    .container-shortcut-header .header__center {
      margin-left: 13px;
      flex-direction: column;
      align-items: flex-start;
      gap: 0px;
      margin-top: 6px; } }
  @media (max-width: 767px) {
    .container-shortcut-header .header__center {
      display: none; } }
  .container-shortcut-header .header__links {
    display: flex;
    align-items: center;
    gap: 24px; }
  @media (max-width: 1599px) {
    .container-shortcut-header .header__links {
      gap: 16px; } }
  .container-shortcut-header .support-service {
    font-weight: 400;
    line-height: 145%;
    color: #9DA0B2;
    font-size: 16px; }
  @media (max-width: 1599px) {
    .container-shortcut-header .support-service {
      font-size: 12px; } }
  .container-shortcut-header .phone {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #293484;
    transition: .2s; }
    .container-shortcut-header .phone:hover {
      color: #f55555; }
  @media (max-width: 1599px) {
    .container-shortcut-header .phone {
      font-size: 15px; } }
  .container-shortcut-header .mail {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #293484;
    transition: .2s; }
    .container-shortcut-header .mail:hover {
      color: #f55555; }
  @media (max-width: 1599px) {
    .container-shortcut-header .mail {
      font-size: 15px; } }
  .container-shortcut-header .header-right {
    display: flex;
    gap: 24px;
    align-items: center;
    z-index: 3; }
  @media (max-width: 1599px) {
    .container-shortcut-header .header-right {
      gap: 18px; } }
  @media (max-width: 1279px) {
    .container-shortcut-header .header-right {
      gap: 18px; } }
  @media (max-width: 767px) {
    .container-shortcut-header .header-right {
      gap: 18px; } }
  .container-shortcut-header .lang-select {
    color: #293484;
    font-weight: 500;
    margin-bottom: 1px;
    transition: .2s; }
    .container-shortcut-header .lang-select:hover {
      color: #f55555; }
  @media (max-width: 1599px) {
    .container-shortcut-header .lang-select {
      font-size: 14px; } }
  .container-shortcut-header .login span {
    margin-bottom: 1px; }
  @media (max-width: 1599px) {
    .container-shortcut-header .login {
      font-size: 14px; } }
  .container-shortcut-header .icon-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #293484;
    transition: .2s; }
    .container-shortcut-header .icon-btn svg {
      width: 24px; }
      .container-shortcut-header .icon-btn svg path {
        transition: .2s;
        fill: #293484; }
    @media (max-width: 1599px) {
      .container-shortcut-header .icon-btn svg {
        width: 20px; } }
    .container-shortcut-header .icon-btn:hover {
      color: #f55555; }
      .container-shortcut-header .icon-btn:hover svg path {
        fill: #f55555; }
  .container-shortcut-header .cart {
    position: relative; }
    .container-shortcut-header .cart .cart-count {
      position: absolute;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      color: #fff;
      background-color: #EA1F29;
      height: 18px;
      min-width: 18px;
      border-radius: 50%;
      top: -6px;
      right: -7px;
      padding: 0 4px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .container-shortcut-header .img-white {
    display: none; }
  .container-shortcut-header .img-blue {
    display: block; }

@media (max-width: 1919px) {
  .container-shortcut-header {
    padding: 5px 30px; } }
@media (max-width: 1599px) {
  .container-shortcut-header {
    padding: 0 24px; } }
@media (max-width: 767px) {
  .container-shortcut-header {
    padding: 0 16px; } }
.bottom-block {
  background-color: #000;
  color: #F2F3F5;
  margin-top: 103px;
  padding-bottom: 50px; }

@media (max-width: 1919px) {
  .bottom-block {
    margin-top: 100px; } }
@media (max-width: 767px) {
  .bottom-block {
    margin-top: 90px; } }
.match-preview {
  position: relative;
  padding-top: 25px; }
  .match-preview .match-preview__container {
    display: flex;
    gap: 305px; }
  @media (max-width: 1919px) {
    .match-preview .match-preview__container {
      gap: 145px; } }
  @media (max-width: 1599px) {
    .match-preview .match-preview__container {
      gap: 128px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__container {
      gap: 0;
      justify-content: space-between; } }
  .match-preview .match-preview__left {
    display: block;
    position: relative;
    z-index: 2; }
  @media (max-width: 1279px) {
    .match-preview .match-preview__left {
      width: 100%; } }
  @media (max-width: 1599px) {
    .match-preview .match-preview__label {
      font-size: 14px; } }
  .match-preview .match-preview__teams {
    display: block;
    font-family: 'cska';
    font-weight: 400;
    font-size: 120px;
    line-height: 85%;
    text-transform: uppercase;
    margin-top: 20px; }
  @media (max-width: 1599px) {
    .match-preview .match-preview__teams {
      font-size: 96px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__teams {
      font-size: 75px;
      line-height: 94%; } }
  @media (max-width: 767px) {
    .match-preview .match-preview__teams {
      font-size: 56px;
      line-height: 48px;
      margin-top: 10px; } }
  .match-preview .match-preview__info {
    display: flex;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 70px;
    gap: 58px; }
  @media (max-width: 1599px) {
    .match-preview .match-preview__info {
      gap: 58px;
      margin-top: 55px;
      font-size: 13px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__info {
      margin-top: 78px; } }
  @media (max-width: 767px) {
    .match-preview .match-preview__info {
      flex-direction: column;
      margin-top: 12px;
      gap: 15px;
      font-size: 12px; } }
  .match-preview .match-preview__center {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    max-width: 300px; }
  .match-preview .match-preview__description {
    line-height: 22px; }
  @media (max-width: 1599px) {
    .match-preview .match-preview__description {
      font-size: 14px; } }
  .match-preview .match-preview__rates {
    margin-bottom: 6px;
    max-width: 252px; }
    .match-preview .match-preview__rates img {
      width: 100%; }
  @media (max-width: 1599px) {
    .match-preview .match-preview__rates {
      max-width: 220px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__rates {
      max-width: 252px; } }
  .match-preview .match-preview__rates-img-desktop {
    display: block; }
  .match-preview .match-preview__rates-img-mobile {
    display: none; }
  @media (max-width: 767px) {
    .match-preview .match-preview__rates-img-desktop {
      display: none; }
    .match-preview .match-preview__rates-img-mobile {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 25px; } }
  .match-preview .match-preview__right {
    display: block; }
  .match-preview .match-preview__player {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 971px; }
    .match-preview .match-preview__player img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .match-preview .match-preview__player .match-preview__img-desktop {
      display: block; }
    .match-preview .match-preview__player .match-preview__img-mobile {
      display: none; }
    @media (max-width: 550px) {
      .match-preview .match-preview__player .match-preview__img-desktop {
        display: none; }
      .match-preview .match-preview__player .match-preview__img-mobile {
        display: block; } }
  @media (max-width: 1599px) {
    .match-preview .match-preview__player {
      max-width: 800px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__player {
      max-width: 100%;
      right: 0;
      left: 0;
      height: 340px; } }
  @media (max-width: 767px) {
    .match-preview .match-preview__player {
      height: 420px; } }
  .match-preview .match-preview__button {
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 4px;
    height: 138px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    padding: 10px 20px;
    display: flex;
    align-items: end;
    z-index: 3;
    width: 250px;
    background-color: #EA1F29; }
    .match-preview .match-preview__button::after {
      display: block;
      content: '';
      background-image: url(../images/icon/go-icon-white.svg);
      width: 18px;
      height: 18px;
      position: absolute;
      top: 7px;
      right: 10px; }
  @media (max-width: 1599px) {
    .match-preview .match-preview__button {
      width: 184px;
      height: 110px;
      right: 0px;
      bottom: 0;
      font-size: 15px;
      padding: 8px 14px; } }
  @media (max-width: 1279px) {
    .match-preview .match-preview__button {
      width: 136px;
      height: 84px;
      font-size: 12px; } }
  @media (max-width: 767px) {
    .match-preview .match-preview__button {
      left: 0;
      bottom: 20px; } }
  .match-preview .match-preview__button-icon {
    display: block; }

@media (max-width: 1599px) {
  .match-preview {
    padding-top: 20px; } }
@media (max-width: 767px) {
  .match-preview {
    height: 420px; } }
.partners {
  margin-top: 80px; }
  .partners .partners__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 100px;
    row-gap: 20px; }
    .partners .partners__container .partners__block {
      text-align: center;
      position: relative; }
      @media (min-width: 1279px) {
        .partners .partners__container .partners__block:nth-last-child(3) {
          grid-column-start: 2; }
        .partners .partners__container .partners__block:nth-last-child(2) {
          grid-column-start: 3; }
        .partners .partners__container .partners__block:nth-last-child(1) {
          grid-column-start: 4; } }
      .partners .partners__container .partners__block .partners__block-default-img {
        opacity: 1;
        visibility: visible;
        position: relative;
        transition: 0.2s ease-in-out; }
      .partners .partners__container .partners__block .partners__block-hover-img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        transition: 0.2s ease-in-out; }
      .partners .partners__container .partners__block:hover .partners__block-default-img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto; }
      .partners .partners__container .partners__block:hover .partners__block-hover-img {
        opacity: 1;
        visibility: visible;
        position: relative; }
    @media (max-width: 1279px) {
      .partners .partners__container .partners__block:last-child {
        grid-column: 2 / 3; } }
    .partners .partners__container img {
      width: 220px; }
  @media (max-width: 1919px) {
    .partners .partners__container {
      max-width: 1400px;
      column-gap: 75px; } }
  @media (max-width: 1599px) {
    .partners .partners__container {
      column-gap: 60px;
      row-gap: 10px;
      max-width: 1140px; }
      .partners .partners__container img {
        width: 180px; } }
  @media (max-width: 1279px) {
    .partners .partners__container {
      max-width: 660px;
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .partners .partners__container {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 8px;
      row-gap: 18px; }
      .partners .partners__container img {
        width: 152px; } }

@media (max-width: 1599px) {
  .partners {
    margin-top: 67px; } }
@media (max-width: 1279px) {
  .partners {
    margin-top: 55px; } }
@media (max-width: 767px) {
  .partners {
    margin-top: 25px; } }
.cups {
  margin-top: 75px; }
  .cups .cups__container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 80px; }
  @media (max-width: 1599px) {
    .cups .cups__container {
      gap: 36px; } }
  @media (max-width: 1279px) {
    .cups .cups__container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767px) {
    .cups .cups__container {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 14px;
      row-gap: 32px; } }
  .cups .cups__block {
    text-align: center;
    width: 170px;
    margin: 0 auto; }
    .cups .cups__block .cups__block-top {
      position: relative; }
      .cups .cups__block .cups__block-top .cups__img {
        width: 88px; }
      @media (max-width: 400px) {
        .cups .cups__block .cups__block-top .cups__img {
          width: 75px; } }
    .cups .cups__block .cups__quantity {
      position: absolute;
      font-weight: 500;
      font-size: 30px;
      line-height: 100%;
      text-align: center;
      text-transform: uppercase;
      bottom: 0;
      right: 45px; }
    @media (max-width: 1279px) {
      .cups .cups__block .cups__quantity {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .cups .cups__block .cups__quantity {
        bottom: 10px; } }
    .cups .cups__block .cups__block-bottom {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      text-align: center;
      text-transform: uppercase;
      margin-top: 15px;
      color: #747576; }
    @media (max-width: 1599px) {
      .cups .cups__block .cups__block-bottom {
        margin-top: 20px; } }
    @media (max-width: 1279px) {
      .cups .cups__block .cups__block-bottom {
        font-size: 12px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .cups .cups__block .cups__block-bottom {
        font-size: 12px;
        margin-top: 4px; } }
  @media (max-width: 400px) {
    .cups .cups__block {
      width: 160px; } }

@media (max-width: 1279px) {
  .cups {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .cups {
    margin-top: 43px; } }
.footer {
  margin-top: 78px; }
  .footer .footer-top {
    display: flex;
    justify-content: space-between; }
    .footer .footer-top .footer__logo {
      width: 100%;
      max-width: 278px; }
      .footer .footer-top .footer__logo img {
        width: 100%; }
    @media (max-width: 1599px) {
      .footer .footer-top .footer__logo {
        max-width: 222px; } }
    @media (max-width: 1279px) {
      .footer .footer-top .footer__logo {
        display: none; } }
    .footer .footer-top .footer-catalog {
      width: 100%;
      max-width: 1335px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 50px;
      padding-right: 25px; }
    @media (max-width: 1919px) {
      .footer .footer-top .footer-catalog {
        max-width: 1150px;
        padding-right: 0; } }
    @media (max-width: 1599px) {
      .footer .footer-top .footer-catalog {
        max-width: 895px;
        gap: 25px; } }
    @media (max-width: 1279px) {
      .footer .footer-top .footer-catalog {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .footer .footer-top .footer-catalog {
        grid-template-columns: repeat(2, 1fr); } }
    .footer .footer-top .footer__column {
      width: 100%;
      max-width: 290px; }
    @media (max-width: 767px) {
      .footer .footer-top .footer__column {
        max-width: 155px; } }
    .footer .footer-top .footer__title {
      margin: 0;
      font-weight: 500;
      font-size: 15px;
      line-height: 140%;
      vertical-align: bottom;
      text-transform: uppercase; }
      .footer .footer-top .footer__title a {
        color: #F2F3F5; }
    .footer .footer-top .footer__list {
      padding: 0;
      margin: 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 145%;
      vertical-align: bottom;
      color: #747576;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 10px; }
      .footer .footer-top .footer__list li {
        display: block; }
      .footer .footer-top .footer__list a {
        color: #747576; }
    @media (max-width: 1279px) {
      .footer .footer-top .footer__list {
        font-size: 12px; } }
    .footer .footer-top .footer__payments {
      display: flex;
      align-items: center;
      margin-top: 12px;
      gap: 16px; }
  .footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 130px; }
    .footer .footer-bottom .footer-bottom__left {
      width: 100%;
      max-width: 278px; }
    @media (max-width: 1599px) {
      .footer .footer-bottom .footer-bottom__left {
        max-width: 305px; } }
    @media (max-width: 1279px) {
      .footer .footer-bottom .footer-bottom__left {
        max-width: 350px; } }
    .footer .footer-bottom .footer__icons {
      display: flex;
      gap: 24px; }
      .footer .footer-bottom .footer__icons img {
        width: 35px; }
      @media (max-width: 1599px) {
        .footer .footer-bottom .footer__icons img {
          width: 28px; } }
    @media (max-width: 1599px) {
      .footer .footer-bottom .footer__icons {
        gap: 15px; } }
    .footer .footer-bottom .footer-bottom__left-text {
      margin-top: 26px; }
    @media (max-width: 1279px) {
      .footer .footer-bottom .footer-bottom__left-text {
        margin-top: 35px; } }
    .footer .footer-bottom .footer__copyright {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      color: #747576; }
      .footer .footer-bottom .footer__copyright strong {
        color: #F2F3F5;
        font-weight: 500; }
    @media (max-width: 1599px) {
      .footer .footer-bottom .footer__copyright {
        font-size: 12px; } }
    .footer .footer-bottom .footer-bottom__left-links {
      margin-top: 40px; }
      .footer .footer-bottom .footer-bottom__left-links a {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
        color: #747576;
        display: block;
        margin-bottom: 10px; }
    .footer .footer-bottom .footer-bottom__right {
      width: 100%;
      max-width: 1335px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
    @media (max-width: 1919px) {
      .footer .footer-bottom .footer-bottom__right {
        max-width: 1150px; } }
    @media (max-width: 1279px) {
      .footer .footer-bottom .footer-bottom__right {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 25px; } }
    .footer .footer-bottom .footer__contacts {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .footer .footer-bottom .footer__contacts .footer-address {
        color: #747576;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%; }
      @media (max-width: 1599px) {
        .footer .footer-bottom .footer__contacts .footer-address {
          font-size: 12px; } }
      .footer .footer-bottom .footer__contacts .footer__phone {
        color: #F2F3F5;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        vertical-align: bottom;
        text-transform: uppercase; }
      @media (max-width: 1599px) {
        .footer .footer-bottom .footer__contacts .footer__phone {
          font-size: 15px; } }
      .footer .footer-bottom .footer__contacts .footer__email {
        color: #F2F3F5;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        vertical-align: bottom;
        text-transform: uppercase; }
      @media (max-width: 1599px) {
        .footer .footer-bottom .footer__contacts .footer__email {
          font-size: 15px; } }
    .footer .footer-bottom .footer__apps {
      display: flex;
      gap: 10px; }
      .footer .footer-bottom .footer__apps .footer__app-link {
        display: block; }
        .footer .footer-bottom .footer__apps .footer__app-link img {
          display: block;
          width: 100%;
          height: 100%; }
      .footer .footer-bottom .footer__apps .footer__app-link--apple {
        height: 70px; }
      .footer .footer-bottom .footer__apps .footer__app-link--google {
        height: 70px; }
      @media (max-width: 1599px) {
        .footer .footer-bottom .footer__apps .footer__app-link--apple {
          height: 55px; }
        .footer .footer-bottom .footer__apps .footer__app-link--google {
          height: 55px; } }
      @media (max-width: 1279px) {
        .footer .footer-bottom .footer__apps .footer__app-link--apple {
          height: 45px; }
        .footer .footer-bottom .footer__apps .footer__app-link--google {
          height: 45px; } }
    @media (max-width: 1279px) {
      .footer .footer-bottom .footer__apps {
        order: -1; } }
  @media (max-width: 1599px) {
    .footer .footer-bottom {
      margin-top: 215px; } }
  @media (max-width: 1279px) {
    .footer .footer-bottom {
      margin-top: 80px; } }
  .footer .footer-bottom-desktop {
    display: flex; }
  @media (max-width: 767px) {
    .footer .footer-bottom-desktop {
      display: none; } }
  .footer .footer-bottom-mobile {
    display: none;
    flex-direction: column;
    gap: 43px;
    margin-top: 120px; }
    .footer .footer-bottom-mobile .footer__apps {
      order: inherit;
      margin-top: 60px; }
    .footer .footer-bottom-mobile .footer__icons {
      gap: 36px; }
    .footer .footer-bottom-mobile .footer__contacts {
      margin-top: 45px; }
    .footer .footer-bottom-mobile .footer__copyright {
      display: block;
      margin-top: 26px;
      max-width: 300px; }
  @media (max-width: 767px) {
    .footer .footer-bottom-mobile {
      display: flex;
      gap: 0; } }

@media (max-width: 1279px) {
  .footer {
    margin-top: 50px;
    padding-left: 20px; } }
@media (max-width: 767px) {
  .footer {
    margin-top: 45px;
    padding: 0; } }
.menu {
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 2px rgba(34, 60, 80, 0.2);
  transition: .5s;
  background-image: url(../images/index/menu-vector.png);
  background-size: cover;
  background-position: center; }
  .menu .menu__top {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .menu .menu__top .menu__top-left {
      display: flex;
      align-items: flex-start;
      padding-left: 84px;
      gap: 30px; }
    @media (max-width: 1599px) {
      .menu .menu__top .menu__top-left {
        padding-left: 70px;
        gap: 23px; } }
    @media (max-width: 1279px) {
      .menu .menu__top .menu__top-left {
        padding-left: 65px; } }
    @media (max-width: 767px) {
      .menu .menu__top .menu__top-left {
        padding-left: 58px; } }
    .menu .menu__top .menu__logo {
      width: 100%;
      max-width: 74px;
      margin-top: 8px; }
    @media (max-width: 1279px) {
      .menu .menu__top .menu__logo {
        max-width: 65px; } }
    @media (max-width: 767px) {
      .menu .menu__top .menu__logo {
        max-width: 48px;
        margin-top: 0; } }
    .menu .menu__top .menu__top-right {
      display: flex;
      align-items: center;
      width: 450px; }
    @media (max-width: 1599px) {
      .menu .menu__top .menu__top-right {
        width: 360px; } }
    @media (max-width: 767px) {
      .menu .menu__top .menu__top-right {
        width: 155px;
        margin-right: 15px;
        justify-content: flex-end; } }
    .menu .menu__top .menu__site-link {
      color: #fff;
      height: 86px;
      width: 136px;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 8px 10px;
      display: flex;
      align-items: end;
      position: relative;
      z-index: 3; }
      .menu .menu__top .menu__site-link::after {
        display: block;
        content: '';
        background-image: url(../images/icon/go-icon-white.svg);
        width: 18px;
        height: 18px;
        position: absolute;
        top: 7px;
        right: 10px; }
    @media (max-width: 1599px) {
      .menu .menu__top .menu__site-link {
        width: 100px;
        height: 80px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .menu .menu__top .menu__site-link {
        height: 50px; } }
    .menu .menu__top .menu__site-link__blue {
      background-color: #293484;
      transition: 0.2s ease-in-out; }
      .menu .menu__top .menu__site-link__blue:hover {
        background-color: #2F3C9D; }
    .menu .menu__top .menu__site-link__red {
      background-color: #EA1F29;
      transition: 0.2s ease-in-out; }
      .menu .menu__top .menu__site-link__red:hover {
        background-color: #F94141; }
    @media (max-width: 767px) {
      .menu .menu__top .menu__site-link__blue {
        position: absolute;
        top: 0;
        z-index: 4;
        left: 0;
        width: 50%; }
      .menu .menu__top .menu__site-link__red {
        position: absolute;
        top: 0;
        z-index: 4;
        right: 0;
        width: 50%; } }
    .menu .menu__top .menu__icon-btn {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #293484;
      margin-left: 22px;
      transition: 0.2s ease-in-out; }
      .menu .menu__top .menu__icon-btn svg {
        width: 24px; }
        .menu .menu__top .menu__icon-btn svg path {
          transition: 0.2s ease-in-out;
          fill: #293484; }
      @media (max-width: 1599px) {
        .menu .menu__top .menu__icon-btn svg {
          width: 20px; } }
      .menu .menu__top .menu__icon-btn:hover {
        color: #f55555; }
        .menu .menu__top .menu__icon-btn:hover svg path {
          fill: #f55555; }
    @media (max-width: 1599px) {
      .menu .menu__top .menu__icon-btn {
        font-size: 14px; } }
    .menu .menu__top .menu__cart {
      position: relative; }
      .menu .menu__top .menu__cart .menu__cart-count {
        position: absolute;
        font-weight: 500;
        font-size: 12px;
        line-height: 140%;
        color: #fff;
        background-color: #EA1F29;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        top: -6px;
        right: -11px;
        padding: 0 4px;
        display: flex;
        justify-content: center;
        align-items: center; }
  @media (max-width: 767px) {
    .menu .menu__top {
      margin-top: 54px;
      align-items: center; } }
  .menu .menu__nav {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    gap: 31px; }
    .menu .menu__nav li {
      display: block; }
    .menu .menu__nav a {
      font-family: cska;
      font-weight: 500;
      line-height: 95%;
      font-size: 35px;
      letter-spacing: 0.5px;
      color: #9DA0B2;
      transition: 0.2s ease-in-out; }
      .menu .menu__nav a:hover {
        color: #F94141; }
    @media (max-width: 1599px) {
      .menu .menu__nav a {
        font-size: 26px; } }
    .menu .menu__nav li.active a {
      color: #293484; }
  @media (max-width: 1599px) {
    .menu .menu__nav {
      gap: 24px; } }
  .menu .menu__nav-desktop {
    display: flex; }
  .menu .menu__nav-mobile {
    display: none; }
  @media (max-width: 1279px) {
    .menu .menu__nav-desktop {
      display: none; }
    .menu .menu__nav-mobile {
      display: flex;
      padding-left: 22px;
      margin-top: 14px;
      gap: 12px; } }
@media (max-width: 1279px) and (max-width: 767px) {
  .menu .menu__nav-mobile {
    padding-left: 14px;
    margin-top: 20px;
    flex-wrap: wrap; } }

  .menu .menu__content {
    display: flex;
    justify-content: space-between; }
    .menu .menu__content .menu__columns {
      width: 100%;
      max-width: 1470px;
      padding: 40px 40px 0 40px;
      background-color: #F2F3F5;
      display: flex;
      gap: 190px; }
      .menu .menu__content .menu__columns .menu__column a {
        color: #293484;
        font-weight: 500;
        font-size: 22px;
        line-height: 130%;
        margin: 0;
        display: block;
        position: relative;
        transition: 0.2s ease-in-out;
        text-transform: uppercase; }
        .menu .menu__content .menu__columns .menu__column a:hover {
          color: #F94141; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__columns .menu__column a {
          font-size: 18px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__columns .menu__column a {
          font-size: 15px;
          padding: 18px 30px;
          border-bottom: 2px solid #DFE1EA; }
          .menu .menu__content .menu__columns .menu__column a::after {
            content: '';
            display: block;
            position: absolute;
            background-image: url(../images/icon/arrow-right-blue.svg);
            width: 15px;
            height: 10.5px;
            right: 32px;
            top: 23px; } }
      @media (max-width: 767px) {
        .menu .menu__content .menu__columns .menu__column a {
          padding: 18px 30px 18px 17px; }
          .menu .menu__content .menu__columns .menu__column a::after {
            right: 17px; } }
      .menu .menu__content .menu__columns .menu__column ul {
        padding: 0;
        margin-bottom: 0;
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        .menu .menu__content .menu__columns .menu__column ul li {
          display: block; }
        .menu .menu__content .menu__columns .menu__column ul a {
          color: #757583;
          font-weight: 400;
          font-size: 18px;
          line-height: 140%;
          text-transform: unset; }
        @media (max-width: 1599px) {
          .menu .menu__content .menu__columns .menu__column ul a {
            font-size: 14px; } }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__columns .menu__column ul {
          gap: 11px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__columns .menu__column ul {
          display: none; } }
    @media (max-width: 1599px) {
      .menu .menu__content .menu__columns {
        gap: 160px; } }
    @media (max-width: 1279px) {
      .menu .menu__content .menu__columns {
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .menu .menu__content .menu__columns {
        margin-top: 20px; } }
    .menu .menu__content .menu__sidebar {
      display: block;
      width: 100%;
      max-width: 450px;
      margin-bottom: -20px; }
      .menu .menu__content .menu__sidebar .menu__support {
        background-color: #fff;
        padding-top: 40px;
        padding-left: 35px;
        padding-bottom: 20px;
        border-bottom: 2px solid #EEEFF6; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__support {
          padding-left: 20px;
          padding-bottom: 15px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__sidebar .menu__support {
          padding-left: 30px;
          padding-bottom: 15px; } }
      @media (max-width: 767px) {
        .menu .menu__content .menu__sidebar .menu__support {
          padding-left: 10px;
          padding-bottom: 17px;
          padding-top: 45px; } }
      .menu .menu__content .menu__sidebar .menu__support-text {
        font-weight: 400;
        line-height: 145%;
        color: #757583; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__support-text {
          font-size: 14px; } }
      .menu .menu__content .menu__sidebar .menu__support-link {
        font-weight: 500;
        font-size: 28px;
        line-height: 140%;
        margin-top: 10px;
        display: block;
        letter-spacing: 0.5px;
        color: #293484;
        transition: 0.2s ease-in-out; }
        .menu .menu__content .menu__sidebar .menu__support-link:hover {
          color: #F94141; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__support-link {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .menu .menu__content .menu__sidebar .menu__support-link {
          letter-spacing: -0.5px; } }
      .menu .menu__content .menu__sidebar .menu__lang {
        display: flex;
        gap: 32px;
        padding: 25px 35px;
        background-color: #fff;
        font-size: 20px; }
        .menu .menu__content .menu__sidebar .menu__lang a {
          color: #293484;
          transition: 0.2s ease-in-out; }
          .menu .menu__content .menu__sidebar .menu__lang a:hover {
            color: #F94141; }
        .menu .menu__content .menu__sidebar .menu__lang a.active {
          color: #EA1F29;
          text-decoration: underline; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__lang {
          font-size: 18px;
          padding: 25px 20px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__sidebar .menu__lang {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .menu .menu__content .menu__sidebar .menu__lang {
          padding: 21px 11px;
          gap: 21px; } }
      .menu .menu__content .menu__sidebar .menu__feedback {
        color: #fff;
        background-color: #293484;
        height: 135px;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        padding: 10px 17px;
        display: flex;
        align-items: end;
        position: relative;
        z-index: 3;
        transition: 0.2s ease-in-out;
        /* &:hover {
            background-color: $main-color-blue-hover;
        } */ }
        .menu .menu__content .menu__sidebar .menu__feedback::after {
          display: block;
          content: '';
          width: 18px;
          height: 18px;
          position: absolute;
          top: 7px;
          right: 10px; }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__feedback {
          height: 110px;
          font-size: 16px;
          padding: 5px 10px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__sidebar .menu__feedback {
          font-size: 12px;
          height: 84px; } }
      .menu .menu__content .menu__sidebar .menu__socials {
        padding: 26px 36px 0 36px;
        transition: 0.2s ease-in-out; }
        .menu .menu__content .menu__sidebar .menu__socials svg {
          width: 35px; }
          .menu .menu__content .menu__sidebar .menu__socials svg path {
            transition: 0.2s ease-in-out; }
          .menu .menu__content .menu__sidebar .menu__socials svg:hover path {
            fill: #F94141; }
        @media (max-width: 1599px) {
          .menu .menu__content .menu__sidebar .menu__socials svg {
            width: 28px; } }
        .menu .menu__content .menu__sidebar .menu__socials .menu__socials-text {
          font-weight: 400;
          line-height: 145%;
          color: #757583; }
        @media (max-width: 1599px) {
          .menu .menu__content .menu__sidebar .menu__socials .menu__socials-text {
            font-size: 14px; } }
        .menu .menu__content .menu__sidebar .menu__socials ul {
          padding: 0;
          margin-bottom: 0;
          display: flex;
          gap: 24px;
          margin-top: 15px; }
          .menu .menu__content .menu__sidebar .menu__socials ul li {
            display: block; }
        @media (max-width: 1599px) {
          .menu .menu__content .menu__sidebar .menu__socials ul {
            gap: 19px;
            margin-top: 17px; } }
        @media (max-width: 1599px) {
          .menu .menu__content .menu__sidebar .menu__socials ul {
            gap: 19px;
            margin-top: 13px; } }
      @media (max-width: 1599px) {
        .menu .menu__content .menu__sidebar .menu__socials {
          padding: 26px 20px 0 20px; } }
      @media (max-width: 1279px) {
        .menu .menu__content .menu__sidebar .menu__socials {
          padding: 18px 20px 15px 30px;
          border-bottom: 2px solid #EEEFF6; } }
      @media (max-width: 767px) {
        .menu .menu__content .menu__sidebar .menu__socials {
          padding: 24px 20px 18px 12px; } }
    @media (max-width: 1599px) {
      .menu .menu__content .menu__sidebar {
        max-width: 360px; } }
    @media (max-width: 1279px) {
      .menu .menu__content .menu__sidebar {
        max-width: 100%; } }
  @media (max-width: 1279px) {
    .menu .menu__content {
      flex-direction: column; } }
  .menu .menu__footer {
    display: flex;
    justify-content: space-between;
    padding: 40px 460px 40px 50px;
    width: 100%;
        /* .menu__trophies {
            width: 184px;

            img {
                width: 100%;
            }
        } */ }
    .menu .menu__footer .menu__trophies {
      display: flex;
      gap: 14px;
      height: 32px; }
      .menu .menu__footer .menu__trophies img {
        width: 100%; }
    @media (max-width: 767px) {
      .menu .menu__footer .menu__trophies {
        height: 20px;
        gap: 11px;
        max-width: 160px; } }
    @media (max-width: 767px) {
      .menu .menu__footer .menu__trophies {
        width: 145px; } }
    .menu .menu__footer .menu__legal {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .menu .menu__footer .menu__legal a {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        color: #757583;
        transition: 0.2s ease-in-out; }
        .menu .menu__footer .menu__legal a:hover {
          color: #F94141; }
      @media (max-width: 1599px) {
        .menu .menu__footer .menu__legal a {
          font-size: 12px; } }
    @media (max-width: 1279px) {
      .menu .menu__footer .menu__legal {
        gap: 5px; } }
    @media (max-width: 767px) {
      .menu .menu__footer .menu__legal {
        gap: 8px;
        margin-top: 15px; } }
  @media (max-width: 1599px) {
    .menu .menu__footer {
      padding: 40px 367px 40px 50px; } }
  @media (max-width: 1279px) {
    .menu .menu__footer {
      padding: 48px 180px 40px 30px; } }
  @media (max-width: 767px) {
    .menu .menu__footer {
      flex-direction: column;
      padding: 40px 20px 20px 20px; } }

.menu.active {
  opacity: 1;
  visibility: visible; }

@media (max-width: 1279px) {
  .menu {
    background-image: none; } }
.breadcrumbs {
  display: flex;
  padding: 0;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 0; }
  .breadcrumbs .breadcrumbs-link {
    display: block;
    color: #9DA0B2;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    position: relative; }
    .breadcrumbs .breadcrumbs-link a {
      color: #9DA0B2;
      transition: 0.2s ease-in-out; }
      .breadcrumbs .breadcrumbs-link a:hover {
        color: #F94141; }
      .breadcrumbs .breadcrumbs-link a::after {
        content: '';
        display: block;
        background-image: url(../images/icon/breadcrumbs-arrow.svg);
        width: 8px;
        height: 12px;
        position: absolute;
        right: -30px;
        top: 2px; }
      @media (max-width: 767px) {
        .breadcrumbs .breadcrumbs-link a::after {
          left: 0;
          transform: rotate(-180deg);
          top: 0px; } }
  @media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-link {
      padding-left: 28px; } }
  @media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-mobile-none {
      display: none; } }

@media (max-width: 1279px) {
  .breadcrumbs {
    margin-top: 42px; } }
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 22px; } }
.product-card {
  position: relative;
  display: flex;
  flex-direction: column; }
  .product-card .product-card__label-hit {
    position: absolute;
    font-weight: 500;
    line-height: 140%;
    background-color: #EA1F29;
    color: #fff;
    font-size: 13px;
    top: 16px;
    left: 16px;
    padding: 2.5px 6px;
    z-index: 1; }
  .product-card .product-card__label-new {
    position: absolute;
    font-weight: 500;
    line-height: 140%;
    background-color: #293484;
    color: #fff;
    font-size: 13px;
    top: 16px;
    left: 16px;
    padding: 2.5px 6px;
    z-index: 1; }
  .product-card .product-card__img-link {
    display: block; }
    .product-card .product-card__img-link .product-card__img {
      width: 100%;
      display: block;
      aspect-ratio: 454 / 555;
      object-fit: cover;
      height: 100%; }
    .product-card .product-card__img-link .default-img {
      opacity: 1;
      visibility: visible;
      position: relative; }
    .product-card .product-card__img-link .hover-img {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0; }
    .product-card .product-card__img-link:hover .default-img {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0; }
    .product-card .product-card__img-link:hover .hover-img {
      opacity: 1;
      visibility: visible;
      position: relative; }
    @media (max-width: 767px) {
      .product-card .product-card__img-link:hover .default-img {
        opacity: 1;
        visibility: visible;
        position: relative; }
      .product-card .product-card__img-link:hover .hover-img {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0; } }
  .product-card .product-card__name {
    color: #293484;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -0.3px;
    width: 100%;
    max-width: 360px;
    flex-grow: 1; }
  @media (max-width: 1279px) {
    .product-card .product-card__name {
      max-width: 300px;
      margin-top: 14px; } }
  @media (max-width: 767px) {
    .product-card .product-card__name {
      margin-top: 10px;
      font-size: 16px; } }
  .product-card .product-card__bottom {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 10px; }
    .product-card .product-card__bottom .product-card__price {
      color: #293484;
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      text-transform: uppercase; }
    @media (max-width: 767px) {
      .product-card .product-card__bottom .product-card__price {
        font-size: 16px; } }
    .product-card .product-card__bottom .product-card__color {
      display: flex;
      gap: 4px; }
      .product-card .product-card__bottom .product-card__color span {
        display: block;
        width: 11px;
        height: 11px;
        border: 1px solid #9DA0B2;
        border-radius: 50%; }

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  cursor: pointer; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox input:checked ~ span {
    background: #293484; }
    .custom-checkbox input:checked ~ span::before {
      content: "";
      display: block;
      border: 0 solid #fff;
      border-width: 0 2px 2px 0;
      height: 7px;
      margin: -6px 2px;
      position: absolute;
      right: 2px;
      top: 7px;
      transform: rotate(42deg);
      width: 4px; }
  .custom-checkbox span {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #9DA0B2;
    border-radius: 3px;
    position: relative; }
  .custom-checkbox p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #293484; }

.thanks {
  width: 100%;
  max-width: 900px;
  margin-top: 53px; }
  .thanks .thanks__back {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    text-decoration: underline;
    color: #293484; }
  .thanks .thanks__title {
    font-family: cska;
    font-weight: 400;
    font-size: 120px;
    line-height: 85%;
    text-transform: uppercase;
    color: #293484;
    margin-top: 72px;
    margin-bottom: 0; }
  @media (max-width: 1599px) {
    .thanks .thanks__title {
      font-size: 96px; } }
  @media (max-width: 1279px) {
    .thanks .thanks__title {
      font-size: 76px;
      margin-top: 42px; } }
  @media (max-width: 767px) {
    .thanks .thanks__title {
      font-size: 56px; } }
  .thanks .thanks__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #293484;
    margin-top: 16px; }
    .thanks .thanks__text a {
      color: #293484; }
  @media (max-width: 1599px) {
    .thanks .thanks__text {
      font-size: 16px; } }
  .thanks .thanks__order {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px; }
  @media (max-width: 1279px) {
    .thanks .thanks__order {
      margin-top: 20px;
      gap: 25px; } }
  @media (max-width: 767px) {
    .thanks .thanks__order {
      margin-top: 35px;
      gap: 18px; } }
  .thanks .thanks__item {
    display: flex;
    gap: 24px;
    background: #F2F3F5; }
    .thanks .thanks__item .thanks__image {
      width: 100%;
      max-width: 120px;
      height: 255px;
      display: block; }
      .thanks .thanks__item .thanks__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
    @media (max-width: 1279px) {
      .thanks .thanks__item .thanks__image {
        height: 208px; } }
    @media (max-width: 767px) {
      .thanks .thanks__item .thanks__image {
        width: 100%;
        max-width: 360px;
        height: 508px;
        margin: 0 auto; } }
    .thanks .thanks__item .thanks__info {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 100%;
      padding: 18px 37px 0 0; }
    @media (max-width: 1599px) {
      .thanks .thanks__item .thanks__info {
        padding: 14px 22px 0 0; } }
    @media (max-width: 1279px) {
      .thanks .thanks__item .thanks__info {
        gap: 21px; } }
    @media (max-width: 767px) {
      .thanks .thanks__item .thanks__info {
        padding: 6px 12px 12px 12px;
        gap: 13px; } }
    .thanks .thanks__item .thanks__row {
      display: flex;
      justify-content: space-between; }
      .thanks .thanks__item .thanks__row .thanks__row-flex {
        display: flex;
        gap: 16px; }
      @media (max-width: 767px) {
        .thanks .thanks__item .thanks__row .thanks__row-flex {
          flex-direction: column;
          gap: 4px; } }
      .thanks .thanks__item .thanks__row .thanks__name {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #293484;
        letter-spacing: 0.5px; }
      @media (max-width: 1599px) {
        .thanks .thanks__item .thanks__row .thanks__name {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .thanks .thanks__item .thanks__row .thanks__name {
          font-size: 14px; } }
      .thanks .thanks__item .thanks__row .thanks__code {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #9DA0B2; }
      @media (max-width: 1599px) {
        .thanks .thanks__item .thanks__row .thanks__code {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .thanks .thanks__item .thanks__row .thanks__code {
          font-size: 14px; } }
      .thanks .thanks__item .thanks__row .thanks__price {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #293484; }
      @media (max-width: 1599px) {
        .thanks .thanks__item .thanks__row .thanks__price {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .thanks .thanks__item .thanks__row .thanks__price {
          font-size: 14px;
          margin-top: 8px; } }
    @media (max-width: 767px) {
      .thanks .thanks__item .thanks__row {
        flex-direction: column; } }
    .thanks .thanks__item .thanks__details {
      display: flex;
      font-size: 18px;
      gap: 24px;
      letter-spacing: 0.7px; }
      .thanks .thanks__item .thanks__details span {
        color: #9DA0B2; }
      .thanks .thanks__item .thanks__details b {
        color: #293484; }
    @media (max-width: 1599px) {
      .thanks .thanks__item .thanks__details {
        font-size: 16px;
        gap: 20px; } }
    @media (max-width: 1279px) {
      .thanks .thanks__item .thanks__details {
        gap: 15px; } }
    @media (max-width: 767px) {
      .thanks .thanks__item .thanks__details {
        font-size: 14px;
        flex-wrap: wrap;
        gap: 9px; } }
  @media (max-width: 1599px) {
    .thanks .thanks__item {
      gap: 19px; } }
  @media (max-width: 1279px) {
    .thanks .thanks__item {
      gap: 16px; } }
  @media (max-width: 767px) {
    .thanks .thanks__item {
      flex-direction: column; } }

@media (max-width: 1599px) {
  .thanks {
    margin-top: 40px;
    max-width: 700px; } }
@media (max-width: 1279px) {
  .thanks {
    margin-top: 21px;
    max-width: 100%; } }
.error-page {
  margin-top: 50px; }
  .error-page .error-page__wrapper {
    background-color: #F2F3F5;
    padding: 163px 0;
    text-align: center; }
  @media (max-width: 1919px) {
    .error-page .error-page__wrapper {
      padding: 172px 0; } }
  @media (max-width: 1599px) {
    .error-page .error-page__wrapper {
      padding: 136px 0; } }
  @media (max-width: 1279px) {
    .error-page .error-page__wrapper {
      padding: 95px 0; } }
  @media (max-width: 767px) {
    .error-page .error-page__wrapper {
      padding: 86px 10px; } }
  .error-page .error-page__title {
    font-family: cska;
    font-weight: 400;
    font-size: 120px;
    line-height: 95%;
    text-transform: uppercase;
    color: #293484;
    margin: 0; }
  @media (max-width: 1599px) {
    .error-page .error-page__title {
      font-size: 96px; } }
  @media (max-width: 1279px) {
    .error-page .error-page__title {
      font-size: 76px; } }
  @media (max-width: 767px) {
    .error-page .error-page__title {
      font-size: 56px; } }
  @media (max-width: 400px) {
    .error-page .error-page__title {
      font-size: 50px; } }
  .error-page .error-page__message {
    font-weight: 400;
    line-height: 145%;
    font-size: 20px;
    color: #757583;
    margin-bottom: 0;
    margin-top: 20px; }
  @media (max-width: 1599px) {
    .error-page .error-page__message {
      font-size: 16px; } }
  .error-page .error-page__action-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: underline;
    color: #293484;
    display: block;
    margin-top: 50px; }
  @media (max-width: 1599px) {
    .error-page .error-page__action-link {
      font-size: 14px; } }

@media (max-width: 1279px) {
  .error-page {
    margin-top: 70px; } }
@media (max-width: 767px) {
  .error-page {
    margin-top: 50px; } }
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(29, 31, 43, 0.6);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden; }
  .cart-overlay .cart-modal {
    position: relative;
    width: 560px;
    right: -560px;
    background-color: #fff;
    transition: .5s; }
  @media (max-width: 1599px) {
    .cart-overlay .cart-modal {
      width: 480px;
      right: -380px; } }
  @media (max-width: 1279px) {
    .cart-overlay .cart-modal {
      width: 100%;
      right: -100%; } }
  .cart-overlay .cart-modal__header {
    display: flex;
    justify-content: space-between; }
    .cart-overlay .cart-modal__header .cart-modal__title {
      font-family: cska;
      font-weight: 400;
      font-size: 84px;
      line-height: 95%;
      text-transform: uppercase;
      color: #293484;
      margin: 0;
      margin-top: 26px;
      margin-left: 34px; }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__header .cart-modal__title {
        font-size: 52px;
        margin-top: 23px;
        margin-left: 25px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__header .cart-modal__title {
        font-size: 48px;
        margin-top: 19px;
        margin-left: 17px; } }
    .cart-overlay .cart-modal__header .cart-modal__close-btn {
      background-color: #E9EBEE;
      width: 100px;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border: none; }
      .cart-overlay .cart-modal__header .cart-modal__close-btn svg {
        width: 16px; }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__header .cart-modal__close-btn {
        width: 72px;
        height: 72px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__header .cart-modal__close-btn {
        width: 48px;
        height: 48px; } }
  .cart-overlay .cart-modal__body {
    position: relative; }
  .cart-overlay .cart-modal__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F2F3F5;
    margin-top: 28px;
    padding: 19px 33px; }
    .cart-overlay .cart-modal__meta .cart-modal__count {
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      text-transform: uppercase;
      color: #293484; }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__meta .cart-modal__count {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__meta .cart-modal__count {
        font-size: 14px; } }
    .cart-overlay .cart-modal__meta .cart-modal__clear {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      text-transform: uppercase;
      text-decoration: underline;
      color: #293484; }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__meta .cart-modal__clear {
        font-size: 12px; } }
  @media (max-width: 1279px) {
    .cart-overlay .cart-modal__meta {
      padding: 18px 31px;
      margin-top: 19px; } }
  @media (max-width: 767px) {
    .cart-overlay .cart-modal__meta {
      padding: 16px 12px; } }
  .cart-overlay .cart-modal__list {
    background-color: #F2F3F5;
    display: flex;
    flex-direction: column;
    gap: 2px;
    height: 500px;
    overflow: auto;
    padding-bottom: 200px; }
    .cart-overlay .cart-modal__list .cart-modal__item {
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      position: relative;
      gap: 10px; }
    .cart-overlay .cart-modal__list .cart-modal__item-left {
      display: flex;
      gap: 20px; }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-left {
        gap: 14px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-image {
      width: 100%;
      max-width: 74px;
      height: 135px;
      display: block; }
      .cart-overlay .cart-modal__list .cart-modal__item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }
    @media (max-width: 1599px) {
      .cart-overlay .cart-modal__list .cart-modal__item-image {
        height: 151px; } }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__list .cart-modal__item-image {
        height: 126px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-image {
        max-width: 60px;
        height: 152px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-info {
      padding-top: 20px; }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-info {
        padding-top: 11px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-name {
      font-weight: 500;
      font-size: 18px;
      line-height: 140%;
      color: #293484;
      text-transform: uppercase; }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__list .cart-modal__item-name {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-name {
        font-size: 14px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-meta {
      font-weight: 500;
      font-size: 14px;
      line-height: 140%;
      text-transform: uppercase;
      color: #9DA0B2;
      display: flex;
      gap: 18px;
      margin-top: 5px; }
      .cart-overlay .cart-modal__list .cart-modal__item-meta .meaning {
        color: #293484; }
    @media (max-width: 1599px) {
      .cart-overlay .cart-modal__list .cart-modal__item-meta {
        margin-top: 23px; } }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__list .cart-modal__item-meta {
        font-size: 12px;
        margin-top: 8px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-meta {
        margin-top: 32px; } }
    .cart-overlay .cart-modal__list .quantity__block {
      display: flex;
      gap: 5px; }
      .cart-overlay .cart-modal__list .quantity__block .qty-btn {
        color: #293484;
        background: transparent;
        border: none;
        outline: none;
        margin: 0;
        padding: 0;
        cursor: pointer; }
      .cart-overlay .cart-modal__list .quantity__block .minus {
        font-size: 14px;
        font-weight: 500; }
      @media (max-width: 767px) {
        .cart-overlay .cart-modal__list .quantity__block .minus {
          font-size: 12px; } }
      .cart-overlay .cart-modal__list .quantity__block .plus {
        font-size: 26px; }
      @media (max-width: 767px) {
        .cart-overlay .cart-modal__list .quantity__block .plus {
          font-size: 24px; } }
      .cart-overlay .cart-modal__list .quantity__block input {
        color: #293484;
        font-size: 18px;
        min-width: 2ch;
        width: 36px;
        height: 25px;
        font-weight: 500;
        line-height: 140%;
        text-align: center;
        text-transform: uppercase;
        border: none;
        background: transparent;
        margin-top: 4px;
        outline: none; }
      @media (max-width: 767px) {
        .cart-overlay .cart-modal__list .quantity__block input {
          font-size: 16px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .quantity__block {
        margin-top: 15px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end; }
    .cart-overlay .cart-modal__list .cart-modal__item-prices {
      display: flex;
      flex-direction: column;
      gap: 2px;
      padding-top: 20px;
      padding-right: 20px; }
      .cart-overlay .cart-modal__list .cart-modal__item-prices .cart-modal__item-price {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-transform: uppercase;
        color: #293484;
        white-space: nowrap; }
      @media (max-width: 1279px) {
        .cart-overlay .cart-modal__list .cart-modal__item-prices .cart-modal__item-price {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .cart-overlay .cart-modal__list .cart-modal__item-prices .cart-modal__item-price {
          font-size: 14px; } }
      .cart-overlay .cart-modal__list .cart-modal__item-prices .now-price {
        color: #F94141; }
      .cart-overlay .cart-modal__list .cart-modal__item-prices .old-price {
        color: #9DA0B2;
        text-decoration: line-through; }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-prices {
        padding-top: 12px;
        padding-right: 15px; } }
    .cart-overlay .cart-modal__list .cart-modal__item-remove {
      background-color: #E9EBEE;
      width: 54px;
      height: 54px;
      display: flex;
      justify-content: center;
      align-items: center;
      outline: none;
      border: none;
      cursor: pointer;
      padding: 0; }
    @media (max-width: 1279px) {
      .cart-overlay .cart-modal__list .cart-modal__item-remove {
        width: 48px;
        height: 48px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart-modal__list .cart-modal__item-remove {
        width: 32px;
        height: 32px; } }
  .cart-overlay .cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 560px; }
    .cart-overlay .cart__footer .cart__total {
      display: flex;
      justify-content: space-between;
      background-color: #E9EBEE;
      font-weight: 500;
      font-size: 22px;
      line-height: 130%;
      text-transform: uppercase;
      color: #293484;
      padding: 20px 33px 13px 33px; }
    @media (max-width: 1279px) {
      .cart-overlay .cart__footer .cart__total {
        font-size: 18px;
        padding: 18px 26px 12px 26px; } }
    @media (max-width: 767px) {
      .cart-overlay .cart__footer .cart__total {
        font-size: 16px;
        padding: 18px 17px 12px 17px; } }
    .cart-overlay .cart__footer .cart__checkout {
      color: #fff;
      height: 110px;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 10px 12px;
      letter-spacing: 1px;
      display: flex;
      align-items: end;
      width: 100%;
      background-color: #EA1F29;
      position: relative;
      outline: none;
      border: none;
      cursor: pointer; }
      .cart-overlay .cart__footer .cart__checkout::after {
        display: block;
        content: '';
        background-image: url(../images/icon/go-icon-white.svg);
        width: 18px;
        height: 18px;
        position: absolute;
        top: 7px;
        right: 10px; }
    @media (max-width: 1279px) {
      .cart-overlay .cart__footer .cart__checkout {
        height: 84px;
        font-size: 12px; } }
  @media (max-width: 1599px) {
    .cart-overlay .cart__footer {
      max-width: 480px; } }
  @media (max-width: 1279px) {
    .cart-overlay .cart__footer {
      max-width: 100%; } }

body.cart-modal-active {
  overflow: hidden;
  padding-right: 15px; }
  body.cart-modal-active .cart-overlay {
    opacity: 1;
    visibility: visible; }
  body.cart-modal-active .cart-modal {
    right: 0; }

@media (max-width: 767px) {
  body.cart-modal-active {
    padding-right: 0; } }
.search-page {
  margin-top: 37px; }
  .search-page .search-title {
    color: #293484;
    font-family: cska;
    font-weight: 400;
    font-size: 176px;
    line-height: 82%;
    text-transform: uppercase;
    margin: 0; }
  @media (max-width: 1599px) {
    .search-page .search-title {
      font-size: 144px; } }
  @media (max-width: 1279px) {
    .search-page .search-title {
      font-size: 104px; } }
  @media (max-width: 767px) {
    .search-page .search-title {
      font-size: 72px; } }
  .search-page .search-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-top: 31px; }
    .search-page .search-form .search-form__field {
      position: relative;
      width: 100%;
      border-bottom: 2px solid #293484;
      max-width: 1612px; }
    .search-page .search-form .search-form__icon {
      position: absolute;
      z-index: 1;
      left: 0;
      pointer-events: none; }
      @media (max-width: 1279px) {
        .search-page .search-form .search-form__icon svg {
          width: 17px; } }
    @media (max-width: 1279px) {
      .search-page .search-form .search-form__icon {
        top: 6px; } }
    .search-page .search-form .search-form__input {
      position: relative;
      width: 100%; }
      .search-page .search-form .search-form__input input {
        outline: none;
        width: 100%;
        height: 46px;
        border: none;
        border-radius: 4px;
        padding: 5px 16px 11px 37px;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
        color: #293484;
        font-weight: 500;
        font-family: "ony one"; }
      @media (max-width: 1279px) {
        .search-page .search-form .search-form__input input {
          font-size: 18px;
          padding: 5px 16px 3px 23px; } }
      .search-page .search-form .search-form__input .input-text {
        top: 1px;
        font-size: 20px;
        position: absolute;
        transition: .5s;
        font-weight: 500;
        line-height: 24px;
        left: 35px;
        pointer-events: none;
        color: #9DA0B2; }
      @media (max-width: 1279px) {
        .search-page .search-form .search-form__input .input-text {
          font-size: 16px;
          left: 28px;
          top: 7px; } }
      .search-page .search-form .search-form__input input:focus ~ .input-text {
        font-size: 14px;
        line-height: 10px;
        top: -8px;
        left: 38px; }
      @media (max-width: 1279px) {
        .search-page .search-form .search-form__input input:focus ~ .input-text {
          top: 0;
          left: 24px; } }
      .search-page .search-form .search-form__input .input-focus {
        font-size: 14px;
        line-height: 10px;
        top: -8px;
        left: 38px; }
      @media (max-width: 1279px) {
        .search-page .search-form .search-form__input .input-focus {
          top: 0;
          left: 24px; } }
    .search-page .search-form .search-form__clear {
      position: absolute;
      z-index: 1;
      right: 4px;
      top: 4px;
      cursor: pointer; }
    .search-page .search-form .search-form__submit {
      color: #fff;
      height: 110px;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 8px 10px;
      display: flex;
      align-items: end;
      position: relative;
      z-index: 3;
      background-color: #293484;
      border: none;
      width: 100%;
      max-width: 184px; }
    @media (max-width: 1599px) {
      .search-page .search-form .search-form__submit {
        height: 96px;
        max-width: 160px; } }
    @media (max-width: 1279px) {
      .search-page .search-form .search-form__submit {
        font-size: 12px;
        height: 84px;
        max-width: 136px; } }
    @media (max-width: 767px) {
      .search-page .search-form .search-form__submit {
        max-width: 100%; } }
  @media (max-width: 1279px) {
    .search-page .search-form {
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .search-page .search-form {
      flex-direction: column;
      gap: 19px;
      margin-top: 37px; } }
  .search-page .search-results__header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 43px; }
    .search-page .search-results__header .search-results__label {
      font-family: cska;
      font-weight: 500;
      font-size: 36px;
      line-height: 95%;
      text-transform: uppercase;
      color: #293484; }
    @media (max-width: 1599px) {
      .search-page .search-results__header .search-results__label {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .search-page .search-results__header .search-results__label {
        font-size: 24px; } }
    .search-page .search-results__header .search-results__count {
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      text-align: center;
      text-transform: uppercase;
      color: #293484;
      background-color: #E9EBEE;
      width: 30px;
      height: 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 1599px) {
      .search-page .search-results__header .search-results__count {
        width: 24px;
        height: 20px; } }
    @media (max-width: 767px) {
      .search-page .search-results__header .search-results__count {
        font-size: 14px;
        width: 22px;
        height: 18px; } }
  @media (max-width: 1279px) {
    .search-page .search-results__header {
      margin-top: 24px; } }
  .search-page .no-result .search-results__label {
    color: #9DA0B2; }
  .search-page .no-result .search-results__count {
    color: #9DA0B2; }

@media (max-width: 767px) {
  .search-page {
    margin-top: 23px; } }
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(29, 31, 43, 0.6);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden; }
  .search-overlay .search-modal {
    position: relative;
    width: 100%;
    max-width: 1940px;
    margin: 0 auto;
    height: max-content;
    background-color: #fff;
    transition: .5s; }
  .search-overlay .search-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 29px; }
    .search-overlay .search-form .search-form__left {
      position: relative;
      width: 100%;
      max-width: 1612px; }
    @media (max-width: 767px) {
      .search-overlay .search-form .search-form__left {
        margin-top: 26px; } }
    .search-overlay .search-form .search-form__icon {
      position: absolute;
      z-index: 1;
      left: 24px;
      top: 5px;
      pointer-events: none; }
      @media (max-width: 1599px) {
        .search-overlay .search-form .search-form__icon svg {
          width: 17px; } }
    .search-overlay .search-form .search-form__input {
      position: relative;
      width: 100%; }
      .search-overlay .search-form .search-form__input input {
        outline: none;
        width: 100%;
        height: 56px;
        border: none;
        border-radius: 4px;
        padding: 5px 16px 11px 62px;
        font-size: 21px;
        line-height: 120%;
        text-transform: uppercase;
        color: #293484;
        font-weight: 500;
        font-family: "ony one"; }
      @media (max-width: 1599px) {
        .search-overlay .search-form .search-form__input input {
          font-size: 19px;
          padding: 0px 16px 11px 49px; } }
      @media (max-width: 767px) {
        .search-overlay .search-form .search-form__input input {
          height: 52px; } }
      .search-overlay .search-form .search-form__input .input-text {
        top: 5px;
        font-size: 18px;
        position: absolute;
        transition: .5s;
        font-weight: 500;
        line-height: 24px;
        left: 60px;
        pointer-events: none;
        color: #9DA0B2; }
      @media (max-width: 1599px) {
        .search-overlay .search-form .search-form__input .input-text {
          font-size: 16px;
          left: 48px; } }
      .search-overlay .search-form .search-form__input input:focus ~ .input-text {
        font-size: 14px;
        line-height: 10px;
        top: -1px;
        left: 61px; }
      @media (max-width: 1599px) {
        .search-overlay .search-form .search-form__input input:focus ~ .input-text {
          left: 48px; } }
      .search-overlay .search-form .search-form__input .input-focus {
        font-size: 14px;
        line-height: 10px;
        top: -1px;
        left: 61px; }
      @media (max-width: 1599px) {
        .search-overlay .search-form .search-form__input .input-focus {
          left: 48px; } }
    .search-overlay .search-form .search-form__clear {
      position: absolute;
      z-index: 1;
      right: 0;
      top: 7px;
      cursor: pointer; }
    @media (max-width: 767px) {
      .search-overlay .search-form .search-form__clear {
        right: 28px; } }
    .search-overlay .search-form .search-form__right {
      display: flex;
      width: 100%;
      max-width: 272px; }
    @media (max-width: 767px) {
      .search-overlay .search-form .search-form__right {
        max-width: 100%; } }
    .search-overlay .search-form .search-form__submit {
      color: #fff;
      height: 84px;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 8px 10px;
      display: flex;
      align-items: end;
      position: relative;
      z-index: 3;
      background-color: #293484;
      border: none;
      width: 100%;
      max-width: 136px; }
    @media (max-width: 1599px) {
      .search-overlay .search-form .search-form__submit {
        height: 84px;
        max-width: 160px; } }
    @media (max-width: 767px) {
      .search-overlay .search-form .search-form__submit {
        max-width: 77%; } }
    .search-overlay .search-form .search-form__cancel {
      color: #fff;
      height: 84px;
      font-weight: 500;
      font-size: 12px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 8px 10px;
      display: flex;
      align-items: end;
      position: relative;
      z-index: 3;
      background-color: #fff;
      color: #293484;
      border: none;
      width: 100%;
      max-width: 136px; }
    @media (max-width: 1599px) {
      .search-overlay .search-form .search-form__cancel {
        height: 84px;
        max-width: 160px; } }
    @media (max-width: 767px) {
      .search-overlay .search-form .search-form__cancel {
        max-width: 23%;
        background-color: #F2F3F5; } }
  @media (max-width: 767px) {
    .search-overlay .search-form {
      flex-direction: column;
      gap: 0; } }
  .search-overlay .search-suggestions {
    background-color: #E6E8EB;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0;
    margin: 0; }
    .search-overlay .search-suggestions .suggestion-item {
      background-color: #F2F3F5;
      position: relative;
      padding: 12px 0 16px 18px; }
      .search-overlay .search-suggestions .suggestion-item a {
        display: flex;
        gap: 16px; }
    .search-overlay .search-suggestions .suggestion-item__link {
      display: block;
      width: 72px;
      height: 72px; }
      .search-overlay .search-suggestions .suggestion-item__link img {
        width: 100%; }
    @media (max-width: 1599px) {
      .search-overlay .search-suggestions .suggestion-item__link {
        width: 68px;
        height: 68px; } }
    .search-overlay .search-suggestions .suggestion-item__title {
      font-weight: 400;
      font-size: 17px;
      line-height: 145%;
      color: #293484;
      letter-spacing: 0.2px; }
      .search-overlay .search-suggestions .suggestion-item__title mark {
        background-color: #F7B837; }
    @media (max-width: 1599px) {
      .search-overlay .search-suggestions .suggestion-item__title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .search-overlay .search-suggestions .suggestion-item__title {
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .search-overlay .search-suggestions .suggestion-item__arrow {
      position: absolute;
      right: 20px; }
  .search-overlay .search-footer {
    text-align: center;
    position: relative;
    padding: 22px 0;
    font-weight: 500; }
    .search-overlay .search-footer .view-all-results {
      color: #293484; }
    .search-overlay .search-footer .search-footer__arrow {
      position: absolute;
      right: 24px; }

body.search-modal-active {
  overflow: hidden;
  padding-right: 15px; }
  body.search-modal-active .search-overlay {
    opacity: 1;
    visibility: visible; }

@media (max-width: 767px) {
  body.search-modal-active {
    padding-right: 0; } }
.content {
  font-size: 18px;
  text-align: justify; }
  .content h1 {
    font-family: cska;
    font-weight: 400;
    line-height: 82%;
    color: #293484;
    margin-top: 36px;
    margin-bottom: 0;
    font-size: 176px;
    text-transform: uppercase;
    text-align: left; }
  @media (max-width: 1599px) {
    .content h1 {
      font-size: 145px; } }
  @media (max-width: 1279px) {
    .content h1 {
      font-size: 104px; } }
  @media (max-width: 767px) {
    .content h1 {
      font-size: 72px; } }
  .content h2 {
    font-family: cska;
    font-weight: 400;
    line-height: 82%;
    color: #293484;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 80px;
    text-transform: uppercase;
    text-align: left; }
  @media (max-width: 1599px) {
    .content h2 {
      font-size: 58px; } }
  @media (max-width: 1279px) {
    .content h2 {
      font-size: 44px; } }
  @media (max-width: 767px) {
    .content h2 {
      font-size: 36px; } }
  .content h3 {
    font-family: cska;
    font-weight: 400;
    line-height: 82%;
    color: #293484;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 40px;
    text-transform: uppercase;
    text-align: left; }
  @media (max-width: 1599px) {
    .content h3 {
      font-size: 30px; } }
  @media (max-width: 1279px) {
    .content h3 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .content h3 {
      font-size: 24px; } }
  .content p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 18px; }
  @media (max-width: 767px) {
    .content p {
      font-size: 14px; } }
  .content a {
    color: #293484; }
  .content ul {
    list-style: none; }
  .content ul {
    margin: 0;
    padding: 0;
    margin-top: 15px; }
  .content ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0;
    margin-top: 15px; }
  .content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 8px;
    height: 8px;
    background-color: #293484;
    border-radius: 50%; }
  .content ol {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    padding-left: 33px; }
  .content ol li {
    margin-bottom: 0;
    margin-top: 15px; }

@media (max-width: 767px) {
  .content {
    font-size: 14px; } }
.product-popup-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  .product-popup-overlay .product-popup {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 20px 30px;
    border-radius: 12px;
    font-size: 18px;
    color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.95);
    opacity: 0; }

.product-popup-overlay.active {
  opacity: 1; }
  .product-popup-overlay.active .product-popup {
    transform: scale(1);
    opacity: 1; }

/*# sourceMappingURL=common.css.map */
