:root {
  --text: #fff;
  --text-btn: #232634;
  --main: #000;
  --text-green: #00FFAE;
  --btn-color: #00FFAD;
  --radius: 32px;
  --radius-card: 16px;
  --sidebar-text: #2B404A;
  --switcher: #1D1F2D;
  --swithcer-text: #465057;
  --search-text: #818E95;
  --row-text: #6E728C;
  --results: #1E1F24;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 400;
  src: url("fonts/Poppins-Regular.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 500;
  src: url("fonts/Poppins-Medium.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Poppins";
  font-weight: 700;
  src: url("fonts/Poppins-Bold.ttf") format("ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--main);
  overflow-x: hidden;
}

.body.active {
  overflow-y: hidden;
}

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

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  width: 100%;
  padding: 27px 28px;
}
@media (min-width: 1280px) {
  .header {
    padding: 25px 42px;
  }
}
@media (min-width: 1700px) {
  .header {
    padding: 25px 135px;
  }
}
.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__block .logo {
  width: 164px;
}
@media (min-width: 991px) {
  .header__block .logo {
    width: auto;
  }
}
.header__block .burger {
  display: block;
}
@media (min-width: 1280px) {
  .header__block .burger {
    display: none;
  }
}
.header__block .burger img {
  width: 40px;
  height: 26px;
}
.header__block-menu {
  display: none;
  margin-left: 0;
}
@media (min-width: 1280px) {
  .header__block-menu {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media (min-width: 1700px) {
  .header__block-menu {
    gap: 30px;
  }
}
.header__block-buttons {
  display: none;
}
@media (min-width: 1280px) {
  .header__block-buttons {
    display: block;
  }
}

.menu-item {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: var(--text);
  cursor: default;
}
@media (min-width: 1700px) {
  .menu-item {
    font-size: 17px;
  }
}

.btn {
  color: var(--text);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn-sign {
  margin-right: 30px;
  text-decoration: underline;
  font-size: 18px;
  line-height: 23px;
  cursor: default;
}

.btn-log {
  border: 2px solid var(--btn-color);
  width: 157px;
  height: 60px;
  border-radius: var(--radius);
  cursor: default;
}

.btn-banner {
  width: 227px;
  height: 52px;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
  border-radius: var(--radius);
  margin-top: 25px;
  color: var(--main);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.1;
  position: relative;
  z-index: 20;
}
.btn-banner:hover {
  background-color: unset;
  color: var(--btn-color);
}
@media (min-width: 1280px) {
  .btn-banner {
    width: 315px;
    height: 71px;
    font-size: 30px;
    border-radius: 225px;
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .content {
    display: flex;
    flex-direction: row;
  }
}

.banner {
  position: relative;
  z-index: 10;
  margin: 20px 0 52px 0;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .banner {
    width: 100%;
    max-width: 100%;
  }
}
.banner .line {
  display: none;
}
@media (min-width: 1280px) {
  .banner .line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
  }
}
.banner__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner__top img {
  width: 244px;
  margin-bottom: 48px;
}
@media (min-width: 1280px) {
  .banner__top img {
    width: auto;
  }
}
.banner__top span {
  font-size: 30px;
  line-height: 1.3;
  color: var(--text-green);
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  .banner__top span {
    font-size: 40px;
  }
}
.banner__top p {
  color: var(--text);
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 1280px) {
  .banner__top p {
    font-size: 30px;
  }
}
.banner__top p strong {
  font-size: 24px;
  display: block;
}
@media (min-width: 1280px) {
  .banner__top p strong {
    font-size: 50px;
  }
}
.banner__bottom-img {
  position: relative;
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .banner__bottom-img {
    height: 60vh;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img {
    height: 49vh;
  }
}
.banner__bottom-img::before {
  content: "";
  background: linear-gradient(359.56deg, #000000 53.14%, rgba(0, 0, 0, 0) 99.58%);
  height: 173px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  z-index: 5;
}
@media (min-width: 640px) {
  .banner__bottom-img::before {
    bottom: -108px;
  }
}
.banner__bottom-img .img-banner {
  position: absolute;
}
.banner__bottom-img .glitch-mobile {
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 640px) {
  .banner__bottom-img .glitch-mobile {
    display: none;
  }
}
.banner__bottom-img .glitch {
  display: none;
}
@media (min-width: 640px) {
  .banner__bottom-img .glitch {
    display: block;
    z-index: 2;
    right: -80px;
    bottom: -70px;
    width: 600px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .glitch {
    width: auto;
    bottom: -30px;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img .glitch {
    right: 0;
  }
}
.banner__bottom-img .grana-mobile {
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 640px) {
  .banner__bottom-img .grana-mobile {
    display: none;
  }
}
.banner__bottom-img .grana {
  display: none;
}
@media (min-width: 640px) {
  .banner__bottom-img .grana {
    display: block;
    z-index: 2;
    left: -80px;
    bottom: -100px;
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .grana {
    width: auto;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img .grana {
    left: 0;
  }
}
.banner__bottom-img .treasure-mobile {
  bottom: -35px;
  z-index: 3;
  left: 85px;
}
@media (min-width: 640px) {
  .banner__bottom-img .treasure-mobile {
    display: none;
  }
}
.banner__bottom-img .treasure {
  display: none;
}
@media (min-width: 640px) {
  .banner__bottom-img .treasure {
    display: block;
    z-index: 3;
    bottom: -120px;
    left: 22%;
    width: 350px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .treasure {
    width: auto;
  }
}
.banner__bottom-img .wheel-mobile {
  bottom: -50px;
  z-index: 1;
}
@media (min-width: 640px) {
  .banner__bottom-img .wheel-mobile {
    display: none;
  }
}
.banner__bottom-img .wheel {
  display: none;
}
@media (min-width: 640px) {
  .banner__bottom-img .wheel {
    display: block;
    bottom: -120px;
    z-index: 1;
    width: 730px;
  }
}
.banner__bottom-img .card-bubns {
  top: 55px;
  left: 0;
  z-index: 4;
  width: 35px;
}
@media (min-width: 640px) {
  .banner__bottom-img .card-bubns {
    width: 50px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .card-bubns {
    width: auto;
    top: -180px;
  }
}
.banner__bottom-img .card-clubs {
  bottom: 30px;
  left: -10px;
  z-index: 4;
  width: 37px;
}
@media (min-width: 640px) {
  .banner__bottom-img .card-clubs {
    width: 60px;
    left: 0;
    bottom: 15px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .card-clubs {
    width: auto;
    bottom: 0;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img .card-clubs {
    bottom: 60px;
    left: 30px;
  }
}
.banner__bottom-img .card-hearts {
  top: 145px;
  right: 112px;
  z-index: 4;
  width: 40px;
}
@media (min-width: 640px) {
  .banner__bottom-img .card-hearts {
    width: 70px;
    right: 240px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .card-hearts {
    width: auto;
    right: 320px;
    top: 110px;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img .card-hearts {
    right: 360px;
  }
}
.banner__bottom-img .jewels-left {
  top: 100px;
  left: 110px;
  z-index: 4;
  width: 48px;
}
@media (min-width: 640px) {
  .banner__bottom-img .jewels-left {
    left: 0;
    width: 60px;
    top: 190px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .jewels-left {
    width: auto;
    top: 30px;
    left: -20px;
  }
}
.banner__bottom-img .jewels-right {
  top: 65px;
  right: -15px;
  z-index: 4;
  width: 37px;
}
@media (min-width: 640px) {
  .banner__bottom-img .jewels-right {
    width: 65px;
    top: 0;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-img .jewels-right {
    width: auto;
    top: -185px;
    right: 0;
  }
}
.banner__bottom-img .card-spades {
  display: none;
}
@media (min-width: 1280px) {
  .banner__bottom-img .card-spades {
    display: block;
    width: auto;
    bottom: -50px;
    right: 0;
    z-index: 4;
  }
}
@media (min-width: 1700px) {
  .banner__bottom-img .card-spades {
    right: 50px;
    bottom: 0px;
  }
}
.banner__bottom-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (min-width: 640px) {
  .banner__bottom-text {
    margin-top: -40px;
  }
}
@media (min-width: 1280px) {
  .banner__bottom-text {
    margin-top: -25px;
  }
}
.banner__bottom-text span {
  color: var(--btn-color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.3;
}
@media (min-width: 1280px) {
  .banner__bottom-text span br {
    display: none;
  }
}
.banner__bottom-text p {
  color: var(--text);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .banner__bottom-text p {
    font-size: 25px;
  }
  .banner__bottom-text p br {
    display: none;
  }
}

.overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.sidebar-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  .sidebar-right .sidebar__block:first-child {
    margin-bottom: 21px;
  }
}
.sidebar-right .sidebar__block:first-child .sidebar__block-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  height: 3px;
  width: 54px;
  background-color: var(--btn-color);
}
.sidebar-right .sidebar__block:last-child {
  display: none;
}
@media (min-width: 1280px) {
  .sidebar-right .sidebar__block:last-child {
    display: block;
  }
}
.sidebar-right .sidebar__block:last-child .sidebar__block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-right .sidebar__block:last-child .sidebar__block-title span {
  padding-left: 28px;
}
.sidebar-right .sidebar__block:last-child .sidebar__block-title span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/casino-icon.svg);
}
.sidebar-right .sidebar__block:last-child .sidebar__block-items {
  gap: 9px;
  padding: 8px 0;
}

.sidebar-left {
  display: none;
}
@media (min-width: 1700px) {
  .sidebar-left {
    display: block;
  }
}
.sidebar-left .sidebar__block {
  width: 310px;
  margin-bottom: 16px;
}
.sidebar-left .sidebar__block:last-child {
  margin-bottom: 0;
}

.sidebar__block {
  width: 357px;
  border-radius: var(--radius-card);
  overflow: hidden;
  position: relative;
}
.sidebar__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.sidebar__block-title {
  background-color: var(--text);
  padding: 8px 12px;
  position: relative;
}
.sidebar__block-title span {
  display: block;
  position: relative;
  color: var(--main);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.sidebar__block-title .arrow-left {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/arrow-left.svg);
}
.sidebar__block-title:has(.tab) {
  display: flex;
  padding: 0;
}
.sidebar__block-title:has(.tab) .tab {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.sidebar__block-title:has(.tab) .tab:last-child {
  background-color: var(--text-green);
}
.sidebar__block-form {
  display: flex;
  gap: 8px;
  padding: 12px;
}
.sidebar__block-form .switcher {
  padding: 12px 16px;
  background-color: var(--switcher);
  border-radius: var(--radius);
  width: 109px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__block-form .switcher__icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/down.svg);
  width: 16px;
  height: 16px;
}
.sidebar__block-form .switcher span {
  font-size: 12px;
  line-height: 16px;
  color: var(--swithcer-text);
}
.sidebar__block-form .search {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 169px;
  background-color: var(--text);
  border-radius: var(--radius);
}
.sidebar__block-form .search span {
  font-size: 12px;
  line-height: 16px;
  color: var(--search-text);
}
.sidebar__block-form .search__icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/search.svg);
  width: 16px;
  height: 16px;
}
.sidebar__block-rows {
  padding: 16px;
}
.sidebar__block-rows.events .sidebar__block-row {
  display: flex;
  justify-content: space-between;
}
.sidebar__block-rows.events .sidebar__block-row.league {
  padding-left: 30px;
}
.sidebar__block-rows.events .sidebar__block-row.league span {
  text-transform: uppercase;
}
.sidebar__block-rows.events .sidebar__block-row.league::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/trophy.svg);
}
.sidebar__block-rows.events .sidebar__block-row.league::before {
  background-image: url(img/soccer.svg);
  left: 0;
}
.sidebar__block-rows.events .sidebar__block-row.player::before {
  background-image: url(img/bayern.svg);
}
.sidebar__block-rows.events .sidebar__block-row.player::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/number.svg);
  left: 145px;
  top: 3px;
}
.sidebar__block-rows.events .sidebar__block-row.country::before {
  background-image: url(img/man-city.svg);
}
.sidebar__block-rows.events .sidebar__block-row.live {
  padding-left: 15px;
}
.sidebar__block-rows.events .sidebar__block-row.live::before {
  background-image: url(img/live.svg);
  left: 0;
}
.sidebar__block-rows.events .sidebar__block-row.live::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/time.svg);
  left: 25px;
}
.sidebar__block .number {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--text-green);
}
.sidebar__block .results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.sidebar__block .results__item {
  background-color: var(--results);
  padding: 7px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar__block .results__item span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: var(--row-text);
  text-transform: uppercase;
}
.sidebar__block .results__item:last-child {
  background-color: var(--text-green);
}
.sidebar__block .results__item:last-child span {
  color: var(--switcher);
}
.sidebar__block .results__item:last-child .number {
  color: var(--switcher);
}
.sidebar__block .sidebar-img {
  margin-top: 26px;
}
.sidebar__block-row {
  margin-bottom: 8px;
  position: relative;
}
.sidebar__block-row::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sidebar__block-row:last-child {
  margin-bottom: 0;
}
.sidebar__block-row:last-child::before {
  background-image: url(img/WTA.svg);
}
.sidebar__block-row:first-child::before {
  background-image: url(img/trophy.svg);
}
.sidebar__block-row:nth-child(2)::before {
  background-image: url(img/ATP.svg);
}
.sidebar__block-row span {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--row-text);
}
.sidebar__block-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0;
}
.sidebar__block-text {
  background-color: var(--text);
  padding: 12px 14px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  text-align: center;
}
.sidebar__block-text::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 17px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/hart-icon.svg);
}
.sidebar__block-text::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 12px;
  width: 21px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(img/quickfire-icon.svg);
}
.sidebar__block-text span {
  display: block;
  color: var(--sidebar-text);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.footer {
  padding: 21px 17px;
}
@media (min-width: 1280px) {
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer__top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 36px;
}
@media (min-width: 1280px) {
  .footer__top {
    margin-bottom: 0;
    margin-right: 147px;
  }
}
.footer__top img {
  margin: 4px 7px;
  width: 100px;
}
.footer__top img:first-child {
  margin: 4px 7px 4px 0;
}
.footer__top img:last-child {
  margin: 4px 0 4px 7px;
  width: 70px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__bottom span {
  display: block;
  color: var(--text);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .footer__bottom span {
    margin-bottom: 0;
    margin-right: 21px;
  }
}
.footer__bottom span br {
  display: none;
}
@media (min-width: 1280px) {
  .footer__bottom span br {
    display: block;
  }
}

.reviews {
  padding: 56px 41px 30px;
}
@media (min-width: 640px) {
  .reviews {
    padding: 56px 0 30px 41px;
  }
}
@media (min-width: 1280px) {
  .reviews {
    padding: 74px 0 63px 41px;
  }
}
@media (min-width: 1700px) {
  .reviews {
    padding: 90px 0 63px 135px;
  }
}
.reviews__block h2 {
  font-weight: 800;
  color: var(--btn-color);
  text-transform: uppercase;
  margin-bottom: 45px;
  text-align: right;
}
@media (min-width: 640px) {
  .reviews__block h2 {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .reviews__block h2 {
    margin-bottom: 55px;
    font-size: 35px;
    line-height: 42px;
  }
}
.reviews__block .reviewsSwiper .nav-slider {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85px;
  height: 10px;
}
@media (min-width: 1280px) {
  .reviews__block .reviewsSwiper .nav-slider {
    margin-top: 62px;
  }
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-prev {
  width: 32px;
  height: auto;
  top: auto;
  left: auto;
  position: relative;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-prev::after {
  display: none;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-prev svg {
  fill: #00FF66;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-prev.swiper-button-disabled svg {
  fill: #42465E;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-next {
  width: 32px;
  height: auto;
  top: auto;
  left: auto;
  position: relative;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-next::after {
  display: none;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-next svg {
  fill: #00FF66;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.reviews__block .reviewsSwiper .nav-slider .swiper-button-next.swiper-button-disabled svg {
  fill: #42465E;
}
.reviews__block .reviewsSwiper .swiper-slide:last-child .review-card img {
  width: 100px;
}
.reviews__block .review-card {
  border-radius: var(--radius-review);
  background: var(--review-color);
  padding: 22px 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 327px;
}
@media (min-width: 1280px) {
  .reviews__block .review-card {
    border-radius: var(--radius);
    padding: 29px 41px 25px;
    height: 426px;
  }
}
.reviews__block .review-card img {
  width: 153px;
  border-radius: 10px;
}
@media (min-width: 1280px) {
  .reviews__block .review-card img {
    width: 200px;
  }
}
.reviews__block .review-card p, .reviews__block .review-card a {
  color: var(--text);
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .reviews__block .review-card p, .reviews__block .review-card a {
    font-size: 16px;
    line-height: 24px;
  }
}
.reviews__block .review-card p {
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .reviews__block .review-card p {
    margin-bottom: 35px;
  }
}
.reviews__block .review-card a {
  font-weight: 800;
}
.reviews__block .review-card a:hover {
  text-decoration: underline;
}

.brands {
  background-color: var(--text);
  padding: 60px 30px;
  position: relative;
}
@media (min-width: 991px) {
  .brands {
    padding: 60px 43px;
  }
}
@media (min-width: 1700px) {
  .brands {
    padding: 60px 135px;
  }
}
.brands__block span {
  color: var(--text-black);
  margin-bottom: 13px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1280px) {
  .brands__block span {
    margin-bottom: 19px;
    font-size: 25px;
    line-height: 30px;
  }
}
.brands__block h2 {
  display: block;
  color: var(--text-black);
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .brands__block h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}
.brands__block ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .brands__block ul {
    margin-bottom: 20px;
  }
}
.brands__block ul li {
  color: var(--text-black);
  font-size: 16px;
  line-height: 24px;
}
.brands__block h3 {
  display: block;
  color: var(--avatar-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .brands__block h3 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
}
.brands__block p {
  color: var(--text-black);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 1280px) {
  .brands__block p {
    margin-bottom: 20px;
  }
}

.faq {
  background-color: var(--faq);
  padding: 60px 30px;
  position: relative;
}
@media (min-width: 991px) {
  .faq {
    padding: 60px 43px;
  }
}
@media (min-width: 1700px) {
  .faq {
    padding: 60px 135px;
  }
}
.faq__block h2 {
  display: block;
  color: var(--btn-color);
  font-size: 25px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .faq__block h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}
.faq__item {
  border-radius: 5px;
  background-color: var(--faq-item);
  margin-bottom: 8px;
  border: none;
  position: relative;
  cursor: pointer;
}
.faq__item h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--text);
  padding: 14px 50px 14px 16px;
  position: relative;
}
@media (min-width: 991px) {
  .faq__item h3 {
    font-size: 16px;
  }
}
.faq__item h3::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 30%;
  transition: 0.3s ease-out;
  background-image: url(img/faq-icon.svg);
}
.faq__item-answer {
  display: none;
  padding: 12px;
  transition: 0.3s ease-out;
}
.faq__item-answer p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.faq__item-answer.active {
  display: block;
}
.faq__item.open h3::after {
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */