/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}
.header {
  background-image: url('../images/bg-header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(189.96% 61.18% at 50% 38.82%, rgba(255, 181, 72, 0) 0%, rgba(52, 44, 29, 0.80319) 73.22%, #08090A 99.74%);
}
.header__wrapper {
  position: relative;
  min-height: 100vh;
}
.header .header__box .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.header .header__box .header__top-logo {
  display: block;
  width: 55px;
  height: 55px;
}
.header .header__box .header__top-logo img {
  width: 100%;
  height: 100%;
}
.header .header__box .header__top .header__top-links {
  display: flex;
  align-items: center;
}
.header .header__box .header__top .header__top-links .header__top-dropdown {
  padding-right: 7px;
  margin-right: 14px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header .header__box .header__top--none {
  display: none;
}
.header .header__box .header__main {
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header .header__box .header__main-title {
  margin-bottom: 8px;
}
.header .header__box .header__main-subtitle {
  margin-bottom: 29px;
}
.header .header__box .header__main-link {
  transition: all 0.6s;
}
.header .header__box .header__main-link span {
  padding-left: 14px;
  border-left: 1px solid #1A1917;
  opacity: 0.5;
}
.header .header__box .header__main-link:hover {
  background: #ffab2e radial-gradient(circle, transparent 1%, #ffab2e 1%) center / 15000%;
  transform: translateX(0.5rem);
}
.header__top-xbox {
  margin-right: 17px;
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  color: #FFB548;
  font-size: 30px;
  transition: all 0.3s;
}
.header__top-xbox:hover {
  color: #fff;
  transform: translateY(1px);
}
.header__top-steam {
  font-size: 30px;
  color: #FFB548;
  transition: all 0.3s;
}
.header__top-steam:hover {
  color: #fff;
  transform: translateY(1px);
}
.main-nav__list-item {
  display: inline-block;
  margin-left: 38px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.main-nav__list-item span {
  position: relative;
}
.main-nav__list-item span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 0px;
  background: #E93830;
  border-radius: 1px;
  margin: 0 auto;
  top: -10px;
  right: 0;
  left: 0;
  transition: all 0.2s linear;
}
.main-nav__list-item span:hover::before {
  height: 4px;
}
.main-nav__list-item:first-child {
  margin-left: 0;
}
.header__bottom-text {
  padding: 13px 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.6s;
}
.header__bottom-text span {
  display: block;
}
.header__bottom-text:hover {
  color: red;
}
.header__bottom-text .icon-fire {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .header .header__box .header__top .header__top-links .header__top-xbox {
    margin-right: 10px;
    padding-left: 10px;
  }
  .header .header__box .header__top .header__top-links .header__top-dropdown {
    margin-right: 10px;
  }
  .header .header__box .header__main .header__bottom-text {
    margin-top: 40%;
  }
  .main-nav__list-item {
    margin-left: 25px;
  }
}
@media (max-width: 877px) {
  body.lock {
    overflow: hidden;
  }
  .header .header__box .header__top--none {
    display: block;
  }
  .header .header__box .header__top .header__top-links {
    margin-left: auto;
    padding-right: 16px;
    position: relative;
  }
  .header .header__box .header__top .header__top-links:after {
    content: '';
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header .header__box .header__top .header__top-links .header__top-dropdown {
    margin-right: 0;
  }
  .header .header__box .header__top .header__top-links .header__top-xbox,
  .header .header__box .header__top .header__top-links .header__top-steam {
    display: none;
  }
  .header .header__box .header__top-burger {
    order: 1;
    margin-left: 20px;
    transition: all 0.3s linear;
  }
  .header .header__box .header__top-burger.active {
    opacity: 0.4;
  }
  .header .header__box .header__top-burger span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
  }
  .header .header__box .header__top-burger span:before,
  .header .header__box .header__top-burger span:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
  }
  .header .header__box .header__top-burger span:before {
    width: 24px;
    top: -5px;
  }
  .header .header__box .header__top-burger span:after {
    width: 15px;
    top: 5px;
    right: 0;
  }
  .header__top-xbox {
    padding: 12px 0;
    border-left: none;
  }
  .header__top-steam {
    padding: 12px 0;
  }
  .main-nav__list {
    transform: translateY(-1000%);
    position: fixed;
    z-index: 23;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    left: 0;
    top: 80px;
    background-color: rgba(35, 31, 20, 0.8);
    width: 100%;
    transition: transform 0.3s linear;
    overflow: auto;
  }
  .main-nav__list-item {
    margin-left: 0;
    padding: 12px 0;
  }
  .main-nav__list.active {
    transform: translateY(0%);
  }
  .header__bottom-text {
    padding-left: 16px;
  }
}
@media (max-width: 768px) {
  .header .header__box .header__main {
    position: relative;
  }
  .header .header__box .header__main .header__main-subtitle {
    text-align: center;
  }
}
@media (max-height: 619px) {
  .header__bottom-text {
    display: none;
  }
}
.about {
  padding: 190px 0 140px;
  background: radial-gradient(136.03% 54.57% at 50% 48.04%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 60.63%, #080A0B 99.74%), url('../images/bg-about.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 100vh;
}
.about .about__box {
  display: flex;
}
.about .about__box .about__left {
  flex-basis: 50%;
}
.about .about__box .about__left .about__subtitle {
  margin-bottom: 20px;
}
.about .about__box .about__left .about__title {
  margin-bottom: 73px;
  padding-bottom: 20px;
  position: relative;
}
.about .about__box .about__left .about__title:after {
  content: '';
  width: 710px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about .about__box .about__left .about__text {
  max-width: 366px;
  margin-left: auto;
  padding-right: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  z-index: 1;
  position: relative;
}
.about .about__box .about__left .about__text span {
  font-weight: 700;
}
.about .about__box .about__left .about__text-before {
  font-weight: 400 !important;
  position: relative;
}
.about .about__box .about__left .about__text-before::before {
  content: '';
  width: 122px;
  height: 7px;
  background-color: #FFB548;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0.8;
}
.about .about__box .about__right {
  flex-basis: 50%;
}
.about .about__box .about__right .swiper-container {
  max-width: 505px;
}
.about .about__box .about__right .swiper-container .swiper-pagination .swiper-button-prev {
  display: none;
}
.about .about__box .about__right .about__slider {
  max-width: 503px;
}
.about .about__box .about__right .about__slider .slick-list {
  border-radius: 6px;
  position: relative;
}
.about .about__box .about__right .about__slider-item {
  height: 603px;
}
.about .about__box .about__right .about__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .about__box .about__right .slick-dots {
  bottom: 26px;
}
.about .about__box .about__right .slick-dots .slick-active {
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.about .about__box .about__right .slick-dots li {
  list-style: none;
  width: 14px;
  height: 14px;
  margin: 0 12px;
}
.about .about__box .about__right .slick-dots li button {
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.about .about__box .about__right .slick-dots li button:before {
  display: none;
}
.slider-btn {
  border: none;
  background-color: transparent;
  position: absolute;
  right: -87px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 50;
}
.slider-btn.slick-disabled {
  opacity: 0.6;
}
.slider-btn__left {
  right: -60px;
  top: 46%;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .about {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .about .about__box {
    flex-direction: column;
  }
  .about .about__box .about__left .about__title {
    text-align: left;
    padding-bottom: 35px;
    margin-bottom: 27px;
  }
  .about .about__box .about__left .about__title:after {
    width: 100%;
  }
  .about .about__box .about__left .about__text {
    padding-left: 20px;
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about .about__box .about__right .about__slider {
    padding-top: 20px;
  }
  .about .about__box .about__right .about__slider .about__slider-item {
    height: 274px;
  }
  .slider-btn__left {
    top: 42%;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .about .about__box {
    flex-direction: column;
  }
  .about .about__box .about__left .about__title {
    text-align: left;
    max-width: 190px;
    padding-bottom: 35px;
    margin-bottom: 27px;
  }
  .about .about__box .about__left .about__title:after {
    width: 100%;
  }
  .about .about__box .about__left .about__text {
    padding-left: 20px;
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about .about__box .about__right .about__slider {
    padding-top: 20px;
    max-width: 100%;
  }
  .about .about__box .about__right .about__slider .about__slider-item {
    height: 274px;
  }
  .slider-btn {
    display: none;
  }
}
@media (max-width: 674px) {
  .about .about__box .about__left .about__text-before {
    display: block;
  }
}
.features {
  padding: 170px 0 200px;
  background-image: url('../images/features-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  min-height: 100vh;
  position: relative;
}
.features:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(51.1% 80.48% at 30.85% 53.65%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 19.2%, rgba(4, 5, 6, 0.520671) 47.48%, #080A0B 99.74%);
}
.features__wrapper {
  position: relative;
}
.features .features__box {
  display: flex;
}
.features .features__box .features__left {
  flex-basis: 50%;
}
.features .features__box .features__right {
  flex-basis: 50%;
}
.features .features__box .features__right .features__subtitle {
  margin-bottom: 15px;
}
.features .features__box .features__right .features__acc {
  max-width: 368px;
  margin: 70px 0 0;
}
.features .features__box .features__right .features__acc-item {
  margin-bottom: 40px;
}
.features .features__box .features__right .features__acc-item .features__acc-title {
  cursor: pointer;
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #FFB548;
  padding: 0 0 18px 45px;
  white-space: nowrap;
  position: relative;
  transition: all 0.5s linear;
}
.features .features__box .features__right .features__acc-item .features__acc-title:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.features .features__box .features__right .features__acc-item .features__acc-title.show:before {
  background-color: #fff;
}
.features .features__box .features__right .features__acc-item .features__acc-text {
  padding-left: 45px;
  display: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  features {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .features {
    padding-top: 80px;
    padding-bottom: 85px;
    background-position: -290px 0px;
  }
  .features .features__box .features__right .features__title {
    text-align: left;
  }
  .features .features__box .features__right .features__acc {
    margin-top: 30px;
  }
  .features .features__box .features__right .features__acc .features__acc-item {
    margin-bottom: 30px;
  }
  .features .features__box .features__right .features__acc .features__acc-item .features__acc-title {
    padding-left: 23px;
    font-size: 21px;
    line-height: 21px;
  }
  .features .features__box .features__right .features__acc .features__acc-item .features__acc-title:before {
    top: 3px;
  }
  .features .features__box .features__right .features__acc .features__acc-item .features__acc-title:after {
    top: 17px;
  }
  .features .features__box .features__right .features__acc .features__acc-item .features__acc-title.active:after {
    height: 144px;
  }
}
.dropbtn {
  color: #fff;
  padding-right: 15px;
  cursor: pointer;
}
.wrap {
  padding-top: 15px;
  margin-bottom: -15px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  width: 55px;
}
.dropdown-content a:last-child {
  padding-bottom: 5px;
}
.dropbtn::after {
  background: rgba(0, 0, 0, 0) url('../images/arrow-down.svg') no-repeat scroll center center;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 9px 20px 2px 7px;
  text-decoration: none;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(246, 177, 57, 0.7);
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.require {
  padding: 145px 0 170px;
  min-height: 100vh;
  background-image: radial-gradient(33.26% 45% at 64.32% 47.1%, rgba(255, 255, 255, 0) 3.36%, rgba(0, 0, 0, 0) 19.22%, #080A0B 99.74%), url('../images/require-bg.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center -2px;
}
.require__subtitle,
.require__title {
  text-align: center;
}
.require__subtitle {
  margin-bottom: 15px;
}
.require__title {
  margin-bottom: 190px;
}
.require__box .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "textos proc . ." "mem storage . ." "graphs graphs . .";
}
.require__box .textos {
  padding: 15px 12px 30px 18px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  grid-area: textos;
}
.require__box .proc {
  padding: 15px 12px 30px 18px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-left: none;
  grid-area: proc;
}
.require__box .mem {
  padding: 15px 12px 30px 18px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-top: none;
  grid-area: mem;
}
.require__box .storage {
  padding: 15px 12px 30px 18px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-left: none;
  border-top: none;
  grid-area: storage;
}
.require__box .graphs {
  padding: 15px 12px 30px 18px;
  border: 1px solid rgba(151, 151, 151, 0.3);
  border-top: none;
  grid-area: graphs;
}
.require__box-tit {
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #FFB548;
}
.require__box-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  min-width: 127px;
}
@media (max-width: 1480px) {
  .require__box {
    width: 100%;
  }
  .require__box .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "textos textos proc proc" "mem mem storage storage" "graphs graphs graphs graphs";
  }
  .require__box .textos {
    grid-area: textos;
  }
  .require__box .proc {
    grid-area: proc;
  }
  .require__box .mem {
    grid-area: mem;
  }
  .require__box .storage {
    grid-area: storage;
  }
  .require__box .graphs {
    grid-area: graphs;
  }
}
@media (max-width: 768px) {
  .require {
    padding-top: 30px;
    background-image: url('../images/require-bg-mob.jpg');
    background-position: bottom;
  }
  .require__title {
    margin-bottom: 45px;
    text-align: left !important;
  }
  .require__subtitle {
    text-align: left;
  }
  .require__box {
    width: 100%;
  }
  .require__box .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "textos textos proc proc" "mem mem storage storage" "graphs graphs graphs graphs";
  }
  .require__box .textos {
    grid-area: textos;
  }
  .require__box .proc {
    grid-area: proc;
  }
  .require__box .mem {
    grid-area: mem;
  }
  .require__box .storage {
    grid-area: storage;
  }
  .require__box .graphs {
    grid-area: graphs;
  }
  .require__box-tit {
    font-size: 18px;
    line-height: 18px;
  }
  .require__box-text {
    font-size: 14px;
    line-height: 16px;
  }
}
.quotes {
  padding: 160px 0 150px;
  background-image: url('../images/quotes-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0A0A0A;
}
.quotes__box {
  display: flex;
  align-items: center;
}
.quotes__box-left {
  flex-basis: 50%;
}
.quotes__box-left .quotes__subtitle {
  margin-bottom: 15px;
}
.quotes__box-left .quotes__title {
  margin-bottom: 60px;
}
.quotes__box-left .quotes__text {
  margin-bottom: 60px;
  max-width: 434px;
}
.quotes__box-left .quotes__btn {
  transition: all 0.6s;
  padding-left: 34px;
  padding-right: 34px;
}
.quotes__box-left .quotes__btn:hover {
  background: #ffab2e radial-gradient(circle, transparent 1%, #ffab2e 1%) center / 15000%;
  transform: translateX(0.5rem);
}
.quotes__box-right {
  flex-basis: 50%;
}
.quotes__box .quotes-card__item {
  padding: 15px 20px 21px 17px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  position: relative;
  max-width: 454px;
  margin-bottom: 30px;
  margin-left: auto;
  transition: all 0.6s;
  cursor: pointer;
}
.quotes__box .quotes-card__item:last-child {
  margin-bottom: 0;
}
.quotes__box .quotes-card__item:nth-child(even) {
  margin-left: 0;
  margin-right: auto;
}
.quotes__box .quotes-card__item:hover {
  transform: translateX(-0.5rem);
}
.quotes__box .quotes-card__personal {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.quotes__box .quotes-card__img {
  width: 70px;
  height: 70px;
  margin-right: 32px;
  position: relative;
}
.quotes__box .quotes-card__img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.quotes__box .quotes-card__name {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #FFB548;
}
.quotes__box .quotes-card__name span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.5;
}
.quotes__box .quotes-card__icon {
  position: absolute;
  top: 30px;
  right: 20px;
}
.quotes__box .quotes-card__icon svg {
  width: 19px;
  height: 14px;
}
.quotes__box .quotes-card__feedback {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.quotes__box .quotes-card__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.5;
}
@media (max-width: 1300px) {
  .quotes .quotes__box {
    flex-direction: column;
  }
  .quotes .quotes__box .quotes__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .quotes .quotes__box .quotes__subtitle {
    text-align: left;
  }
  .quotes .quotes__box .quotes__text {
    margin-bottom: 25px;
  }
  .quotes .quotes__box .quotes__btn {
    margin-bottom: 25px;
  }
  .quotes .quotes__box .quotes__box-right {
    width: 100%;
  }
  .quotes .quotes__box .quotes-card {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .quotes {
    padding-top: 37px;
    padding-bottom: 47px;
  }
  .quotes .quotes__box {
    flex-direction: column;
  }
  .quotes .quotes__box .quotes__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .quotes .quotes__box .quotes__subtitle {
    text-align: left;
  }
  .quotes .quotes__box .quotes__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 16px;
  }
  .quotes .quotes__box .quotes__btn {
    margin-bottom: 25px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 14px;
    padding-right: 14px;
  }
  .quotes .quotes__box .quotes-card__img {
    width: 40px;
    height: 40px;
  }
  .quotes .quotes__box .quotes-card__name {
    font-size: 21px;
    line-height: 21px;
  }
  .quotes .quotes__box .quotes-card__name span {
    font-size: 14px;
    line-height: 22px;
  }
  .quotes .quotes__box .quotes-card__feedback {
    font-size: 14px;
    line-height: 19px;
  }
  .quotes .quotes__box .quotes-card__date {
    font-size: 12px;
    line-height: 16px;
  }
}
.subs {
  padding-top: 50px;
  background-color: #0A0A0A;
}
.subs .subs__box {
  display: flex;
  align-items: center;
}
.subs .subs__box .subs__pic {
  flex: 0 0 444px;
  margin-right: 70px;
  position: relative;
}
.subs .subs__box .subs__pic img {
  width: 100%;
}
.subs .subs__box .subs__pic:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(45.43% 53.19% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 46.15%, #080A0B 99.74%);
}
.subs .subs__box .subs__subscribe .subs__title {
  margin-bottom: 46px;
}
.subs .subs__box .subs__subscribe .subs__subtitle {
  margin-bottom: 15px;
}
.subs .subs__box .subs__subscribe .subs__text {
  margin-bottom: 64px;
}
.subs .subs__box .subs__subscribe .form .subs__form input {
  padding: 18px 21px 18px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  margin-right: 18px;
  min-height: 60px;
  width: 55%;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFB548;
}
.subs .subs__box .subs__subscribe .form .subs__form input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  opacity: 0.5;
  border-radius: 4px;
}
.subs .subs__box .subs__subscribe .form .subs__form .subs__form-btn {
  min-height: 60px;
  padding-left: 71px;
  padding-right: 71px;
  transition: all 0.6s;
}
.subs .subs__box .subs__subscribe .form .subs__form .subs__form-btn:hover {
  background: #ffab2e radial-gradient(circle, transparent 1%, #ffab2e 1%) center / 15000%;
  transform: translateX(0.5rem);
}
@media (max-width: 1190px) {
  .subs .subs__box .subs__subscribe .form .subs__form {
    text-align: center;
  }
  .subs .subs__box .subs__subscribe .form .subs__form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .subs .subs__box .subs__subscribe .form .subs__form .subs__form-btn {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    height: 44px;
  }
  .footer .footer__box {
    flex-direction: column;
  }
  .footer .footer__box .footer__logo {
    margin-top: 30px;
    margin-right: 0 !important;
    margin-bottom: 43px;
  }
  .footer .footer__box .main-nav .main-nav__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .footer__box .main-nav .main-nav__list .main-nav__list-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 23px;
  }
  .footer .footer__box .footer__links {
    padding-top: 20px;
  }
  .footer .footer__bottom {
    padding: 20px 0 25px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .footer__bottom .footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__bottom .footer__bottom-links a {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  .footer .footer__bottom .footer__bottom-copy {
    margin-bottom: 35px;
  }
}
@media (max-width: 900px) {
  .subs .subs__box .subs__pic {
    flex: 0 0 325px !important;
  }
}
@media (max-width: 767px) {
  .subs {
    background-image: url('../images/subs-pic.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -85px bottom;
  }
  .subs .subs__box .subs__pic {
    display: none;
  }
  .subs .subs__box .subs__subscribe .subs__subtitle,
  .subs .subs__box .subs__subscribe .subs__text,
  .subs .subs__box .subs__subscribe .subs__title {
    text-align: left;
    margin-left: 116px;
  }
  .subs .subs__box .subs__subscribe .subs__title {
    margin-bottom: 25px;
  }
  .subs .subs__box .subs__subscribe .subs__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px;
  }
  .subs .subs__box .subs__subscribe .form .subs__form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .subs .subs__box .subs__subscribe .form .subs__form .subs__form-btn {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    height: 44px;
  }
  .footer .footer__box {
    flex-direction: column;
  }
  .footer .footer__box .footer__logo {
    margin-top: 30px;
    margin-right: 0 !important;
    margin-bottom: 43px;
  }
  .footer .footer__box .main-nav .main-nav__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .footer__box .main-nav .main-nav__list .main-nav__list-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 23px;
  }
  .footer .footer__box .footer__links {
    padding-top: 20px;
  }
  .footer .footer__bottom {
    padding: 20px 0 25px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .footer__bottom .footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__bottom .footer__bottom-links a {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
  .footer .footer__bottom .footer__bottom-copy {
    margin-bottom: 35px;
  }
}
@media (max-width: 490px) {
  .subs {
    background-position: -140px bottom;
  }
}
.footer .footer__box {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.footer .footer__box .main-nav .main-nav__list.active {
  display: none;
}
.footer .footer__box .footer__logo {
  cursor: pointer;
  width: 90px;
  height: 90px;
  margin-right: 81px;
}
.footer .footer__box .footer__logo img {
  width: 100%;
}
.footer .footer__box .footer__links .footer-soc + .footer-soc {
  margin-left: 53px;
}
.footer .footer__box .footer__links .icon-facebook,
.footer .footer__box .footer__links .icon-fot-twitter,
.footer .footer__box .footer__links .icon-youtube,
.footer .footer__box .footer__links .icon-twitch {
  transition: all 0.3s;
}
.footer .footer__box .footer__links .icon-facebook:hover,
.footer .footer__box .footer__links .icon-fot-twitter:hover,
.footer .footer__box .footer__links .icon-youtube:hover,
.footer .footer__box .footer__links .icon-twitch:hover {
  color: #FF1313;
}
.footer .footer__bottom {
  padding: 22px 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__bottom-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.5;
}
.footer .footer__bottom-links {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__main-nav__list-item {
  display: inline-block;
  margin-left: 38px;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.footer__main-nav__list-item span {
  position: relative;
}
.footer__main-nav__list-item span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 0px;
  background: #E93830;
  border-radius: 1px;
  margin: 0 auto;
  top: -10px;
  right: 0;
  left: 0;
  transition: all 0.2s linear;
}
.footer__main-nav__list-item span:hover::before {
  height: 4px;
}
.footer__main-nav__list-item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .footer__main-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__main-nav__list-item {
    margin-left: 10px;
  }
}
@media (max-width: 422px) {
  .footer__main-nav__list-item {
    margin-left: 0;
  }
}
body {
  color: #fff;
  background-color: #0A0A0A;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.yellow-btn {
  padding: 18px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1A1917;
  background: linear-gradient(194.68deg, #FFB548 11.27%, #F3AF34 90.4%);
  border-radius: 4px;
}
.none {
  display: none;
}
.title {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.subtitle {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
}
.show {
  display: block;
}
@media (max-width: 767px) {
  .title {
    font-size: 33px;
    line-height: 33px;
    text-align: center;
  }
  .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}
