/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #2a2a2a;
  font-size: 16px;
  font-style: normal;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

button {
  cursor: pointer;
}

.body {
  width: 100%;
}
.body.no-scroll {
  overflow: hidden;
}
.body.darken {
  background-color: #f4f6fd;
}

.svgClipPath {
  position: absolute;
  pointer-events: none;
}

.hidden {
  display: none;
}

.simplebar-track {
  visibility: hidden !important;
}
ol,
ul {
  list-style-type: none;
}
/*--PRODUCT PAGE--*/
.main_new {
  font-family: "Golos Text", sans-serif;
  background: #f4f4f4;
}
.main_new [class*="__container"] {
  max-width: 78rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.main_new a {
  transition: all 0.5s ease;
}
.main_new .sticky2 {
  position: fixed;
}
.main_new .stop {
  position: relative;
  z-index: 0;
}
.breadcrumbs-new {
  scroll-snap-type: x mandatory;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  z-index: 1;
  gap: 1.875rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumbs_new {
  padding: 1.5rem 0;
}
.breadcrumbs-new > :not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #989898;
  right: -1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs-new li {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  position: relative;
  white-space: nowrap;
  line-height: 143%;
}
.breadcrumbs-new li a {
  color: #989898;
}
.breadcrumbs-new li a:hover {
  color: #64ab31;
}
.breadcrumbs-new li span {
  color: #d6d6d6;
}
.product-card {
  display: flex;
  gap: 0.5rem;
}
.product-page__card {
  padding: 2.5rem 0;
}
.product-card__img {
  flex: 0 0 25rem;
}
.product-card__img-sticky {
  position: relative;
}
.product-card__rating {
  display: flex;
  gap: 1.125rem;
  margin-bottom: -5.5rem;
  align-items: center;
}
.product-card__rating-star {
  flex: 0 0 2.0625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.product-card__rating-star span {
  flex: 0 0 0.875rem;
}
.product-card__rating-star span:nth-child(3) {
  flex: 0 0 100%;
}

.product-card__rating-star span img {
  display: block;
  margin: 0 auto;
  max-width: 0.875rem;
}
.product-card__rating > span {
  font-weight: 800;
  font-size: 13.75rem;
  letter-spacing: -0.01em;
  text-align: right;
  color: #eeeae2;
  display: block;
  line-height: 0.7;
}
.product-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.5rem;
}
.product-info__header {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.product-info__subtitle {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  color: #ce297a;
}
.product-info__title {
  font-weight: 100;
  font-size: 2.625rem;
  font-family: "Onest", sans-serif;
  line-height: 1.24;
  color: #000;
}
.product-info__categories {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #737373;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product-info__categories strong {
  font-weight: 500;
  color: #000;
}
.product-characteristics {
  width: 100%;
}
.product-characteristics__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 133%;
  color: #b39352;
}
.product-characteristics ul {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.product-characteristics_2 ul {
  grid-template-columns: repeat(2, 1fr);
}
.product-characteristics ul li span {
  display: block;
  font-size: 1rem;
  line-height: 150%;
  color: #000;
}
.product-characteristics ul li span:first-child {
  font-weight: 600;
  margin-bottom: 12px;
}

.product-info__quote-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.quote__inner {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.quote__inner > img {
  flex: 0 0 3.1875rem;
}
.quote__info {
  flex: 1 1 auto;
}
.quote__text {
  font-size: 1rem;
  line-height: 150%;
  color: #000;
}
.quote__author {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.quote__author-img {
  flex: 0 0 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.quote__author-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.quote__author-info p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  color: #000;
}
.quote__author-info span {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 129%;
  color: #c0c0c0;
}
.product-info__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #000;
  padding-top: 2.5rem;
  border-top: 1px solid #ce297a;
}
.product-info__text_hidden {
  display: none;
  margin-top: 1rem;
}
.product-info__text > div *:not(:last-child) {
  margin-bottom: 1rem;
}
.product-info__show-hide {
  font-size: 1rem;
  line-height: 150%;
  color: #737373;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 1.25rem;
}
.product-info__show-hide:hover {
  color: #64ab31;
}
.product-info__tags {
  display: flex;
  gap: 0.3125rem;
}
.product-info__tags li {
  border: 1px solid #d9d9d9;
  padding: 0px 1rem;
  height: 2.375rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #000;
  line-height: 1;
  display: flex;
}

.new-mag {
  background: #fff;
}
.new-mag__container {
  display: flex;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  align-items: flex-start;
}
.new-mag__img {
  flex: 0 0 25rem;
  display: flex;
  justify-content: center;
}
.new-mag__img img {
  max-width: 13.125rem;
}
.new-mag__info {
  flex: 1 1 auto;
}
.new-mag__desc {
  font-size: 1rem;
  line-height: 150%;
  color: #000;
}
.new-mag__desc h2 {
  font-weight: 400;
  font-size: 2.625rem;
  line-height: 124%;
  color: #000;
  margin-bottom: 1.5rem;
}
.new-mag__desc p:not(:last-child) {
  margin-bottom: 1em;
}
.new-mag__link {
  border: 1px solid #e4e4e5;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0;
  width: 11.875rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 1.5rem;
}
.new-mag__link:hover {
  text-decoration: none;
  background: #64ab31;
  border: 1px solid #64ab31;
  color: #fff;
}
/*--END PRODUCT PAGE--*/

/*--RATING PAGE--*/
body.body-page .r_SA3 {
  margin-top: 0 !important;
  padding-top: 8.5rem;
}
.app-root {
  padding: 0 !important;
}
@media (max-width: 1919px) {
  body.body-page .r_SA3 {
    padding-top: 7rem;
  }
}
@media (max-width: 1279px) {
  body.body-page .r_SA3 {
    padding-top: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  body.body-page .r_SA3 {
    padding-top: 0;
  }
}
.main-rating {
  font-family: "Golos Text", sans-serif;
  background: #fff;
}
.main__rating-page {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main-rating [class*="__container"] {
  max-width: 102.125rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.main-rating .section-title {
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: #b39352;
}
.main-rating a {
  transition: all 0.5s ease;
}
.rating-hero {
  position: relative;
  background: linear-gradient(90deg, rgba(201, 203, 195, 0.8) 0%, rgba(226, 226, 223, 0.6) 50%, #eaebe9 100%);
  background: linear-gradient(90deg, #ECEDEC 0%, #D5D6D5 100%);

  overflow: hidden;
}
.rating-hero__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 32.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.rating-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url(../images/hero3.png) no-repeat right center / auto 520px;
}
._webp .rating-hero__bg {
  background: url(../images/hero3.webp) no-repeat right center / auto 520px;
}
.rating-hero__bg img {
  position: absolute;
  top: 3.75rem;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.5);
}

.rating-hero__breadcrumbs > :not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.0625rem;
  background-color: #fff;
  right: -1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.rating-hero__breadcrumbs.breadcrumbs-new li a {
  color: #fff;
}
.rating-hero__breadcrumbs.breadcrumbs-new li a:hover {
  color: #222;
}
.rating-hero__breadcrumbs.breadcrumbs-new li span {
  color: rgba(179, 147, 82, 0.4);
}
.rating-hero__title {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  margin-top: -2.75rem;
  gap: 80px;
  max-width: 1216px;
}
.rating-hero__title h1 {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #222;
  flex: 1 1 auto;
}
.rating-hero__title img {
  flex: 0 0 13.6875rem;
  width: 13.6875rem;
}

.rating-page__tabs-header {
  background: #fff;
  padding: 2rem 0;
}
.rating-page__tabs-header ul {
  scroll-snap-type: x mandatory;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  z-index: 1;
  gap: 2rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rating-page__tabs-header ul li {
}
.rating-page__tabs-header ul li span,
.rating-page__tabs-header ul li a {
  font-weight: 500;
  font-size: 2.25rem;
  color: #c0c0c0;
  line-height: 1;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.rating-page__tabs-header ul li span,
.rating-page__tabs-header ul li a:hover,
.rating-page__tabs-header ul li.ui-tabs-active a {
  color: #000;
}

.rating-page__tabs-body {
}
.rating-page__best {
  background: #eeeae2;
  padding: 4.5rem 1.625rem 1.25rem;
}
.nominations__tabs,
.rating-best__tabs {
  margin-top: 2.5rem;
}
.nominations__tabs > ul,
.rating-best__tabs > ul {
  scroll-snap-type: x mandatory;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  z-index: 1;
  gap: 1.25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 1.75rem;
}
.nominations__tabs > ul li a,
.rating-best__tabs > ul li a {
  font-weight: 500;
  font-size: 2.25rem;
  color: #d1bf9a;
  line-height: 1;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.nominations__tabs > ul li a:hover,
.rating-best__tabs > ul li a:hover,
.nominations__tabs > ul li.ui-tabs-active a,
.rating-best__tabs > ul li.ui-tabs-active a {
  color: #000;
}
.rating-best__sort,
.rating-best__category {
  overflow: visible;
}
.best-item {
  flex: 0 0 18.625rem;
  height: auto;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}
.best-item__reward {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #b39352;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
}
.best-item__reward::before,
.best-item__reward::after {
  content: "";
  display: block;
  flex: 0 0 0.875rem;
  height: 100%;
  background: url(../images/reward.svg) no-repeat center / contain;
}
.best-item__reward::after {
  transform: rotateY(180deg);
}
.best-item__inner {
  padding: 1.25rem;
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  overflow: hidden;
  margin-top: 0.75rem;
  transition: all 0.5s ease;
  border: 1px solid #eeeae2;
}
.best-item__rating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 1.25rem;
}
.best-item__rating-star {
  flex: 0 0 2.0625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
}
.best-item__rating-star span {
  flex: 0 0 0.875rem;
}
.best-item__rating-star span img {
  display: block;
  margin: 0 auto;
}
.best-item__rating > span {
  font-weight: 800;
  font-size: 13.75rem;
  letter-spacing: -0.01em;
  text-align: right;
  color: #eeeae2;
  display: block;
  line-height: 0.7;
  transform: translate(7%, -25%);
}
.best-item__img {
  flex: 0 0 18.75rem;
  position: relative;
  z-index: 2;
}
.best-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.best-item__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.best-item__info span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  color: #c4c4c4;
}
.best-item__info span:last-child {
  margin-top: auto;
}
.best-item__info p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #222;
  transition: all 0.5s ease;
}
.best-item:hover .best-item__inner {
  background: linear-gradient(325deg, #f6f3ed 0%, #fff 100%);
  border: 1px solid #d1bf9a;
}
.best-item:hover .best-item__info p {
  color: #e40f7e;
}
.best-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8
}
.rating-best__control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  margin-top: 2.5rem;
}
.rating-best__control .control__arrow {
  flex: 0 0 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 42, 42, 0.24);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;

  transition: all 0.5s ease;
}
.rating-best__control .control__arrow svg {
  width: 100%;
  height: 0.875rem;
}
.rating-best__control .control__arrow_prev {
  transform: rotate(180deg);
}
.rating-best__control .control__arrow:hover {
  background: linear-gradient(325deg, #f6f3ed 0%, #fff 100%);
}
.rating-best__control .swiper-button-disabled {
  background: rgba(210, 210, 215, 0.64);
  opacity: 0.42;
  display: flex !important;
  pointer-events: none;
}

.rating-main__container {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.rating-main__filter {
  flex: 0 0 18.625rem;
}
.rating_wrap_filter {
  width: 100%;
  padding: 0;
  min-width: auto;
}
.options__head,
.options__bottom {
  display: none;
}
.options__body {
  padding: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.options__item {
  margin: 0;
  width: 100%;
}
.options__item [type="checkbox"],
.options__item [type="radio"] {
  display: none;
}
.options__name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 3rem;
  padding: 0px 0.5rem 0.5rem 0px;
  margin: 0;
  width: 100%;
  outline: none;
}
.options__name::-webkit-details-marker,
.options__name::marker {
  display: none;
}
.options__name span:first-child {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #222;
}
.options__name-arr {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  background: none;
  transition: all 0.5s ease;
}
.options__item.open .options__name {
  margin-bottom: 0;
}
.options__item.open .options__name-arr {
  transform: rotateX(180deg);
}
.options__inner {
  display: block;
}
.options__inner-list {
  max-height: 14rem;
  gap: 0;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  flex-direction: column;
}
.options__inner-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.options__inner-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.options__inner-list::-webkit-scrollbar-thumb {
  background-color: #cbcbcc;
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
}
.options__inner-list > * {
  order: inherit;
}
.options__inner-radio + .options__inner-label,
.options__inner-checkbox + .options__inner-label {
  display: flex;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  height: 2rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem 0 0;
  width: 100%;
}
.options__inner-radio + .options__inner-label span,
.options__inner-checkbox + .options__inner-label span {
  color: #8e8e93;
  margin-left: auto;
  text-align: right;
}
.options__inner-checkbox + .options__inner-label span.filter_stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.options__inner-checkbox + .options__inner-label span.filter_stars span {
  margin-left: 0.5rem;
}
.options__inner-checkbox + .options__inner-label::before {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  width: 1.25rem;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  background: #fff url(../images/check.svg) no-repeat center / 0.75rem;
  top: auto;
  left: auto;
  transition: all 0.5s ease;
}
.options__inner-checkbox:checked + .options__inner-label::before {
  background: #e40f7e url(../images/check.svg) no-repeat center / 0.75rem;
  border: 1px solid #e40f7e;
}
.options__inner-radio + .options__inner-label::before {
  content: "";
  display: block;
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  top: auto;
  left: auto;
  transition: all 0.5s ease;
}
.options__inner-radio:checked + .options__inner-label::before {
  background: #e40f7e;
  border: 1px solid #e40f7e;
  box-shadow: 0 0 0 0.25rem #fff inset;
}
.options__inner-radio + label::after,
.options__inner-checkbox + label::after {
  display: none !important;
}
.options__item.options__item_flex .options__inner-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0.5rem 0;
  gap: 0.5rem;
  max-height: none;
}
.options__item.options__item_flex .options__inner-item {
  width: auto;
}
.options__item.options__item_flex .options__inner-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  padding: 0 0.75rem;
  text-align: center;
  white-space: nowrap;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
  gap: 8px;
}
.options__item.options__item_flex .options__inner-label span {
  color: #8e8e93;
}
.options__item.options__item_flex .options__inner-label::before,
.options__item.options__item_flex .options__inner-label::after {
  display: none !important;
}
.options__item.options__item_flex .options__inner-checkbox:checked + .options__inner-label {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.options__item.options__item_flex .options__inner-checkbox:checked + .options__inner-label span {
  color: #fff;
}
.options__item:not(.open) .options__inner {
  display: none;
}
.options__inner-checkbox {
  display: none;
}
@media screen and (max-width: 1023px) {
  /* .options:not(.rating_wrap_filter) {
    width: 100vw;
    height: calc((var(--vh, 1vh) * 100));
    position: fixed;
    top: 0;
    left: -100vw;
    opacity: 0;
    pointer-events: none;
    bottom: 0;
    z-index: 999;
    background-color: #ffffff;
    overflow-y: scroll;
  }
  .options.is-active {
    left: 0;
    pointer-events: all;
    opacity: 1;
  } */
  .options.rating_wrap_filter {
    width: 100%;
    max-width: 41rem;
    height: 100%;
    max-height: 37.5rem;
    top: 50%;
    left: 50%;
    bottom: auto;
    overflow-y: scroll;
    display: none;
    transform: translate(-50%, -50%);
  }
  .options.is-active {
    display: block;
    box-shadow: 0 0 300px 50px rgba(0, 0, 0, 0.9);
    z-index: 111;
    position: fixed;
  }
  .options__head {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 1.5rem 5.55556%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    background-color: #ffffff;
  }
  .options__subtitle {
    font-size: 0.875rem;
    line-height: 140%;
    font-weight: 700;
    color: #000;
    text-align: left;
  }
  .options__closer {
    padding: 0;
    width: 0.75rem;
    height: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
  }
  .options__bottom {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    gap: 0.5rem;
    padding: 0.75rem 0;
  }
  .options__tags {
    margin-bottom: 1rem;
  }
  .options__bottom {
    padding: 1rem 0;
  }
  .options__tags {
    margin-bottom: 1.25rem;
  }
  .options__controls {
    gap: 2.5rem;
    padding: 0 1.875rem;
  }
}

@media screen and (min-width: 1280px) {
  .options.rating_wrap_filter {
    max-height: 50rem;
  }
}

.rating-main__content {
  flex: 1 1 auto;
  position: relative;
}
.rating-main__search {
  display: block;
  margin: 0;
}
.rating_new_search_wrap {
  width: 100%;
  height: 4rem;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 62.5rem;
  overflow: hidden;
}
.rating_new_search_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../images/search.svg) no-repeat 0px 0px / contain;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .rating_new_search_wrap:hover::after {
    background: url(../images/search-active.svg) no-repeat 0px 0px / contain;
  }
}
.rating_new_search_wrap input {
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 7.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  color: #2a2a2a;
  font-family: "Golos Text", sans-serif;
  background: #fff;
}
.rating_new_search_close {
  background: url(../images/close.svg) no-repeat 0px 0px / contain;
  top: 0.25rem;
  right: 4.25rem;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  transform: none;
  display: none;
  cursor: pointer;
}
.rating_new_search_wrap.focus {
  z-index: 90;
  position: relative;
}
.rating_new_search_wrap.focus .rating_new_search_close {
  display: block;
}
.rating_new_search_result_wrap {
  position: fixed;
  z-index: 80;
  background: rgba(20, 22, 26, 0.3);
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rating_new_search_result_wrap.active {
  display: block;
}
.rating_new_search_result {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  position: absolute;
  padding: 0.75rem;
  right: 0;
  top: 5rem;
  width: 100%;
  z-index: 90;
  display: none;
  max-height: 27.75rem;
  overflow-y: auto;
  border-radius: 1.5rem;
}
.rating_new_search_result.active {
  display: block;
}
.rating_new_search_result:empty {
  display: none !important;
}
.rating-main__search-button {
  display: none;
}
.search-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
}
.rating_search_list_empty {
  grid-column: span 4;
}
.search-item {
  position: relative;
}
.search-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.search-item__inner {
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  gap: 0.25rem;
  transition: all 0.5s ease;
}
.search-item__img {
  flex: 0 0 4.5rem;
  height: 7.5rem;
  position: relative;
}
.search-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-item__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-item__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-item__rating > span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.375rem;
  border-radius: 0.5rem;
}
.search-item__rating-star.rating-star {
  flex-wrap: nowrap;
  width: auto;
  margin: 0;
}
.search-item__info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 auto;
}
.search-item__info span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 100%;
  color: #c4c4c4;
}
.search-item__info span:last-child {
  margin-top: auto;
}
.search-item__info p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  color: #222;
  transition: all 0.5s ease;
}
.search-item:hover .search-item__inner {
  background: #f4f4f4;
}
.search-item:hover .search-item__info p {
  color: #e40f7e;
}
.rating_new_search_wrap.focus + .rating_new_search_result {
  display: block;
}

