@charset "UTF-8";
/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- slick-slider.css----- */
/* ----- magnific-popup.css ----- */
/* -------------------------------------
	Reset
	------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  position: relative;
  font: 16px/1.5 "Poppins", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.75px;
  text-align: left;
  color: #000000;
  background-color: #fcfcfc;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 .8em;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h1, h2, .h1, .h2 {
  color: #14142B;
}

h1{
  font-size: inherit;
}

p {
  margin: 0;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #00BA88;
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role="button"] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.container {
  width: 100%;
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

.nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.game__img.card__img .img {
  border-radius: 25px;
}

@media screen and (max-width: 575px) {
  .hide-sm {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .show-sm {
    display: none !important;
  }
}

/* ---------- Titles & text ---------- */
.h1 {
  font-size: 32px;
  line-height: 1.1;
}

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

.h2 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 20px;
  }
}

.h3 {
  font-size: 16px;
}

/* ----- Кнопки ----- */
.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 17px;
  line-height: 1;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.button--green, .button--border {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
}

.button--green {
	height: 40px;
	background: #fff;
	border: 2px solid #D6D8E7;
	font-size: 14px;
	font-weight: 600;
}

.button--green:hover {
  box-shadow: 0px 0px 9px rgb(91 132 223);
}

.button--border {
  background: #fff;
  border: 2px solid #5c7ce2;
}

.button--white {
  height: 40px;
  color: #fff;
  background: #5c7ce2;
  border: 2px solid #5c7ce2;
  font-size: 14px;
  font-weight: 600;
}

.button--white:hover {
  color: #fff;
  box-shadow: 0px 0px 9px rgb(91 132 223);
  background: #5c7ce2;
}

.page {
  padding-top: 96px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: 82px;
  }
}

@media screen and (max-width: 575px) {
  .page {
    padding-top: 76px;
  }
}

.page-title {
  max-width: 1225px;
  margin-left: 228px;
  padding-top: 32px;
}

.page__row {
  padding-top: 32px;
}

@media screen and (max-width: 1199px) {
  .page__row {
    display: block;
  }
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 1225px;
}

.title-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-row .sort {
  margin-bottom: 25px;
}

.card__title.h1 {
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .title-row {
    display: block;
    text-align: center;
  }
  .title-row .sort__ic {
    margin-left: auto;
    margin-right: auto;
  }
}

.title-link {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.8em;
  text-decoration: underline;
}

.cards {
  margin: 0 -16px;
}

@media screen and (max-width: 767px) {
  .cards {
    display: block;
    margin: 0;
  }
}

.cards li {
  width: 33.33333%;
  margin-bottom: 32px;
  padding: 0 16px;
}

@media screen and (max-width: 991px) {
  .cards li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cards li {
    width: 100%;
    padding: 0;
  }
}

.card {
  height: 100%;
  margin: 0 auto;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
}

@media screen and (max-width: 767px) {
  .card {
    max-width: 320px;
  }
}

.card__liked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 30px;
  color: #14142B;
  font-weight: 600;
}

.card__liked::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  z-index: 0;
  background: url("../img/ic-heart.svg") no-repeat 50% 50%/100%;
}

@media screen and (max-width: 767px) {
  .card__liked {
    font-size: 14px;
    left: 15px;
  }
}

.card__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card__img img {
	width: 100%;
}

.card__img > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.mg__cat {
  margin-bottom: 32px;
}

.card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100% - 215px);
  padding: 25px 30px;
}

@media screen and (max-width: 767px) {
  .card__body {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 1400px) {
  .card__body p {
    line-height: 1.75;
  }
}

.card__title {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .card__title {
    margin-bottom: .5em;
  }
}

.card__btns {
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort {
  position: relative;
}

.sort__ic {
  width: 36px;
  height: 36px;
  background: url("../img/ic-filter.svg") no-repeat 50% 50%/24px 24px;
  cursor: pointer;
}

.sort__hidden {
  padding: 24px 24px 8px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  max-width: 942px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  z-index: -1;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 767px) {
  .sort__hidden {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
}

.sort__hidden li {
  margin: 0 1em 1em 0;
}

.sort--on .sort__hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 2;
}

.catalog-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-link::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  background: url("../img/ic-arrow.svg") no-repeat 50% 50%/100%;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.catalog-link:hover::after {
  -webkit-transform: translate3d(-4px, 0, 0);
          transform: translate3d(-4px, 0, 0);
}

.breadcrumbs {
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumbs__list > li {
  display: inline-block;
  margin-bottom: 6px;
}

.breadcrumbs__list > li + li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00BA88;
  margin: 2px 15px 0 12px;
  position: relative;
  top: 1px;
}

.breadcrumbs__list > li:last-child {
  color: #14142B;
}

.breadcrumbs__list > li:last-child a {
  cursor: default;
}

@media screen and (max-width: 991px) {
  .main-row {
    display: block;
  }
}

.game-title-row {
  max-width: calc(100% - 419px);
  padding-top: 14px;
}

@media screen and (max-width: 991px) {
  .game-title-row {
    max-width: 100%;
  }
}

.game {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 30px 55px 100px;
  max-width: 100%;
}

.game__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  .game__row {
    display: block;
    text-align: center;
  }
}

.game .h1, .game .h2 {
  margin-bottom: 0.5em;
}

.game .h2 {
  font-weight: 400;
}

.game__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 16px;
}

