/*! myOnvent v0.0.1 | (c) 2022  | MIT License |  */
/* line 1, src/sass/_reset.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* line 5, src/sass/_reset.scss */
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 11, src/sass/_reset.scss */
ul[class],
ol[class] {
  padding: 0;
}

/* line 16, src/sass/_reset.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
ul,
ol,
li {
  margin: 0;
}

/* line 31, src/sass/_reset.scss */
ul[class] {
  list-style: none;
}

/* line 35, src/sass/_reset.scss */
img {
  max-width: 100%;
  display: block;
}

/* line 40, src/sass/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* line 47, src/sass/_reset.scss */
a {
  text-decoration: none;
}

/* line 1, src/sass/_common.scss */
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 8, src/sass/_common.scss */
body .clients .clients__slider {
  width: 100%;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}
.css-clip {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  clip-path: inset(50%);
}
.clients__slide {
  margin: 0 22px;
  text-align: center;
  max-width: max-content;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
}
.clients__slide img {
  height: 50px;
  width: auto;
  margin: 0 auto;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: .3s;
}
.clients__slide > a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
/* line 21, src/sass/_common.scss */
.clients {
  padding: 38px 0 35px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eeeeee;
  overflow-x: hidden;
}

/* line 29, src/sass/_common.scss */
.clients span {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}

/* line 39, src/sass/_common.scss */
.add img {
  width: 100%;
}

/* line 44, src/sass/_common.scss */
.pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* line 48, src/sass/_common.scss */
.pages-nav a {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
}

/* line 53, src/sass/_common.scss */
.pages-nav a:last-child {
  color: #000000;
}

/* line 59, src/sass/_common.scss */
.section-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  text-align: center;
}

/* line 67, src/sass/_common.scss */
.section-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #73737c;
}

/* line 76, src/sass/_common.scss */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 83, src/sass/_common.scss */
.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
}

/* line 89, src/sass/_common.scss */
.articles-main {
  margin-top: 25px;
  margin-bottom: 50px;
}

/* line 94, src/sass/_common.scss */
.main-title {
  position: relative;
  margin-bottom: 40px;
}

/* line 100, src/sass/_common.scss */
.main-title h2, .main-title h3 {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main-title h2:before, .main-title h3:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 27px;
  background-image: url("../images/title-icon.png");
  background-size: 32px 27px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
}

/* line 106, src/sass/_common.scss */
.main-title .main-title__arrow {
  display: none;
  background: none;
  border: none;
}

/* line 113, src/sass/_common.scss */
.read-button {
  width: 100%;
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  background: none;
  border: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  display: block;
  color: inherit;
}

/* line 125, src/sass/_common.scss */
.read-button:hover {
  color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 133, src/sass/_common.scss */
.mobile-stripe {
  display: none;
}

/* line 137, src/sass/_common.scss */
.mobile-nav {
  display: none;
}

/* line 142, src/sass/_common.scss */
.owners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 147, src/sass/_common.scss */
.owner:last-child .owner__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.owner:last-child .owner__top-img {
  right: initial;
  left: 0;
}
/* line 151, src/sass/_common.scss */
.owner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 310px;
}

/* line 155, src/sass/_common.scss */
.owner__top-desc {
  z-index: 3;
}

/* line 159, src/sass/_common.scss */
.owner__title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 34px;
  color: #42b200;
  text-transform: uppercase;
}

/* line 166, src/sass/_common.scss */
.owner__title + span {
  font-weight: 800;
  font-size: 23px;
  line-height: 10px;
  color: #000000;
}

/* line 174, src/sass/_common.scss */
.owner__connection {
  margin-top: 50px;
}

/* line 179, src/sass/_common.scss */
.owner__connection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

/* line 185, src/sass/_common.scss */
.owner__connection-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  color: #000000;
}