.rating-main .table ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 0.5rem;
  margin-top: 1rem;
}
.rating-main .table ul li {
}
.rating-main .table ul button {
  color: #fff;
  background: #000;
  border-radius: 0.5rem;
  display: flex;
  height: 2rem;
  align-items: center;
  padding: 0 0.75rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Golos Text", sans-serif;
  gap: 0.5rem;
  white-space: nowrap;
}
.rating-main .table ul button::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.35355 1.64645C2.15829 1.45118 1.84171 1.45118 1.64645 1.64645C1.45118 1.84171 1.45118 2.15829 1.64645 2.35355L5.29289 6L1.64645 9.64645C1.45118 9.84171 1.45118 10.1583 1.64645 10.3536C1.84171 10.5488 2.15829 10.5488 2.35355 10.3536L6 6.70711L9.64645 10.3536C9.84171 10.5488 10.1583 10.5488 10.3536 10.3536C10.5488 10.1583 10.5488 9.84171 10.3536 9.64645L6.70711 6L10.3536 2.35355C10.5488 2.15829 10.5488 1.84171 10.3536 1.64645C10.1583 1.45118 9.84171 1.45118 9.64645 1.64645L6 5.29289L2.35355 1.64645Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 0.75rem;
  height: 0.75rem;
  width: 0.75rem;
}
.rating-main .table ul a.options__reset {
  display: block;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48265 0.917206C1.32644 0.760996 1.07317 0.760996 0.916962 0.917206C0.760752 1.07342 0.760752 1.32668 0.916962 1.48289L5.43412 6.00005L0.916962 10.5172C0.760752 10.6734 0.760752 10.9267 0.916962 11.0829C1.07317 11.2391 1.32644 11.2391 1.48265 11.0829L5.99981 6.56573L10.517 11.0829C10.6732 11.2391 10.9264 11.2391 11.0826 11.0829C11.2389 10.9267 11.2389 10.6734 11.0826 10.5172L6.56549 6.00005L11.0826 1.48289C11.2389 1.32668 11.2389 1.07342 11.0826 0.917206C10.9264 0.760996 10.6732 0.760996 10.517 0.917206L5.99981 5.43436L1.48265 0.917206Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.rating-main__list {
  margin-top: 1rem;
}
.rating-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.rating-list__item {
}
.rating-item {
  position: relative;
}
.rating-item__inner {
  border: 1px solid #f4f4f4;
  border-radius: 1.5rem;
  padding: 1.25rem;
  background: #fff;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 100%;
}
.rating-item__top {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: calc(100% - 2.5rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rating-item__rating {
}
.rating-item__rating > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}
[class*="_wine-white"] .product-rating > span {
  background: #f3e0a5;
  color: #826a31;
}
[class*="_wine-red"] .product-rating > span {
  background: #d44e4e;
  color: #fff;
}
[class*="_wine-pink"] .product-rating > span {
  background: #f3a5a5;
  color: #823131;
}
.rating-star {
  width: 2.0625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  margin: 0.5rem auto 0;
}
.rating-star span {
  flex: 0 0 0.875rem;
}
.product-price {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.product-price span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #c4c4c4;
}
[class*="_price1"] .product-price span:nth-child(1) {
  color: #3a3a3a;
}
[class*="_price2"] .product-price span:nth-child(1),
[class*="_price2"] .product-price span:nth-child(2) {
  color: #3a3a3a;
}
[class*="_price3"] .product-price span:nth-child(1),
[class*="_price3"] .product-price span:nth-child(2),
[class*="_price3"] .product-price span:nth-child(3) {
  color: #3a3a3a;
}
[class*="_price4"] .product-price span:nth-child(1),
[class*="_price4"] .product-price span:nth-child(2),
[class*="_price4"] .product-price span:nth-child(3),
[class*="_price4"] .product-price span:nth-child(4) {
  color: #3a3a3a;
}
.rating-item__img {
  flex: 0 0 17.875rem;
  position: relative;
}
.rating-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rating-item__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
.rating-item__info span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 100%;
  color: #c4c4c4;
}
.rating-item__info span:last-child {
  margin-top: auto;
}
.rating-item__info p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  color: #222;
  transition: all 0.5s ease;
}
.rating-item:hover .rating-item__inner {
  background: #f4f4f4;
}
.rating-item:hover .rating-item__info p {
  color: #e40f7e;
}
.rating-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.rating-page__mag {
  background: #f9f9f9;
}
.rating-page__mag .new-mag__img {
  flex: 0 0 25rem;
  display: flex;
  justify-content: flex-start;
}
.rating-page__mag .new-mag__info {
  flex: 0 1 48.5rem;
}
.rating-page__mag .new-mag__info p {

  width: 100%;
}