@media screen and (max-width: 575px) {
  .game__info {
    display: block;
    padding-right: 0;
  }
}

.game__info .card__liked {
  position: static;
}

@media screen and (max-width: 575px) {
  .game__info .card__liked {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.game__btn {
  margin-top: auto;
  font-size: 16px;
  width: 140px;
  height: 64px;
}

.game__img {
  font-size: 10px;
  width: 32.6em;
  height: 34em;
  border-radius: 32px;
  padding: 0;
}

@media screen and (max-width: 1709px) {
  .game__img {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .game__img {
    font-size: 6px;
  }
}

@media screen and (max-width: 575px) {
  .game__img {
    margin: 30px auto;
  }
}

.game__description {
  max-width: 565px;
  padding-top: 42px;
}

.game__description p {
  line-height: 1.75;
}

.comments {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 387px;
      -ms-flex: 0 0 387px;
          flex: 0 0 387px;
  max-width: 387px;
  margin-left: 32px;
  padding: 30px;
}

@media screen and (max-width: 1709px) {
  .comments {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .comments {
    margin: 50px 0 0;
    max-width: 100%;
  }
}

.comments__title span {
  display: inline-block;
  margin-left: .2em;
  font-weight: 600;
  color: #000000;
}

.comments__form {
  margin-top: 32px;
}

.comments__input {
  position: relative;
}

.comments__input .input {
  padding-right: 42px;
}

.comments__input .search-close {
  top: 20px;
  right: 16px;
}

.comments__list {
  padding-top: 20px;
}

.comment {
  padding: 6px 0;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #EFF0F6;
}

.comment__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  margin-right: 1em;
}

.comment__img .img {
  max-height: 56px;
  max-width: 56px;
}

.comment__name {
  color: #14142B;
  font-weight: 600;
}

.comment__txt {
  font-weight: 500;
  color: #6E7191;
}

.game, .comments {
  background: #fff;
  -webkit-box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
          box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
  border-radius: 32px;
}

@media screen and (max-width: 1709px) {
  .game, .comments {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .game, .comments {
    padding: 30px 15px;
  }
}

/* -------------------------------------
	Modules
	------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  opacity: 1;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  color: #a0a3bd;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #000000;
}

.input {
  display: block;
  width: 100%;
  min-width: 1px;
  height: 64px;
  padding: 16px 24px;
  background-color: #EFF0F7;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.75px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.input:focus {
  outline: none;
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 1em 0;
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);
}

.header__row {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1710px) {
  .header__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1710px) {
  .header__row .search {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -270px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.search {
  width: 540px;
  width: 473px;
}

.search__relative {
  position: relative;
}

.search__relative::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background: url("../img/ic-search.svg") no-repeat 50% 50%/100%;
  opacity: .6;
}

.search__input {
  padding-left: 64px;
  padding-right: 50px;
}

.search__input::-webkit-input-placeholder {
  color: #14142B;
}

.search__input::-moz-placeholder {
  color: #14142B;
}

.search__input:-ms-input-placeholder {
  color: #14142B;
}

.search__input::-ms-input-placeholder {
  color: #14142B;
}

.search__input::placeholder {
  color: #14142B;
}

@media screen and (max-width: 575px) {
  .search__input {
    height: 56px;
  }
}

.search__hidden {
  display: none;
  width: 100%;
  padding: 88px 24px 8px;
  position: absolute;
  top: 0;
  border-radius: 16px;
}

.search__hidden ul {
  position: relative;
  z-index: 2;
}

.search__hidden li {
  margin: 0 1em 1em 0;
}

.search-close {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  right: 24px;
  top: 24px;
  background: url("../img/ic-close.svg") no-repeat 50% 50%/12px 12px;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .search-close {
    top: 16px;
  }
}

.search--in .search__input {
  background: transparent;
  position: relative;
  z-index: 2;
}

.search--in .search__hidden {
  background: #fff;
  -webkit-box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04), 0px 8px 16px rgba(17, 17, 17, 0.04);
          box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04), 0px 8px 16px rgba(17, 17, 17, 0.04);
  display: block;
}

.search-toggle {
  display: none;
  width: 36px;
  height: 36px;
  z-index: 2;
  background: url("../img/ic-search.svg") no-repeat 50% 50%/24px 24px;
}

@media screen and (max-width: 1199px) {
  .search-toggle {
    display: block;
  }
}

@media screen and (max-width: 1709px) {
  .search {
    margin-left: 176px;
  }
}

@media screen and (max-width: 1199px) {
  .search {
    width: 36px;
    margin-left: auto;
    margin-right: -8px;
  }
  .search.toggle .search__relative {
    display: block;
  }
  .search__relative {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 10px;
  }
}

.logo a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .logo {
    height: 50px;
	text-align: -webkit-center;
	margin: 0 auto;
  }
  .logo .img {
    max-height: 100%;
  }
}

.controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.controls li {
  margin-left: 32px;
}

@media screen and (max-width: 390px) {
  .controls li {
    margin-left: 24px;
  }
}

.controls--hidden {
  display: none;
}

@media screen and (max-width: 1199px) {
  .controls {
    margin-left: 0;
  }
}

.user-post, .user-favourite {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.user-post {
  background-image: url("../img/ic-post.svg");
}

.user-favourite {
  background-image: url("../img/ic-heart.svg");
}

.user-avatar {
  display: block;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 390px) {
  .user-avatar {
    width: 44px;
    height: 44px;
  }
}

.header-buttons li {
  margin-left: 32px;
}

.header-buttons--hidden {
  display: none;
}

.header-buttons .button {
  width: 181px;
  height: 64px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px;
}

.header-buttons .button--green {
  margin-right: -16px;
  background: #00BA88;
  color: #fff;
}

.header-buttons .button--green:hover {
  background: #00a175;
}

@media screen and (max-width: 1709px) {
  .header-buttons .button {
    width: 146px;
  }
}

@media screen and (max-width: 1199px) {
  .header-buttons .button {
    width: auto;
    height: 40px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header-buttons ul {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 15px;
    background: #fff;
    text-align: right;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-buttons ul li {
    width: calc(50% - 10px);
    margin-left: 0;
  }
  .header-buttons ul .button {
    width: 100%;
    font-size: 14px;
  }
  .header-buttons ul .button--green {
    margin: 0;
  }
}

.menu-toggle {
  display: none;
  width: 28px;
  height: 22px;
  position: relative;
  margin-left: 32px;
}

.menu-toggle::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}

@media screen and (max-width: 390px) {
  .menu-toggle {
    margin-left: 24px;
  }
}

.menu-ic {
  width: 100%;
  height: 2px;
  margin-top: -1.5px;
  border-radius: 15px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before, .menu-ic::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  background-color: #000;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before {
  top: -8px;
}

.menu-ic::after {
  top: 8px;
}

.menu-open .menu-ic {
  background: transparent;
}

.menu-open .menu-ic::before, .menu-open .menu-ic::after {
  top: 0;
}

.menu-open .menu-ic::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-open .menu-ic::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-open .sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .login-padding {
    padding-bottom: 70px;
  }
}

/* ----- sidebar ----- */
.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 228px;
      -ms-flex: 0 0 228px;
          flex: 0 0 228px;
  max-width: 228px;
  padding-top: 56px;
  padding-right: 16px;
}

@media screen and (max-width: 1199px) {
  .sidebar {
    width: 100%;
    max-width: 400px;
    padding: 150px 30px 90px;
    position: fixed;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
            box-shadow: 0px 4px 16px rgba(17, 17, 17, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding: 115px 15px 90px;
  }
}

.sidebar-categories {
  color: #00BA88;
  font-weight: 500;
  margin-bottom: 41px;
}

.sidebar-categories li:not(:last-child) {
  margin-bottom: 0.5em;
}

.sidebar-top li {
  position: relative;
}

.sidebar-top li:not(:last-child) {
  margin-bottom: 0.6em;
}

@media screen and (max-width: 1199px) {
  .sidebar-top li {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sidebar-top li {
    padding-right: 30px;
  }
}

.sidebar-top li::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.sidebar-top li:nth-child(1)::before {
  width: 24px;
  height: 24px;
  background-image: url(../img/star-yellow.svg);
  left: -40px;
}

@media screen and (max-width: 1199px) {
  .sidebar-top li:nth-child(1)::before {
    left: 0;
  }
}

.sidebar-top li:nth-child(2)::before {
  width: 18px;
  height: 18px;
  background-image: url(../img/star-pink.svg);
  left: -37px;
}

@media screen and (max-width: 1199px) {
  .sidebar-top li:nth-child(2)::before {
    left: 3px;
  }
}

.sidebar-top li:nth-child(3)::before {
  width: 14px;
  height: 14px;
  background-image: url(../img/star-green.svg);
  left: -35px;
}

@media screen and (max-width: 1199px) {
  .sidebar-top li:nth-child(3)::before {
    left: 5px;
  }
}

.sidebar-top li:nth-child(1)::before, .sidebar-top li:nth-child(2)::before, .sidebar-top li:nth-child(3)::before {
  display: block;
}

.sidebar-top .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-top .img {
  margin-right: 1.5em;
  max-height: 56px;
  max-width: 56px;
}

.sidebar-top__points {
  color: #14142B;
  font-weight: 600;
}