/* line 195, src/sass/_common.scss */
.owner__connection-item:hover a {
  color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 200, src/sass/_common.scss */
.owner__connection-item:hover img {
  -webkit-filter: invert(55%) sepia(40%) saturate(2732%) hue-rotate(60deg) brightness(93%) contrast(105%);
          filter: invert(55%) sepia(40%) saturate(2732%) hue-rotate(60deg) brightness(93%) contrast(105%);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 205, src/sass/_common.scss */
.owner__connection-item:last-child {
  margin-bottom: 0;
}

/* line 212, src/sass/_common.scss */
.owner__top-img {
  height: 310px;
  width: auto;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.owner__top-img img {
  height: 100%;
  width: auto;
}
/* line 218, src/sass/_common.scss */
.owner__bottom {
  padding: 45px 55px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #ffffff;
}

/* line 224, src/sass/_common.scss */
.owner__bottom--mobile {
  display: none;
}

/* line 228, src/sass/_common.scss */
.owner__bottom > .owner__connection {
  display: none;
}

/* line 232, src/sass/_common.scss */
.owner__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 238, src/sass/_common.scss */
.owner__text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #73737c;
}

/* line 246, src/sass/_common.scss */
.owner__btn {
  padding: 0;
  margin-top: 40px;
  background: none;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #42b200;
  cursor: pointer;
}

@media (max-width: 1280px) {
  /* line 259, src/sass/_common.scss */
  .owners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  /* line 264, src/sass/_common.scss */
  .owner__top-img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  /* line 271, src/sass/_common.scss */
  .owner__top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 280, src/sass/_common.scss */
  .owner__connection-item a {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 1140px) {
  /* line 292, src/sass/_common.scss */
  .breadcrumbs {
    padding: 0 16px;
  }
  /* line 296, src/sass/_common.scss */
  section {
    padding: 0 16px;
  }
  /* line 300, src/sass/_common.scss */
  .footer {
    padding: 0 16px;
  }
  /* line 304, src/sass/_common.scss */
  .container {
    padding: 0;
  }
  /* line 308, src/sass/_common.scss */
  .header .container {
    padding: 0 16px;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 317, src/sass/_common.scss */
  .add img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  /* line 328, src/sass/_common.scss */
  .main {
    margin-top: 30px;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 335, src/sass/_common.scss */
  .main-title {
    margin-bottom: 20px;
  }
  /* line 339, src/sass/_common.scss */
  .owner__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 480px) {
  /* line 348, src/sass/_common.scss */
  .clients {
    width: 100%;
    padding: 15px 0 35px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #eeeeee;
    overflow-x: hidden;
  }
  /* line 357, src/sass/_common.scss */
  .clients__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  /* line 365, src/sass/_common.scss */
  .add {
    margin: 0 16px;
  }
  /* line 369, src/sass/_common.scss */
  .main-title {
    margin-bottom: 30px;
  }
  /* line 372, src/sass/_common.scss */
  .main-title h3 {
    font-size: 15px;
  }
  /* line 376, src/sass/_common.scss */
  .main-title .main-title__arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  /* line 385, src/sass/_common.scss */
  .main-title .main-title__arrow.active {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
  /* line 394, src/sass/_common.scss */
  .main-title.active .main-title__arrow img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  /* line 399, src/sass/_common.scss */
  .action-item.active {
    display: none;
  }
  /* line 403, src/sass/_common.scss */
  .mobile-stripe {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }
  /* line 409, src/sass/_common.scss */
  .mobile-stripe--grey {
    height: 1px;
    background-color: #e1e1e1;
  }
  /* line 414, src/sass/_common.scss */
  .mobile-stripe--black {
    height: 3px;
    background-color: #000000;
  }
  /* line 420, src/sass/_common.scss */
  .mobile-nav {
    display: block;
    background-color: #eeeeee;
    padding: 10px 15px 10px 25px;
    position: sticky;
    bottom: 0;
  }
  /* line 426, src/sass/_common.scss */
  .mobile-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 431, src/sass/_common.scss */
  .mobile-nav__menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  /* line 437, src/sass/_common.scss */
  .mobile-nav__menu a img {
    height: 22px;
    width: auto;
  }
  /* line 441, src/sass/_common.scss */
  .mobile-nav__menu a span {
    font-weight: 400;
    font-size: 9px;
    color: #9d9d9d;
    text-transform: uppercase;
  }
  /* line 450, src/sass/_common.scss */
  section .pages-nav {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 456, src/sass/_common.scss */
  .owner__top {
    max-height: 190px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow-y: hidden;
  }
  /* line 463, src/sass/_common.scss */
  .owner__connection {
    display: none;
  }
  /* line 467, src/sass/_common.scss */
  .owner__top-desc {
    margin-bottom: 20px;
  }
  /* line 471, src/sass/_common.scss */
  .owner__top-img {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  /* line 475, src/sass/_common.scss */
  .owner__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  /* line 480, src/sass/_common.scss */
  .owner__title + span {
    font-size: 22px;
  }
  /* line 484, src/sass/_common.scss */
  .owner__bottom {
    padding: 45px 30px 60px;
  }
  /* line 488, src/sass/_common.scss */
  .owner__bottom > .owner__connection {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
  /* line 494, src/sass/_common.scss */
  .owner__connection-item {
    gap: 10px;
  }
  /* line 498, src/sass/_common.scss */
  .owner__connection-item a {
    font-size: 16px;
    line-height: 25px;
  }
  /* line 504, src/sass/_common.scss */
  .owner__socials {
    gap: 20px;
  }
  /* line 508, src/sass/_common.scss */
  .owner__text {
    line-height: 24px;
  }
  /* line 512, src/sass/_common.scss */
  .owner__bottom--mobile {
    display: block;
    padding: 45px 30px 50px;
  }
  /* line 516, src/sass/_common.scss */
  .owner__bottom--mobile .owner__connection {
    margin-bottom: 0;
  }
  /* line 521, src/sass/_common.scss */
  .owner__connection-item {
    margin-bottom: 10px;
  }
}

/* line 1, src/sass/_header.scss */
.header {
  position: relative;
}

/* line 4, src/sass/_header.scss */
.header .container a {
  position: absolute;
  z-index: 5;
}

/* line 11, src/sass/_header.scss */
.header__top {
  position: relative;
  padding: 20px 90px 15px;
  background-color: #000000;
}

/* line 16, src/sass/_header.scss */
.header__top .header__logo {
  display: none;
}

/* line 21, src/sass/_header.scss */
.header__top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

/* line 28, src/sass/_header.scss */
.top-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 32, src/sass/_header.scss */
.top-nav__menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  transition: .3s;
}

.top-nav__menu a:hover {
  color: #42b200;
}

/* line 41, src/sass/_header.scss */
.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.soc-facebook:hover {
  filter: invert(67%) sepia(65%) saturate(7499%) hue-rotate(185deg) brightness(86%) contrast(99%);
  -webkit-filter: invert(67%) sepia(65%) saturate(7499%) hue-rotate(185deg) brightness(86%) contrast(99%)
}
.soc-twitter:hover {
  filter: invert(49%) sepia(22%) saturate(5348%) hue-rotate(177deg) brightness(100%) contrast(84%);
  -webkit-filter: invert(49%) sepia(22%) saturate(5348%) hue-rotate(177deg) brightness(100%) contrast(84%);
}
.soc-instagram:hover {
  filter: invert(15%) sepia(69%) saturate(6198%) hue-rotate(335deg) brightness(88%) contrast(100%);
  -webkit-filter: invert(15%) sepia(69%) saturate(6198%) hue-rotate(335deg) brightness(88%) contrast(100%);
}
.header-socials img, .footer-socials img {
  height: 16px;
  width: auto;
}
/* line 47, src/sass/_header.scss */
.header__bottom {
  padding: 0 90px;
  border-bottom: 5px solid #000000;
}

/* line 52, src/sass/_header.scss */
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 57, src/sass/_header.scss */
.header-nav .header-nav__list {
  padding: 30px 35px 0 0;
}

/* line 63, src/sass/_header.scss */
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 69, src/sass/_header.scss */
.header-nav__button {
  padding: 0 0 35px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
}

/* line 83, src/sass/_header.scss */
.header-nav__list li {
  position: relative;
}



/* line 101, src/sass/_header.scss */
.header-nav__button:hover {
  color: #42b200;
}

/* line 105, src/sass/_header.scss */
.header-nav__button:hover:after {
  display: block;
}

/* line 109, src/sass/_header.scss */
.header-nav__list li:hover .header-nav__menu {
  display: block;
}

/* line 113, src/sass/_header.scss */
.header-nav__menu {
  display: none;
  position: absolute;
  min-width: 270px;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 30px 40px 45px;
  background: #ffffff;
  border: 2px solid #000000;
  z-index: 8;
  left: 50%;
}

/* line 125, src/sass/_header.scss */
.header-nav__menu span {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

/* line 131, src/sass/_header.scss */
.header-nav__menu p {
  margin: 25px 0 45px;
  font-size: 14px;
  line-height: 24px;
  color: #8c8c94;
}

/* line 138, src/sass/_header.scss */
.header-nav__menu a {
  display: block;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

/* line 146, src/sass/_header.scss */
.header-nav__menu a:last-child {
  margin-bottom: 0;
}

/* line 151, src/sass/_header.scss */
.dots {
  position: relative;
  padding: 30px 5px 35px 5px;
  cursor: pointer;
}

/* line 157, src/sass/_header.scss */
.dots__button {
  border: none;
  cursor: pointer;
  width: 41px;
  height: 8px;
  background-color: transparent;
  background-image: url("../images/header-more-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* line 163, src/sass/_header.scss */
.dots:hover .dots__menu {
  display: block;
}

/* line 168, src/sass/_header.scss */
.dots__menu {
  display: none;
  position: absolute;
  min-width: 270px;
  top: 100%;
  right: 0;
  padding: 30px 40px 45px;
  background: #ffffff;
  border: 2px solid #000000;
  z-index: 8;
}

/* line 182, src/sass/_header.scss */
.dots__menu > a {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}

/* line 190, src/sass/_header.scss */
.dots__menu > a:last-child {
  margin-bottom: 0;
}

/* line 195, src/sass/_header.scss */
.dots:after {
  content: '';
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #42b200;
}

/* line 206, src/sass/_header.scss */
.dots:hover:after {
  display: block;
}

/* line 210, src/sass/_header.scss */
.dots__link {
  margin-bottom: 20px;
}

/* line 222, src/sass/_header.scss */
.dots__title {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 232, src/sass/_header.scss */
.dots__title > a {
  font-weight: 700;
  font-size: 16px;
  color: inherit;
}

/* line 240, src/sass/_header.scss */
.dots__title.active > a {
  color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 245, src/sass/_header.scss */
.dots__title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: invert(52%) sepia(13%) saturate(5595%) hue-rotate(62deg) brightness(97%) contrast(102%);
          filter: invert(52%) sepia(13%) saturate(5595%) hue-rotate(62deg) brightness(97%) contrast(102%);
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 252, src/sass/_header.scss */
.dots__description {
  display: none;
  padding: 20px 0;
}

/* line 256, src/sass/_header.scss */
.dots__description.active {
  display: block;
}

/* line 260, src/sass/_header.scss */
.dots__description a {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

/* line 270, src/sass/_header.scss */
.dots__description a:last-child {
  margin-bottom: 0;
}

/* line 283, src/sass/_header.scss */
.hamburger {
  background: none;
  border: none;
  display: none;
  z-index: 4;
}

/* line 291, src/sass/_header.scss */
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

/* line 301, src/sass/_header.scss */
.hamburger-menu {
  display: none;
}

@media (max-width: 1560px) and (min-width: 1025px) {
  /* line 306, src/sass/_header.scss */
  .header-nav__list {
    gap: 20px;
  }
}

@media (max-width: 1440px) and (min-width: 1281px) {
  /* line 314, src/sass/_header.scss */
  .header__top {
    padding: 20px 60px 15px;
  }
  /* line 318, src/sass/_header.scss */
  .header__bottom {
    padding: 0 60px;
  }
  /* line 322, src/sass/_header.scss */
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  /* line 330, src/sass/_header.scss */
  .header__top {
    padding: 20px 30px 15px;
  }
  /* line 334, src/sass/_header.scss */
  .header__bottom {
    padding: 30px 30px 0;
  }
  /* line 338, src/sass/_header.scss */
  .dots {
    padding: 0 0 30px 0;
  }
  /* line 342, src/sass/_header.scss */
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  /* line 348, src/sass/_header.scss */
  .header-nav .header-nav__list {
    padding: 0 1%;
  }
}

@media (max-width: 1140px) and (min-width: 1025px) {
  /* line 356, src/sass/_header.scss */
  .header .container .header__logo {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 364, src/sass/_header.scss */
  .header .container {
    display: none;
  }
  /* line 367, src/sass/_header.scss */
  .header .container .header__logo {
    display: none;
  }
  /* line 374, src/sass/_header.scss */
  .header__top .header__logo {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
    z-index: 7;
  }
  /* line 384, src/sass/_header.scss */
  .header__top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  /* line 391, src/sass/_header.scss */
  .hamburger-menu {
    display: none;
    position: absolute;
    left: -100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #000000;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 3;
    gap: 0;
    overflow-y: scroll;
  }
  /* line 406, src/sass/_header.scss */
  .top-nav__menu {
    display: none;
  }
  /* line 412, src/sass/_header.scss */
  .header-nav__menu {
    min-width: 100vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background: #000000;
    border: 2px solid #000000;
    z-index: 8;
    left: 0;
  }
  /* line 420, src/sass/_header.scss */
  .header-nav__menu span {
    display: none;
  }
  /* line 424, src/sass/_header.scss */
  .header-nav__menu p {
    display: none;
  }
  /* line 428, src/sass/_header.scss */
  .header-nav__menu .header-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  /* line 434, src/sass/_header.scss */
  .header-nav__menu a {
    margin-bottom: 0;
    font-size: 15px;
    color: #ffffff;
  }
  /* line 440, src/sass/_header.scss */
  .header-nav__menu a:hover {
    color: #42b200;
  }
  /* line 444, src/sass/_header.scss */
  .header-nav__menu a:last-child {
    margin-right: 0;
  }
  /* line 450, src/sass/_header.scss */
  .dots {
    display: none;
  }
  /* line 454, src/sass/_header.scss */
  .hamburger-menu.active {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    left: 0;
    min-width: 100vw;
    height: auto;
    gap: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* line 467, src/sass/_header.scss */
  .hamburger-menu__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  /* line 473, src/sass/_header.scss */
  .hamburger-menu__title.active .hamburger-menu__button {
    color: #42b200;
  }
  /* line 478, src/sass/_header.scss */
  .hamburger-menu__button {
    background: none;
    border: none;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
  }
  /* line 489, src/sass/_header.scss */
  .hamburger-menu__description {
    display: none;
    max-width: 200px;
    padding-left: 30px;
    padding-top: 40px;
  }
  /* line 495, src/sass/_header.scss */
  .hamburger-menu__description.active {
    display: block;
  }
  /* line 499, src/sass/_header.scss */
  .hamburger-menu__description span {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
  }
  /* line 505, src/sass/_header.scss */
  .hamburger-menu__description p {
    margin: 20px 0 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
  }
  /* line 513, src/sass/_header.scss */
  .hamburger-menu__description .hamburger-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  /* line 518, src/sass/_header.scss */
  .hamburger-menu__description .hamburger-menu__links a {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
  }
  /* line 526, src/sass/_header.scss */
  .header__top-nav .hamburger.active ~ .header__logo {
    display: none;
  }
  /* line 530, src/sass/_header.scss */
  .hamburger {
    display: block;
    cursor: pointer;
    padding: 0;
  }
  /* line 536, src/sass/_header.scss */
  .hamburger.active .bar {
    display: block;
    background-color: #42b200;
  }
  /* line 541, src/sass/_header.scss */
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  /* line 545, src/sass/_header.scss */
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  /* line 549, src/sass/_header.scss */
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  /* line 553, src/sass/_header.scss */
  .header__bottom-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 560, src/sass/_header.scss */
  .header__bottom-nav .header-nav__list {
    padding: 0;
  }
  /* line 565, src/sass/_header.scss */
  .header-nav .header-nav__list {
    padding: 0;
  }
  /* line 569, src/sass/_header.scss */
  .header-nav__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
  }
  /* line 577, src/sass/_header.scss */
  .header-nav__list li {
    position: static;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 586, src/sass/_header.scss */
  .header__top {
    padding: 20px 32px 15px;
  }
  /* line 607, src/sass/_header.scss */
  .hamburger-menu.active {
    padding-left: 32px;
  }
  /* line 611, src/sass/_header.scss */
  .header__bottom {
    padding: 40px 32px 0;
  }
  /* line 615, src/sass/_header.scss */
  .header-nav__menu {
    padding: 30px 32px;
  }
  /* line 619, src/sass/_header.scss */
  .header-nav__list {
    gap: 10px 30px;
  }
  /* line 623, src/sass/_header.scss */
  .dots {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  /* line 631, src/sass/_header.scss */
  .header__top {
    padding: 20px 16px;
  }
  /* line 648, src/sass/_header.scss */
  .hamburger-menu.active {
    padding-left: 16px;
  }
  /* line 658, src/sass/_header.scss */
  .header__bottom {
    padding: 35px 16px 0;
  }
  /* line 662, src/sass/_header.scss */
  .header-nav .header-nav__list {
    padding: 0;
  }
  /* line 666, src/sass/_header.scss */
  .header-nav__button {
    padding: 0 0 15px;
  }

  /* line 677, src/sass/_header.scss */
  .header-nav__menu {
    padding: 20px 16px;
  }
  /* line 681, src/sass/_header.scss */
  .header-nav__list {
    gap: 5px 20px;
  }
  /* line 685, src/sass/_header.scss */
  .dots {
    padding: 20px 0 0;
  }
}

/* line 2, src/sass/_post.scss */
.post--l .post__title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

/* line 12, src/sass/_post.scss */
.post--m .post__title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}

/* line 22, src/sass/_post.scss */
.post--s .post__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.main-cat-img {
  height: 220px;
}
.main-cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 41, src/sass/_post.scss */
.common-info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 54, src/sass/_post.scss */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

/* line 68, src/sass/_post.scss */
.tag {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  line-height: inherit;
  color: #ffffff;
  padding: 5px 10px;
  background-color: #b3090d;
  border-radius: 4px;
}
.tag.spaceless {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag a {
  color: inherit;
}
.post__image {
  width: 100%;
}
/* line 77, src/sass/_post.scss */
.tag span {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
}

/* line 104, src/sass/_post.scss */
.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

/* line 109, src/sass/_post.scss */
.date span {

  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

/* line 115, src/sass/_post.scss */
.date span:last-child {
  color: #b3090d;
}

/* line 130, src/sass/_post.scss */
.post__text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 143, src/sass/_post.scss */
.post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
}

/* line 159, src/sass/_post.scss */
.post__author span, .post__author a {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

/* line 164, src/sass/_post.scss */
.post__author span:last-child, .post__author a {
  color: #42b200;
}
.news-top__image {
  height: 300px;
}
.news-top__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 190, src/sass/_post.scss */
.post__comments span {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #9d9d9d;
}

/* line 197, src/sass/_post.scss */
.post__comments div {
  position: relative;
}

/* line 200, src/sass/_post.scss */
.post__comments div:before {
  position: absolute;
  content: url("../svg/message-icon.svg");
  top: 0;
  left: -25px;
}

/* line 210, src/sass/_post.scss */
.post-betting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 216, src/sass/_post.scss */
.post-betting .post__title {
  margin-top: 20px;
}

/* line 220, src/sass/_post.scss */
.post-betting .post__text {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 228, src/sass/_post.scss */
.post-betting .post__info {
  margin-top: 25px;
}

/* line 233, src/sass/_post.scss */
.post-betting:not(:first-child) {
  margin-top: 30px;
}

/* line 239, src/sass/_post.scss */
.small-post .common-info {
  margin-top: 0;
}

/* line 245, src/sass/_post.scss */
.side-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

/* line 251, src/sass/_post.scss */
.side-post .common-info {
  margin-top: 0;
}

/* line 256, src/sass/_post.scss */
.side-post:first-child {
  padding-top: 0;
}

/* line 264, src/sass/_post.scss */
.side-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 279, src/sass/_post.scss */
.side-post__content p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-post__content p a {
  color: inherit;
}
.side-post__content {
  width: 100%;
}
.side__thumb {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.side__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-betting__thumb {
    width: 250px;
    flex-shrink: 0;
}
.post-betting__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.betting__left-content {
    width: 100%;
}
@media (max-width: 768px) and (min-width: 481px) {
  /* line 297, src/sass/_post.scss */
  .post__text {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  /* line 308, src/sass/_post.scss */
  .post--l .post__title {
    line-height: 32px;
  }
  /* line 315, src/sass/_post.scss */
  .post--m .post__title {
    margin-top: 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
  }
  /* line 325, src/sass/_post.scss */
  .post--s .post__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
  }
  /* line 332, src/sass/_post.scss */
  .common-info {
    margin-top: 10px;
  }
  /* line 336, src/sass/_post.scss */
  .post-betting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .post-betting__thumb {
      width: 100%;
  }
  /* line 340, src/sass/_post.scss */
  .post-betting .post__title {
    margin-top: 15px;
  }
  /* line 344, src/sass/_post.scss */
  .post-betting .post__text {
    margin-top: 10px;
  }
  /* line 349, src/sass/_post.scss */
  .side-post {
    gap: 5px;
  }
  /* line 353, src/sass/_post.scss */
  .side-post__content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

/* line 1, src/sass/_recent.scss */
.recent {
  padding-bottom: 60px;
  border-bottom: 5px solid #000000;
}

/* line 5, src/sass/_recent.scss */
.recent .post {
  max-width: 60%;
}

/* line 9, src/sass/_recent.scss */
.recent .post .main-img--slider-wrapper {
  position: relative;
}

/* line 13, src/sass/_recent.scss */
.recent .post .main-img--slider-wrapper .img-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 16, src/sass/_recent.scss */
.recent .post .main-img--slider-wrapper .img-slider.slick-dotted.slick-slider img {
  min-width: 100%;
}

/* line 22, src/sass/_recent.scss */
.recent .post .slick-prev {
  left: 10px;
  z-index: 1;
  background-image: url("../images/arrow-left-slider.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

/* line 30, src/sass/_recent.scss */
.recent .post .slick-next {
  right: 10px;
  z-index: 1;
  background-image: url("../images/arrow-right-slider.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.recent .post .slick-next:before, .recent .post .slick-prev:before {
  content: none;
}
.recent .post .slick-next, .recent .post .slick-prev {
  width: 15px;
  height: 24px;
  transform: none;
  top: 215px;
}
.news-slide__thumb {
  display: block;
  height: 444px;
}
.news-slide__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* line 49, src/sass/_recent.scss */
.recent .post .slick-dots {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: auto;
  text-align: initial;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

/* line 57, src/sass/_recent.scss */
.recent .post .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

/* line 67, src/sass/_recent.scss */
.recent .post .slick-dots li button {
  width: inherit;
  padding: 0;
}

/* line 72, src/sass/_recent.scss */
.recent .post .slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  background: #9d9d9d;
}

/* line 82, src/sass/_recent.scss */
.recent .post .slick-dots .slick-active button:before {
  opacity: 1;
  background-color: #3a57a0;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 91, src/sass/_recent.scss */
.recent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 96, src/sass/_recent.scss */
.recent__content .post .add {
  margin-top: 35px;
}

/* line 105, src/sass/_recent.scss */
.recent__content .post__info {
  margin-top: 40px;
}

/* line 111, src/sass/_recent.scss */
.recent__main-title {
  margin-top: 30px;
}

/* line 114, src/sass/_recent.scss */
.recent__main-title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}

.recent__right {
    display: flex;
    flex-direction: column;
}
/* line 128, src/sass/_recent.scss */
.recent__right .add {
  margin-top: auto;
}

/* line 133, src/sass/_recent.scss */
.scroller {
  max-height: 670px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 145, src/sass/_recent.scss */
.scroller .add {
  display: none;
}

/* line 151, src/sass/_recent.scss */
.scroller__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 159, src/sass/_recent.scss */
.tab-button {
  padding: 25px 0;
  width: 100%;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #b5b5b5;
  cursor: pointer;
}

/* line 170, src/sass/_recent.scss */
.tab-button.active {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  color: #000000;
}

/* line 177, src/sass/_recent.scss */
.tab-button:not(.active) {
  border-bottom: 1px solid #e1e1e1;
}

/* line 182, src/sass/_recent.scss */
.scroller__item {
  padding: 35px 15px 0;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  overflow-y: auto;
  display: none;
}

/* line 190, src/sass/_recent.scss */
.scroller__item .scroller__item-button {
  padding: 0;
  margin-left: 35px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

/* line 202, src/sass/_recent.scss */
.scroller__item .read-button {
  display: none;
}

/* line 206, src/sass/_recent.scss */
.scroller__item .main-title {
  display: none;
}

/* line 211, src/sass/_recent.scss */
.scroller__item > .main-title + .side-post {
  padding-top: 0;
}

/* line 215, src/sass/_recent.scss */
.scroller__item.active {
  display: block;
}

/* line 222, src/sass/_recent.scss */
.scroller__item--trending .main-title {
  display: none;
}

@media (max-width: 1024px) {
  /* line 232, src/sass/_recent.scss */
  .recent {
    padding-bottom: 60px;
    border-bottom: 5px solid #000000;
  }
  /* line 236, src/sass/_recent.scss */
  .recent .post {
    max-width: 100%;
  }
  /* line 250, src/sass/_recent.scss */
  .recent__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 259, src/sass/_recent.scss */
  .recent__right {
    max-width: 100%;
  }
  /* line 263, src/sass/_recent.scss */
  .scroller {
    overflow-y: visible;
    max-height: 100%;
    border: none;
    padding: 0;
  }
  /* line 269, src/sass/_recent.scss */
  .scroller .add {
    display: block;
    margin: 30px 0;
  }
  /* line 275, src/sass/_recent.scss */
  .scroller__item--trending {
    margin-top: 30px;
  }
  /* line 279, src/sass/_recent.scss */
  .scroller__item--trending .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 284, src/sass/_recent.scss */
  .scroller__item {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 30px;
  }
  /* line 290, src/sass/_recent.scss */
  .scroller__tabs {
    display: none;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 298, src/sass/_recent.scss */
  .recent {
    padding-bottom: 60px;
    border-bottom: 5px solid #000000;
  }
  /* line 302, src/sass/_recent.scss */
  .recent .post {
    max-width: 100%;
  }
  /* line 309, src/sass/_recent.scss */
  .recent .post .main-img--slider-wrapper .img-slider .slick-dots {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  /* line 317, src/sass/_recent.scss */
  .post__title {
    margin-top: 15px;
  }
  /* line 325, src/sass/_recent.scss */
  .recent__content .post__info {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 333, src/sass/_recent.scss */
  .recent {
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 337, src/sass/_recent.scss */
  .recent .mobile-stripe--black {
    margin-top: 30px;
  }
  /* line 341, src/sass/_recent.scss */
  .recent .post {
    max-width: 100%;
  }
  /* line 348, src/sass/_recent.scss */
  .recent .post .main-img--slider-wrapper .img-slider .slick-dots {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  /* line 351, src/sass/_recent.scss */
  .recent .post .main-img--slider-wrapper .img-slider .slick-dots .slick-active button:before {
    background-color: #42b200;
  }
  /* line 358, src/sass/_recent.scss */
  .recent .post .arrow-prev {
    top: 20%;
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  /* line 363, src/sass/_recent.scss */
  .recent .post .arrow-next {
    top: 20%;
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
  }
  /* line 370, src/sass/_recent.scss */
  .recent__content {
    gap: 35px;
  }
  /* line 374, src/sass/_recent.scss */
  .recent__content .post .mobile-stripe--grey {
    margin-top: 30px;
  }
  /* line 378, src/sass/_recent.scss */
  .recent__content .post .add {
    margin-top: 65px;
  }
  /* line 382, src/sass/_recent.scss */
  .recent__content .post .post__title {
    margin-top: 25px;
    line-height: 32px;
  }
  /* line 392, src/sass/_recent.scss */
  .recent__content .post__text {
    display: none;
  }
  /* line 400, src/sass/_recent.scss */
  .recent__content .post__info {
    margin-top: 35px;
  }
  /* line 405, src/sass/_recent.scss */
  .recent__right .add {
    margin-top: 20px;
  }
  /* line 409, src/sass/_recent.scss */
  .item-text p {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
  /* line 415, src/sass/_recent.scss */
  .scroller__item {
    padding: 0;
    border: none;
  }
  /* line 419, src/sass/_recent.scss */
  .scroller__item .read-button {
    display: block;
  }
  /* line 423, src/sass/_recent.scss */
  .scroller__item .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 431, src/sass/_recent.scss */
  .scroller__item .side-post:first-of-type {
    padding: 0 0 20px;
  }
  /* line 440, src/sass/_recent.scss */
  .scroller__item--trending > .main-title + .side-post {
    padding: 0 0 20px;
  }
}

/* line 1, src/sass/_news.scss */
.news {
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 5px solid #000000;
}

/* line 7, src/sass/_news.scss */
.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}



/* line 21, src/sass/_news.scss */
.news__left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 33, src/sass/_news.scss */
.news__left-main .post__info {
  margin-top: 35px;
}

/* line 37, src/sass/_news.scss */
.news__left-main .add {
  margin-top: 50px;
}

/* line 41, src/sass/_news.scss */
.news__left-main .post__title {
  margin-top: 25px;
}

/* line 48, src/sass/_news.scss */
.news__left-side {
  padding: 35px 30px 20px;
  border: 1px solid #e1e1e1;
}

/* line 53, src/sass/_news.scss */
.side-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 57, src/sass/_news.scss */
.side-item:not(:first-child) {
  margin-top: 25px;
}

/* line 62, src/sass/_news.scss */
.side-title {
  margin-top: 15px;
}

/* line 65, src/sass/_news.scss */
.side-title a {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post--l .post__title, .post--s .post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 72, src/sass/_news.scss */
.news__right {
  position: relative;
  max-width: 460px;
  width: 41%;
}
.news__left {
  width: 57%;
}

/* line 78, src/sass/_news.scss */
.news__right-content {
  padding: 30px;
  border: 1px solid #e1e1e1;
}

/* line 82, src/sass/_news.scss */
.news__right-content .item-headlines__content:last-child {
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 1024px) {
  /* line 91, src/sass/_news.scss */
  .news__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 95, src/sass/_news.scss */
  .news__left {
    max-width: 100%;
  }
  /* line 98, src/sass/_news.scss */
  .news__left .main-img img {
    min-width: 100%;
  }
  /* line 102, src/sass/_news.scss */
  .news__left .news__left-side {
    padding: 0;
    border: none;
  }
  /* line 108, src/sass/_news.scss */
  .news__right-content {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 116, src/sass/_news.scss */
  .news__right {
    max-width: 100%;
    padding: 30px;
    border: 1px solid #e1e1e1;
    width: 100%;
  }
  .news__left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 125, src/sass/_news.scss */
  .news__left-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 135, src/sass/_news.scss */
  .news__left-content .post__info {
    margin-top: 20px;
  }
  /* line 139, src/sass/_news.scss */
  .news__left-title {
    margin-top: 15px;
  }
  /* line 143, src/sass/_news.scss */
  .news__left-main .add {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  /* line 151, src/sass/_news.scss */
  .news {
    margin-top: 50px;
    padding-bottom: 0;
    border: none;
  }
  /* line 156, src/sass/_news.scss */
  .news .mobile-stripe--black {
    margin-top: 20px;
  }
  /* line 161, src/sass/_news.scss */
  .news__left {
    min-width: 100%;
  }
  /* line 165, src/sass/_news.scss */
  .news__left .main-title {
    margin-bottom: 20px;
  }
  /* line 169, src/sass/_news.scss */
  .news__left .main-title.active {
    margin-bottom: 0;
  }
  /* line 173, src/sass/_news.scss */
  .news__left-main .post__info {
    margin-top: 30px;
  }
  /* line 177, src/sass/_news.scss */
  .news__left-main .add {
    display: none;
  }
  /* line 182, src/sass/_news.scss */
  .left-side__content .side-item:first-child {
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
  }
  /* line 189, src/sass/_news.scss */
  .side-title {
    margin-top: 15px;
  }
  /* line 193, src/sass/_news.scss */
  .side-item:not(:first-child) {
    margin-top: 20px;
  }
  /* line 197, src/sass/_news.scss */
  .side-item {
    padding-bottom: 20px;
  }
  /* line 201, src/sass/_news.scss */
  .news__right {
    margin-top: 20px;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .news__left {
    width: 100%;
  }
  /* line 208, src/sass/_news.scss */
  .news__right .main-title {
    margin-bottom: 25px;
  }
  /* line 212, src/sass/_news.scss */
  .news__right .main-title.active {
    margin-bottom: 0;
  }
}

/* line 1, src/sass/_betting.scss */
.betting {
  position: relative;
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 5px solid #000000;
}

/* line 8, src/sass/_betting.scss */
.betting__content > .add {
  display: none;
}

/* line 12, src/sass/_betting.scss */
.betting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 18, src/sass/_betting.scss */
.betting__left-title {
  margin-top: 20px;
}

.betting__right {
  width: 350px;
  flex-shrink: 0;
}

/* line 24, src/sass/_betting.scss */
.betting__right .main-title {
  display: none;
}

/* line 28, src/sass/_betting.scss */
.betting__right .add {
  margin-top: 30px;
}

/* line 33, src/sass/_betting.scss */
.events {
  padding: 25px 0 30px;
  border: 1px solid #e1e1e1;
  background-color: #f2f2f2;
}

/* line 39, src/sass/_betting.scss */
.events__title {
  text-align: center;
}

/* line 42, src/sass/_betting.scss */
.events__title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

/* line 50, src/sass/_betting.scss */
.events__buttons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* line 55, src/sass/_betting.scss */
.events__buttons button {
  width: 100%;
  height: 45px;
  padding: 15px;
  max-width: 288px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}

.events__buttons button:after {
  content: '';
  width: 11px;
  height: 6px;
  background-image: url("../svg/arrow-down-small.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 67, src/sass/_betting.scss */
.events__buttons span {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

/* line 74, src/sass/_betting.scss */
.events__left-btn span {
  color: #000000;
}

/* line 78, src/sass/_betting.scss */
.events__right-btn span {
  color: #9398a5;
}

/* line 82, src/sass/_betting.scss */
.events__desc {
  margin-top: 40px;
}

/* line 87, src/sass/_betting.scss */
.events-item:not(:first-child) {
  margin-top: 25px;
}

/* line 91, src/sass/_betting.scss */
.events-item__date {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  background-color: #42b200;
  color: #ffffff;
}

/* line 101, src/sass/_betting.scss */
.events-item__date span {
  font-weight: 400;
  font-size: 12px;
}

/* line 107, src/sass/_betting.scss */
.events-item__content:first-child {
  margin-top: 30px;
}

/* line 111, src/sass/_betting.scss */
.events-item__content {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 119, src/sass/_betting.scss */
.events-item__team {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 126, src/sass/_betting.scss */
.events-item__team:last-child {
  margin-top: 25px;
}

/* line 131, src/sass/_betting.scss */
.events-item__team .name {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* line 137, src/sass/_betting.scss */
.events-item__team .name span {
  font-size: 14px;
}

/* line 142, src/sass/_betting.scss */
.events-item__team .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

/* line 146, src/sass/_betting.scss */
.events-item__team .numbers button {
  width: 45px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border: 1px solid transparent;
  background: none;
}

/* line 156, src/sass/_betting.scss */
.events-item__team .numbers button:hover {
  background-color: #ffffff;
  border: 1px solid #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  cursor: pointer;
}

@media (max-width: 1024px) {
  /* line 169, src/sass/_betting.scss */
  .betting__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 173, src/sass/_betting.scss */
  .betting__right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 187, src/sass/_betting.scss */
  .betting__left-content .common-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  /* line 196, src/sass/_betting.scss */
  .betting__left-content .date {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  /* line 207, src/sass/_betting.scss */
  .betting {
    margin-top: 50px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
  }
  /* line 215, src/sass/_betting.scss */
  .betting .mobile-stripe--black {
    margin-top: 30px;
  }
  /* line 220, src/sass/_betting.scss */
  .betting__content {
    gap: 20px;
  }
  /* line 224, src/sass/_betting.scss */
  .betting__left {
    width: 100%;
    padding: 0 16px;
  }
  /* line 228, src/sass/_betting.scss */
  .betting__left .main-title.active {
    margin-bottom: 0;
  }
  /* line 233, src/sass/_betting.scss */
  .betting__content > .add {
    display: block;
  }
  /* line 237, src/sass/_betting.scss */
  .betting__content .betting__right .main-title {
    padding: 0;
    margin: 0 16px 30px;
  }
  /* line 243, src/sass/_betting.scss */
  .betting__right {
    border-top: 3px solid #000000;
    padding: 20px 0 25px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e1e1e1;
  }
  /* line 249, src/sass/_betting.scss */
  .betting__right .events {
    background-color: transparent;
    padding: 0 16px;
    border: none;
  }
  /* line 254, src/sass/_betting.scss */
  .betting__right .main-title {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 259, src/sass/_betting.scss */
  .betting__right .add {
    display: none;
  }
  /* line 264, src/sass/_betting.scss */
  .events__title {
    display: none;
  }
}

/* line 1, src/sass/_activities.scss */
.activities {
  margin-top: 45px;
  padding-bottom: 50px;
  border-bottom: 5px solid #000000;
}

/* line 6, src/sass/_activities.scss */
.activities .add {
  margin-top: 45px;
}

/* line 10, src/sass/_activities.scss */
.activities .mobile-stripe--grey {
  display: none;
}

/* line 15, src/sass/_activities.scss */
.activities__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 29, src/sass/_activities.scss */
.activities__section-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 45, src/sass/_activities.scss */
.activities__section-content {
  padding: 30px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: none;
}

/* line 53, src/sass/_activities.scss */
.activities__section-content .post__info {
  margin-top: 40px;
}

/* line 58, src/sass/_activities.scss */
.activities__section-content.active {
  display: block;
}

/* line 63, src/sass/_activities.scss */
.activities__section-title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

/* line 71, src/sass/_activities.scss */
.activities-section__item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 75, src/sass/_activities.scss */
.activities-section__item:first-child {
  padding-bottom: 30px;
}

/* line 87, src/sass/_activities.scss */
.tabs__title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.tabs__title a {
  color: inherit;
}
.tabs__image {
  max-height: 300px;
}
.tabs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 95, src/sass/_activities.scss */
.content__item-title {
  margin-top: 25px;
}

/* line 98, src/sass/_activities.scss */
.content__item-title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

/* line 106, src/sass/_activities.scss */
.side-section:first-child {
  padding-bottom: 50px;
  border-bottom: 5px solid #000000;
}

/* line 111, src/sass/_activities.scss */
.side-section:not(:first-child) {
  margin-top: 50px;
}

/* line 115, src/sass/_activities.scss */
.side-section__content {
  padding: 30px 30px 25px;
  border: 1px solid #e1e1e1;
}

/* line 121, src/sass/_activities.scss */
.side-section__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e1e1e1;
}
.side-section__item {
  width: 50%;
}

/* line 127, src/sass/_activities.scss */
.side-section__item-wrapper .main-text p {
  margin-top: 20px;
}
.tabs-side__img {
  display: block;
  height: 150px;
}
.tabs-side__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-side__title a {
  color: inherit;
}

@media (max-width: 1024px) {
  /* line 135, src/sass/_activities.scss */
  .activities__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 138, src/sass/_activities.scss */
  .activities__content .main-img img {
    min-width: 100%;
  }
  .tabs-side__img {
    height: 250px;
  }
}

@media (max-width: 480px) {
  /* line 160, src/sass/_activities.scss */
  .activities {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  /* line 165, src/sass/_activities.scss */
  .activities .mobile-stripe--grey {
    display: block;
    margin-top: 32px;
  }
  /* line 170, src/sass/_activities.scss */
  .activities .mobile-stripe--black {
    margin-top: 30px;
  }
  /* line 175, src/sass/_activities.scss */
  .activities__main {
    width: 100%;
    margin-top: 20px;
  }
  /* line 179, src/sass/_activities.scss */
  .activities__main .mobile-stripe--black {
    margin-top: 20px;
  }
  /* line 183, src/sass/_activities.scss */
  .activities__main .main-title.active {
    margin-bottom: 0;
  }
  /* line 188, src/sass/_activities.scss */
  .activities__main .main-title {
    margin-bottom: 40px;
  }
  /* line 194, src/sass/_activities.scss */
  .activities__section {
    padding: 0;
    border: none;
  }
  /* line 199, src/sass/_activities.scss */
  .activities__section-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  /* line 205, src/sass/_activities.scss */
  .activities__section-tabs .tab-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    color: #000000;
  }
  /* line 217, src/sass/_activities.scss */
  .activities__section-tabs .tab-button.active {
    background: #42b200;
    color: #ffffff;
  }
  /* line 224, src/sass/_activities.scss */
  .activities__section-content {
    padding: 0;
    border: none;
  }
  /* line 229, src/sass/_activities.scss */
  .activities__section-content .post__info {
    margin-top: 30px;
  }
  /* line 233, src/sass/_activities.scss */
  .activities-section__item {
    padding-bottom: 21px;
  }
  /* line 238, src/sass/_activities.scss */
  .activities-section__item .common-info {
    margin-top: 30px;
  }
  /* line 243, src/sass/_activities.scss */
  .activities__side {
    width: 100%;
    margin-top: 15px;
  }
  /* line 247, src/sass/_activities.scss */
  .activities__side .side-section__content {
    padding: 0;
    border: 0;
  }
  /* line 252, src/sass/_activities.scss */
  .activities__side .side-section__item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 258, src/sass/_activities.scss */
  .activities__side .side-section__item-wrapper .main-text p {
    margin-top: 27px;
  }
  /* line 263, src/sass/_activities.scss */
  .activities__side .main-title.active {
    margin-bottom: 0;
  }
  /* line 267, src/sass/_activities.scss */
  .activities__side .side-section__item {
    padding: 20px;
    border: 1px solid #e1e1e1;
  }
  /* line 273, src/sass/_activities.scss */
  .side-section:not(:first-child) {
    margin-top: 20px;
  }
  /* line 277, src/sass/_activities.scss */
  .side-section:first-child {
    padding-bottom: 30px;
    border-bottom: none;
  }
  /* line 280, src/sass/_activities.scss */
  .side-section:first-child .mobile-stripe--black {
    margin-top: 30px;
  }
  .tabs-side__img {
    height: initial;
  }
  .side-section__item {
    width: 100%;
  }
}

/* line 1, src/sass/_description.scss */
.description {
  margin-top: 50px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 8, src/sass/_description.scss */
.description__title {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 14, src/sass/_description.scss */
.description__title img {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
/* line 22, src/sass/_description.scss */
.description__title h2 {
  margin-top: 45px;
  font-weight: 800;
  font-size: 19px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

/* line 32, src/sass/_description.scss */
.description__desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* line 37, src/sass/_description.scss */
.description__desc p:first-child {
  margin-bottom: 50px;
}

/* line 40, src/sass/_description.scss */
.description__desc p:last-child {
  margin-top: 40px;
}

/* line 45, src/sass/_description.scss */
.description__desc-title {
  padding: 40px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/* line 50, src/sass/_description.scss */
.description__desc-title h4 {
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
}

/* line 57, src/sass/_description.scss */
.description__socials {
  display: none;
}

@media (max-width: 1024px) {
  /* line 63, src/sass/_description.scss */
  .description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 67, src/sass/_description.scss */
  .description__title {
    min-width: 100%;
  }
  /* line 70, src/sass/_description.scss */
  .description__title h2 {
    margin-top: 20px;
  }
  /* line 75, src/sass/_description.scss */
  .description__desc {
    margin-top: 25px;
  }
  /* line 79, src/sass/_description.scss */
  .description__desc p:first-child {
    margin-bottom: 30px;
  }
  /* line 83, src/sass/_description.scss */
  .description__desc p:last-child {
    margin-top: 30px;
  }
  /* line 87, src/sass/_description.scss */
  .description__desc-title {
    padding: 30px 0;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 94, src/sass/_description.scss */
  .description {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  /* line 101, src/sass/_description.scss */
  .description {
    margin-top: 25px;
    margin-bottom: 0;
  }
  /* line 106, src/sass/_description.scss */
  .description__title {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .description__title img {
    width: 120px;
    height: auto;
  }
  /* line 120, src/sass/_description.scss */
  .description__title h2 {
    margin-top: 0;
    text-align: inherit;
    font-size: 20px;
    line-height: 30px;
  }
  /* line 128, src/sass/_description.scss */
  .description__desc p {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 133, src/sass/_description.scss */
  .description__desc-title h4 {
    font-size: 18px;
    line-height: 26px;
  }
  /* line 138, src/sass/_description.scss */
  .description__socials {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  /* line 144, src/sass/_description.scss */
  .description__socials-item {
    position: relative;
  }
  /* line 148, src/sass/_description.scss */
  .description__socials-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    text-decoration: none;
  }
  /* line 155, src/sass/_description.scss */
  .description__socials-item .description__link-logo {
    padding: 0 30px 0 35px;
    border-right: 1px solid #ffffff;
    width: 30%;
  }
  .description__socials-item .description__link-logo img {
    height: 30px;
    width: auto;
  }
  /* line 160, src/sass/_description.scss */
  .description__socials-item .description__link-logo div {
    padding: 10px 0;
  }
  /* line 165, src/sass/_description.scss */
  .description__socials-item .description__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 35px;
    border-left: #ffffff;
  }
  /* line 172, src/sass/_description.scss */
  .description__socials-item--facebook {
    background-color: #305a9c;
  }
  /* line 176, src/sass/_description.scss */
  .description__socials-item--twitter {
    background-color: #22a9ed;
  }
  /* line 180, src/sass/_description.scss */
  .description__socials-item--insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
}

/* line 1, src/sass/_footer.scss */
.footer {
  background-color: #000000;
}

/* line 5, src/sass/_footer.scss */
.footer-top__content {
  padding: 45px 0 50px;
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 14, src/sass/_footer.scss */
.footer-top__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  color: #ffffff;
}

/* line 20, src/sass/_footer.scss */
.footer-top__links-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 24, src/sass/_footer.scss */
.footer-top__links-part h3 {
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 31, src/sass/_footer.scss */
.footer-top__links-part a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
  text-decoration: none;
  color: #cccccc;
  font-weight: 400;
  font-size: 14px;
}

/* line 39, src/sass/_footer.scss */
.footer-top__links-part a:hover {
  color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 47, src/sass/_footer.scss */
.footer-top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 53, src/sass/_footer.scss */
.footer-socials {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}


/* line 60, src/sass/_footer.scss */
.footer-top__links--mobile {
  display: none;
}

/* line 65, src/sass/_footer.scss */
.footer-bottom {
  padding: 40px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15%;
}

/* line 73, src/sass/_footer.scss */
.footer-bottom__rights {
  color: #ffffff;
}

/* line 76, src/sass/_footer.scss */
.footer-bottom__rights p {
  font-weight: 400;
  font-size: 12px;
}

/* line 82, src/sass/_footer.scss */
.footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* line 86, src/sass/_footer.scss */
.footer-bottom__links a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

/* line 91, src/sass/_footer.scss */
.footer-bottom__links a:hover {
  color: #b3090d;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 99, src/sass/_footer.scss */
.footer-bottom__text {
  padding: 25px 0 60px;
  border-top: 1px solid #e1e1e1;
}

/* line 103, src/sass/_footer.scss */
.footer-bottom__text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 113, src/sass/_footer.scss */
  .footer-top__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
  }
  /* line 118, src/sass/_footer.scss */
  .footer-top__content .footer-top__links {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15%;
  }
  /* line 126, src/sass/_footer.scss */
  .footer-bottom {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px;
  }
  /* line 132, src/sass/_footer.scss */
  .footer-bottom .footer-bottom__rights {
    width: 100%;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 140, src/sass/_footer.scss */
  .footer-top__links-part h3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  /* line 148, src/sass/_footer.scss */
  .footer-top__socials {
    display: none;
  }
  /* line 152, src/sass/_footer.scss */
  .footer-bottom__links {
    display: none;
  }
  /* line 156, src/sass/_footer.scss */
  .footer-top__content {
    padding: 35px 0 30px;
  }
  /* line 160, src/sass/_footer.scss */
  .footer-top__links {
    display: none;
  }
  /* line 164, src/sass/_footer.scss */
  .footer-top__links--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  /* line 170, src/sass/_footer.scss */
  .footer-top__links--mobile a {
    position: relative;
    padding-right: 10px;
    font-weight: 400;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    border-right: 1px solid #ffffff;
  }
  /* line 181, src/sass/_footer.scss */
  .footer-top__links--mobile a:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  /* line 188, src/sass/_footer.scss */
  .footer-bottom {
    padding: 25px 0 40px;
  }
  /* line 192, src/sass/_footer.scss */
  .footer-bottom__rights p {
    font-size: 10px;
  }
  /* line 196, src/sass/_footer.scss */
  .footer-bottom__text {
    display: none;
  }
}

/* line 1, src/sass/_article.scss */
.article {
  margin-top: 70px;
  margin-bottom: 55px;
}

/* line 5, src/sass/_article.scss */
.article > .add {
  margin-top: 25px;
}

/* line 10, src/sass/_article.scss */
.article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 15, src/sass/_article.scss */
.article-left {
  max-width: 65%;
}

/* line 19, src/sass/_article.scss */
.article-title > h2 {
  margin-top: 20px;
}

/* line 26, src/sass/_article.scss */
.article-title .common-info {
  margin-top: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}

/* line 32, src/sass/_article.scss */
.article-title h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 70px;
}

/* line 39, src/sass/_article.scss */
.article__author {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

/* line 46, src/sass/_article.scss */
.article__author--mobile {
  display: none;
}

/* line 51, src/sass/_article.scss */
.author__avatar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.author__avatar > img {
  border-radius: 50%;
}
/* line 54, src/sass/_article.scss */
.author__avatar .post__author {
  margin-top: 20px;
}

/* line 57, src/sass/_article.scss */
.author__avatar .post__author a {
  font-weight: 600;
}

/* line 65, src/sass/_article.scss */
.article__author-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

/* line 72, src/sass/_article.scss */
.article__slider-block {
  margin-top: 50px;
}

/* line 75, src/sass/_article.scss */
.article__slider-block span {
  font-weight: 700;
  font-size: 14px;
}

/* line 81, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper {
  margin-top: 20px;
  position: relative;
}

/* line 86, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .right-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("../svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* line 104, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

/* line 109, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .slick-arrow {
  display: none;
}

/* line 113, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .team-card {
  height: 90px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 15px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* line 126, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .team-card__logo {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 129, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .team-card__logo img {
  width: 100%;
  height: 100%;
}

/* line 136, src/sass/_article.scss */
.article__slider-block .article__slider-wrapper .article__slider .team-card__text p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
}

/* line 147, src/sass/_article.scss */
.article-img {
  margin-top: 40px;
}

/* line 150, src/sass/_article.scss */
.article-img img {
  width: 100%;
  height: auto;
}

/* line 155, src/sass/_article.scss */
.article-describe {
  margin-top: 65px;
  padding-bottom: 40px;
  border-bottom: 5px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

/* line 163, src/sass/_article.scss */
.article__socials {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 170, src/sass/_article.scss */
.article__socials img {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

/* line 177, src/sass/_article.scss */
.article__content p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

/* line 183, src/sass/_article.scss */
.article__content p:last-child {
  margin-bottom: 45px;
}

/* line 188, src/sass/_article.scss */
.article__content .add {
  margin: 25px 0;
}

/* line 193, src/sass/_article.scss */
.comment-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border: 2px solid #9d9d9d;
  background: none;
  cursor: pointer;
}

/* line 203, src/sass/_article.scss */
.comment-btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

/* line 210, src/sass/_article.scss */
.alike {
  margin-top: 40px;
}

/* line 216, src/sass/_article.scss */
.article-right .add {
  margin-top: 35px;
}

/* line 220, src/sass/_article.scss */
.article-right .events {
  margin-top: 40px;
}

/* line 227, src/sass/_article.scss */
.article-right__news .main-title {
  margin-bottom: 35px;
}

/* line 232, src/sass/_article.scss */
.article-right__news-content {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

/* line 236, src/sass/_article.scss */
.article-right__news-content .main-img img {
  min-width: 100%;
}

/* line 240, src/sass/_article.scss */
.article-right__news-content .post__text {
  display: none;
}

/* line 244, src/sass/_article.scss */
.article-right__news-content .post__info {
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 251, src/sass/_article.scss */
.article-right__title {
  margin-top: 15px;
}

/* line 254, src/sass/_article.scss */
.article-right__title h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

/* line 262, src/sass/_article.scss */
.fb-post {
  margin-top: 35px;
  width: 100%;
}

/* line 267, src/sass/_article.scss */
.most-read {
  margin-top: 40px;
}
.most-read .side-item:last-child {
  border: none;
}

/* line 270, src/sass/_article.scss */
.most-read .main-title {
  margin-bottom: 30px;
}

/* line 275, src/sass/_article.scss */
.most-read__content {
  border: 1px solid #e1e1e1;
  padding: 30px 20px;
}

/* line 280, src/sass/_article.scss */
.nrl-banner {
  margin-top: 40px;
}

/* line 283, src/sass/_article.scss */
.nrl-banner img {
  width: 100%;
}

/* line 288, src/sass/_article.scss */
.trending-topics {
  margin-top: 40px;
}

/* line 291, src/sass/_article.scss */
.trending-topics .main-title {
  margin-bottom: 35px;
}

/* line 296, src/sass/_article.scss */
.trending-topics__links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 302, src/sass/_article.scss */
.topics-link {
  width: 50%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}

.topics-link:hover {
  border-color: #42b200;
  color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 373, src/sass/_article.scss */
.comments {
  max-width: 65%;
  margin-top: 40px;
  border-top: 5px solid #000000;
}

/* line 380, src/sass/_article.scss */
.comments__publishing {
  width: 100%;
  background: #f9f9f9;
  border-top: none;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 40px 30px 50px;
}

/* line 389, src/sass/_article.scss */
.comments__publishing span {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

/* line 396, src/sass/_article.scss */
.comment-add {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 403, src/sass/_article.scss */
.comment__input {
  width: 100%;
  padding: 10px 8px;
  font-weight: 400;
  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
  background: transparent;
  outline: none;
}

/* line 416, src/sass/_article.scss */
.comments__content {
  margin-top: 30px;
}

/* line 420, src/sass/_article.scss */
.comments__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 424, src/sass/_article.scss */
.comments__sort span {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
}

/* line 430, src/sass/_article.scss */
.comments__sort .comments__sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 12px;
  background: none;
  border: none;
  color: #42b200;
  cursor: pointer;
}

/* line 442, src/sass/_article.scss */
.comments__sort img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 447, src/sass/_article.scss */
.comments__inner {
  margin-top: 30px;
}

/* line 451, src/sass/_article.scss */
.comment-item {
  width: 100%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

/* line 459, src/sass/_article.scss */
.comment-item__desc {
  margin-top: 15px;
}

/* line 463, src/sass/_article.scss */
.comment-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 468, src/sass/_article.scss */
.comment-item__title img {
  display: none;
}

/* line 472, src/sass/_article.scss */
.comment-item__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

/* line 477, src/sass/_article.scss */
.comment-item__title div span {
  font-size: 14px;
}

/* line 481, src/sass/_article.scss */
.comment-item__title div span:first-child {
  font-weight: 600;
  color: #000000;
}

/* line 486, src/sass/_article.scss */
.comment-item__title div span:last-child {
  font-weight: 400;
  color: #9d9d9d;
}

/* line 492, src/sass/_article.scss */
.comment-item__title button {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 499, src/sass/_article.scss */
.comment-item__text {
  margin-top: 15px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 504, src/sass/_article.scss */
.comment-item__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

/* line 511, src/sass/_article.scss */
.comment-item__text button {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: none;
  border: none;
  color: #42b200;
  cursor: pointer;
}

/* line 523, src/sass/_article.scss */
.comment-item__stats {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 529, src/sass/_article.scss */
.comment-item__stats button {
  font-weight: 600;
  font-size: 14px;
  border: none;
  background: none;
  text-transform: uppercase;
  color: #9d9d9d;
  cursor: pointer;
}

/* line 540, src/sass/_article.scss */
.comment-item__stats > .comment-item__replies {
  display: none;
}

/* line 544, src/sass/_article.scss */
.comment__stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 552, src/sass/_article.scss */
.comment__stats-item span {
  font-weight: 400;
  font-size: 14px;
  color: #9d9d9d;
}

/* line 559, src/sass/_article.scss */
.comment-item__replies {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

/* line 565, src/sass/_article.scss */
.comment-item__replies span {
  font-weight: 400;
  font-size: 12px;
  color: #42b200;
}

@media (max-width: 1140px) {
  /* line 573, src/sass/_article.scss */
  .article__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 577, src/sass/_article.scss */
  .article-left {
    max-width: 100%;
  }
  /* line 581, src/sass/_article.scss */
  .comments {
    max-width: 100%;
  }
  /* line 585, src/sass/_article.scss */
  .nrl-banner img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

@media (max-width: 1140px) and (min-width: 769px) {
  /* line 593, src/sass/_article.scss */
  .article {
    margin-top: 45px;
  }
  /* line 597, src/sass/_article.scss */
  .article__author {
    margin-top: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  /* line 603, src/sass/_article.scss */
  .article-describe {
    margin-top: 45px;
    gap: 7%;
  }
  /* line 608, src/sass/_article.scss */
  .article__content p {
    margin-bottom: 30px;
  }
  /* line 612, src/sass/_article.scss */
  .comment-btn {
    margin-top: 30px;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 620, src/sass/_article.scss */
  .article {
    margin-top: 35px;
  }
  /* line 624, src/sass/_article.scss */
  .article__author {
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  /* line 630, src/sass/_article.scss */
  .article-title h2 {
    font-size: 46px;
  }
  /* line 634, src/sass/_article.scss */
  .article__slider-block {
    margin-top: 30px;
  }
  /* line 638, src/sass/_article.scss */
  .article-describe {
    margin-top: 25px;
    gap: 7%;
  }
  /* line 643, src/sass/_article.scss */
  .article__content p {
    margin-bottom: 20px;
  }
  /* line 647, src/sass/_article.scss */
  .comment-btn {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 660, src/sass/_article.scss */
  .article {
    margin-top: 30px;
    margin-bottom: 0;
  }
  /* line 666, src/sass/_article.scss */
  .article .article-left .article__slider-block {
    margin-top: 40px;
  }
  /* line 673, src/sass/_article.scss */
  .article .article-left .article__slider-block .article__slider-wrapper .article__slider .team-card {
    padding: 10px;
    min-width: 200px;
  }
  /* line 680, src/sass/_article.scss */
  .article .article-left .article__slider-block .article__slider-wrapper .article__slider .team-card__text span {
    font-size: 12px;
  }
  /* line 684, src/sass/_article.scss */
  .article .article-left .article__slider-block .article__slider-wrapper .article__slider .team-card__text p {
    margin-top: 0;
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* line 699, src/sass/_article.scss */
  .articles-main {
    margin-bottom: 45px;
  }
  /* line 703, src/sass/_article.scss */
  .article__author {
    display: none;
  }
  /* line 708, src/sass/_article.scss */
  .article-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 713, src/sass/_article.scss */
  .article-title .common-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  /* line 719, src/sass/_article.scss */
  .article__author--mobile {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 724, src/sass/_article.scss */
  .article__author--mobile .article__author-text {
    width: 100%;
  }
  /* line 728, src/sass/_article.scss */
  .article__author--mobile .article__author-profile {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 736, src/sass/_article.scss */
  .author__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  /* line 741, src/sass/_article.scss */
  .author__socials .author__socials-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
  }
  /* line 746, src/sass/_article.scss */
  .author__socials .comment-btn {
    padding: 10px 20px;
    border: 2px solid #dcdcde;
  }
  /* line 753, src/sass/_article.scss */
  .article-describe {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 35px;
    gap: 0;
  }
  /* line 760, src/sass/_article.scss */
  .article__socials {
    display: none;
  }
  /* line 766, src/sass/_article.scss */
  .article__content p {
    margin-bottom: 40px;
  }
  /* line 770, src/sass/_article.scss */
  .article__content .article__author--mobile {
    margin-top: 0;
  }
  /* line 774, src/sass/_article.scss */
  .article__content .article__author-profile {
    margin-top: 0;
  }
  /* line 779, src/sass/_article.scss */
  .article__content > .post__author {
    display: none;
  }
  /* line 783, src/sass/_article.scss */
  .article__content > .comment-btn {
    display: none;
  }
  /* line 787, src/sass/_article.scss */
  .comment-btn {
    margin-top: 0;
  }
  /* line 793, src/sass/_article.scss */
  .alike .main-title {
    padding-top: 20px;
  }
  /* line 797, src/sass/_article.scss */
  .alike .post-betting .post__text {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* line 808, src/sass/_article.scss */
  .article-right__news .main-title {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  /* line 814, src/sass/_article.scss */
  .article-right__news-content {
    padding: 0;
    border: none;
  }
  /* line 818, src/sass/_article.scss */
  .article-right__news-content .post__text {
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 824, src/sass/_article.scss */
  .article-right__news-content .post__info {
    margin-top: 25px;
  }
  /* line 829, src/sass/_article.scss */
  .article-right__title {
    margin-top: 22px;
  }
  /* line 832, src/sass/_article.scss */
  .article-right__title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 838, src/sass/_article.scss */
  .fb-post {
    margin-top: 25px;
  }
  /* line 842, src/sass/_article.scss */
  .article-right .add {
    margin: 30px 0 0;
  }
  /* line 846, src/sass/_article.scss */
  .most-read {
    margin-top: 35px;
  }
  /* line 849, src/sass/_article.scss */
  .most-read .main-title {
    padding-top: 0;
  }
  /* line 854, src/sass/_article.scss */
  .most-read__content {
    border: none;
    padding: 0;
  }
  /* line 859, src/sass/_article.scss */
  .nrl-banner {
    margin-top: 35px;
  }
  /* line 863, src/sass/_article.scss */
  .trending-topics {
    margin-top: 30px;
  }
  /* line 869, src/sass/_article.scss */
  .article-right .betting__right {
    margin-top: 35px;
  }
  /* line 873, src/sass/_article.scss */
  .article-right .events {
    margin-top: 40px;
  }
  /* line 878, src/sass/_article.scss */
  .comments {
    margin-top: 0;
    padding: 0;
  }
  /* line 883, src/sass/_article.scss */
  .comments__content {
    padding: 0 16px;
  }
  /* line 887, src/sass/_article.scss */
  .comment-item > img {
    display: none;
  }
  /* line 893, src/sass/_article.scss */
  .comment-item__title img {
    display: block;
  }
  /* line 897, src/sass/_article.scss */
  .comment-item__title div span {
    font-size: 12px;
  }
  /* line 902, src/sass/_article.scss */
  .comment-item__desc {
    margin-top: 10px;
  }
  /* line 907, src/sass/_article.scss */
  .comment-item__text {
    padding-right: 0;
  }
  /* line 911, src/sass/_article.scss */
  .comment-item__text p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* line 918, src/sass/_article.scss */
  .comment-item__text button {
    margin-top: 20px;
    display: block;
    padding: 0;
    font-weight: 600;
    font-size: 12px;
  }
  /* line 927, src/sass/_article.scss */
  .comment__stats-item {
    padding: 0;
  }
  /* line 931, src/sass/_article.scss */
  .comment-item__replies {
    display: none;
  }
  /* line 935, src/sass/_article.scss */
  .comment-item__stats {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 939, src/sass/_article.scss */
  .comment-item__stats > .comment-item__replies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    margin-top: 0;
  }
}

/* line 1, src/sass/_author.scss */
.author-main {
  margin-top: 30px;
  margin-bottom: 45px;
}

/* line 6, src/sass/_author.scss */
.author {
  margin-top: 60px;
}

/* line 11, src/sass/_author.scss */
.author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 20, src/sass/_author.scss */
.author__title {
  width: 100%;
}

/* line 24, src/sass/_author.scss */
.author__title-describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 30, src/sass/_author.scss */
.author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
.author-profile > img {
  border-radius: 50%;
}

/* line 36, src/sass/_author.scss */
.author-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 44, src/sass/_author.scss */
.author-profile__text .author-socials {
  display: none;
}

/* line 48, src/sass/_author.scss */
.author-profile__text h2 {
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 15px;
}

/* line 54, src/sass/_author.scss */
.author-profile__text span {
  font-weight: 400;
  font-size: 20px;
  color: #454e56;
  text-transform: capitalize;
}

/* line 61, src/sass/_author.scss */
.author__title-text {
  margin-top: 35px;
  padding-bottom: 45px;
  border-bottom: 5px solid #000000;
}

/* line 66, src/sass/_author.scss */
.author__title-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

/* line 73, src/sass/_author.scss */
.author-published {
  margin-top: 40px;
}

/* line 80, src/sass/_author.scss */
.author__content-right .fb-post {
  margin-top: 35px;
}

/* line 84, src/sass/_author.scss */
.author__content-right .add {
  margin-top: 35px;
}

/* line 88, src/sass/_author.scss */
.author__content-right .events {
  margin-top: 35px;
}

/* line 94, src/sass/_author.scss */
.editors__content {
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
}

/* line 99, src/sass/_author.scss */
.editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.editor a > img {
  border-radius: 50%;
}

/* line 105, src/sass/_author.scss */
.editor:not(:first-child) {
  margin-top: 15px;
}

/* line 109, src/sass/_author.scss */
.editor:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 116, src/sass/_author.scss */
.editor__desc h4 {
  font-weight: 600;
  font-size: 16px;
}

/* line 121, src/sass/_author.scss */
.editor__desc span {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 1140px) and (min-width: 1025px) {
  /* line 130, src/sass/_author.scss */
  .author-profile__text h2 {
    font-size: 46px;
  }
}

@media (max-width: 1024px) {
  /* line 138, src/sass/_author.scss */
  .author__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 145, src/sass/_author.scss */
  .author__title-describe {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 149, src/sass/_author.scss */
  .author-profile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  /* line 158, src/sass/_author.scss */
  .author__title-describe {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  /* line 162, src/sass/_author.scss */
  .author__title-describe > .author-socials {
    display: none;
  }
  /* line 168, src/sass/_author.scss */
  .author-profile__text .author-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 177, src/sass/_author.scss */
  .author-profile__text h2 {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  /* line 184, src/sass/_author.scss */
  .author {
    margin-top: 45px;
  }
  /* line 187, src/sass/_author.scss */
  .author .add {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 193, src/sass/_author.scss */
  .author-main {
    margin-bottom: 0;
  }
  /* line 196, src/sass/_author.scss */
  .author-main .description__socials {
    margin-top: 0;
  }
  /* line 201, src/sass/_author.scss */
  .author-profile {
    gap: 15px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* line 206, src/sass/_author.scss */
  .author__title-text {
    padding-bottom: 0;
    border: none;
  }
  /* line 213, src/sass/_author.scss */
  .author-profile__text h2 {
    margin: 15px 0 10px;
    font-size: 28px;
  }
  /* line 218, src/sass/_author.scss */
  .author-profile__text span {
    font-size: 18px;
  }
  /* line 223, src/sass/_author.scss */
  .author-published {
    margin-top: 30px;
  }
  /* line 226, src/sass/_author.scss */
  .author-published .main-title {
    padding-top: 20px;
  }
  /* line 233, src/sass/_author.scss */
  .author__content-right .betting__right {
    margin-top: 40px;
  }
  /* line 240, src/sass/_author.scss */
  .editors .main-title {
    padding-top: 20px;
  }
}
/* line 3, src/sass/_category.scss */
.league-main .category-header__content {
  padding-bottom: 35px;
}

/* line 9, src/sass/_category.scss */
.category-header {
  width: 100%;
  background: url("../images/page_4/top-menu.png") center no-repeat;
}

/* line 13, src/sass/_category.scss */
.category-header .pages-nav {
  padding-top: 30px;
}

/* line 16, src/sass/_category.scss */
.category-header .pages-nav a:last-child {
  color: #ffffff;
}

/* line 22, src/sass/_category.scss */
.category-header__content {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 30, src/sass/_category.scss */
.category-header__title {
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 38, src/sass/_category.scss */
.category-header-nav {
  padding: 20px 0 5px;
}

/* line 41, src/sass/_category.scss */
.category-header-nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

/* line 48, src/sass/_category.scss */
.category-header-nav li {
  list-style: none;
  text-decoration: none;
}

/* line 52, src/sass/_category.scss */
.category-header-nav li a {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}

/* line 60, src/sass/_category.scss */
.category-top {
  margin-top: 70px;
  padding-bottom: 50px;
  border-bottom: 5px solid #000000;
}

/* line 66, src/sass/_category.scss */
.category-top__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 72, src/sass/_category.scss */
.category-top__content .post:first-child > .post__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

/* line 82, src/sass/_category.scss */
.category-top__content .post {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

/* line 88, src/sass/_category.scss */
.category-top__content .post:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}

/* line 93, src/sass/_category.scss */
.category-top__content .post .post__image {
  height: 290px;
}

/* line 100, src/sass/_category.scss */
.category-top__content .post .post__title {
  margin-top: 20px;
}

/* line 103, src/sass/_category.scss */
.category-top__content .post .post__title h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

/* line 110, src/sass/_category.scss */
.category-top__content .post .post__info {
  margin-top: 30px;
}

/* line 114, src/sass/_category.scss */
.category-top__content .post .post__author span:last-child {
  font-weight: 600;
  color: #000000;
}

/* line 120, src/sass/_category.scss */
.category-top__adds {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 127, src/sass/_category.scss */
.category-inner {
  margin: 55px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

/* line 136, src/sass/_category.scss */
.category-left .post__author span:last-child {
  font-weight: 600;
  color: #000000;
}

/* line 144, src/sass/_category.scss */
.category-right .add {
  margin-top: 35px;
}

/* line 148, src/sass/_category.scss */
.category-right .events {
  margin-top: 40px;
}

/* line 153, src/sass/_category.scss */
.other-news__content {
  padding: 20px;
  border: 1px solid #e1e1e1;
}

/* line 157, src/sass/_category.scss */
.other-news__content .common-info {
  margin-top: 0;
}

/* line 162, src/sass/_category.scss */
.other-news__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 166, src/sass/_category.scss */
.other-news__item p {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
}
.other-news__item p a {
  color: inherit;
}

/* line 173, src/sass/_category.scss */
.other-news__item:not(:first-child) {
  margin-top: 20px;
}

/* line 177, src/sass/_category.scss */
.other-news__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 1024px) {
  /* line 185, src/sass/_category.scss */
  .category-top__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
  }
  /* line 189, src/sass/_category.scss */
  .category-top__content .post {
    width: 25%;
  }
  /* line 192, src/sass/_category.scss */
  .category-top__content .post:first-child {
    width: 100%;
  }
  .news-top__image {
    height: initial;
  }
  /* line 196, src/sass/_category.scss */
  .category-top__content .post .post__image {
    height: auto;
  }
  /* line 202, src/sass/_category.scss */
  .category-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs__image {
    max-height: initial;
  }
}

@media (max-width: 768px) {
  /* line 209, src/sass/_category.scss */
  .category-header-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 214, src/sass/_category.scss */
  .category-header {
    background-size: cover;
  }
  /* line 218, src/sass/_category.scss */
  .category-top__adds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 221, src/sass/_category.scss */
  .category-top__adds .add {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 224, src/sass/_category.scss */
  .category-top__adds .add img {
    width: 100%;
  }
  /* line 231, src/sass/_category.scss */
  .category-right .add img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* line 242, src/sass/_category.scss */
  .category-main .description__socials {
    margin-top: 0;
  }
  /* line 246, src/sass/_category.scss */
  .league-main .description__socials {
    margin-top: 0;
  }
  /* line 250, src/sass/_category.scss */
  .category-header__content {
    padding: 35px 0 20px;
  }
  /* line 254, src/sass/_category.scss */
  .category-header__title {
    font-size: 36px;
  }
  /* line 258, src/sass/_category.scss */
  .category-header-nav {
    padding: 15px 0 0;
  }
  /* line 261, src/sass/_category.scss */
  .category-header-nav ul {
    gap: 10px;
  }
  /* line 265, src/sass/_category.scss */
  .category-header-nav li {
    padding: 10px 15px;
    border: 2px solid #ffffff;
    border-radius: 35px;
  }
  /* line 270, src/sass/_category.scss */
  .category-header-nav li a {
    font-size: 14px;
  }
  /* line 276, src/sass/_category.scss */
  .category-top {
    margin-top: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  /* line 283, src/sass/_category.scss */
  .category-top__content {
    gap: 40px 10px;
  }
  /* line 288, src/sass/_category.scss */
  .category-top__content .post:not(:first-child) .common-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
  /* line 294, src/sass/_category.scss */
  .category-top__content .post:not(:first-child) .post__title {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 300, src/sass/_category.scss */
  .category-top__content .post:not(:first-child) .post__info {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
  /* line 307, src/sass/_category.scss */
  .category-top__content .post:not(:first-child) .post__comments div {
    padding-left: 30px;
  }
  /* line 311, src/sass/_category.scss */
  .category-top__content .post:not(:first-child) .post__comments div:before {
    left: 0;
  }
  /* line 318, src/sass/_category.scss */
  .category-inner {
    margin: 30px 0 0;
  }
  /* line 324, src/sass/_category.scss */
  .category-left .main-title {
    padding-top: 20px;
  }
  /* line 328, src/sass/_category.scss */
  .category-left .post__author span:last-child {
    color: #42b200;
  }
  /* line 335, src/sass/_category.scss */
  .category-right .betting__right {
    margin-top: 50px;
  }
  /* line 341, src/sass/_category.scss */
  .other-news .main-title {
    padding-top: 20px;
  }
  /* line 346, src/sass/_category.scss */
  .other-news__content {
    padding: 0;
    border: none;
  }
}

/* line 1, src/sass/_about.scss */
.about-intro {
  width: 100%;
  height: 100%;
  background-image: url("../images/page_6/about-us-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 9, src/sass/_about.scss */
.about-intro .pages-nav {
  padding-top: 30px;
}

/* line 12, src/sass/_about.scss */
.about-intro .pages-nav a {
  color: #ffffff;
}

/* line 18, src/sass/_about.scss */
.about-intro__content {
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(110px);
          transform: translateY(110px);
}

/* line 26, src/sass/_about.scss */
.about-intro__title {
  font-weight: 700;
  font-size: 56px;
  color: #ffffff;
}

/* line 31, src/sass/_about.scss */
.about-intro__text {
  margin-top: 40px;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}

/* line 37, src/sass/_about.scss */
.about-intro__text span {
  font-weight: 600;
}

/* line 42, src/sass/_about.scss */
.about-intro__card {
  margin-top: 70px;
  padding: 50px 60px;
  background-color: #f2f2f2;
}

/* line 47, src/sass/_about.scss */
.about-intro__card .card-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  color: #42b200;
}

/* line 54, src/sass/_about.scss */
.about-intro__card .card-text {
  margin-top: 35px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

/* line 63, src/sass/_about.scss */
.about-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}

/* line 68, src/sass/_about.scss */
.about-description__left {
  margin-top: 185px;
}

/* line 74, src/sass/_about.scss */
.about-left__title {
  margin-top: 45px;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}

/* line 81, src/sass/_about.scss */
.about-left__desc {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

/* line 89, src/sass/_about.scss */
.about-left__text p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

/* line 95, src/sass/_about.scss */
.about-left__text p span {
  font-weight: 600;
}

/* line 100, src/sass/_about.scss */
.about-left__text p:last-child {
  margin-bottom: 0;
}

/* line 106, src/sass/_about.scss */
.about-right__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 111, src/sass/_about.scss */
.about-right__text {
  padding: 70px 75px;
  background-color: #b3090d;
}

/* line 115, src/sass/_about.scss */
.about-right__text p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

/* line 123, src/sass/_about.scss */
.about-right__text p:last-child {
  margin-bottom: 0;
}

/* line 128, src/sass/_about.scss */
.about-right__img {
  width: 100%;
}

/* line 132, src/sass/_about.scss */
.about-clients {
  padding: 75px 0 60px;
  background-color: #000000;
}

/* line 136, src/sass/_about.scss */
.about-clients .tag {
  background-color: #42b200;
}

/* line 142, src/sass/_about.scss */
.about-clients__text {
  margin-top: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

/* line 150, src/sass/_about.scss */
.clients-inner {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 157, src/sass/_about.scss */
.clients-inner__item {
  padding: 55px;
  width: 380px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #323232;
}

/* line 167, src/sass/_about.scss */
.clients-inner__item:nth-child(3n) {
  border-right: none;
}

/* line 171, src/sass/_about.scss */
.clients-inner__item:nth-child(-n+3) {
  border-bottom: 1px solid #323232;
}

/* line 176, src/sass/_about.scss */
.about-products {
  padding: 95px 0 70px;
  background-color: #f2f2f2;
}

/* line 180, src/sass/_about.scss */
.about-products .section-text {
  max-width: 820px;
  margin: 0 auto 60px;
}

/* line 188, src/sass/_about.scss */
.products {
  width: 100%;
  padding: 0 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products__item {
  display: block;
  transition: .5s;
}
.products__item:hover {
  transform: translateY(-10%);
}
/* line 196, src/sass/_about.scss */
.products__item img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  object-fit: contain;
}

/* line 201, src/sass/_about.scss */
.about-meeting {
  padding-bottom: 85px;
  background-color: #f2f2f2;
}

/* line 205, src/sass/_about.scss */
.about-meeting .section-text {
  max-width: 625px;
  margin: 0 auto 90px;
}

@media (max-width: 1140px) {
  /* line 217, src/sass/_about.scss */
  .about-clients__content .tags {
    padding: 0 16px;
  }
  /* line 221, src/sass/_about.scss */
  .about-clients__content .about-clients__text {
    padding: 0 16px;
  }
  /* line 226, src/sass/_about.scss */
  .clients-inner__item {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #323232;
  }
  /* line 232, src/sass/_about.scss */
  .clients-inner__item:nth-child(-n+3) {
    border-right: 1px solid #323232;
  }
  /* line 236, src/sass/_about.scss */
  .clients-inner__item:nth-last-of-type(-n+2) {
    border-bottom: none;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 244, src/sass/_about.scss */
  .about-products {
    padding: 95px 16px 70px;
  }
}

@media (max-width: 1024px) {
  /* line 251, src/sass/_about.scss */
  .about-description {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  /* line 257, src/sass/_about.scss */
  .about-description__left {
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  /* line 265, src/sass/_about.scss */
  .products {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  /* line 274, src/sass/_about.scss */
  .about-main .description__socials {
    margin-top: 0;
  }
  /* line 278, src/sass/_about.scss */
  .about-intro__content {
    max-width: 100%;
  }
  /* line 282, src/sass/_about.scss */
  .about-intro__title {
    font-size: 26px;
  }
  /* line 286, src/sass/_about.scss */
  .about-intro__text {
    max-width: 65%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 293, src/sass/_about.scss */
  .about-intro__card {
    margin-top: 45px;
    padding: 60px 65px;
    background-color: #f2f2f2;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  /* line 300, src/sass/_about.scss */
  .about-intro__card .card-title {
    font-size: 26px;
  }
  /* line 304, src/sass/_about.scss */
  .about-intro__card .card-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 310, src/sass/_about.scss */
  .about-description__left {
    margin-top: 170px;
  }
  /* line 316, src/sass/_about.scss */
  .about-left__content .tag span {
    font-size: 14px;
  }
  /* line 321, src/sass/_about.scss */
  .about-left__title {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 327, src/sass/_about.scss */
  .about-left__desc {
    margin-top: 10px;
    gap: 25px;
  }
  /* line 332, src/sass/_about.scss */
  .about-left__text p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 338, src/sass/_about.scss */
  .about-right__text {
    padding: 45px 16px;
  }
  /* line 342, src/sass/_about.scss */
  .about-right__text p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 348, src/sass/_about.scss */
  .about-clients {
    padding: 40px 0 35px;
  }
  /* line 352, src/sass/_about.scss */
  .about-clients__text {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 357, src/sass/_about.scss */
  .clients-inner {
    margin-top: 40px;
  }
  /* line 361, src/sass/_about.scss */
  .clients-inner__item {
    padding: 25px 25px 35px 20px;
  }
  /* line 365, src/sass/_about.scss */
  .about-products {
    padding: 50px 16px 55px;
  }
  /* line 369, src/sass/_about.scss */
  .section-title {
    font-size: 26px;
    line-height: 36px;
    margin: 0 40px 40px;
  }
  /* line 375, src/sass/_about.scss */
  .section-text {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 380, src/sass/_about.scss */
  .about-products .section-text {
    max-width: 100%;
    margin: 0 auto 30px;
  }
  /* line 385, src/sass/_about.scss */
  .about-meeting .section-text {
    max-width: 100%;
    margin: 0 auto 50px;
  }
  /* line 390, src/sass/_about.scss */
  .about-meeting {
    padding-bottom: 40px;
  }
  .news-slide__thumb {
    height: 275px;
  }
  .recent .post .slick-next, .recent .post .slick-prev {
    top: 135px;
  }
}

/* line 5, src/sass/_services.scss */
.services-main .services-intro .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 9, src/sass/_services.scss */
.services-main .services-intro .products--slider {
  position: relative;
}

/* line 13, src/sass/_services.scss */
.services-main .services-intro .products--slider .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  text-align: initial;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* line 21, src/sass/_services.scss */
.services-main .services-intro .products--slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

/* line 31, src/sass/_services.scss */
.services-main .services-intro .products--slider .slick-dots li button {
  width: inherit;
  padding: 0;
}

/* line 36, src/sass/_services.scss */
.services-main .services-intro .products--slider .slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  background: #9d9d9d;
}

/* line 46, src/sass/_services.scss */
.services-main .services-intro .products--slider .slick-dots .slick-active button:before {
  opacity: 1;
  background-color: #42b200;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 58, src/sass/_services.scss */
.services-intro {
  width: 100%;
  height: 100%;
  background-image: url("../images/page_7/services-main-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 66, src/sass/_services.scss */
.services-intro .pages-nav {
  padding-top: 35px;
}

/* line 69, src/sass/_services.scss */
.services-intro .pages-nav a {
  color: #42b200;
}

/* line 73, src/sass/_services.scss */
.services-intro .pages-nav a:last-child {
  color: #ffffff;
}

/* line 78, src/sass/_services.scss */
.services-intro .products {
  -webkit-transform: translateY(125px);
          transform: translateY(125px);
}

/* line 83, src/sass/_services.scss */
.services-intro__content {
  margin: 80px auto 0;
  max-width: 590px;
  text-align: center;
}

/* line 92, src/sass/_services.scss */
.services-intro__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 56px;
  color: #ffffff;
}

/* line 98, src/sass/_services.scss */
.services-intro__text {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 75px;
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
}

/* line 105, src/sass/_services.scss */
.services-intro__text span {
  font-weight: 600;
}

/* line 110, src/sass/_services.scss */
.services-intro__subtitle {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
}

/* line 117, src/sass/_services.scss */
.services-describe {
  padding: 200px 0 100px;
  background-color: #f2f2f2;
}

/* line 121, src/sass/_services.scss */
.services-describe p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: #000000;
}

/* line 128, src/sass/_services.scss */
.services-describe p span {
  font-weight: 600;
}

/* line 132, src/sass/_services.scss */
.services-describe p a {
  text-decoration: underline;
  color: #42b200;
}

/* line 138, src/sass/_services.scss */
.services-describe p:last-child {
  margin-bottom: 0;
}

/* line 144, src/sass/_services.scss */
.services-partners {
  padding: 180px 0;
  background-image: url("../images/page_7/circle-img.png");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 152, src/sass/_services.scss */
.services-partners__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 125px;
}

/* line 158, src/sass/_services.scss */
.services-partners__left {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 161, src/sass/_services.scss */
.services-partners__left h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

/* line 169, src/sass/_services.scss */
.services-partners__right {
  width: 100%;
}

/* line 171, src/sass/_services.scss */
.services-partners__right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #000000;
}

/* line 179, src/sass/_services.scss */
.services-partners__right p:last-child {
  margin-bottom: 0;
}

/* line 185, src/sass/_services.scss */
.feed-types {
  background-color: #f2f2f2;
  padding: 100px 0;
}

/* line 190, src/sass/_services.scss */
.feed-types__content {
  max-width: 70%;
}

/* line 193, src/sass/_services.scss */
.feed-types__content h3 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

/* line 201, src/sass/_services.scss */
.methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 206, src/sass/_services.scss */
.method {
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 215, src/sass/_services.scss */
.method--1 {
  background-image: url("../images/page_7/product-post-1.png");
  padding-left: 100px;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}

/* line 221, src/sass/_services.scss */
.method--2 {
  background-image: url("../images/page_7/product-post-2.png");
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
}

/* line 226, src/sass/_services.scss */
.method--3 {
  background-image: url("../images/page_7/product-post-3.png");
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
}

/* line 232, src/sass/_services.scss */
.method--4 {
  background-image: url("../images/page_7/product-post-4.png");
  padding-right: 100px;
  -ms-flex-preferred-size: 29%;
      flex-basis: 29%;
}

/* line 238, src/sass/_services.scss */
.method__icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

/* line 243, src/sass/_services.scss */
.method__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
  color: #42b200;
}

/* line 251, src/sass/_services.scss */
.method__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

/* line 259, src/sass/_services.scss */
.phone {
  padding: 90px 0 100px;
}

/* line 264, src/sass/_services.scss */
.phone__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

/* line 272, src/sass/_services.scss */
.phone__left h3 {
  margin: 25px 0 60px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

/* line 279, src/sass/_services.scss */
.phone__left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #86868d;
}

/* line 287, src/sass/_services.scss */
.phone__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 294, src/sass/_services.scss */
.phone__right-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 300, src/sass/_services.scss */
.phone__right-item span {
  font-size: 18px;
}

/* line 305, src/sass/_services.scss */
.phone__right-item:last-child {
  margin-bottom: 0;
}

/* line 310, src/sass/_services.scss */
.services-card {
  padding-bottom: 140px;
}

/* line 314, src/sass/_services.scss */
.green-card {
  padding: 100px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
  background-image: url("../images/page_7/green-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 325, src/sass/_services.scss */
.green-card__top {
  max-width: 80%;
}

/* line 328, src/sass/_services.scss */
.green-card__top h3 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

/* line 338, src/sass/_services.scss */
.green-card__bottom {
  max-width: 50%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* line 342, src/sass/_services.scss */
.green-card__bottom p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

/* line 350, src/sass/_services.scss */
.green-card__bottom p:last-child {
  margin-bottom: 0;
}

/* line 356, src/sass/_services.scss */
.esports {
  width: 100%;
  background-image: url("../images/page_7/characters-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    min-height: 540px;
}

/* line 364, src/sass/_services.scss */
.esports__content {
  max-width: 490px;
  padding: 80px 0 80px 45px;
}

/* line 368, src/sass/_services.scss */
.esports__content .tag {
  background-color: #42b200;
}

/* line 373, src/sass/_services.scss */
.esports__content h3 {
  margin: 25px 0 45px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}

/* line 381, src/sass/_services.scss */
.esports__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

/* line 390, src/sass/_services.scss */
.services-meeting {
  padding-top: 100px;
  background-color: #f2f2f2;
}

/* line 394, src/sass/_services.scss */
.services-meeting .section-text {
  max-width: 625px;
  margin: 0 auto 95px;
}

@media (max-width: 1440px) {
  /* line 401, src/sass/_services.scss */
  .methods {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* line 405, src/sass/_services.scss */
  .method--1 {
    padding-left: 55px;
  }
  /* line 409, src/sass/_services.scss */
  .method--4 {
    padding-right: 55px;
  }
  /* line 413, src/sass/_services.scss */
  .products--slider {
    padding: 0;
  }
  /* line 417, src/sass/_services.scss */
  .services-describe {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 422, src/sass/_services.scss */
  .services-partners {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 427, src/sass/_services.scss */
  .feed-types {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 432, src/sass/_services.scss */
  .phone {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 437, src/sass/_services.scss */
  .green-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1440px) and (min-width: 1140px) {
  /* line 445, src/sass/_services.scss */
  .products--slider {
    padding: 0 16px;
  }
}

@media (max-width: 1440px) and (min-width: 481px) {
  /* line 453, src/sass/_services.scss */
  .method {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  /* line 457, src/sass/_services.scss */
  .services-card {
    padding-bottom: 20px;
  }
}

@media (max-width: 1280px) and (min-width: 1141px) {
  /* line 465, src/sass/_services.scss */
  .services-meeting .owner__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1140px) and (min-width: 481px) {
  /* line 473, src/sass/_services.scss */
  .services-meeting .owner__top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1024px) {
  /* line 481, src/sass/_services.scss */
  .phone__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 488, src/sass/_services.scss */
  .services-describe {
    padding-bottom: 50px;
  }
  /* line 492, src/sass/_services.scss */
  .services-partners {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  /* line 497, src/sass/_services.scss */
  .services-partners__content {
    gap: 75px;
  }
  /* line 501, src/sass/_services.scss */
  .feed-types {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 506, src/sass/_services.scss */
  .phone__left h3 {
    margin: 25px 0 30px;
  }
  /* line 510, src/sass/_services.scss */
  .phone {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 515, src/sass/_services.scss */
  .phone__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 519, src/sass/_services.scss */
  .green-card {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  /* line 526, src/sass/_services.scss */
  .feed-types__content {
    max-width: 100%;
  }
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 533, src/sass/_services.scss */
  .products--slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 537, src/sass/_services.scss */
  .esports__content {
    max-width: 50%;
    padding: 120px 0 80px 45px;
  }
}

@media (max-width: 480px) {
  /* line 546, src/sass/_services.scss */
  .services-main .description__socials {
    margin-top: 0;
  }
  /* line 550, src/sass/_services.scss */
  .services-intro .pages-nav a {
    color: #000000;
  }
  /* line 554, src/sass/_services.scss */
  .services-intro {
    background-image: url("../images/page_7/main-banner-mobile.png");
  }
  /* line 558, src/sass/_services.scss */
  .services-intro__content {
    margin: 50px 0 0;
    max-width: 100%;
    text-align: inherit;
  }
  /* line 564, src/sass/_services.scss */
  .services-intro__title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  /* line 569, src/sass/_services.scss */
  .services-intro__text {
    width: 65%;
    -ms-flex-item-align: inherit;
        align-self: inherit;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 577, src/sass/_services.scss */
  .services-intro__subtitle {
    font-size: 20px;
  }
  /* line 581, src/sass/_services.scss */
  .services-intro .products {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  /* line 585, src/sass/_services.scss */
  .services-describe {
    padding: 120px 16px 65px;
  }
  /* line 589, src/sass/_services.scss */
  .services-describe p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 595, src/sass/_services.scss */
  .services-partners {
    padding: 40px 16px;
    background-image: url(../images/page_7/circle-img.png);
    background-size: auto;
  }
  /* line 601, src/sass/_services.scss */
  .services-partners__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 120px;
  }
  /* line 607, src/sass/_services.scss */
  .services-partners__left h3 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 613, src/sass/_services.scss */
  .services-partners__right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
  /* line 619, src/sass/_services.scss */
  .feed-types {
    background-color: #f2f2f2;
    padding: 35px 16px 45px;
  }
  /* line 624, src/sass/_services.scss */
  .feed-types__content h3 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 630, src/sass/_services.scss */
  .method {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 30px 16px 45px;
  }
  /* line 635, src/sass/_services.scss */
  .method__text {
    line-height: 24px;
  }
  /* line 639, src/sass/_services.scss */
  .phone {
    padding: 45px 16px 55px;
  }
  /* line 643, src/sass/_services.scss */
  .phone__left h3 {
    margin: 35px 0 30px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 649, src/sass/_services.scss */
  .phone__left p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 654, src/sass/_services.scss */
  .phone__right {
    gap: 15px;
  }
  /* line 658, src/sass/_services.scss */
  .phone__right-img {
    width: 50%;
  }
  /* line 662, src/sass/_services.scss */
  .phone__right-item {
    margin-bottom: 5px;
  }
  /* line 666, src/sass/_services.scss */
  .phone__right-item span {
    font-size: 14px;
  }
  /* line 671, src/sass/_services.scss */
  .services-card {
    padding-bottom: 0;
  }
  /* line 675, src/sass/_services.scss */
  .green-card {
    padding: 35px 16px 50px;
    gap: 45px;
    background-image: url(../images/page_7/green-banner-mobile.png);
  }
  /* line 681, src/sass/_services.scss */
  .green-card__top {
    min-width: 100%;
  }
  /* line 685, src/sass/_services.scss */
  .green-card__top h3 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 691, src/sass/_services.scss */
  .green-card__bottom {
    max-width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  /* line 696, src/sass/_services.scss */
  .green-card__bottom p {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 702, src/sass/_services.scss */
  .esports {
    background-image: url(../images/page_7/characters-banner-mobile.png);
    background-position: right;
      min-height: initial;
  }
  /* line 707, src/sass/_services.scss */
  .esports__content {
    max-width: 70%;
    padding: 55px 0 60px;
  }
  /* line 712, src/sass/_services.scss */
  .esports__content h3 {
    margin: 20px 0 25px;
    font-size: 18px;
    line-height: 26px;
  }
  /* line 718, src/sass/_services.scss */
  .esports__content p {
    font-size: 16px;
    line-height: 24px;
  }
  /* line 723, src/sass/_services.scss */
  .services-meeting {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  /* line 728, src/sass/_services.scss */
  .services-meeting .section-text {
    max-width: 100%;
    margin: 0 auto 50px;
  }
}

/* line 1, src/sass/_contact.scss */
.contact-intro {
  position: relative;
  padding-top: 30px;
  background-image: url("../images/page_8/contact-main-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 10, src/sass/_contact.scss */
.contact-intro__content {
  padding: 105px 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}

/* line 16, src/sass/_contact.scss */
.contact-category {
  margin-bottom: 50px;
}

/* line 20, src/sass/_contact.scss */
.contact-category:last-child {
  margin-bottom: 0;
}

/* line 24, src/sass/_contact.scss */
.contact-category__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

/* line 34, src/sass/_contact.scss */
.contact-category__text p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}

/* line 42, src/sass/_contact.scss */
.contact-category__text a {
  color: #42b200;
}

/* line 47, src/sass/_contact.scss */
.contact-paper {
  padding: 80px;
  background-color: #ffffff;
}
.form-wrapper .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* line 63, src/sass/_contact.scss */
.form-wrapper h2 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 56px;
  color: #000000;
}

/* line 70, src/sass/_contact.scss */
.form-wrapper > p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #8f8f96;
}

/* line 79, src/sass/_contact.scss */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 84, src/sass/_contact.scss */
.form__input {
  padding: 22px 25px;
  border: 2px solid #e4e5eb;
  font-size: 16px;
  outline: none;
  border-radius: 10px;
  width: 100%;
}

/* line 91, src/sass/_contact.scss */
.form__input ::-webkit-input-placeholder {
  color: #e4e5eb;
}
.form__input ::-moz-placeholder {
  color: #e4e5eb;
}
.form__input :-ms-input-placeholder {
  color: #e4e5eb;
}
.form__input ::-ms-input-placeholder {
  color: #e4e5eb;
}
.form__input ::placeholder {
  color: #e4e5eb;
}

/* line 95, src/sass/_contact.scss */
.form__input:focus {
  border-color: #42b200;
}

/* line 100, src/sass/_contact.scss */
.form__input:not(:first-child) {
  margin-top: 20px;
}

/* line 104, src/sass/_contact.scss */
.form__select-box {
  position: relative;
  margin-top: 20px;
  padding: 22px 25px;
  border: 2px solid #e4e5eb;
  border-radius: 10px;
}

/* line 111, src/sass/_contact.scss */
.form__select-box:hover {
  border-color: #42b200;
}

/* line 115, src/sass/_contact.scss */
.form__select-box input {
  border: none;
  padding-left: 120px;
  width: 100%;
  outline: none;
}

/* line 123, src/sass/_contact.scss */
.form__select {
  position: absolute;
}

/* line 126, src/sass/_contact.scss */
.form__select select {
  border: none;
}

/* line 131, src/sass/_contact.scss */
.checkbox {
  width: 100%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 138, src/sass/_contact.scss */
.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 144, src/sass/_contact.scss */
.checkbox__view {
  display: block;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f1f2f5;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f1f2f5;
  cursor: pointer;
}

/* line 159, src/sass/_contact.scss */
.form-wrapper .checkbox .wpcf7-list-item-label {
  color: #c7c8d5;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* line 165, src/sass/_contact.scss */
.form-wrapper .checkbox .wpcf7-list-item-label a {
  color: #86beee;
}

/* line 170, src/sass/_contact.scss */
.checkbox__label a:not(:last-child) {
  text-decoration: underline;
}

/* line 175, src/sass/_contact.scss */
.checkbox__view.active {
  border-color: #42b200;
  background-color: #42b200;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 184, src/sass/_contact.scss */
.checkbox__view:hover {
  border-color: #42b200;
}

/* line 189, src/sass/_contact.scss */
.checkbox__input:not(:disabled):active + .checkbox__view {
  background-color: #42b200;
  border-color: #42b200;
}

/* line 194, src/sass/_contact.scss */
.checkbox__input:focus:not(:checked) + .checkbox__view {
  border-color: #42b200;
}

/* line 197, src/sass/_contact.scss */
.checkbox__input:disabled + .checkbox__view {
  background-color: #e4e5eb;
}

/* line 201, src/sass/_contact.scss */
.form__button {
  margin: 55px auto 0;
  width: 200px;
  height: 65px;
  background: #42b200;
  border: 2px solid #42b200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  color: #ffffff;
}

/* line 215, src/sass/_contact.scss */
.form__button:hover {
  background: #ffffff;
  color: #42b200;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 223, src/sass/_contact.scss */
.success-message h1 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 56px;
  color: #000000;
}

@media (max-width: 1024px) {
  /* line 234, src/sass/_contact.scss */
  .contact-intro {
    position: relative;
    padding-top: 30px;
    background-image: none;
  }
  /* line 240, src/sass/_contact.scss */
  .contact-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 244, src/sass/_contact.scss */
  .contact-intro__left {
    padding: 0 16px;
  }
  /* line 248, src/sass/_contact.scss */
  .contact-intro__right {
    background-image: url("../images/page_8/contact-main-bg-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) and (min-width: 481px) {
  /* line 258, src/sass/_contact.scss */
  .contact-intro {
    padding: 30px 0 0;
  }
  /* line 262, src/sass/_contact.scss */
  .contact-intro__content {
    padding: 75px 0 0;
    gap: 60px;
  }
  /* line 267, src/sass/_contact.scss */
  .contact-intro__left {
    text-align: center;
  }
  /* line 271, src/sass/_contact.scss */
  .contact-category {
    margin-bottom: 30px;
  }
  /* line 275, src/sass/_contact.scss */
  .contact-intro__right {
    padding: 300px 16px 30px;
  }
}
.form-wrapper .wpcf7-list-item {
  margin: 0;
}
.form-wrapper .wpcf7-list-item [type="checkbox"] {
  display: none;
}

@media (max-width: 768px) and (min-width: 481px) {
  /* line 283, src/sass/_contact.scss */
  .contact-paper {
    padding: 50px;
  }
}

@media (max-width: 480px) {
  /* line 293, src/sass/_contact.scss */
  .contact-main .description__socials {
    margin-top: 0;
  }
  /* line 298, src/sass/_contact.scss */
  .contact-intro {
    padding: 25px 0 0;
  }
  /* line 301, src/sass/_contact.scss */
  .contact-intro .pages-nav {
    padding: 0 16px;
  }
  /* line 306, src/sass/_contact.scss */
  .contact-intro__content {
    padding: 60px 0 0;
    gap: 40px;
  }
  /* line 311, src/sass/_contact.scss */
  .contact-category__title {
    font-size: 18px;
  }
  /* line 315, src/sass/_contact.scss */
  .contact-category__text p {
    line-height: 24px;
  }
  /* line 319, src/sass/_contact.scss */
  .contact-category {
    margin-bottom: 30px;
  }
  /* line 323, src/sass/_contact.scss */
  .contact-intro__right {
    padding: 165px 16px 25px;
    background-position: center;
    background-size: 100% 100%;
  }
  /* line 329, src/sass/_contact.scss */
  .contact-paper {
    padding: 50px 35px 45px;
  }
  /* line 333, src/sass/_contact.scss */
  .form-wrapper h2 {
    margin-bottom: 50px;
    font-size: 26px;
  }
  /* line 338, src/sass/_contact.scss */
  .form-wrapper > p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  /* line 344, src/sass/_contact.scss */
  .form__input {
    padding: 20px;
    border: 3px solid #e4e5eb;
  }
  /* line 349, src/sass/_contact.scss */
  .form__input:not(:first-child) {
    margin-top: 15px;
  }
  /* line 353, src/sass/_contact.scss */
  .form__select-box {
    margin-top: 15px;
    padding: 20px;
    border: 3px solid #e4e5eb;
  }
  /* line 359, src/sass/_contact.scss */
  .checkbox {
    margin-top: 40px;
  }
  /* line 363, src/sass/_contact.scss */
  .checkbox__label {
    font-size: 11px;
    line-height: 16px;
  }
  /* line 368, src/sass/_contact.scss */
  .form__button {
    margin: 25px auto 0;
    width: 165px;
    height: 60px;
    font-size: 16px;
  }
}

/* line 1, src/sass/_odds.scss */
.odds-main {
  background-color: #f2f1f2;
}

/* line 4, src/sass/_odds.scss */
.odds-main .pages-nav {
  padding-top: 30px;
}

/* line 9, src/sass/_odds.scss */
.odds {
  padding: 60px 0 75px;
}

/* line 13, src/sass/_odds.scss */
.odds__title {
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 40px;
  color: #000000;
}

/* line 20, src/sass/_odds.scss */
.odds__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

/* line 27, src/sass/_odds.scss */
.table-wrapper {
  margin: 50px 0 55px;
  padding: 55px;
  background-color: #ffffff;
}

/* line 33, src/sass/_odds.scss */
.table-buttons-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 39, src/sass/_odds.scss */
.table-buttons {
  width: 100%;
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 45, src/sass/_odds.scss */
.table-btn {
  width: 185px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 2px solid #e4e5eb;
  border-radius: 10px;
  cursor: pointer;
}

/* line 59, src/sass/_odds.scss */
.table-responsive {
  max-width: 1030px;
  max-height: 730px;
  margin: 25px 0;
  overflow-y: scroll;
  overflow-x: scroll;
  border: 1px solid #dedede;
}

/* line 68, src/sass/_odds.scss */
.table {
  width: 100%;
  border-collapse: collapse;
}

/* line 74, src/sass/_odds.scss */
.table th {
  background-color: #ffffff;
}

/* line 78, src/sass/_odds.scss */
.table th .table__cell span {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

/* line 84, src/sass/_odds.scss */
.table th:nth-child(-n+2) {
  border-right: 1px solid #dedede;
}

/* line 89, src/sass/_odds.scss */
thead tr {
  height: 60px;
  border-bottom: 1px solid #dedede;
}

/* line 94, src/sass/_odds.scss */
tbody tr {
  height: 110px;
}

/* line 97, src/sass/_odds.scss */
tbody tr:not(:last-child) {
  border-bottom: 1px solid #dedede;
}

/* line 102, src/sass/_odds.scss */
.table td {
  min-width: 145px;
}

/* line 105, src/sass/_odds.scss */
.table td:nth-child(-n+2) {
  border-right: 1px solid #dedede;
}

/* line 108, src/sass/_odds.scss */
.table td:nth-child(-n+2) .table__button {
  border: none;
  cursor: initial;
}

/* line 112, src/sass/_odds.scss */
.table td:nth-child(-n+2) .table__button:hover {
  background: transparent;
}

/* line 119, src/sass/_odds.scss */
.table th {
  padding: 15px;
}

/* line 123, src/sass/_odds.scss */
.table td {
  padding: 20px;
}

/* line 127, src/sass/_odds.scss */
.table td:not(:first-child) {
  vertical-align: baseline;
}

/* line 131, src/sass/_odds.scss */
.table th:first-child {
  min-width: 210px;
}

/* line 144, src/sass/_odds.scss */
.table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 151, src/sass/_odds.scss */
.table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/* line 157, src/sass/_odds.scss */
.table__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

/* line 162, src/sass/_odds.scss */
.table__team span {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-x: hidden;
}

/* line 172, src/sass/_odds.scss */
.table__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 174, src/sass/_odds.scss */
.table__text span {
  font-weight: 600;
  font-size: 12px;
  color: #b4b4b4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 186, src/sass/_odds.scss */
.table__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  min-width: 120px;
  min-height: 25px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
}

/* line 198, src/sass/_odds.scss */
.table__button span {
  font-weight: 600;
  font-size: 14px;
}

/* line 203, src/sass/_odds.scss */
.table__button span:last-child {
  font-size: 12px;
  color: #b4b4b4;
}

/* line 209, src/sass/_odds.scss */
.table__button:hover {
  background-color: #ffffd8;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

/* line 215, src/sass/_odds.scss */
.table__subscribe {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 221, src/sass/_odds.scss */
.table__subscribe p {
  font-weight: 400;
  font-size: 14px;
}

/* line 225, src/sass/_odds.scss */
.table__subscribe p a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}

/* line 233, src/sass/_odds.scss */
.table__subscribe a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs {
  font-weight: 400;
  font-size: 12px;
  color: #9d9d9d;
  padding-top: 30px;
}
.breadcrumbs a {
  color: #9d9d9d;
}
.breadcrumbs.breadcrumbs--green, .breadcrumbs.breadcrumbs--green a {
  color: #42b200;
}
.breadcrumbs.breadcrumbs--white, .breadcrumbs.breadcrumbs--white a {
  color: #ffffff;
}
.breadcrumbs .breadcrumb_last {
  color: #ffffff;
}
.breadcrumbs.breadcrumbs--dark .breadcrumb_last {
  color: #000000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.not-found {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.author-socials a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.author-socials a.author-socials__facebook {
  height: 22px;
  width: 12px;
  background-image: url("../svg/facebook-article.svg");
}
.author-socials a.author-socials__twitter {
  height: 19px;
  width: 22px;
  background-image: url("../svg/twitter-article.svg");
}
.author-socials a.author-socials__insta {
  height: 21px;
  width: 21px;
  background-image: url("../svg/insta-article.svg");
}
.author-socials a.author-socials__mail {
  height: 17px;
  width: 22px;
  background-image: url("../svg/message-article.svg");
}
/*.metabet-gametile .metabet-market-moneyline, .metabet-gametile .metabet-market-overunder, .metabet-gametile .metabet-adtile-header {*/
/*  display: none;*/
/*}*/
.metabet-gametile .metabet-adtile-header {
  display: none;
}
.metabet-gametile, .metabet-adtile {
  background-color: #f2f2f2 !important;
  border-left: none !important;
  border-right: none !important;
}
/*.metabet-adtile {*/
/*  margin-bottom: 40px;*/
/*}*/
.metabet-adtile .metabet-adtile-bet {
  background-color: #f2f2f2 !important;
  border: none !important;
}
.metabet-adtile .metabet-adtile-bet:hover {
  border: 1px solid #48bdf3 !important;
  background: #fff !important;
  transition: all .5s ease-out !important;
}
.events .read-button {
  margin-top: 0;
}
.events .events__title {
  margin-bottom: 10px;
  font-weight: 600;
}
.preloader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  color: #222;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.preloader--hidden {
  visibility: hidden;
  opacity: 0;
}
