@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "400";
  font-size: 14px;
  line-height: 1.5;
  color: #f8eeee;
  overflow-x: hidden;
  width: 100vw;
  background-color: #0a0a0a;
}

h1 {
  font-size: 32px;
  line-height: 1.5;
  color: #f8eeee;
  font-family: "700";
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 30px;
}

h2 {
  font-size: 26px;
  line-height: 1.5;
  color: #f8eeee;
  text-align: center;
  font-family: "700";
  margin-top: 50px;
}

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #111;
}

img {
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*! 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.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
b,
strong {
  font-weight: bolder;
}

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 {
  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] {
  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;
}

.header {
  background-color: #0a0a0a;
  border-bottom: #D9D9D7;
  margin-top: 30px;
}
.header .container {
  background-color: #000;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.burger__main-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #0a0a0a;
  transition: right 0.4s linear;
  padding: 20px 10px;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
}
.burger__main-menu li {
  padding: 9px;
}
.burger__main-menu li img {
  width: 25px;
}

.burger__main-submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.burger__main-menu__item {
  font-family: "400";
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}
.burger__main-menu__item:hover {
  color: #000;
}

.burger__title {
  font-family: "400";
  color: #000;
  font-size: 18px;
}

.burger__line {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid rgba(80, 80, 80, 0.337254902);
}

.burger__main-menu__active {
  right: 0;
}

.burger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: none;
}

.hidden {
  overflow: hidden;
}

.mobile_logo {
  cursor: pointer;
  z-index: 999;
  width: 280px;
}

#burger {
  display: none;
  cursor: pointer;
  width: 25px;
}

.close {
  cursor: pointer;
  width: 25px;
}

#more {
  position: relative;
}
#more::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#more:hover::after {
  position: absolute;
  right: -15px;
  top: 7px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../img/more-black.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.more__area {
  display: flex;
  align-items: flex-end;
  z-index: -1;
  transition: opacity 0.3s linear;
  bottom: -5%;
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: auto;
  opacity: 0;
}

.more__area__active {
  overflow: visible;
  height: 200%;
  opacity: 1;
  z-index: 70;
}

.close__more__area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 69;
}

.sub__nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

.flex {
  display: flex;
}

.header__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
}

.header__right {
  width: 60%;
  display: flex;
  align-items: center;
  flex: 0 0 65%;
}

.header-main__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.header__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-top: 1px rgba(0, 0, 0, 0.1725490196) solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  z-index: 71;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "400";
}
.nav li {
  padding: 0 20px;
  border-right: 1px solid #f5f5f5;
}
.nav li:last-child {
  border-right: none;
}

.nav__item {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s linear;
  color: #fff;
  text-transform: uppercase;
}
.nav__item:hover {
  color: #7dccff;
}

@media (max-width: 800px) {
  .header__right {
    display: none;
  }
  .header-main__title {
    display: block;
  }
  .logo {
    display: block;
  }
  .nav {
    display: none;
  }
  #burger {
    display: block;
    z-index: 999;
  }
  .header__bottom {
    justify-content: space-between;
  }
  .header__title {
    display: none;
  }
  .sub-list {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    padding-top: 10px;
    width: 300px;
    z-index: 10000;
  }
  .arrow {
    transform: rotate(270deg);
    width: 15px;
  }
}
@media (max-width: 500px) {
  .mobile_logo {
    width: 180px;
  }
}
.content__btn {
  display: block;
  padding: 10px 30px;
  background-image: linear-gradient(180deg, #4E4E4E 0%, #000000 100%);
  border-radius: 17px;
  border: 2px solid #2DFF1D;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: center;
  max-width: 150px;
  margin-top: 50px;
  transition: all 0.3s linear;
}
.content__btn:hover {
  transform: scale(1.2);
  color: #2DFF1D;
}
.content .container {
  padding-bottom: 50px;
}
.content picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content img {
  width: 100%;
  border-radius: 15px;
}
.content__min__image {
  width: 55%;
  margin: 20px auto;
}
.content__min__image img {
  border: 1px solid #B006DA;
  border-radius: 15px;
}

.content__recomend__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__recomend__title img {
  width: 50px;
  border-radius: 0;
}

.content__recomend__text__title {
  text-transform: uppercase;
  color: #668AD9;
  font-size: 22px;
  font-family: "600";
  text-align: center;
  margin-left: 15px;
}

.content__recomend__descr {
  text-transform: uppercase;
  text-align: center;
}

center {
  position: relative;
  margin-top: 20px;
}

.youtube__wrap {
  display: grid;
  max-width: 100%;
  margin: 0 auto;
}

.youtube {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.youtube__item {
  position: relative;
  padding: 0 0 56% 0;
}

.youtube-absolute {
  border-radius: 5px;
}

@media (max-width: 500px) {
  .content__min__image {
    width: 100%;
  }
  .content__recomend__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .content__recomend__text__title {
    margin: 5px 0;
  }
}
.content__popular-bk__title h4 {
  margin: 0;
  margin-bottom: 5px;
  color: #000;
}
.content__popular-bk__title h4:last-child {
  margin-bottom: 0;
}
.content__popular-bk__title p {
  margin: 0;
}

.content__popular-bk__rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap-reverse;
  margin-bottom: 5px;
}
.content__popular-bk__rating p {
  margin-right: 5px;
}
.content__popular-bk__rating img {
  width: 15px;
  margin-right: 5px;
}
.content__popular-bk__rating img:last-child {
  margin-right: 0;
}

.content__popular-bk__rating--stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*-----------Блок с популярными бк на главной-------------*/
.content__popular-bk-main {
  margin-top: 20px;
}

.content__popular-bk-main__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #191D3A;
  border-radius: 15px;
  margin-bottom: 10px;
  border: 1px solid #B006DA;
}
.content__popular-bk-main__item p {
  margin: 0;
}
.content__popular-bk-main__item picture img {
  width: 120px;
}
.content__popular-bk-main__item picture a {
  line-height: 0;
}
.content__popular-bk-main__item .content__popular-bk__rating {
  justify-content: center;
  flex-direction: column-reverse;
}
.content__popular-bk-main__item .content__popular-bk__rating p {
  margin-right: 10px;
}
.content__popular-bk-main__item .content__popular-bk__rating--stars {
  margin-bottom: 5px;
}

