html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.hide {display:none!important }


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic-Regular/NTSomic-Regular.eot");
  src: url("../fonts/NTSomic-Regular/NTSomic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NTSomic-Regular/NTSomic-Regular.woff2") format("woff2"), url("../fonts/NTSomic-Regular/NTSomic-Regular.woff") format("woff"), url("../fonts/NTSomic-Regular/NTSomic-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Oddval";
  src: url("../fonts/Oddval-Medium/Oddval-Medium.eot");
  src: url("../fonts/Oddval-Medium/Oddval-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Oddval-Medium/Oddval-Medium.woff2") format("woff2"), url("../fonts/Oddval-Medium/Oddval-Medium.woff") format("woff"), url("../fonts/Oddval-Medium/Oddval-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "";
  src: url("../fonts/Oddval-SemiBold/Oddval-SemiBold.eot");
  src: url("../fonts/Oddval-SemiBold/Oddval-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oddval-SemiBold/Oddval-SemiBold.woff2") format("woff2"), url("../fonts/Oddval-SemiBold/Oddval-SemiBold.woff") format("woff"), url("../fonts/Oddval-SemiBold/Oddval-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgba(40, 139, 97, 0.1);
  border-radius: 50%;
  transition: 0.5s;
}

.slick-dots li.slick-active {
  background: rgba(40, 139, 97, 0.7);
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 0.5208333333vw;
}

body {
  background: #000417;
  font: 400 1.6rem/1.3 "NTSomic", sans-serif;
  color: #FFFFFF;
}

body.hidden {
  overflow: hidden;
}

.overflowH {
  overflow: hidden;
}

a {
  color: #FFFFFF;
  transition: 0.25s;
}

a:hover {
  color: #FFA825;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

svg {
  transition: 0.25s;
}

strong {
  font-weight: 500;
}

h1,
.h1 {
  font: 500 6.4rem/1.2 "Oddval", sans-serif;
  text-transform: uppercase;
}

h1 span,
.h1 span {
  font-weight: 600;
  color: #5D8ADF;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2,
.h2 {
  font: 500 4.8rem/1.2 "Oddval", sans-serif;
  letter-spacing: -0.144rem;
  text-transform: uppercase;
}

h2 span,
.h2 span {
  font-weight: 600;
  color: #5D8ADF;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3,
.h3 {
  font: 500 3.6rem/1.2 "Oddval", sans-serif;
  text-transform: uppercase;
}

h3 span,
.h3 span {
  font-weight: 600;
  color: #5D8ADF;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h4,
.h4 {
  font: 500 2.8rem/1.2 "Oddval", sans-serif;
  letter-spacing: -0.084rem;
}

.buttonWrap {
  display: flex;
}

.buttonWrap.center {
  justify-content: center;
}

.buttonWrap.right {
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 6.4rem;
  background: #FFA825;
  box-shadow: 0 0 8.1rem 0 rgba(255, 168, 0, 0.4);
  border-radius: 5rem;
  border: none;
  padding: 1rem 4rem;
  font: 400 2.4rem/1.2 "NTSomic", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.errorMessage{
  display: none;
  color: red;
  padding: 5px 10px;
  font-size: 14px;
}

.error .errorMessage{
  display: block;
}
.error input{
  border: 3px solid red;
}


.btn:disabled {
  opacity: 0.5;
}
.btn:disabled:hover {
  cursor: default;
  box-shadow: 0 0 8.1rem 0 rgba(255, 168, 0, 0.4);
  background: #FFA825;
  color: #FFFFFF;
}

.btn:hover {
  background: #f19100;
  box-shadow: 0 0 8.1rem 0 rgba(255, 168, 0, 0.75);
  color: #FFFFFF;
}

.btn_white {
  background: #FFFFFF;
  color: #0E1B36;
}

.btn_white:hover {
  background: #0E1B36;
  color: #FFFFFF;
  box-shadow: 0 0 8.1rem 0 rgba(255, 255, 255, 0.25);
}

.input {
  margin-bottom: 3rem;
}

.input:last-child {
  margin-bottom: 0;
}

.input__label {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

input {
  width: 100%;
  height: 6rem;
  background: #FFFFFF;
  border: none;
  border-radius: 3.6rem;
  padding: 0 3rem;
  font: 400 2.2rem/1.2 "NTSomic", sans-serif;
  color: #0E1B36;
}

input::placeholder {
  font: 400 2.2rem/1.2 "NTSomic", sans-serif;
  color: #B3B3B3;
}

textarea {
  width: 100%;
  min-height: 17rem;
  background: #FFFFFF;
  border: none;
  border-radius: 3.6rem;
  padding: 2.5rem 3rem;
  font: 400 2.2rem/1.2 "NTSomic", sans-serif;
  color: #0E1B36;
}

textarea::placeholder {
  font: 400 2.2rem/1.2 "NTSomic", sans-serif;
  color: #B3B3B3;
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.36);
  background-blend-mode: darken;
  box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(40px);
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobMenu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.mobMenu__logo {
  font: 400 32px/1 "Oddval", sans-serif;
  letter-spacing: -2.16px;
  color: #FFFFFF;
}

.mobMenu__logo span {
  color: #5D8ADF;
  font-weight: 600;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobMenu__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  display: flex;
  align-items: center;
}

.mobMenu__wrap {
  display: flex;
  align-items: flex-start;
}

.mobileMenu {
  width: 261px;
  font-size: 32px;
}

.mobileMenu__item {
  display: block;
  margin-bottom: 50px;
}

.mobileMenu__item:last-child {
  margin-bottom: 0;
}

.mobMenuGames {
  width: calc(100% - 261px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.mobMenuGames__item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(51, 72, 113, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.25s;
}

.mobMenuGames__item img {
  width: 72px;
}

.sidebar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 10rem;
  height: 100vh;
  border-right: 0.3rem solid rgba(143, 155, 255, 0.04);
  background: #051428;
  backdrop-filter: blur(20.5px);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.sidebar::before {
  content: "";
  position: absolute;
  top: 6.2rem;
  right: 8.5rem;
  width: 22.2rem;
  height: 22.2rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.5;
  filter: blur(9.6rem);
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.sidebar__item {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #142241;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.25s;
}

.sidebar__item img {
  width: 3.6rem;
}

.sidebar__item:hover {
  background: #203668;
  scale: 1.25;
}

.notification {
  margin-bottom: 7rem;
  position: relative;
  cursor: pointer;
}

.notification__icon {
  width: 3rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.notification__icon img {
  width: 3rem;
  position: relative;
  z-index: 2;
}

.notification__icon::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0.1rem;
  right: 0.1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFA825;
}

.notification__icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: 0 0 5rem 1rem rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.25s;
}

.notification__list {
  display: none;
  position: absolute;
  top: calc(100% + 3rem);
  left: 0;
  width: 40rem;
  border-radius: 20px;
  border: 0.3rem solid rgba(255, 255, 255, 0.05);
  background: #051428;
  font-size: 1.8rem;
}

.notification__list::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: transparent;
}

.notification__list li {
  border-bottom: 0.3rem solid rgba(255, 255, 255, 0.05);
  padding: 1.2rem 2rem;
  padding-left: 5rem;
  position: relative;
}

.notification__list li:last-child {
  border-bottom: none;
}

.notification__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  translate: 0 -50%;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #939393;
  transition: 0.25s;
}

.notification__list li:hover::before {
  background: #FFFFFF;
}

.notification__list li.unwatched::before {
  background: #FFA825;
}

.notification.unwatched .notification__icon::before {
  display: block;
}

.notification:hover .notification__icon::after {
  opacity: 1;
}

.notification:hover .notification__list {
  display: block;
}

.mobNotification {
  display: none;
  position: relative;
  margin-right: 24px;
}

.mobNotification__icon {
  width: 36px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.mobNotification__icon img {
  width: 36px;
  position: relative;
  z-index: 2;
}

.mobNotification__icon::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFA825;
}

.mobNotification__list {
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  translate: -50% 0;
  width: calc(100% - 40px);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  background: #051428;
  font-size: 18px;
}

.mobNotification__list li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding: 12px 15px;
  padding-left: 40px;
  position: relative;
}

.mobNotification__list li:last-child {
  border-bottom: none;
}

.mobNotification__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939393;
  transition: 0.25s;
}

.mobNotification__list li:hover::before {
  background: #FFFFFF;
}

.mobNotification__list li.unwatched::before {
  background: #FFA825;
}

.mobNotification.unwatched .mobNotification__icon::before {
  display: block;
}

.mobNotification:hover .mobNotification__list {
  display: block;
}

.pageContent {
  min-height: 100vh;
  padding-left: 16rem;
  padding-right: 8.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.bgLight1 {
  position: absolute;
  z-index: 1;
  top: 12rem;
  left: 73rem;
  width: 23.8rem;
  height: 23.8rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.5;
  filter: blur(9.6rem);
}

.bgLight2 {
  position: absolute;
  z-index: 1;
  top: 35.9rem;
  right: 47.6em;
  width: 32.2rem;
  height: 32.2rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.25;
  filter: blur(10rem);
}

.bgLight3 {
  position: absolute;
  z-index: 1;
  top: 45.5rem;
  left: 12.1rem;
  width: 28.4rem;
  height: 28.4rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.5;
  filter: blur(9.6rem);
}

.bgLight4 {
  position: absolute;
  z-index: 1;
  top: 73.9rem;
  left: -1.8rem;
  width: 28.4rem;
  height: 28.4rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.25;
  filter: blur(9.6rem);
}

.bgLight5 {
  position: absolute;
  z-index: 1;
  top: 81.1rem;
  left: 97.9rem;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #AF5EE0;
  opacity: 0.5;
  filter: blur(9.6rem);
}

.bgLight6 {
  position: absolute;
  z-index: 1;
  top: 72.2rem;
  left: calc(100% - 15.3rem);
  width: 44.2rem;
  height: 44.2rem;
  border-radius: 50%;
  background: #AF5EE0;
  opacity: 0.3;
  filter: blur(9.6rem);
}

.bgLight7 {
  position: absolute;
  z-index: 1;
  top: 141.8rem;
  left: 50%;
  translate: -50% 0;
  width: 43.8rem;
  height: 43.8rem;
  border-radius: 50%;
  background: #5E82E0;
  opacity: 0.25;
  filter: blur(9.6rem);
}

.header {
  position: relative;
  z-index: 49;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  font: 400 3.6rem/1 "Oddval", sans-serif;
  letter-spacing: -0.216rem;
  color: #FFFFFF;
}

.header__logo span {
  color: #5D8ADF;
  font-weight: 600;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__logo:hover {
  color: #FFFFFF;
}

.header__right {
  display: flex;
  align-items: center;
}

.headerMenu {
  display: flex;
  align-items: center;
  gap: 8rem;
}

.headerMenu__item {
  font-size: 2rem;
  position: relative;
}

.burger {
  display: none;
}

.footer {
  translate: -16rem 0;
  width: calc(100% + 24.5rem);
  background: #0b031f;
  padding: 5rem 8.5rem;
  padding-left: 16rem;
  text-align: center;
  margin: auto;
  margin-bottom: 0;
}

.footer__copyright {
  text-align: center;
  font-size: 2.4rem;
  color: #A19AB5;
}

.footerLogos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 2.5rem;
}

.footerLogos:last-child {
  margin-bottom: 0;
}

.footerLogos__item {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
}

.footerLogos__item img {
  width: 100%;
}

.footerLogos__item:first-child {
  width: 7.9rem;
}

.footerLogos__item:nth-child(2) {
  width: 10rem;
}

.footerLogos__item:nth-child(3) {
  width: 17.7rem;
}

.footerLogos__item:nth-child(4) {
  width: 10.3rem;
}

.footerLogos__item:nth-child(5) {
  width: 15.9rem;
}

.section {
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}

.section__title {
  margin-bottom: 3rem;
}

.section__title:last-child {
  margin-bottom: 0;
}

.section.section_noPad {
  padding-top: 0;
  padding-bottom: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_lgPad {
  padding: 7rem 0;
}

.section_lgPadT {
  padding-top: 7rem;
}

.section_lgPadB {
  padding-bottom: 7rem;
}

.mainBannerBlock {
  position: relative;
  margin-bottom: 5rem;
}

.mainBannerBlock:last-child {
  margin-bottom: 0;
}

.mainBannerBlock__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%), #FFA800;
  box-shadow: 0 1.9rem 5.1rem 0 rgba(94, 138, 224, 0.55);
  cursor: pointer;
  transition: 0.25s;
}

.mainBannerBlock__arrow img {
  width: 1.4rem;
}

.mainBannerBlock__arrow:hover {
  scale: 1.1;
  box-shadow: 0 1.9rem 5.1rem 0 rgba(94, 138, 224, 0.8);
}

.mainBannerBlock__arrow.prev {
  left: -3.2rem;
}

.mainBannerBlock__arrow.next {
  right: -3.2rem;
}

.mainBannerBlock__arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

.mainBannerBlock__wrap {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -2.5rem;
}

.mainBannerBlock .slick-list,
.mainBannerBlock .slick-track {
  display: flex;
}

.mainBanner {
  margin: 0 2.5rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  position: relative;
  border-radius: 4.6rem;
  overflow: hidden;
  transition: 0.5s;
}

.mainBanner::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}

.mainBanner__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mainBanner__profit {
  position: absolute;
  z-index: 4;
  top: 6rem;
  right: 3.5rem;
  min-height: 5rem;
  border-radius: 5rem;
  background: #FFA825;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 8.1rem 0 rgba(255, 168, 0, 0.4);
  padding: 0.5rem 3rem;
  font-size: 2.4rem;
  letter-spacing: -0.084rem;
  color: #FFFFFF;
  cursor: default;
}

.mainBanner__content {
  max-width: 62rem;
  height: 100%;
  padding: 6rem;
  padding-left: 8rem;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainBanner__title {
  margin-bottom: 2.4rem;
  line-height: 1.2;
}

.mainBanner__text {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.mainBanner__text p {
  margin-bottom: 1rem;
}

.mainBanner__text p:last-child {
  margin-bottom: 0;
}

.mainBanner__buttons .btn {
  padding-left: 8rem;
  padding-right: 8rem;
}

.storeInfo {
  display: flex;
  gap: 3rem;
}

.storeInfo__wrap {
  width: calc(56% - 1rem);
  border-radius: 4.6rem;
  background: radial-gradient(344.25% 119.68% at 39.73% 45.89%, rgba(76, 128, 193, 0.15) 0%, rgba(84, 126, 176, 0.15) 45.68%, rgba(239, 52, 255, 0.15) 100%);
  box-shadow: 0 0 0 0 #000;
  backdrop-filter: blur(7rem);
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.storeInfo__wrap .storeInfoItem {
  width: 33.33%;
  margin: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: unset;
  border-radius: 0;
  padding: 0 1.5rem;
}

.storeInfoItem {
  width: calc(22% - 1rem);
  border-radius: 4.6rem;
  background: radial-gradient(455.23% 124.31% at 78.59% 76.13%, rgba(76, 128, 193, 0.15) 0%, rgba(84, 126, 176, 0.15) 45.68%, rgba(239, 52, 255, 0.15) 100%);
  box-shadow: 0 0 0 0 #000;
  backdrop-filter: blur(70px);
  padding: 3.5rem 1.5rem;
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.storeInfoItem__head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.storeInfoItem__icon {
  width: 8.4rem;
  margin-right: 1.5rem;
}

.storeInfoItem__icon:last-child {
  margin-right: 0;
}

.storeInfoItem__headText {
  font: 500 5.6rem/1.2 "Oddval", sans-serif;
  color: #FFFFFF;
}

.storeInfoItem__headText span {
  color: #393A61;
}

.storeInfoItem__title {
  margin-bottom: 0.8rem;
}

.storeInfoItem__text {
  font-size: 2rem;
}

.assortment {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 4rem;
}

.assortment:last-child {
  margin-bottom: 0;
}

.assortmentItem {
  padding: 3.5rem 2.5rem;
  background: linear-gradient(100deg, rgba(76, 128, 193, 0.05) -38.4%, rgba(84, 126, 176, 0.05) 23.28%, rgba(239, 52, 255, 0.05) 93.07%);
  border-radius: 4.6rem;
  backdrop-filter: blur(7rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.assortmentItem::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-radius: 50%;
}

.assortmentItem::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  opacity: 0;
  background: #0E2133;
  transition: 0.6s;
}

.assortmentItem__logo {
  display: block;
  position: relative;
  z-index: 4;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.assortmentItem__logo img {
  width: 100%;
  max-height: 100%;
}

.assortmentItem__name {
  position: absolute;
  z-index: 5;
  bottom: 3rem;
  left: 0;
  width: 100%;
  font-size: 2rem;
  color: #4A476C;
  transition: 0.4s;
}

.assortmentItem:hover .assortmentItem__name {
  color: #FFFFFF;
}

.assortmentItem:hover::after {
  width: 150%;
  height: 150%;
  opacity: 1;
}

.assortmentItem:first-child::before,
.assortmentItem:nth-child(6)::before {
  box-shadow: 0 0 15rem 7rem #474444;
}

.assortmentItem:nth-child(2)::before,
.assortmentItem:nth-child(5)::before,
.assortmentItem:nth-child(8)::before,
.assortmentItem:nth-child(10)::before {
  box-shadow: 0 0 15rem 7rem rgba(84, 126, 176, 0.5);
}

.assortmentItem:nth-child(3)::before {
  box-shadow: 0 0 15rem 7rem rgba(240, 25, 25, 0.5);
}

.assortmentItem:nth-child(4)::before {
  box-shadow: 0 0 15rem 7rem rgba(233, 158, 16, 0.5);
}

.assortmentItem:nth-child(7)::before {
  box-shadow: 0 0 15rem 7rem rgba(254, 199, 0, 0.5);
}

.assortmentItem:nth-child(9)::before {
  box-shadow: 0 0 15rem 7rem rgba(219, 162, 75, 0.5);
}

.lastBuy {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
}

.lastBuyItem {
  flex: 0 0 auto;
  width: 22rem;
}

.lastBuyItem__image {
  aspect-ratio: 220/140;
  border-radius: 1.2rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.lastBuyItem__image:last-child {
  margin-bottom: 0;
}

.lastBuyItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lastBuyItem__name {
  text-align: center;
  font-size: 2rem;
}

.singleBanner {
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  position: relative;
  border-radius: 4.6rem;
  overflow: hidden;
}

.singleBanner::before {
  display: none;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.singleBanner__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.singleBanner__profit {
  position: absolute;
  z-index: 4;
  top: 4rem;
  right: 4rem;
  min-height: 5.4rem;
  border-radius: 5rem;
  background: #FFA825;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 8.1rem 0 rgba(255, 168, 0, 0.4);
  padding: 0.5rem 4.5rem;
  font-size: 2.4rem;
  letter-spacing: -0.084rem;
  color: #FFFFFF;
  cursor: default;
}

.singleBanner__content {
  max-width: 70rem;
  padding: 5rem;
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.singleBanner__title {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.singleBanner__text {
  max-width: 55rem;
  margin-bottom: 3rem;
  font-size: 2.8rem;
  line-height: 1.4;
}

.singleBanner__text p {
  margin-bottom: 1rem;
}

.singleBanner__text p:last-child {
  margin-bottom: 0;
}

.singleBanner__buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.note{
  text-align: center;
  margin-bottom: 5rem;
  color: #4A476C;
}

.rating-tooltip{
  text-decoration: underline;
}

.storeInfo2 {
  display: flex;
  gap: 3rem;
  margin-bottom: 10px;
}

.storeInfo2:last-child {
  margin-bottom: 0;
}


.storeInfo2Item {
  width: calc(27% - 1rem);
  border-radius: 4.6rem;
  background: radial-gradient(455.23% 124.31% at 78.59% 76.13%, rgba(76, 128, 193, 0.15) 0%, rgba(84, 126, 176, 0.15) 45.68%, rgba(239, 52, 255, 0.15) 100%);
  backdrop-filter: blur(7rem);
  padding: 3.5rem 1.5rem;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storeInfo2Item:last-child {
  width: calc(46% - 1rem);
}

.storeInfo2Item__left {
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
}

.storeInfo2Item__icon {
  width: 8.4rem;
  margin-right: 1.5rem;
}

.storeInfo2Item__icon:last-child {
  margin-right: 0;
}

.storeInfo2Item__leftText {
  font: 500 5.6rem/1 "Oddval", sans-serif;
  color: #FFFFFF;
}

.storeInfo2Item__leftText span {
  color: #393A61;
}

.storeInfo2Item__title {
  margin-bottom: 0.8rem;
}

.storeInfo2Item__text {
  font-size: 2rem;
}

.productsWrapSm {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}

.productItemSm {
  background: linear-gradient(265deg, rgba(76, 128, 193, 0.07) -59.56%, rgba(84, 126, 176, 0.07) 18.18%, rgba(239, 52, 255, 0.07) 110.64%);
  border-radius: 4.6rem;
  padding: 0.8rem;
  padding-bottom: 3rem;
}

.productItemSm__image {
  border-radius: 4rem;
  overflow: hidden;
  aspect-ratio: 380/230;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.productItemSm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productItemSm__title {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  color: #9491B2;
}

.productItemSm__wrap {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.productItemSm__btn {
  min-height: 4rem;
  font-size: 2rem;
  padding: 0.3rem 3rem;
}

.productItemSm__text {
  padding: 0 1.5rem;
  color: #9491B2;
  letter-spacing: -0.048rem;
}

.dayOfferTitle {
  font: 600 14.7rem/1.2 "Oddval", sans-serif;
  text-transform: uppercase;
  opacity: 0.03;
  mix-blend-mode: hard-light;
  margin-bottom: 1rem;
}

.product {
  border-radius: 4.6rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  overflow: hidden;
  padding: 4rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}

.product:last-child {
  margin-bottom: 0;
}

.product__left {
  width: 72rem;
}

.product__images {
  margin-bottom: 3rem;
}

.product__images:last-child {
  margin-bottom: 0;
}

.product__thumbs {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.product__content {
  width: calc(100% - 72rem);
  padding-left: 6rem;
  padding-top: 2rem;
}

.product__title {
  margin-bottom: 2rem;
  line-height: 1.3;
}

.product__text {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.product__text p {
  margin-bottom: 2rem;
}

.product__text p:last-child {
  margin-bottom: 0;
}

.product__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4.3rem;
  row-gap: 2rem;
  font: 500 5rem/1 "Oddval", sans-serif;
  letter-spacing: -0.192rem;
  margin-bottom: 3rem;
}

.product__price .old {
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: -0.12rem;
  color: #5D8ADF;
  text-decoration: line-through;
}

.product__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.product__buttons .btn {
  padding-left: 6rem;
  padding-right: 6rem;
}

.product__buy{
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.5rem;
}

.productPayment{
  background: linear-gradient(265deg, rgba(76, 128, 193, 0.07) -59.56%, rgba(84, 126, 176, 0.07) 18.18%, rgba(239, 52, 255, 0.07) 110.64%);
  border-radius: 4.6rem;
  padding: 0.8rem;
  cursor: pointer;
  height: 100px;
}

.productPayment.active{
  border: 2px solid #FFA825
}
.productPayment:hover:not(.active){
  border: 1px solid #a16a16
}

.productPayment_image{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.productPayment_image img{
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}

.productImage {
  display: none;
  aspect-ratio: 55/31;
  border-radius: 4.6rem;
  overflow: hidden;
}

.productImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productImage.active {
  display: block;
}

.productThumb {
  aspect-ratio: 55/31;
  border-radius: 2rem;
  overflow: hidden;
  filter: brightness(35%);
  transition: 0.25s;
  cursor: pointer;
}

.productThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productThumb.active {
  filter: brightness(100%);
}

.productOverlay {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2.7rem);
  -webkit-backdrop-filter: blur(2.7rem);

}

.productModal, .productModalBuy {
  display: none;
  position: fixed;
  z-index: 51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24.5rem);
  max-width: calc(100% - 3.2rem);
  max-height: calc(100% - 3.2rem);
  border-radius: 4.6rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  backdrop-filter: blur(7rem);
  padding: 4rem;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}


.productModal::-webkit-scrollbar, .productModalBuy::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.productModal__wrap {
  display: flex;
  align-items: flex-start;
}

.productModalBuy__wrap{
  display: flex;
  align-items: center;
}

.productModal__left, .productModalBuy__left {
  width: 72rem;
}

.productModal__images, .productModalBuy__images {
  margin-bottom: 3rem;
}

.productModal__images:last-child, .productModalBuy__images:last-child {
  margin-bottom: 0;
}

.productModal__thumbs, .productModalBuy__thumbs {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}

.productModal__content, .productModalBuy__content {
  width: calc(100% - 72rem);
  padding-left: 6rem;
  padding-top: 2rem;
}


.productModal__title, .productModalBuy__title {
  margin-bottom: 2rem;
  line-height: 1.3;
}

.productModal__text, .productModalBuy__text {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.4;
}

.productModal__text p, .productModalBuy__text p {
  margin-bottom: 2rem;
}

.productModal__text p:last-child, .productModalBuy__text p:last-child {
  margin-bottom: 0;
}

.productModal__buttons, .productModalBuy__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}

.productModal__buttons .btn, .productModalBuy__buttons .btn {
  padding-left: 8rem;
  padding-right: 8rem;
}

.productModal__back, .productModalBuy__back {
  font-size: 2.4rem;
}

.productModal__back a, .productModalBuy__back a {
  border-bottom: 0.1rem solid #FFFFFF;
}

.productModal__back a:hover, .productModalBuy__back a:hover {
  border-bottom-color: #FFA825;
}

.productModalImage {
  display: none;
  aspect-ratio: 55/31;
  border-radius: 4.6rem;
  overflow: hidden;
}

.productModalImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productModalImage.active {
  display: block;
}

.productModalThumb {
  aspect-ratio: 55/31;
  border-radius: 2rem;
  overflow: hidden;
  filter: brightness(35%);
  transition: 0.25s;
  cursor: pointer;
}

.productModalThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productModalThumb.active {
  filter: brightness(100%);
}

.productsHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-bottom: 3rem;
}

.productsHeadSort {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2rem;
  column-gap: 3.5rem;
  row-gap: 2rem;
}

.productsHeadSort__title {
  color: #3E3D4B;
}

.productsHeadSort__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3.5rem;
  row-gap: 2rem;
}

.productsHeadSort__item {
  color: #3E3D4B;
}

.productsHeadSort__item:hover {
  color: #6d6b83;
}

.productsHeadSort__item.active {
  color: #FFFFFF;
}

.productsWrap {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
}

.productItem {
  background: linear-gradient(265deg, rgba(76, 128, 193, 0.07) -59.56%, rgba(84, 126, 176, 0.07) 18.18%, rgba(239, 52, 255, 0.07) 110.64%);
  border-radius: 4.6rem;
  padding: 0.8rem;
  padding-bottom: 3rem;
}

.productItem__image {
  border-radius: 4rem;
  overflow: hidden;
  aspect-ratio: 506/281;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.productItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.productItem__title {
  font: 500 3rem/1.2 "Oddval", sans-serif;
  letter-spacing: -0.108rem;
  padding: 0 1.7rem;
  margin-bottom: 2rem;
  color: #9491B2;
}

.productItem__wrap {
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}

.productItem__btn {
  min-height: 5.4rem;
}

.productItem__text {
  padding: 0 1.7rem;
  font-size: 2rem;
  color: #9491B2;
  letter-spacing: -0.06rem;
}

.productItem__price {
  font-size: 4rem;
}

.productItemInfo {
  position: relative;
}

.productItemInfo__icon {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #1C273A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  color: #5D6980;
  cursor: pointer;
  transition: 0.25s;
}

.productItemInfo__popup {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  display: none;
}

.productItemInfo:hover .productItemInfo__icon {
  background: #2d3e5c;
}

.about {
  display: flex;
  gap: 4rem;
}

.about__wrap {
  width: 66.66%;
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}

.aboutContent {
  width: 33.33%;
  border-radius: 4.6rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  padding: 5rem;
  padding-top: 7rem;
  display: flex;
  flex-direction: column;
}

.aboutContent__title {
  margin-bottom: 3rem;
}

.aboutContent__text {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}

.aboutContent__text p {
  margin-bottom: 2rem;
}

.aboutContent__text p:last-child {
  margin-bottom: 0;
}

.aboutContent__btn {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.aboutContent__btn .btn {
  width: 100%;
}

.aboutItem {
  border-radius: 4.6rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  padding: 3.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.aboutItem__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.aboutItem__icon img {
  width: 14.4rem;
}

.aboutItem__title {
  margin-bottom: 1.7rem;
  font-size: 2.8rem;
  line-height: 1.2;
}

.aboutItem__text {
  font-size: 2rem;
}

.reviews {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.reviews__left {
  width: 36%;
}

.reviews__right {
  width: 64%;
}

.reviewsBlock {
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  backdrop-filter: blur(7rem);
  border-radius: 4.6rem;
  padding: 5rem;
  margin-bottom: 3rem;
}

.reviewsBlock:last-child {
  margin-bottom: 0;
}

.reviewsBlock__title {
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.reviewsBlock__text {
  font-size: 2.8rem;
  margin-bottom: 3.5rem;
}

.reviewsBlock__text:last-child {
  margin-bottom: 0;
}

.reviewsBlock__text p {
  margin-bottom: 1.5rem;
}

.reviewsBlock__text p:last-child {
  margin-bottom: 0;
}

.reviewsBlock__btn .btn {
  padding-left: 6rem;
  padding-right: 6rem;
}

.reviewsSmallBlock {
  border-radius: 4.6rem;
  background: radial-gradient(455.23% 124.31% at 78.59% 76.13%, rgba(76, 128, 193, 0.15) 0%, rgba(84, 126, 176, 0.15) 45.68%, rgba(239, 52, 255, 0.15) 100%);
  backdrop-filter: blur(7rem);
  padding: 3.5rem 1.5rem;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.reviewsSmallBlock:last-child {
  margin-bottom: 0;
}

.reviewsSmallBlock__left {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.reviewsSmallBlock__icon {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.reviewsSmallBlock__icon:last-child {
  margin-right: 0;
}

.reviewsSmallBlock__icon img {
  width: 5rem;
}

.reviewsSmallBlock__leftText {
  font: 500 4rem/1 "Oddval", sans-serif;
  color: #FFFFFF;
}

.reviewsSmallBlock__leftText span {
  color: #393A61;
}

.reviewsSmallBlock__title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.reviewsSmallBlock__text {
  font-size: 2rem;
}

.reviewsItem {
  border-radius: 4.6rem;
  background: radial-gradient(455.23% 124.31% at 78.59% 76.13%, rgba(76, 128, 193, 0.15) 0%, rgba(84, 126, 176, 0.15) 45.68%, rgba(239, 52, 255, 0.15) 100%);
  backdrop-filter: blur(7rem);
  padding: 3rem;
  padding-left: 4.5rem;
  margin-bottom: 4rem;
}

.reviewsItem:last-child {
  margin-bottom: 0;
}

.reviewsItem__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.8rem;
  font-size: 2rem;
}

.reviewsItem__left {
  width: 45%;
  padding-right: 2rem;
}

.reviewsItem__mail {
  font: 500 2.8rem/1 "Oddval", sans-serif;
  color: #5D8ADF;
  background: linear-gradient(97deg, #5D8ADF 44.77%, #5820CE 103.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.4rem;
}

.reviewsItem__rating {
  width: 35%;
  padding-right: 2rem;
}

.reviewsItem__rating p {
  margin-bottom: 1.1rem;
}

.reviewsItem__rating img {
  width: 14rem;
}

.reviewsItem__date {
  width: 20%;
  text-align: right;
  font-size: 2rem;
  color: #424C86;
}

.reviewsItem__text p {
  margin-bottom: 1.5rem;
}

.reviewsItem__text p:last-child {
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.9rem;
}

.pagination__item {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  cursor: pointer;
  transition: 0.25s;
}

.pagination__item:hover {
  background: #FFFFFF;
  color: #000;
}

.pagination__item.active {
  background: #FFA825;
  color: #FFFFFF;
}

.pagination__item.arrow img {
  width: 1.6rem;
}

.pagination__item.arrow.prev {
  margin-right: 1.9rem;
}

.pagination__item.arrow.next {
  margin-left: 1.9rem;
}

.reviewOverlay {
  display: none;
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2.7rem);
  -webkit-backdrop-filter: blur(2.7rem);
}

.reviewModal {
  display: none;
  position: absolute;
  z-index: 52;
  top: 12rem;
  left: 16rem;
  width: calc(100% - 24.5rem);
  border-radius: 4.6rem;
  background: linear-gradient(109deg, rgba(76, 128, 193, 0.15) -18.94%, rgba(84, 126, 176, 0.15) 36.11%, rgba(239, 52, 255, 0.15) 101.59%);
  backdrop-filter: blur(7rem);
  overflow: hidden;
  padding: 7rem;
}

.reviewModal__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.reviewModal__left {
  width: 69rem;
  padding-right: 4rem;
}

.reviewModal__right {
  width: calc(100% - 69rem);
}

.reviewModal__title {
  margin-bottom: 2rem;
  line-height: 1.3;
}

.reviewModal__subtitle {
  font-size: 2.4rem;
  line-height: 1.4;
}

.reviewModal__subtitle p {
  margin-bottom: 1rem;
}

.reviewModal__subtitle p:last-child {
  margin-bottom: 0;
}

.reviewModal__content {
  margin-bottom: 3rem;
}

.reviewModal__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}

.reviewModal__buttons .btn {
  padding-left: 6rem;
  padding-right: 6rem;
}

.reviewModal__back {
  font-size: 2.8rem;
}

.reviewModal__back a {
  border-bottom: 0.1rem solid #FFFFFF;
}

.reviewModal__back a:hover {
  border-bottom-color: #FFA825;
}

.reviewMark {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reviewMarkItem {
  cursor: pointer;
}

.reviewMarkItem__input {
  display: none;
}

.reviewMarkItem__star svg {
  width: 5rem;
  height: 5rem;
  fill: #424C86;
}

.reviewMarkItem.active .reviewMarkItem__star svg {
  fill: #FFA825;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }

  body {
    padding-top: 75px;
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  h1 br,
  .h1 br {
    display: none;
  }

  h2,
  .h2 {
    font-size: 36px;
    letter-spacing: 1.44px;
  }

  h2 br,
  .h2 br {
    display: none;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h3 br,
  .h3 br {
    display: none;
  }

  h4,
  .h4 {
    font-size: 20px;
    letter-spacing: 0.84px;
  }

  h4 br,
  .h4 br {
    display: none;
  }

  .btn {
    min-height: 60px;
    box-shadow: 0 0 40px 0 rgba(255, 168, 0, 0.4);
    padding: 8px 20px;
    font-size: 18px;
  }

  .btn:hover {
    box-shadow: 0 0 40px 0 rgba(255, 168, 0, 0.75);
  }

  .btn_white:hover {
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.25);
  }

  .input {
    margin-bottom: 30px;
  }

  .input__label {
    font-size: 20px;
    margin-bottom: 15px;
  }

  input {
    height: 55px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 16px;
  }

  input::placeholder {
    font-size: 16px;
  }

  textarea {
    min-height: 150px;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 16px;
  }

  textarea::placeholder {
    font-size: 16px;
  }

  .sidebar {
    display: none;
  }

  .mobNotification {
    display: block;
  }

  .pageContent {
    padding: 0;
  }

  .bgLight1 {
    display: none;
  }

  .bgLight2 {
    display: none;
  }

  .bgLight3 {
    display: none;
  }

  .bgLight4 {
    display: none;
  }

  .bgLight5 {
    display: none;
  }

  .bgLight6 {
    display: none;
  }

  .bgLight7 {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 75px;
    background: #000417;
    padding: 10px 20px;
  }

  .header__logo {
    font-size: 32px;
    letter-spacing: -2.16px;
  }

  .headerMenu {
    display: none;
  }

  .burger {
    display: flex;
    align-items: center;
  }

  .footer {
    translate: none;
    width: 100%;
    padding: 15px;
    padding-bottom: 20px;
  }

  .footer__copyright {
    font-size: 8px;
  }

  .footerLogos {
    column-gap: 25px;
    row-gap: 10px;
    margin-bottom: 25px;
  }

  .footerLogos__item:first-child {
    width: 25px;
  }

  .footerLogos__item:nth-child(2) {
    width: 31px;
  }

  .footerLogos__item:nth-child(3) {
    width: 55px;
  }

  .footerLogos__item:nth-child(4) {
    width: 32px;
  }

  .footerLogos__item:nth-child(5) {
    width: 49px;
  }

  .section {
    padding: 40px 20px;
  }

  .section__title {
    margin-bottom: 30px;
  }

  .section_lgPad {
    padding: 60px 0;
  }

  .section_lgPadT {
    padding-top: 60px;
  }

  .section_lgPadB {
    padding-bottom: 60px;
  }

  .mainBannerBlock {
    margin-bottom: 50px;
  }

  .mainBannerBlock:last-child {
    margin-bottom: 50px;
  }

  .mainBannerBlock__wrap {
    margin: 0 -10px;
  }

  .mainBannerBlock__arrow {
    width: 50px;
    height: 50px;
    box-shadow: 0 19px 51px 0 rgba(94, 138, 224, 0.55);
    top: calc(100% + 20px);
  }

  .mainBannerBlock__arrow img {
    width: 14px;
  }

  .mainBannerBlock__arrow.prev {
    left: 50%;
    translate: -60px 0;
  }

  .mainBannerBlock__arrow.next {
    right: 50%;
    translate: 60px 0;
  }

  .mainBannerBlock__arrow.hidden {
    opacity: 1;
    pointer-events: auto;
  }

  .mainBanner {
    margin: 0 10px;
    border-radius: 20px;
  }

  .mainBanner::before {
    display: block;
  }

  .mainBanner__profit {
    display: none;
  }

  .mainBanner__bg {
    object-position: center left;
  }

  .mainBanner__content {
    max-width: 80%;
    padding: 30px 20px;
  }

  .mainBanner__title {
    margin-bottom: 20px;
  }

  .mainBanner__text {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .mainBanner__text p {
    margin-bottom: 15px;
  }

  .mainBanner__buttons .btn {
    min-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .storeInfo {
    flex-wrap: wrap;
    gap: 20px;
  }

  .storeInfo__wrap {
    width: 100%;
    border-radius: 20px;
    backdrop-filter: blur(70px);
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .storeInfo__wrap .storeInfoItem {
    width: 33.33%;
    padding: 0 15px;
  }

  .storeInfoItem {
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 30px 15px;
    padding-top: 25px;
  }

  .storeInfoItem__head {
    margin-bottom: 20px;
  }

  .storeInfoItem__icon {
    width: 60px;
    margin-right: 10px;
  }

  .storeInfoItem__headText {
    font-size: 40px;
  }

  .storeInfoItem__title {
    margin-bottom: 10px;
  }

  .storeInfoItem__text {
    font-size: 18px;
  }

  .assortment {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .assortmentItem {
    padding: 15px;
    border-radius: 20px;
    backdrop-filter: blur(70px);
  }

  .assortmentItem::after {
    display: none;
  }

  .assortmentItem__logo img {
    width: auto;
  }

  .assortmentItem__name {
    position: static;
    font-size: 18px;
    color: #FFFFFF;
  }

  .assortmentItem:first-child::before,
  .assortmentItem:nth-child(6)::before {
    box-shadow: 0 0 100px 50px #474444;
  }

  .assortmentItem:nth-child(2)::before,
  .assortmentItem:nth-child(5)::before,
  .assortmentItem:nth-child(8)::before,
  .assortmentItem:nth-child(10)::before {
    box-shadow: 0 0 100px 50px rgba(84, 126, 176, 0.5);
  }

  .assortmentItem:nth-child(3)::before {
    box-shadow: 0 0 100px 50px rgba(240, 25, 25, 0.5);
  }

  .assortmentItem:nth-child(4)::before {
    box-shadow: 0 0 100px 50px rgba(233, 158, 16, 0.5);
  }

  .assortmentItem:nth-child(7)::before {
    box-shadow: 0 0 100px 50px rgba(254, 199, 0, 0.5);
  }

  .assortmentItem:nth-child(9)::before {
    box-shadow: 0 0 100px 50px rgba(219, 162, 75, 0.5);
  }

  .lastBuy {
    gap: 15px;
    overflow: auto;
    translate: -20px 0;
    width: calc(100% + 40px);
    padding: 0 20px;
    padding-bottom: 10px;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .lastBuy::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .lastBuyItem {
    width: 180px;
  }

  .lastBuyItem__image {
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .lastBuyItem__name {
    font-size: 16px;
  }

  .singleBanner {
    border-radius: 20px;
  }

  .singleBanner::before {
    display: block;
  }

  .singleBanner__profit {
    display: none;
  }

  .singleBanner__bg {
    object-position: center left;
  }

  .singleBanner__content {
    max-width: 80%;
    min-height: auto;
    padding: 30px 20px;
  }

  .singleBanner__title {
    margin-bottom: 20px;
  }

  .singleBanner__text {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .singleBanner__text p {
    margin-bottom: 15px;
  }

  .singleBanner__buttons {
    gap: 20px;
  }

  .singleBanner__buttons .btn {
    min-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }


  .storeInfo2 {
    flex-wrap: wrap;
    gap: 20px;
  }


  .storeInfo2Item {
    width: calc(50% - 10px);
    border-radius: 20px;
    backdrop-filter: blur(70px);
    padding: 30px 15px;
    padding-top: 25px;
    display: block;
    text-align: center;
  }

  .storeInfo2Item:last-child {
    width: 100%;
  }

  .storeInfo2Item__left {
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: center;
  }

  .storeInfo2Item__icon {
    width: 60px;
    margin-right: 10px;
  }

  .storeInfo2Item__leftText {
    font-size: 40px;
  }

  .storeInfo2Item__title {
    margin-bottom: 10px;
  }

  .storeInfo2Item__text {
    font-size: 18px;
  }

  .productsWrapSm {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .productItemSm {
    border-radius: 20px;
    padding: 8px;
    padding-bottom: 25px;
  }

  .productItemSm__image {
    border-radius: 16px;
    margin-bottom: 15px;
  }

  .productItemSm__title {
    padding: 0 7px;
    margin-bottom: 15px;
  }

  .productItemSm__wrap {
    display: block;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .productItemSm__price {
    margin-bottom: 10px;
  }

  .productItemSm__btn {
    width: 100%;
    min-height: 50px;
  }

  .productItemSm__text {
    padding: 0 7px;
    letter-spacing: -0.48px;
  }

  .dayOfferTitle {
    font-size: 60px;
    margin-bottom: 15px;
    opacity: 0.15;
  }

  .product {
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .product__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .product__images {
    margin-bottom: 20px;
  }

  .product__thumbs {
    grid-gap: 10px;
  }

  .product__content {
    width: 100%;
    padding: 0;
  }

  .product__title {
    margin-bottom: 20px;
  }

  .product__text {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .product__text p {
    margin-bottom: 15px;
  }

  .product__price {
    column-gap: 30px;
    row-gap: 15px;
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 30px;
  }

  .product__price .old {
    font-size: 32px;
    letter-spacing: -1.2px;
  }

  .product__buttons {
    gap: 20px;
  }

  .product__buttons .info-button {
    width: calc(50% - 10px);
  }

  .product__buttons .info-button .btn {
    width: 100%;
  }

  .product__buttons .btn {
    width: calc(50% - 10px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .productImage {
    border-radius: 16px;
  }

  .productThumb {
    border-radius: 10px;
  }

  .productOverlay {
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
  }

  .productModal, .productModalBuy {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    border-radius: 0;
    padding: 20px;
    padding-bottom: 40px;
  }

  .productModal__wrap, .productModalBuy__wrap {
    display: block;
  }

  .productModal__left, .productModalBuy__left {
    width: 100%;
    margin-bottom: 40px;
  }

  .productModal__images, .productModalBuy__images {
    margin-bottom: 20px;
  }

  .productModal__thumbs, .productModalBuy__thumbs {
    grid-gap: 10px;
  }

  .productModal__content, .productModalBuy__content {
    width: 100%;
    padding: 0;
  }

  .productModal__title, .productModalBuy__title {
    margin-bottom: 20px;
  }

  .productModal__text, .productModalBuy__text {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .productModal__text p, .productModalBuy__text p {
    margin-bottom: 15px;
  }

  .productModal__buttons, .productModalBuy__buttons {
    gap: 40px;
  }

  .productModal__buttons .btn, .productModalBuy__buttons .btn {
    width: calc(50% - 20px);
  }

  .productModal__back, .productModalBuy__back {
    width: calc(50% - 20px);
    font-size: 24px;
  }

  .productModalImage {
    border-radius: 16px;
  }

  .productModalThumb {
    border-radius: 10px;
  }

  .productsHead {
    display: block;
    margin-bottom: 40px;
  }

  .productsHeadSort {
    margin-top: 20px;
    font-size: 18px;
    column-gap: 30px;
    row-gap: 10px;
  }

  .productsHeadSort__title {
    width: 100%;
  }

  .productsHeadSort__wrap {
    width: 100%;
    column-gap: 30px;
    row-gap: 10px;
  }

  .productsWrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .productPayment {
    border-radius: 20px;
    padding: 8px;
  }


  .productItem {
    border-radius: 20px;
    padding: 8px;
    padding-bottom: 25px;
  }


  .productItem__image {
    border-radius: 16px;
    margin-bottom: 15px;
  }

  .productItem__title {
    font-size: 24px;
    letter-spacing: -1.08px;
    padding: 0 7px;
    margin-bottom: 15px;
  }

  .productItem__wrap {
    display: block;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .productItem__price {
    margin-bottom: 10px;
  }

  .productItem__btn {
    width: 100%;
    min-height: 50px;
  }

  .productItem__text {
    font-size: 16px;
    padding: 0 7px;
    letter-spacing: -0.06px;
  }

  .about {
    flex-wrap: wrap;
    gap: 20px;
  }

  .about__wrap {
    width: 100%;
    grid-gap: 20px;
  }

  .aboutContent {
    width: 100%;
    border-radius: 20px;
    padding: 30px 20px;
  }

  .aboutContent__title {
    margin-bottom: 20px;
  }

  .aboutContent__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .aboutContent__text p {
    margin-bottom: 15px;
  }

  .aboutItem {
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 30px;
    justify-content: flex-start;
  }

  .aboutItem__icon {
    margin-bottom: 4px;
  }

  .aboutItem__icon img {
    width: 100px;
  }

  .aboutItem__title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .aboutItem__text {
    font-size: 18px;
  }

  .reviews {
    flex-wrap: wrap;
    gap: 20px;
  }

  .reviews__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .reviews__right {
    width: 100%;
  }

  .reviewsBlock {
    backdrop-filter: blur(70px);
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .reviewsBlock__title {
    margin-bottom: 20px;
  }

  .reviewsBlock__text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .reviewsBlock__text p {
    margin-bottom: 15px;
  }

  .reviewsBlock__btn .btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .reviewsSmallBlock {
    border-radius: 20px;
    backdrop-filter: blur(70px);
    padding: 30px 20px;
    padding-top: 35px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  .reviewsSmallBlock__left {
    width: 40%;
    margin: 0;
    flex-direction: column;
    justify-content: center;
  }

  .reviewsSmallBlock__icon {
    width: 60px;
    margin: 0;
    margin-bottom: 15px;
  }

  .reviewsSmallBlock__icon img {
    width: 60px;
  }

  .reviewsSmallBlock__leftText {
    font-size: 40px;
  }

  .reviewsSmallBlock__content {
    width: 60%;
  }

  .reviewsSmallBlock__title {
    margin-bottom: 10px;
  }

  .reviewsSmallBlock__text {
    font-size: 18px;
  }

  .reviewsItem {
    border-radius: 20px;
    backdrop-filter: blur(70px);
    padding: 30px 20px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    position: relative;
  }

  .reviewsItem__head {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .reviewsItem__left {
    width: calc(100% - 180px);
    padding: 0;
    margin: 0;
  }

  .reviewsItem__mail {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .reviewsItem__rating {
    width: 180px;
    padding: 0;
    margin: 0;
  }

  .reviewsItem__rating p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .reviewsItem__rating img {
    width: 140px;
  }

  .reviewsItem__date {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
  }

  .reviewsItem__text p {
    margin-bottom: 15px;
  }

  .pagination {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
  }

  .pagination__item {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .pagination__item.arrow img {
    width: 12px;
  }

  .pagination__item.arrow.prev {
    margin-right: 0;
  }

  .pagination__item.arrow.next {
    margin-left: 0;
  }

  .reviewOverlay {
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
  }

  .reviewModal {
    z-index: 51;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 20px;
    padding: 30px 20px;
  }

  .reviewModal__head {
    display: block;
    margin-bottom: 30px;
  }

  .reviewModal__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .reviewModal__right {
    width: 100%;
  }

  .reviewModal__content {
    width: 100%;
    padding: 0;
  }

  .reviewModal__title {
    margin-bottom: 20px;
  }

  .reviewModal__subtitle {
    font-size: 20px;
  }

  .reviewModal__subtitle p {
    margin-bottom: 10px;
  }

  .reviewModal__content {
    margin-bottom: 30px;
  }

  .reviewModal__buttons {
    gap: 40px;
  }

  .reviewModal__buttons .btn {
    width: calc(50% - 20px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .reviewModal__back {
    width: calc(50% - 20px);
    font-size: 24px;
  }

  .reviewMark {
    gap: 10px;
  }

  .reviewMarkItem__star svg {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 50px;
  }

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  .input {
    margin-bottom: 20px;
  }

  .input__label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  input {
    height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
  }

  input::placeholder {
    font-size: 14px;
  }

  textarea {
    min-height: 120px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
  }

  textarea::placeholder {
    font-size: 14px;
  }

  .mobMenu {
    padding: 30px 20px;
  }

  .mobMenu__head {
    margin-bottom: 40px;
  }

  .mobMenu__wrap {
    display: block;
  }

  .mobileMenu {
    width: 100%;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .mobileMenu__item {
    text-align: center;
    margin-bottom: 24px;
  }

  .mobMenuGames {
    width: 100%;
  }

  .mobMenuGames__item {
    width: 60px;
    height: 60px;
  }

  .mobMenuGames__item img {
    width: 40px;
  }

  .mobNotification {
    margin-right: 16px;
  }

  .mobNotification__icon {
    width: 18px;
  }

  .mobNotification__icon::before {
    width: 5px;
    height: 5px;
  }

  .mobNotification__icon img {
    width: 18px;
  }

  .mobNotification__list {
    top: 50px;
    width: calc(100% - 20px);
    font-size: 14px;
  }

  .mobNotification__list li {
    padding: 10px;
    padding-left: 30px;
  }

  .mobNotification__list li::before {
    width: 6px;
    height: 6px;
    left: 12px;
  }

  .header {
    min-height: 50px;
    padding: 10px 15px;
  }

  .header__logo {
    font-size: 20px;
  }

  .burger img {
    width: 24px;
  }

  .section {
    padding: 35px 15px;
  }

  .section__title {
    margin-bottom: 25px;
  }

  .mainBannerBlock {
    margin-bottom: 20px;
  }

  .mainBannerBlock:last-child {
    margin-bottom: 20px;
  }

  .mainBannerBlock__arrow {
    width: 35px;
    height: 35px;
  }

  .mainBannerBlock__arrow img {
    width: 8px;
  }

  .mainBannerBlock__arrow.prev {
    translate: -45px 0;
  }

  .mainBannerBlock__arrow.next {
    translate: 45px 0;
  }

  .mainBanner {
    border-radius: 20px;
  }

  .mainBanner__bg {
    object-position: center;
  }

  .mainBanner__content {
    padding: 20px;
    max-width: 270px;
  }

  .mainBanner__title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .mainBanner__title br {
    display: block;
  }

  .mainBanner__text {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .mainBanner__text p {
    margin-bottom: 4px;
  }

  .mainBanner__buttons .btn {
    min-height: 30px;
    padding: 4px 25px;
    font-size: 12px;
  }

  .storeInfo {
    gap: 16px;
    justify-content: center;
  }

  .storeInfo__wrap {
    padding-top: 15px;
    padding-bottom: 18px;
  }

  .storeInfo__wrap .storeInfoItem {
    padding: 0 5px;
  }

  .storeInfoItem {
    width: calc(50% - 8px);
    padding: 15px 10px;
    padding-bottom: 18px;
  }

  .storeInfoItem__head {
    margin-bottom: 8px;
  }

  .storeInfoItem__icon {
    width: 30px;
    margin-right: 5px;
  }

  .storeInfoItem__headText {
    font-size: 20px;
  }

  .storeInfoItem__title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .storeInfoItem__text {
    font-size: 10px;
  }

  .assortment {
    gap: 10px;
  }

  .assortmentItem {
    padding: 5px;
    border-radius: 10px;
  }

  .assortmentItem__name {
    display: none;
  }

  .lastBuy {
    gap: 10px;
  }

  .lastBuyItem {
    width: 105px;
  }

  .lastBuyItem__image {
    margin-bottom: 5px;
  }

  .lastBuyItem__name {
    font-size: 12px;
  }

  .singleBanner {
    border-radius: 20px;
  }

  .singleBanner__bg {
    object-position: center;
  }

  .singleBanner__content {
    max-width: 100%;
  }

  .singleBanner__title {
    max-width: 230px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .singleBanner__text {
    max-width: 230px;
    font-size: 12px;
    margin-bottom: 12px;
  }

  .singleBanner__text p {
    margin-bottom: 4px;
  }

  .singleBanner__buttons {
    width: 100%;
    gap: 10px;
  }

  .singleBanner__buttons .btn {
    width: calc(50% - 5px);
    padding: 4px 10px;
    font-size: 13px;
    min-height: 35px;
  }

  .note{
    margin-bottom: 10px;
  }

  .storeInfo2 {
    gap: 10px;
    margin-bottom: 10px;
  }

  .storeInfo2Item {
    width: calc(50% - 5px);
    padding: 15px 10px;
    padding-bottom: 18px;
    border-radius: 10px;
  }

  .storeInfo2Item:last-child {
    width: 100%;
  }

  .storeInfo2Item__left {
    margin-bottom: 8px;
  }

  .storeInfo2Item__icon {
    width: 30px;
    margin-right: 5px;
  }

  .storeInfo2Item__leftText {
    font-size: 20px;
  }

  .storeInfo2Item__title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .storeInfo2Item__text {
    font-size: 10px;
  }

  .productsWrapSm {
    gap: 10px;
  }

  .productItemSm {
    border-radius: 10px;
    padding: 5px;
    padding-bottom: 15px;
  }

  .productItemSm__image {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .productItemSm__title {
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .productItemSm__wrap {
    margin: 0;
  }

  .productItemSm__price {
    margin-bottom: 12px;
  }

  .productItemSm__btn {
    min-height: 30px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .productItemSm__text {
    display: none;
  }

  .dayOfferTitle {
    display: none;
  }

  .product {
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .product__left {
    margin-bottom: 15px;
    display: flex;
  }

  .product__images {
    width: 80%;
    padding-right: 8px;
    margin: 0;
  }

  .product__thumbs {
    width: 20%;
    display: block;
    gap: unset;
  }

  .product__title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .product__title br {
    display: block;
  }

  .product__text {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .product__price {
    column-gap: 20px;
    row-gap: 10px;
    font-size: 24px;
    margin-bottom: 12px;
  }

  .product__price .old {
    font-size: 18px;
  }

  .product__buttons {
    gap: 10px;
  }

  .product__buttons .info-button {
    width: calc(50% - 5px);
  }

  .product__buttons .info-button .btn {
    width: 100%;
  }

  .product__buttons .btn {
    width: calc(50% - 5px);
    min-height: 35px;
    padding: 4px 15px;
    font-size: 14px;
  }

  .productImage {
    aspect-ratio: auto;
    height: 100%;
    border-radius: 10px;
  }

  .productThumb {
    aspect-ratio: 55/30;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .productThumb:last-child {
    margin-bottom: 0;
  }

  .productModal, .productModalBuy {
    border-radius: 10px;
    padding: 8px;
    padding-bottom: 15px;
  }

  .productModal__left, .productModalBuy__left {
    margin-bottom: 15px;
  }

  .productModal__images, .productModalBuy__images {
    margin-bottom: 10px;
  }

  .productModal__thumbs, .productModalBuy__thumbs {
    grid-gap: 5px;
  }

  .productModal__title, .productModalBuy__title {
    margin-bottom: 12px;
  }

  .productModal__text, .productModalBuy__text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .productModal__text p, .productModalBuy__text p {
    margin-bottom: 8px;
  }

  .productModal__buttons, .productModalBuy__buttons {
    gap: 20px;
  }

  .productModal__buttons .btn, .productModalBuy__buttons .btn {
    width: calc(50% - 10px);
    min-height: 35px;
    padding: 4px 15px;
    font-size: 14px;
  }

  .productModal__back, .productModalBuy__back {
    width: calc(50% - 20px);
    font-size: 14px;
  }

  .productModalImage {
    border-radius: 8px;
  }

  .productModalThumb {
    aspect-ratio: 55/35;
    border-radius: 5px;
  }

  .productsHead {
    margin-bottom: 15px;
  }

  .productsHeadSort {
    font-size: 12px;
    column-gap: 15px;
  }

  .productsHeadSort__title {
    width: auto;
  }

  .productsHeadSort__wrap {
    width: auto;
    column-gap: 15px;
  }

  .productsWrap {
    gap: 10px;
  }

  .productPayment {
    border-radius: 10px;
    padding: 5px;
  }

  .productItem {
    border-radius: 10px;
    padding: 5px;
    padding-bottom: 15px;
  }

  .productItem__image {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .productItem__title {
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .productItem__wrap {
    margin: 0;
  }

  .productItem__price {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .productItem__btn {
    min-height: 30px;
    padding: 4px 10px;
    font-size: 14px;
  }

  .productItem__text {
    display: none;
  }

  .about__wrap {
    grid-gap: 10px;
  }

  .aboutContent {
    padding: 20px 15px;
    border-radius: 15px;
  }

  .aboutContent__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .aboutContent__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }

  .aboutContent__text p {
    margin-bottom: 12px;
  }

  .aboutContent__btn {
    display: flex;
    justify-content: center;
  }

  .aboutContent__btn .btn {
    width: auto;
    min-height: 40px;
    padding: 4px 45px;
    font-size: 16px;
  }

  .aboutItem {
    border-radius: 10px;
    padding: 15px 10px;
    padding-bottom: 20px;
  }

  .aboutItem__icon {
    margin-bottom: 12px;
  }

  .aboutItem__icon img {
    width: 54px;
  }

  .aboutItem__title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .aboutItem__text {
    font-size: 12px;
  }

  .reviewsBlock {
    padding: 30px 15px;
    border-radius: 15px;
  }

  .reviewsBlock__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }

  .reviewsBlock__title br {
    display: block;
  }

  .reviewsBlock__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }

  .reviewsBlock__text p {
    margin-bottom: 12px;
  }

  .reviewsBlock__btn {
    display: flex;
    justify-content: center;
  }

  .reviewsBlock__btn .btn {
    width: auto;
    min-height: 40px;
    padding: 4px 45px;
    font-size: 16px;
  }

  .reviewsSmallBlock__left {
    width: 35%;
  }

  .reviewsSmallBlock__icon {
    width: 32px;
  }

  .reviewsSmallBlock__icon img {
    width: 32px;
  }

  .reviewsSmallBlock__leftText {
    font-size: 24px;
  }

  .reviewsSmallBlock__content {
    width: 65%;
  }

  .reviewsSmallBlock__text {
    font-size: 14px;
  }

  .reviewsItem {
    border-radius: 15px;
    padding: 20px 15px;
    padding-bottom: 50px;
  }

  .reviewsItem__head {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .reviewsItem__left {
    width: calc(100% - 132px);
    padding-right: 10px;
  }

  .reviewsItem__mail {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .reviewsItem__rating {
    width: 132px;
  }

  .reviewsItem__rating p {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .reviewsItem__rating img {
    width: 90px;
  }

  .reviewsItem__text {
    font-size: 14px;
  }

  .reviewsItem__text p {
    margin-bottom: 10px;
  }

  .reviewsItem__date {
    font-size: 12px;
    padding: 0 15px;
  }

  .reviewModal {
    border-radius: 10px;
    padding: 20px 15px;
    padding-bottom: 40px;
  }

  .reviewModal__head {
    margin-bottom: 15px;
  }

  .reviewModal__left {
    margin-bottom: 20px;
  }

  .reviewModal__title {
    margin-bottom: 10px;
  }

  .reviewModal__subtitle {
    font-size: 14px;
  }

  .reviewModal__buttons {
    flex-wrap: wrap;
    gap: 25px;
  }

  .reviewModal__buttons .btn {
    width: 100%;
    min-height: 50px;
  }

  .reviewModal__back {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }

  .reviewMark {
    gap: 5px;
  }

  .reviewMarkItem__star svg {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 370px) {
  .mobMenu__logo {
    font-size: 28px;
  }
}