.rating-share {
  display: flex;
  align-items: center;
  gap: 1.6875rem;
  margin-top: 2.5rem;
}
.rating-share__title {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 93%;
  color: #737373;
}
.article_share {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}

.rating-page__nominations {
}
.nominations {
  background: #eeeae2;
}
.nominations__container {
  padding-top: 4.5rem;
  padding-bottom: 5.625rem;
}
.nominations__title {
}
.nominations__body {
  display: flex;
  gap: 6rem;
  margin-top: 3.75rem;
}
.nominations__content {
  flex: 1 1 auto;
  padding-top: 1.5rem;
}
.nominations__content-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  font-size: 3.125rem;
  color: #2a2a2a;
  line-height: 1.2;
}
.nominations__content-text {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 160%;
  color: #000;
  margin-top: 2rem;
}
.nominations__content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.46);
  height: 3.5rem;
  width: 13.0625rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-top: 1.5rem;
}
.nominations__content-link:hover {
  background: rgba(196, 196, 196, 0.2);
}
.nominations__share {
  margin-top: 4.5rem;
}
.nominations__img {
  border-radius: 1.5rem;
  overflow: hidden;
  flex: 0 0 48.9375rem;
  position: relative;
  padding-top: 40.67%;
}
.nominations__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rating-page__about {
  padding-bottom: 7.8125rem;
}
.about-rating__wrap {
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 1.75rem auto 0;
}
.about-rating__text {
}
.about-rating__text .content {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
}
.about-rating__text .content * {
  margin-bottom: 1em;
}
.about-rating__text .content *:last-child {
  margin-bottom: 0;
}
.about-rating__text .content strong {
  font-weight: 600;
}
.about-rating__text .content h2 {
  margin: 2rem 0 1.5rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: 100%;
  color: #b39352;
}
.content_vivsible {
}
.content_hidden {
  margin-top: 1em;
  display: none;
}
.about-rating__show-hide {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  margin-top: 2rem;
  color: #8f8f8f;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.about-rating__show-hide svg {
  transition: all 0.5s ease;
}
.about-rating__show-hide.active svg {
  transform: rotateX(180deg);
}
.about-rating__experts {
  margin-top: 5rem;
}
.rating-experts__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.rating-experts__item {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.rating-experts__item:nth-child(even) {
  flex-direction: row-reverse;
}
.rating-experts__info {
  flex: 0 0 23.4375rem;
}
.rating-experts__img {
}
.rating-experts__meta {
  margin-top: 0.75rem;
  text-align: center;
  line-height: 140%;
  padding: 0 1.5625rem;
}
.rating-experts__meta p {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: #222;
}
.rating-experts__meta span {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-top: 0.5rem;
}
.rating-experts__text {
  flex: 1 1 auto;
}
.rating-experts__text blockquote {
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #000;
  padding: 0;
  margin: 0;
  position: relative;
}
.rating-experts__text blockquote::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #ba9e50;
  position: absolute;
  left: -1.5rem;
  top: 0;
}
.rating-experts__text div {
  margin-top: 1.25rem;
}
.rating-experts__text div {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 130%;
  color: #000;
}
.rating-experts__text div *:not(:last-child) {
  margin-bottom: 1em;
}
.about-rating__share {
  margin-top: 5rem;
}
/*--END RATING PAGE--*/