.content__popular-bk-main__wrap__title {
  display: flex;
  align-items: center;
  width: 100%;
}

.popular-bk__title {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "600";
}

.content__popular-bk-main__title {
  padding: 0 10px;
  width: 100%;
  text-align: center;
}

.content__popular-bk-main__text {
  padding: 0 5px;
  width: 100%;
}

.content__popular-bk-main__right {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100%;
}

.content__popular-bk-main__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.content__popular-bk-main__link a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "400";
  color: #fff;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.content__popular-bk-main__link a:hover {
  color: #2DFF1D;
}

.content__popular-bk-main__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__popular-bk-main__btn a {
  display: block;
  padding: 10px 30px;
  background-image: linear-gradient(180deg, #4E4E4E 0%, #000000 100%);
  border-radius: 17px;
  border: 2px solid #2DFF1D;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  text-align: center;
  max-width: 150px;
  transition: all 0.3s linear;
}
.content__popular-bk-main__btn a:hover {
  transform: scale(1.2);
  color: #2DFF1D;
}

.content__popular-bk-main__text__descr {
  font-family: "400";
  color: #fff;
}

@media (max-width: 700px) {
  .content__popular-bk-main__item {
    flex-direction: column;
    padding: 10px;
  }
  .content__popular-bk-main__item p {
    margin: 0;
  }
  .content__popular-bk-main__item picture a {
    line-height: 0;
  }
  .content__popular-bk-main__item .content__popular-bk__rating--stars {
    margin-bottom: 0;
  }
  .content__popular-bk-main__wrap__title {
    margin-bottom: 10px;
  }
  .content__popular-bk-main__title {
    padding-left: 10px;
    max-width: 160px;
  }
  .content__popular-bk-main__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .content__popular-bk-main__right {
    flex-direction: column-reverse;
  }
  .content__popular-bk-main__btn {
    margin-bottom: 10px;
  }
  .content__popular-bk__rating p {
    margin-right: 10px;
  }
}
.footer {
  padding: 30px 0;
  background-color: #000;
  color: #ccc;
}
.footer .container {
  background-color: #000;
}
.footer h3 {
  color: #fff;
}
.footer p {
  font-size: 14px;
  line-height: 1.4;
}
.footer__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.footer__items p {
  font-size: 12px;
  line-height: 12px;
}
.footer__item {
  justify-self: left;
  text-align: left;
}
.footer__item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer__item p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.footer__security {
  align-self: center;
  justify-self: center;
}
.footer__security a {
  font-size: 12px;
  line-height: 1.4;
  margin-right: 15px;
  color: #969696;
  text-align: center;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.footer__security a:last-child {
  margin-right: 0;
}
.footer__security a:hover {
  color: #fff;
}
.footer__security p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__logo {
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media (max-width: 700px) {
  .footer p {
    text-align: left;
  }
  .footer__items {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .footer__item {
    justify-self: self-start;
    text-align: left;
  }
  .footer__security {
    justify-self: self-start;
  }
  .footer__logo {
    justify-self: self-start;
    margin-left: 0;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "400";
  src: url("../fonts/400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "600";
  src: url("../fonts/600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "600";
  src: url("../fonts/600.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "700";
  src: url("../fonts/700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 700px) {
  .content-row__text {
    float: none;
  }
  .content-row table {
    float: none;
    margin-left: 0;
  }
  .content__image__items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content__image__item {
    margin-bottom: 20px;
  }
  .content__image__item:last-child {
    margin-bottom: 0;
  }
  .container {
    padding: 0 20px;
  }
  li {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  table {
    display: inline-block;
    overflow-x: auto;
    max-width: 100%;
  }
}