/*--ALL RATING PAGE--*/
.rating-page__all {
}
.rating-all {
  background: #eeeae2;
}
.rating-all__container {
  padding-top: 4.5rem;
  padding-bottom: 5.625rem;
}
.rating-all__year:not(:first-child) {
  margin-top: 6.25rem;
}
.rating-all__year ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
}
.rating-all__year ul li {
  position: relative;
  overflow: hidden;
}
.rating-all__year ul li img {
  transition: all 0.5s ease;
}
.rating-all__year ul li p {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 0.5em;
  line-height: 1.2;
  transition: all 0.5s ease;
}
.rating-all__year ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.rating-all__year ul li:hover img {
  transform: scale(1.02);
}
.rating-all__year ul li:hover p {
  color: #e40f7e;
}

/*--END ALL RATING PAGE--*/

/*--MEDIA--*/
@media (max-width: 1599px) {
  .breadcrumbs_new {
    padding: 1.5rem;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
  }
  .rating-page__mag .new-mag__img {
    flex: 0 0 13.125rem;
  }
  .rating-page__mag .new-mag__container {
    gap: 5rem;
  }

  .rating-hero__title{
    max-width: 67.875rem;
    gap:0;
  }

   .rating-hero__bg {
    background: url(../images/hero30.png) no-repeat right center / auto 520px;
  }
  ._webp .rating-hero__bg {
    background: url(../images/hero30.webp) no-repeat right center / auto 520px;
  }
 
  .nominations__img {
    flex: 0 0 36.875rem;
    padding-top: 35%;
  }
}
@media (max-width: 1439px) {
  .search-list,
  .rating-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .rating-item__inner {
    gap: 0.75rem;
  }
  .search-item__info span {
    font-size: 0.625rem;
  }
  .search-item__info p {
    font-size: 0.875rem;
  }
  .rating-hero__bg {
    right: -13.375rem;
    right: 0;
    background: url(../images/hero31.png) no-repeat right center / auto 520px;
  }
  ._webp .rating-hero__bg {
    background: url(../images/hero31.webp) no-repeat right center / auto 520px;
  }
  .rating-hero__title {
    position: relative;
    max-width: 54.6875rem;
  }
  .rating-hero__title {
    max-width: 50rem;
  }


  .rating-hero__title img {
    width: 11.5625rem;
    width: 8.4375rem;
    position: absolute;
    right: 0;
    right: 100px;
    bottom: 0;
  }
  .rating-hero__bg {
  /*  right: -8.375rem;*/
  }
}
@media (max-width: 1279px) {
  .main-rating [class*="__container"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rating-hero__bg {
    right: -19.875rem;
    right: 0;
  }
  .rating-hero__title {
    max-width: 33rem;
     max-width: 35rem;
  }
  .rating-hero h1 {
    font-size: 2.5rem;
  }
  .rating-page__tabs-header {
    padding: 1.5rem 0 1.5rem 1rem;
  }

  .rating-page__tabs-header ul {
    justify-content: flex-start;
  }
  .rating-page__best {
    padding: 3.75rem 1rem 1.25rem;
  }
  .main-rating .section-title {
    font-size: 3.75rem;
  }
  .main-rating .section-title span {
    display: block;
  }
  .nominations__tabs,
  .rating-best__tabs {
    margin-top: 2rem;
  }
  .nominations__tabs > ul li a,
  .rating-best__tabs > ul li a {
    font-size: 2rem;
  }
  .rating-list {
    gap: 0.625rem;
  }
  .rating-item__inner {
    padding: 0.625rem;
  }
  .rating-item__img {
    flex: 0 0 192px;
  }
  .rating-item__rating > span {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
  .rating-star span {
    flex: 0 0 0.75rem;
  }
  .rating-star {
    gap: 2px;
  }
  .product-price span,
  .rating-item__info span {
    font-size: 0.75rem;
  }
  .rating-item__info p {
    font-size: 0.875rem;
  }
  .new-mag__container {
    gap: 1rem;
  }
  .new-mag__desc h2 {
    font-size: 2rem;
  }
  .nominations__body {
    gap: 0;
    margin-top: 2.75rem;
    flex-direction: column-reverse;
  }
  .nominations__content {
    text-align: center;
  }
  .nominations__content-title {
    font-size: 2rem;
  }
  .nominations__content-link {
    max-width: 22.375rem;
    width: 100%;
    margin: 2.75rem auto 0;
  }
  .nominations__share {
    margin-top: 3.25rem;
    justify-content: center;
  }
  .nominations__img {
    flex: 0 0 auto;
    padding-top: 80.71%;
  }
}

@media (max-width: 1023px) {
  .product-page__card {
    padding: 0 0 3.75rem;
    display: block;
  }
  .product-info {
    gap: 2rem;
  }
  .product-info > * {
    width: 100%;
  }
  .product-card__img {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .product-info__title {
    font-size: 2rem;
  }
  .product-info__text {
    padding-top: 2rem;
  }
  .new-mag__container {
    gap: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .new-mag__img {
    flex: 0 0 13.125rem;
  }
  .new-mag__info h2 {
    font-size: 2rem;
  }

  .rating-main__container {
    display: block;
  }
  .rating-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .rating-main__search {
    display: flex;
    align-items: center;
    gap: 1.125rem;
  }
  .rating-main__content.fixed .rating-main__search {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    z-index: 100;
    padding: 16px;
    background: #fff;
  }
  .rating-main__search-button {
    display: block;
  }
  .rating-main__search-button button {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f4f4f4;
    position: relative;
    margin: 0;
    gap: 0;
  }
  .rating-main__search-button button .table__opener-counter {
    position: absolute;
    top: 0;
    right: 0;
  }
  .rating_new_search_result {
    left: 0;
  }
  .options.is-active {
    padding: 0 1rem;
    max-width: 24.375rem;
    width: 100%;
    background: #fff;
  }
  .options.is-active .options__head {
    padding: 1.25rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: -1;
  }
  .options__subtitle {
    font-weight: 100;
    font-size: 40px;
    line-height: 100%;
    color: #000;
    font-family: "Onest", sans-serif;
  }
  .options__closer {
    flex: 0 0 2rem;
    height: 2rem;
    background: url(../images/close-dark.svg) no-repeat center;
  }
  .rating-main__filter .table {
    margin: 0 -1rem;
    padding-left: 1rem;
  }
  .options.is-active .options__bottom {
    display: block;
    padding: 1.25rem 0;
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .options__controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    padding: 0;
  }
  .options__controls a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    height: 3rem;
    border: none;
    padding: 0;
    text-transform: none;
    font-family: "Golos Text", sans-serif;
    background: #f4f4f4;
    color: #2a2a2a;
  }
  .options__controls a.options__submit_2 {
    background: #000;
    color: #fff;
  }
  .about-rating__wrap {
    margin-top: 1.5rem;
  }
  .rating-experts__item {
    flex-direction: column !important;
    gap: 2rem;
  }
  .rating-experts__info {
    flex: 0 0 auto;
  }
  .rating-experts__img {
    max-width: 23.4375rem;
    width: 100%;
    margin: 0 auto;
  }
  .rating-experts__text blockquote {
    font-size: 1.375rem;
    padding-left: 1.25rem;
  }
  .rating-experts__text blockquote::before {
    left: 0;
  }
  .rating-all__container,
  .nominations__container {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .rating-all__year ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.75rem;
    margin-top: 3.75rem;
  }
  .rating-all__year ul li p {
    font-size: 1.375rem;
  }
  .rating-all__year:not(:first-child) {
    margin-top: 5rem;
  }
  .rating-main .table ul {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }



}

@media (max-width: 899px) {
  .rating-hero__bg {
    right: -13.375rem;
    right: 0;
    background: url(../images/hero32.png) no-repeat right center / auto 520px;
  }
  ._webp .rating-hero__bg {
    background: url(../images/hero32.webp) no-repeat right center / auto 520px;
  }
}

@media (max-width: 767px) {
  .main_new [class*="__container"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .breadcrumbs_new {
    padding: 1.5rem 1rem;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
  .product-card__img {
    flex-direction: column-reverse;
    align-items: center;
  }
  .product-card__rating {
    justify-content: center;
  }
  .product-info__title {
    font-size: 1.5rem;
  }
  .product-card__img-sticky {
    max-width: 22.5rem;
    width: 100%;
  }
  .product-card__img img {
    max-width: 12.5rem;
    display: block;
    margin: 0 auto;
  }
  .product-characteristics__title {
    font-size: 1.25rem;
  }
  .product-characteristics_2 ul,
  .product-characteristics ul {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .product-characteristics ul li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3125rem;
  }
  .product-characteristics ul li span {
    font-size: 0.875rem;
  }
  .product-characteristics ul li span:first-child {
    margin-bottom: 0;
  }
  .quote__inner > img {
    display: none;
  }
  .new-mag__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }
  .new-mag__info h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .new-mag__link {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .new-mag__img {
    flex: 1 1 auto;
    width: 100%;
  }

  ._webp .rating-hero__bg {
    background: url(../images/hero3.webp) no-repeat right top / auto 520px;
  }
  .rating-hero__bg {
    background: url(../images/hero3.png) no-repeat right top / auto 520px;
    right: -245px;
    background-position: right top;
    width: 500px
  }
  .rating-hero__container {
    height: 36.25rem;
    padding-bottom: 2rem;
  }
  .rating-hero__title {
    max-width: 100%;
    flex-direction: column-reverse;
    gap: 3.5625rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .rating-hero h1 {
    font-size: 1.625rem;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .rating-hero__title img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 8.9375rem;
    flex: 0 0 8.9375rem;
  }
  .rating-page__tabs-header {
    padding: 1rem 0 1rem 1rem;
  }
  .rating-page__tabs-header ul li span,
  .rating-page__tabs-header ul li a {
    font-size: 1.5rem;
  }
  .main-rating .section-title {
    font-size: 2.5rem;
  }
  .nominations__tabs > ul li a,
  .rating-best__tabs > ul li a {
    font-size: 1.5rem;
  }
  .best-item {
    flex: 0 0 13.625rem;
  }
  .best-item__inner {
    padding: 0.875rem;
    border-radius: 1.125rem;
    gap: 1.25rem;
  }
  .best-item__img {
    flex: 0 0 13.625rem;
  }
  .best-item__info {
    gap: 0.3125rem;
  }
  .best-item__info span {
    font-size: 0.75rem;
  }
  .best-item__info p {
    font-size: 0.875rem;
  }
  .best-item__rating {
    padding: 0.875rem;
  }
  .best-item__rating-star {
    flex: 0 0 1.5rem;
    gap: 0.1875rem;
  }
  .best-item__rating-star span {
    flex: 0 0 0.625rem;
  }
  .best-item__rating > span {
    font-size: 10rem;
  }
  .search-list,
  .rating-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .rating-main__search {
    gap: 0.875rem;
    padding: 0;
  }
  .rating-main__search-button button {
    width: 3rem;
    height: 3rem;
  }
  .rating_new_search_wrap {
    height: 3rem;
  }
  .rating_new_search_wrap input {
    font-size: 0.875rem;
    font-weight: 400;
    padding-left: 1rem;
    padding-right: 3.5rem;
  }
  .rating_new_search_wrap::after {
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url(../images/search-mob.svg) no-repeat center / 2rem;
  }
  .rating_new_search_wrap.focus::after {
    display: none;
  }
  .rating_new_search_close {
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background: url(../images/close.svg) no-repeat center / 3rem;
  }
  .rating-page__mag .new-mag__container {
    gap: 1.875rem;
    flex-direction: column-reverse;
    align-items: center;
  }
  .new-mag__desc {
    text-align: center;
    font-size: 0.8125rem;
  }
  .new-mag__desc h2 {
    font-size: 1.375rem;
  }
  .rating-page__mag .new-mag__info,
  .rating-page__mag .new-mag__img {
    flex: 1 1 auto;
  }
  .new-mag__img img {
    max-width: 100%;
  }
  .nominations__content-text {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .about-rating__wrap {
    margin-top: 1rem;
  }
  .about-rating__text .content {
    font-size: 1.125rem;
  }
  .about-rating__text .content h2 {
    font-size: 1.5rem;
  }
  .rating-experts__meta p,
  .rating-experts__text blockquote {
    font-size: 1.125rem;
  }
  .rating-experts__text div {
    font-size: 1rem;
  }
  .about-rating__experts {
    margin-top: 2.75rem;
  }
  .rating-experts__list {
    gap: 3.25rem;
  }
  .rating-all__year ul li p {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .search-list {
    grid-template-columns: 1fr;
  }
  .rating_search_list_empty {
    grid-column: auto;
  }
  .search-item__img {
    height: 6.25rem;
  }
  .rating-share {
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
  }

  .nominations__tabs {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1rem;
  }
  .nominations__tabs > ul {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-left: 1rem;
  }
  .nominations__title {
    padding: 0 0.625rem;
  }
  .nominations__body {
    padding: 0 1rem;
    margin-top: 0.6875rem;
  }
  .about-rating__text .content h2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
  }
  .about-rating__text .content h2 span {
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border-left: 1px solid #b39352;
    border-bottom: 1px solid #b39352;
    transform: rotate(-45deg);
    margin-top: -0.3125rem;
  }
  .rating-all__year ul {
    grid-template-columns: 1fr;
    margin-top: 2.75rem;
  }
  .rating-all__year:not(:first-child) {
    margin-top: 3.75rem;
  }
}
@media (max-width: 374px) {
  .product-card__rating > span {
    font-size: 11.75rem;
  }

  .rating-list {
    grid-template-columns: 1fr;
  }
}
/*--END MEDIA--*/

.rating-best__control{
  display: none;
}