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

body {
  font-family: "400";
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

h1 {
  font-size: 40px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.content__title {
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
  margin: 20px 0;
}

h2 {
  font-size: 25px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 17px;
  line-height: 1.5;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

img {
  width: 100%;
}

ul {
  margin: 0;
}
ul:first-child {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.mobile_logo {
  font-size: 20px;
  color: #F5BE4F;
  text-transform: uppercase;
}

.mobile_logo span{
  font-size: 20px;
  color: #6CB2E2;
}

ul.show-submenu {
  display: flex;
  flex-direction: column;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

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

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

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

.burger__main-menu__active {
  right: 0;
}

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

.burger__more__icon {
  margin-left: 5px;
  margin-top: -3px;
  transition: all 0.3s linear;
  width: 9px;
}

.nav__item__click {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hidden {
  overflow: hidden;
}

.mobile_logo {
  width: 60px;
  cursor: pointer;
  z-index: 999;
}
.mobile_logo img {
  height: auto;
}

#burger {
  display: none;
  cursor: pointer;
  width: 18px;
  margin-left: 25px;
}

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

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

.more__area {
  display: flex;
  align-items: flex-end;
  z-index: 1000;
  transition: opacity 0.3s linear;
  bottom: -234%;
  right: -165px;
  position: absolute;
  width: 25%;
  overflow: hidden;
  height: auto;
  padding: 0 10px;
  background-color: #fff;
  display: none;
  padding-left: 0;
}

.more__area__active {
  overflow: visible;
  height: 270%;
  z-index: 70;
  display: block;
}

.close__more__area {
  position: absolute;
  top: 50px;
  bottom: -64%;
  right: -87px;
  display: none;
  z-index: 69;
  width: 20%;
  height: 270%;
}

.sub__nav {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  align-self: flex-end;
  background-color: #fff;
  width: 156px;
  padding-left: 10px;
}
.sub__nav li {
  align-self: flex-start;
  text-align: left;
  padding-bottom: 10px;
  background-color: #fff;
}
.sub__nav li a {
  text-align: left;
}

.header__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__icon {
  width: 15px;
  margin-right: 5px;
  padding-bottom: 7px;
}

.logo {
  color: #000;
  text-align: center;
  width: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  display: none;
  font-weight: 700;
}

.nav {
  z-index: 71;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-family: "400";
  margin-right: 20px;
  position: relative;
}
.nav .nav-menu-item {
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.nav .nav-menu-item:last-child {
  margin-right: 0;
}
.nav .nav-menu-item:hover .sub-nav-list {
  opacity: 1;
  visibility: visible;
}

ul.nav {
  padding-left: 10px;
  border-radius: 5px;
}

.sub-nav-list li {
  margin-bottom: 10px;
}
.sub-nav-list li:last-child {
  margin-bottom: 0;
}

.nav-menu-item::after {
  content: url("/img/more.svg");
  margin-left: 5px;
  margin-top: -3px;
  transition: all 0.3s linear;
}
.nav-menu-item:hover::after {
  content: url("/img/more.svg");
  transform: rotate(180deg);
  margin-bottom: -3px;
  margin-top: 0;
}

.rotate {
  transform: rotate(180deg);
}

.header-block {
  display: flex;
  align-items: center;
}

.header-bonus {
  position: relative;
  margin-right: 20px;
  padding-bottom: 3px;
}

.header-bonus__image {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 150px;
  height: 186px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateX(-50%);
}

.header-bonus__icon {
  cursor: pointer;
  width: 26px;
}

.header-bonus__image__show {
  visibility: visible;
  opacity: 1;
}

.triangle {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #7344EA;
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.nav__item {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  transition: all 0.3s linear;
  color: #969696;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.nav__item:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.nav__item__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-nav-list {
  position: absolute;
  top: 20px;
  left: -10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
}

.sub-nav__item {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .header-main__title {
    display: block;
  }
  .logo {
    display: block;
  }
  .nav {
    display: none;
  }
  #burger {
    display: block;
    z-index: 999;
  }
  .header__bottom {
    justify-content: space-between;
  }
  .header__title {
    display: none;
  }
  .header-bonus {
    margin-right: 14px;
  }
  .header-bonus__image {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 140px;
    height: auto;
    z-index: 1;
  }
  .sub-nav-list {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    padding-left: -10px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s linear;
    visibility: visible;
    display: none;
  }
  .nav-menu-item::after {
    display: none;
  }
  .nav-menu-item:hover::after {
    display: none;
  }
  .nav__item {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    transition: all 0.3s linear;
    color: #969696;
    padding-bottom: 3px;
    border-bottom: none;
    text-align: left;
  }
  .nav__item:hover {
    border-bottom: none;
    color: #969696;
  }
  .header__icon {
    padding-bottom: 0;
  }
  .sub-nav-list li {
    margin-bottom: 0px;
  }
}
.content {
  padding-bottom: 30px;
  position: relative;
  flex: 1 0 auto;
}
.content table {
  border-collapse: collapse;
}
.content table tr td {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.content .table__check {
  display: block;
  background: #f3f3f3;
  border-radius: 5px;
  width: 100%;
  margin: 20px 0;
}
.content .table__check tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content .table__check tr {
  display: flex;
  flex-direction: column;
}
.content .table__check tr td {
  border: none;
}
.content .table__check tr td::before {
  content: "";
  display: inline-block;
  background-image: url("/img/check.svg");
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 5px;
}
.content .table__check tr td a {
  color: inherit;
  text-decoration: underline;
}
.content .table__check tr td a:hover {
  text-decoration: none;
}
.content .table__arrow {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.content .table__arrow tr td::before {
  content: "";
  display: inline-block;
  background-image: url("/img/arrow-table.svg");
  width: 10px;
  height: 15px;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 5px;
}
.content .block-table-btn table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.content .block-table-btn table tr:first-child td {
  background-color: #969696;
}
.content .block-table-btn table tr td {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.content .block-table-btn table tr td:last-child a {
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #969696;
  color: #000000;
  text-align: center;
  border-radius: 5px;
}
.content .block-table-btn table tr td:last-child a:hover {
  background: #969696;
  color: #fff;
  border: 1px solid #969696;
}
.content .block-table-btn table tr td picture {
  width: 100px;
}
.content .block-table-btn table tr td p {
  margin-top: 0;
  margin-bottom: 5px;
}
.content .block-table-btn table tr td p:last-child {
  margin-bottom: 0;
}
.content picture {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.content strong {
  font-family: "700";
  color: #000000;
}
.content img {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
}
.content p {
  font-size: 14px;
  line-height: 1.4;
}
.content ul {
  margin-top: 15px;
}
.content li {
  margin-bottom: 10px;
}
.content li a:hover {
  text-decoration: underline;
}
.content-row ul {
  padding: 0;
}
.content-row__text {
  float: left;
}
.content-row .table-block--float {
  float: right;
  margin-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.content-row .table-block--float td {
  font-size: 15px;
  line-height: 1.4;
}
.content-text-logo {
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(161, 255, 199, 0.3019607843);
  border-radius: 5px;
}
.content-text-logo img {
  float: right;
  margin-left: 0px;
  width: 80px;
}
.content-text-logo span {
  font-size: 14px;
  line-height: 1.4;
}
.content-text-logo .text-logo-author {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}
.content-text-logo .text-logo-author picture {
  width: 50px;
  margin-right: 10px;
}
.content-text-logo .text-logo-author-name {
  display: flex;
  flex-direction: column;
}
.content-text-logo .text-logo-author-name svg {
  fill: #000;
  transition: all 0.2s linear;
}
.content-text-logo .text-logo-author-name svg:hover {
  fill: #00acee;
}
.content__image__items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.content__image__item {
  text-align: center;
}
.content__min--image {
  max-width: 300px;
  float: left;
  margin-right: 15px;
}

.content__matches {
  margin-bottom: 40px;
}

.content__matches__wrap h3 {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid silver;
  padding: 10px 0;
}

.content__matches__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10%;
}

.content__matches__item {
  display: flex;
  flex-direction: column;
}
.content__matches__item h4 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid silver;
  padding: 8px 0;
  text-align: center;
  margin: 0;
}

.matches__item__vs {
  padding: 10px 0;
  border-bottom: 1px solid silver;
  flex: 1 1 100%;
}
.matches__item__vs p {
  text-align: center;
}
.matches__item__vs a {
  display: inline-block;
  text-align: center;
}

.matches__item__vs__countries {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.matches__item__vs__countries span {
  font-size: 8px;
}

.matches__item__vs__country {
  display: flex;
  align-items: center;
}
.matches__item__vs__country img {
  width: 30px;
  margin-left: 10px;
}

.content__matches__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  overflow-x: scroll;
}

.table__body td {
  text-align: center;
}
.table__body td:first-child {
  text-align: left;
}
.table__body td:first-child span {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}
.table__body td:first-child span:first-child {
  margin-right: 10px;
}

.short__name__country {
  display: none;
}

.block-table-main {
  width: 100%;
}
.block-table-main table tr td:first-child {
  background-color: #969696;
}
.block-table-main table tr td:last-child a {
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #969696;
  color: #000000;
  text-align: center;
  border-radius: 5px;
}
.block-table-main table tr td:last-child a:hover {
  background: #969696;
  color: #fff;
  border: 1px solid #969696;
}
.block-table-main table picture {
  width: 100px;
}
.block-table-main table p {
  margin-top: 0;
  margin-bottom: 5px;
}
.block-table-main table p:last-child {
  margin-bottom: 0;
}

.block-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.block-table table tr:first-child td {
  background-color: #969696;
}
.block-table table tr td {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.block-table table tr td picture {
  width: 100px;
}
.block-table table tr td p {
  margin-top: 0;
  margin-bottom: 5px;
}
.block-table table tr td p:last-child {
  margin-bottom: 0;
}

.slots-btns {
  display: flex;
  align-items: center;
}

.slots-btns .slots-btn {
  display: inline-block;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #0F9D49;
  color: #FBD92C;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  max-width: 200px;
  width: 200px;
  font-family: "700";
  transition: all 0.2s linear;
  text-transform: uppercase;
}
.slots-btns .slots-btn:hover {
  background: #0F9D49;
  color: #FBD92C;
  border: 1px solid #0F9D49;
  transition: all 0.2s linear;
}
.slots-btns .slots-btn:last-child {
  margin-left: 20px;
  background: #0F9D49;
  color: #FBD92C;
}
.slots-btns .slots-btn:last-child:hover {
  background: transparent;
  color: #0F9D49;
  border: 1px solid #FBD92C;
  transition: all 0.2s linear;
}

ul.breadcrumbs {
  font-size: 12px;
  margin: 0;
  padding: 0px;
}

ul.breadcrumbs li {
  font-size: 12px;
  display: inline;
  margin-right: 5px;
  padding: 0px;
}

ul.breadcrumbs a {
  color: rgba(0, 0, 0, 0.8);
}

.nested__list {
  padding: 0;
}

.content__structure {
  padding: 20px;
  background-color: #f3f3f3;
  max-width: 400px;
  margin: 15px auto;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

.content__structure__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__structure__title p {
  margin: 0;
}

#structure {
  cursor: pointer;
}
#structure img {
  width: 29px;
}

.structure__list {
  display: block;
}
.structure__list a {
  font-size: 13px;
  color: #424242;
}

.structure__sublist {
  padding-left: 20px;
}

.block {
  display: none;
}

.content__pros__cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 20px;
}

.content__pros__cons__item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px;
}
.content__pros__cons__item ul {
  padding: 0;
}

.content__pros__cons__item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__pros__cons__item__top img {
  width: 40px;
}

.content__comments {
  padding: 0;
}

.content__comment {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.content__comment span {
  font-size: 11px;
}
.content__comment p {
  margin: 0;
}

.comment__btn {
  background-color: #fff;
  width: 160px;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
  color: #000;
  border: 1px solid #000;
}

.content__comment.nextstop ~ .content__comment {
  display: none;
}

.content__action {
  padding: 20px 0;
  background-color: #54c985;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
}

.content__action--1win {
  padding: 0;
}

.action-relative {
  position: relative;
  padding: 20px 0;
}

.content__action__wrap--all {
  max-width: 900px;
  padding: 0px 30px;
  margin: 0 auto;
}

.content__action__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content__action__left {
  display: flex;
  align-items: flex-start;
  margin-right: 10px;
}
.content__action__left picture {
  margin-right: 20px;
  max-width: 50px;
  grid-area: picture;
}
.content__action__left picture img {
  width: 50px;
  display: block;
}

.content__action__left__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content__action__btns {
  display: flex;
  align-items: center;
  max-width: 300px;
}

.content__action__btn {
  padding: 7px 20px;
  background-color: #FBD92C;
  color: #0F9D49;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "700";
  transition: all 0.2s linear;
  grid-area: btn;
}
.content__action__btn:hover {
  background-color: #fff;
}

.content__action__descr {
  max-width: 400px;
  margin-left: 20px;
}

.action__descr__text {
  font-size: 14px;
  display: block;
  font-family: "300";
}

.arrow__up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  display: none;
}

.arrow__up__action {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 40px;
  height: 40px;
  grid-area: arrow;
}

.content__action__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-area: rating;
}
.content__action__rating p {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}

.content__rating__stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__rating__stars img {
  width: 10px;
  margin-right: 3px;
}

.block1 {
  display: block;
}

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

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

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

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

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

.content__rating__wrap {
  display: flex;
  align-items: center;
}
.content__rating__wrap p {
  margin-right: 10px;
  margin-bottom: 0;
}

.content__page__match {
  display: flex;
  margin-bottom: 20px;
}

.content__page__match__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.content__page__match__text p {
  margin: 0;
  margin-top: 10px;
  text-transform: uppercase;
}
.content__page__match__text span {
  font-size: 12px;
  color: #ccc;
}
.content__page__match__text .betting-info .betting-info-item {
  border-bottom: none;
}
.content__page__match__text .betting-info .betting-info-item__right {
  margin: 0 auto;
  border: none;
}

.content__results__match__item__flag {
  width: 60px;
}

.result-cricer {
  width: 15px;
}

.content__results__match__item {
  display: flex;
  margin-right: 40px;
}
.content__results__match__item p {
  margin: 0;
  margin-bottom: 10px;
}

.content__results__match__item__flag {
  margin-right: 10px;
}

.content__results__match__item__wrap p {
  text-transform: uppercase;
}

.content__results__match {
  display: flex;
  margin-bottom: 20px;
}

.correlation-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.correlation-items .place__bet__btn {
  margin-top: 0;
  padding: 10px 30px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.correlation-items .place__bet__btn a {
  font-size: 14px;
}

.correlation-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-right: none;
  margin-bottom: 10px;
}
.correlation-item:nth-child(3) {
  border-right: 1px solid #ccc;
}
.correlation-item span {
  margin: 0;
  margin-right: 10px;
}
.correlation-item a {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.place__bet__item {
  display: flex;
  margin-right: 20px;
}
.place__bet__item img {
  width: 30px;
  margin-right: 10px;
}
.place__bet__item p {
  text-transform: uppercase;
}

.middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom {
  display: flex;
}

.bottom__left {
  display: flex;
}
.bottom__left p {
  margin: 0;
  margin-right: 20px;
}

.place__bet__item p {
  margin-right: 10px;
}

.playing-teams-items {
  display: flex;
  justify-content: space-between;
}

.playing-teams-item__name {
  display: flex;
}
.playing-teams-item__name img {
  width: 30px;
  margin-right: 10px;
}

.bottom__item {
  display: flex;
  align-items: center;
}
.bottom__item img {
  width: 30px;
  margin-right: 10px;
}
.bottom__item p {
  margin: 0;
}
.bottom__item span {
  font-size: 12px;
  color: #ccc;
}

.number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FBD92C;
  border-radius: 50%;
  background-color: #0F9D49;
  width: 25px;
  height: 25px;
}

.name {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.place__bet__btn {
  padding: 10px 30px;
  background-color: #0F9D49;
  margin-top: 20px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.place__bet__btn:hover {
  background-color: #FBD92C;
}
.place__bet__btn:hover a {
  color: #0F9D49;
}
.place__bet__btn a {
  color: #FBD92C;
}

.block-last-matches {
  width: 100%;
  background: #FFF;
  border-radius: 0.5rem;
  color: #2E2E2E;
  margin-bottom: 3.2rem;
}

.title {
  font-size: 1.6em;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 1.7rem;
}
.title img {
  width: 30px;
  margin-right: 10px;
}

.table__matches {
  width: 100%;
  margin-bottom: 2.5rem;
}
.table__matches tr {
  border-top: 1px solid #E7E7E7;
}
.table__matches tr td {
  border: none;
}

.block-last-matches .table__matches td {
  border: none;
}
.block-last-matches .table__matches td:first-child {
  padding-left: 0;
  border: none;
}

.block-last-matches table td {
  vertical-align: middle;
  padding: 1em 0.5em;
}

.block-history {
  font-size: 1rem;
  background: #fff;
  border-radius: 0.5rem;
  color: #2E2E2E;
  margin-bottom: 3.2rem;
}
.block-history .top {
  display: flex;
  align-items: center;
  max-width: 85em;
  justify-content: space-between;
  margin: 0 auto 4.5rem;
  border-bottom: none;
}
.block-history .img {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  grid-area: din;
}
.block-history .img img {
  width: 70px;
  margin-bottom: 10px;
}
.block-history .img1 {
  grid-area: tun;
}
.block-history .count {
  font-size: 1.2em;
  font-weight: 500;
  color: #ACACAC;
  display: flex;
  grid-area: count;
}
.block-history .count span {
  display: block;
  margin: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.block-history .count mark {
  width: 2.08em;
  height: 2.08em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.2rem;
  font-weight: 400;
}
.block-history .count .green {
  background: #BDFFA6;
}
.block-history .count .yelow {
  background: #f7fd9f;
}
.block-history .count .read {
  background: #ffa6b2;
}
.block-history .count2 {
  display: none;
}

.place__bet {
  border: 1px solid #ccc;
  padding: 10px;
}

.content__promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 20px;
}
.content__promo img {
  width: 50px;
  border-radius: 5px;
}
.content__promo .slots-btn {
  margin: 0;
}

.promo__input {
  padding: 10px;
  border: 1px solid #fbd92c;
  border-radius: 5px;
  max-width: 80px;
  width: 100%;
  text-align: center;
  color: #0F9D49;
}

.main__bet h3 {
  text-transform: uppercase;
}
.main__bet h4 {
  color: #0F9D49;
  margin: 0;
  margin-bottom: 20px;
}

.main__bet__block {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-top: 20px;
}

.main__bet__block__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.main__bet__block__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.main__bet__block__items:last-child {
  justify-content: flex-end;
  border-bottom: none;
  margin-bottom: 0;
}

.main__bet__block__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.main__bet__block__item:last-child {
  margin-right: 0;
  margin: 0;
}
.main__bet__block__item a {
  margin-left: 10px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #656564;
  min-width: 52px;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
}
.main__bet__block__item a:hover {
  background-color: #fbd92c;
  color: #0F9D49;
}
.main__bet__block__item p {
  margin: 0;
  color: #000;
}

.brazil__bet__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
}
.brazil__bet__block .main__bet__block__items {
  margin-bottom: 0;
}
.brazil__bet__block .main__bet__block__items:last-child {
  border-bottom: 1px solid #ccc;
}
.brazil__bet__block .main__bet__block__item {
  max-width: 100%;
  padding-bottom: 5px;
}

.place__bet__btn--width {
  max-width: 150px;
  text-align: center;
  margin: 0px auto;
  margin-top: 20px;
}

#betting-info {
  width: 100%;
}
#betting-info tr td {
  padding: 10px 0;
  border: none;
}

.betting-info-item {
  border-bottom: 1px solid #eff0f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betting-info-item__left {
  display: flex;
  align-items: center;
}
.betting-info-item__left svg {
  margin-right: 10px;
}

.betting-info-item__right p {
  display: flex;
  align-items: center;
  margin: 0;
}

.betting-info-item__right_icons {
  display: flex;
  align-items: center;
}

.betting-info-item__right_bonus a {
  background-color: #fbd92c;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
}

.icon {
  margin-right: 10px;
}
.icon:last-child {
  margin-right: 0;
}

.green-color {
  color: #0F9D49;
  transition: all 0.2s linear;
}
.green-color:hover {
  color: #fbd92c;
}

.betting-info-item__right_payment {
  position: relative;
  max-width: 45%;
  width: fit-content;
}

.payment-list {
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.pm-wrapper {
  display: flex;
  align-items: center;
}
.pm-wrapper span {
  display: inline-block;
}

.hidden-payment {
  border-radius: 5px;
  border: 1px solid #fbd92c;
  background: transparent;
  padding: 0.05556rem 0.44444rem;
  color: #000;
  max-width: 5rem;
  transition: all 0.3s ease-out;
  margin-top: -2px;
}

.payments-tooltip {
  display: none;
}

.content__1win__bonus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.content__1win__bonus .slots-btns {
  justify-content: center;
}
.content__1win__bonus p {
  text-align: center;
}
.content__1win__bonus h2 {
  text-align: center;
}

.content__1win__exemplo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.content__1win__exemplo__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 20px;
}
.content__1win__exemplo__left .content__1win__exemplo__label {
  display: inline-block;
  padding: 8px;
  background-color: #eff0f2;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 10px;
}
.content__1win__exemplo__left p {
  margin: 0;
}
.content__1win__exemplo__right {
  width: 100%;
  height: 100%;
  max-width: 200px;
}
.content__1win__exemplo__right img {
  width: 100%;
  height: 100%;
}

.green__item {
  width: 10px;
  height: 10px;
  background-color: #0F9D49;
  border-radius: 50%;
  margin-right: 10px;
}

.yellow__item {
  width: 10px;
  height: 10px;
  background-color: #fbd92c;
  border-radius: 50%;
  margin-right: 10px;
}

.content__1win__exemplo__left__list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.content__bonus__image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.content__bonus__image picture {
  border-radius: 14px;
  transition: all 0.2s linear;
}
.content__bonus__image picture:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

table.main__bet__matches {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.main__bet__matches tr {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr;
  background-color: #f3f3f3;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
  padding: 10px 0;
}
table.main__bet__matches tr:hover {
  background-color: #fbd92c;
}
table.main__bet__matches tr:hover .main__bet__matches__kof {
  background-color: #0F9D49;
  color: #fbd92c;
}
table.main__bet__matches tr:hover .main__bet__matches__first__link {
  border-right: 2px solid #0F9D49;
}
table.main__bet__matches tr:last-child {
  border-radius: 0 0 5px 5px;
}
table.main__bet__matches tr td {
  border: none;
  text-align: center;
  padding: 0;
}
table.main__bet__matches tr td a {
  color: rgba(0, 0, 0, 0.8);
}
table.main__bet__matches tr td p {
  margin: 0;
  margin-bottom: 5px;
}
table.main__bet__matches tr td p:last-child {
  margin-bottom: 0;
}
table.main__bet__matches tr.main__bet__matches__head {
  background-color: #0F9D49;
  border-radius: 0px 5px 0 0;
  cursor: none;
  padding: 10px 0;
}
table.main__bet__matches .main__bet__matches__kof {
  background-color: #fbd92c;
  border-radius: 5px;
  padding: 5px 10px;
  transition: all 0.2s linear;
}
table.main__bet__matches .main__bet__matches__first__link {
  display: block;
  border-right: 2px solid #fbd92c;
  transition: all 0.2s linear;
}

.main__bet__matches__head__img {
  width: 50px;
}

.content__spaceman__main__image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.content__title__wrap {
  display: flex;
  align-items: center;
}

.content__title__popular__tr {
  height: 40px;
  background-color: #0F9D49;
  width: 30px;
  display: inline-block;
  transform: skew(25deg);
  border-radius: 5px 8px 0 0px;
  margin-left: -10px;
  margin-bottom: -1px;
}

.content__title__popular__tr1 {
  height: 40px;
  background-color: #fff;
  width: 30px;
  display: inline-block;
  transform: skew(26deg);
  border-radius: 0px 100px 0px 11px;
  margin-left: -3px;
}

.content__title__popular {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-size: 16px;
  display: inline-block;
  background-color: #0F9D49;
  padding: 5px 10px;
  padding-top: 10px;
  border-radius: 5px 5px 0 0;
  height: 40px;
  margin-bottom: -1px;
}
.content__title__popular img {
  width: 20px;
  margin-right: 10px;
}

.slots-btns__bet__matches {
  margin-top: 10px;
}
.slots-btns__bet__matches .slots-btn {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.slots-btns__bet__matches .slots-btn:last-child {
  margin-left: 0;
}

.content__block__flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.content__block__flex picture {
  margin-right: 10px;
  flex: 0 0 200px;
}

.content__action__matches {
  background-color: transparent;
  padding: 0;
  bottom: -30px;
  max-height: 400px;
  object-fit: cover;
  max-width: 900px;
  width: 100%;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.content__action__matches a {
  width: 100%;
}

.content__action__matches__wrap {
  position: relative;
}

.content__action__close {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

div.left__side__bottom1 {
  justify-content: center;
}

.content__matches__table__label {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  margin-right: 5px;
}
.content__matches__table__label:last-child {
  margin-right: 0;
}

.win {
  background-color: #0F9D49;
}

.lose {
  background-color: red;
}

.draw {
  background-color: grey;
}

table.main__bet__matches--current tr {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  background-color: #505050;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
  padding: 0;
}
table.main__bet__matches--current tr:hover {
  background-color: #505050;
}
table.main__bet__matches--current tr td {
  height: 100%;
  display: flex;
  align-items: center;
}
table.main__bet__matches--current tr td:first-child {
  text-align: left;
}
table.main__bet__matches--current tr td:first-child a {
  color: #e4e4e4;
}
table.main__bet__matches--current tr td:nth-child(2):hover {
  background-color: transparent;
}
table.main__bet__matches--current tr td:hover {
  background-color: #636363;
}
table.main__bet__matches--current tr td a {
  color: #fbd92c;
  width: 100%;
  display: block;
  padding: 10px;
}
table.main__bet__matches--current tr.main__bet__matches__head {
  background-color: #505050;
  color: #e4e4e4;
  border-bottom: 2px solid #367a65;
  border-radius: 5px 5px 0 0;
  cursor: auto;
}
table.main__bet__matches--current tr.main__bet__matches__head th:first-child {
  padding: 0 10px;
  text-align: left;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.swiper a {
  width: 100%;
}

div.swiper-button-prev {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background-color: #fbd92c;
  left: 0;
}
div.swiper-button-prev img {
  width: 10px;
}
div.swiper-button-prev::after {
  content: "";
}

div.swiper-button-next {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  background-color: #fbd92c;
  right: 0;
}
div.swiper-button-next img {
  width: 10px;
  transform: rotate(180deg);
}
div.swiper-button-next::after {
  content: "";
}

span.swiper-pagination-bullet {
  background: #0F9D49;
  width: 15px;
  height: 15px;
}

span.swiper-pagination-bullet-active {
  background: #fbd92c;
}

.content__images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__images__item {
  margin-right: 10px;
  max-width: 300px;
}
.content__images__item:last-child {
  margin-right: 0;
}

.invisible__link {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
}

.bunner__link {
  width: 100%;
}

.content__table__title__link {
  color: rgba(0, 0, 0, 0.8);
}
.content__table__title__link:hover {
  text-decoration: underline;
}

.content-image__descr {
  font-size: 13px;
  font-family: "300";
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.content-demo-header {
  background-color: #1b1c1d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 7px;
  border-radius: 5px 5px 0 0;
}
.content-demo-header picture {
  width: 65px;
}
.content-demo-header a {
  padding: 3px 10px;
  background-color: #0F9D49;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}
.content-demo-header a:hover {
  color: #0F9D49;
  background-color: #FBD92C;
}

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

.content .not-recommend__text {
  text-transform: uppercase;
  font-size: 18px;
}

.not-recommend__image {
  width: 80px;
}

.about__map {
  max-width: 840px;
  width: 100%;
  height: 300px;
}

@media (max-width: 800px) {
  .content__matches__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  .content__matches__wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .content__matches__group__wrap h3 {
    text-align: center;
  }
  .full__name__country {
    display: none;
  }
  .short__name__country {
    display: inline-block;
  }
  .table__head td {
    font-size: 11px;
  }
  .content__action {
    grid-template-columns: 1fr 100px 1fr 40px;
    grid-column-gap: 20px;
  }
  table.main__bet__matches--current tr {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 1fr 1fr;
    background-color: #505050;
  }
  .content__rating__stars--all img {
    width: 15px;
  }
  .content__rating__stars--all img:nth-child(n+2) {
    display: none;
  }
  .content__action__left {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    align-self: flex-start;
  }
  .content__action__left picture {
    margin-right: 10px;
    max-width: 50px;
    grid-area: picture;
  }
  .content__action__left picture img {
    width: 50px;
    display: block;
  }
  .content__action__left__wrap picture {
    flex: 0 0 50px;
  }
  .content__action__btn--all {
    width: 160px;
  }
}
@media (max-width: 700px) {
  .content__action__wrap--all {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .block-history .top {
    margin-bottom: 0;
  }
  .block-history .count {
    order: 1;
    margin-top: 10px;
  }
  .block-history .count span {
    margin: 0 10px;
  }
  .block-history .img {
    margin-bottom: 10px;
  }
  .block-history .count2 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block-history .count1 {
    display: none;
  }
  .main__bet__block__items {
    flex-direction: column;
    border-bottom: none;
    margin-bottom: 0;
  }
  .main__bet__block__item {
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .brazil__bet__block {
    grid-template-columns: 1fr;
  }
  .brazil__bet__block .main__bet__block__items {
    border-bottom: none;
  }
  .brazil__bet__block .main__bet__block__items:last-child {
    border-bottom: none;
  }
}
@media (max-width: 600px) {
  .content__pros__cons {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .table__matches {
    overflow-x: scroll;
  }
}
@media (max-width: 550px) {
  .content__action__left picture {
    margin-right: 5px;
  }
  .arrow__up__action {
    right: 20px;
  }
  .content__action__btn--all {
    width: 100px;
  }
  .content__action__btn {
    margin-right: 0;
  }
  .content__action {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .content__action p {
    font-size: 12px;
  }
  .content__action--1win {
    padding: 0;
  }
  .content__action__btn {
    font-size: 12px;
  }
  .content__action__descr {
    margin-left: 10px;
  }
  .action__descr__text {
    font-size: 12px;
  }
  .content__rating strong {
    font-size: 12px;
  }
  .content__rating__stars img {
    width: 15px;
  }
  .content__rating__stars img:nth-child(n+2) {
    display: none;
  }
  .content__rating__wrap p {
    margin-right: 5px;
  }
  .content .table__check tbody {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .slots-btns .slots-btn:last-child {
    margin-left: 5px;
  }
  .correlation-items {
    width: 100%;
  }
  .correlation-item {
    margin-right: 0px;
    padding: 5px;
  }
  .correlation-item:last-child {
    margin-right: 0;
  }
  .correlation-item a {
    font-size: 11px;
    display: flex;
  }
  .correlation-item span {
    margin-right: 5px;
  }
  .correlation-item span:last-child {
    margin-right: 0;
  }
  .content__results__match__item__flag {
    width: 50px;
  }
  .result-cricer {
    width: 10px;
  }
  .content__results__match__item p {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .content__results__match__item {
    margin-right: 10px;
  }
  .content__results__match__item:last-child {
    margin-right: 0;
  }
  .playing-teams-items {
    flex-direction: column;
  }
  .content__promo .slots-btn {
    font-size: 12px;
    width: 130px;
  }
  .content__promo img {
    margin-right: 10px;
  }
  .promo__input {
    font-size: 13px;
    width: 50px;
    padding: 5px;
  }
  .correlation-items .place__bet__btn {
    margin-top: 0px;
    padding: 6px 15px;
    margin-left: 10px;
    font-size: 11px;
  }
  .correlation-items .place__bet__btn a {
    font-size: 11px;
    line-height: 1.4;
  }
  ul.breadcrumbs {
    padding: 0px;
  }
  ul.breadcrumbs li {
    padding: 0px;
  }
}
@media (max-width: 500px) {
  table#betting-info {
    width: 100%;
    max-width: 100%;
    display: inline-table;
  }
  .content__min--image {
    width: 100px;
  }
  .content__1win__exemplo {
    flex-direction: column;
    align-items: center;
  }
  .content__1win__exemplo__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content__bonus__image {
    padding: 10px;
    grid-column-gap: 10px;
  }
  table.main__bet__matches {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
  }
  table.main__bet__matches tr {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    background-color: #f3f3f3;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s linear;
    padding: 10px 0;
  }
  .content__block__flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  .content__block__flex picture {
    margin-right: 10px;
    flex: 1 1 100%;
  }
  table.main__bet__matches--current {
    display: grid;
  }
  table.main__bet__matches--current tr {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 1fr 1fr;
    background-color: #505050;
    padding: 0;
  }
  div.swiper-button-next {
    width: 50px;
    height: 30px;
  }
  div.swiper-button-prev {
    width: 50px;
    height: 30px;
  }
  span.swiper-pagination-bullet {
    background: #0F9D49;
    width: 8px;
    height: 8px;
  }
  div.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px;
  }
  span.swiper-pagination-bullet-active {
    background: #fbd92c;
  }
}
@media (max-width: 430px) {
  table.main__bet__matches {
    width: 100%;
    max-width: 600px;
    display: grid;
  }
  table.main__bet__matches tr {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background-color: #f3f3f3;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s linear;
    padding: 10px 0;
  }
  table.main__bet__matches tr td:nth-child(3) {
    display: none;
  }
  table.main__bet__matches tr td:nth-child(4) {
    display: none;
  }
  table.main__bet__matches tr.main__bet__matches__head th {
    width: 100%;
    max-width: 600px;
  }
  table.main__bet__matches tr.main__bet__matches__head th:nth-child(3) {
    display: none;
  }
  table.main__bet__matches tr.main__bet__matches__head th:nth-child(4) {
    display: none;
  }
  table.main__bet__matches--current {
    display: grid;
  }
  table.main__bet__matches--current tr {
    display: grid;
    grid-template-columns: 120px 1fr 1fr 1fr;
    background-color: #505050;
    padding: 0;
  }
  table.main__bet__matches--current tr td:nth-child(2) {
    display: none;
  }
  table.main__bet__matches--current tr td:nth-child(3) {
    display: flex;
  }
  table.main__bet__matches--current tr td:nth-child(4) {
    display: flex;
  }
  table.main__bet__matches--current tr.main__bet__matches__head th:nth-child(2) {
    display: none;
  }
  table.main__bet__matches--current tr.main__bet__matches__head th:nth-child(3) {
    display: block;
  }
  table.main__bet__matches--current tr.main__bet__matches__head th:nth-child(4) {
    display: block;
  }
  .content .table__check tbody {
    display: grid;
    grid-template-columns: 1fr;
  }
  .content__action__btn--all {
    width: 80px;
  }
  .arrow__up__action {
    bottom: 120px;
  }
}
@media (max-width: 360px) {
  .correlation-items .place__bet__btn {
    margin-top: 0px;
    padding: 6px 15px;
    margin-left: 0px;
    font-size: 11px;
  }
  .correlation-items .place__bet__btn a {
    font-size: 11px;
    line-height: 1.4;
  }
  .betting-info-item__right p {
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  .content__1win__bonus {
    grid-template-columns: 1fr;
  }
  .content__1win__bonus picture {
    display: none;
  }
  .content__bonus__image {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding: 20px;
  }
  .arrow__up__action {
    bottom: 140px;
  }
}
.authors__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.author__block {
  display: flex;
  align-items: center;
  position: relative;
}
.author__block:hover .author__block__descr {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.author__block:hover .author__block__descr--bk {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.author__block picture {
  width: 50px;
}

.author__text {
  margin-right: 15px;
}
.author__text p {
  margin: 0;
}
.author__text a {
  cursor: pointer;
  text-decoration: underline;
}
.author__text svg {
  margin-top: 5px;
  fill: #000000;
  transition: all 0.2s linear;
}
.author__text svg:hover {
  fill: #00acee;
}
.author__text img {
  width: 25px;
}
.author__text img:hover {
  fill: #007EBB;
}

.author__text__icon {
  display: flex;
  align-items: center;
}
.author__text__icon a {
  margin-right: 5px;
}
.author__text__icon .youtube__icon:hover {
  fill: #FF0000;
}
.author__text__icon .linkedin__icon:hover {
  fill: #0a66c2;
}

.author__block__descr--bk {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 350px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #f3f3f3;
  border-radius: 5px;
}
.author__block__descr--bk .author__text {
  margin-left: 15px;
}
.author__block__descr--bk .author__text a {
  text-decoration: none;
}
.author__block__descr--bk picture {
  width: 70px;
}
.author__block__descr--bk__top {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.author__block__descr {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 350px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: #f3f3f3;
  border-radius: 5px;
}
.author__block__descr .author__text {
  margin-left: 15px;
}
.author__block__descr .author__text a {
  text-decoration: none;
}
.author__block__descr picture {
  width: 70px;
}
.author__block__descr__top {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.author__text__mobile {
  display: none;
}
.author__text__mobile p {
  margin: 0;
}

.author__block__label {
  display: none;
}

.header__article {
  background-image: url("/img/bg__bet.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
}
.header__article .authors__block {
  display: none;
}

.header__article--aviator {
  background-image: url("/img/aviator-bg.webp");
}

.left__side {
  width: 60%;
}
.left__side h2 {
  color: #fff;
}

.left__side__bottom {
  display: flex;
  align-items: center;
}
.left__side__bottom a {
  background-color: #0F9D49;
  padding: 10px 35px;
  max-width: 250px;
  text-align: center;
  color: #fff;
  transition: all 0.2s linear;
  margin-right: 10px;
  border-radius: 5px;
}
.left__side__bottom a:hover {
  background-color: #FBD92C;
  color: #0F9D49;
}

.left__side__bottom__text {
  display: flex;
  align-items: center;
}
.left__side__bottom__text p {
  margin: 0;
  margin-left: 10px;
  color: #fff;
  max-width: 100px;
}

.right__side {
  width: 38%;
  background-color: #fff;
  padding: 27px 10px;
  border-radius: 5px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}
.right__side picture {
  width: 100px;
  margin: 0 auto;
}
.right__side picture img {
  border-radius: 5px;
}
.right__side .content__rating__stars img {
  margin-right: 5px;
}

.rating__block {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.rating__block p {
  margin: 0;
}

.grey__text {
  color: #ccc;
}

@media (max-width: 700px) {
  .authors__block {
    width: 100%;
  }
  .header__article {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .header__article .authors__block {
    display: block;
  }
  .header__article .authors__block ul.breadcrumbs {
    color: #ccc;
  }
  .header__article .authors__block ul.breadcrumbs a {
    color: #fff;
  }
  .authors__block--bk {
    display: none;
  }
  .left__side {
    width: 100%;
  }
  .right__side {
    width: 100%;
    margin-top: 20px;
  }
  .author__text__desktop--bk {
    display: none;
  }
  .author__text__mobile--bk {
    display: block;
    margin-left: 15px;
  }
  .author__text__mobile--bk svg {
    margin-left: 5px;
  }
  .author__text__mobile--bk a {
    display: flex;
    align-items: center;
  }
  .author__block__descr--bk {
    width: 100%;
    max-width: 400px;
    left: 0px;
  }
  .author__block__descr--bk p {
    color: #000;
  }
  .author__block__descr--bk a {
    color: #000;
  }
}
@media (max-width: 550px) {
  .right__side .content__rating__stars img {
    width: 15px;
  }
  .right__side .content__rating__stars img:nth-child(n+2) {
    display: block;
  }
}
@media (max-width: 600px) {
  .author__text__mobile--bk {
    margin-left: 0px;
  }
  .authors__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .authors__block picture {
    margin-right: 15px;
  }
  .author__text__desktop {
    display: none;
  }
  .author__text__mobile {
    display: block;
  }
  .author__text__mobile svg {
    margin-left: 5px;
  }
  .author__text__mobile a {
    display: flex;
    align-items: center;
  }
  .author__block {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .author__block__descr {
    position: absolute;
    top: 110%;
    left: 0;
    display: none;
    max-width: 400px;
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #f3f3f3;
  }
  .author__block__descr .author__text {
    margin-left: 15px;
  }
  .author__block__label {
    display: block;
    margin-top: 5px;
  }
  .left__side__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .left__side__bottom__text {
    margin-top: 10px;
  }
  .authors__block--bk {
    display: none;
  }
  .author__block__label--bk {
    display: none;
  }
}
.content__popular-bk {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  margin-top: 20px;
}

.content__popular-bk__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
.content__popular-bk__item picture {
  flex: 0 0 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.content__popular-bk__item a {
  font-size: 16px;
  color: #000;
}

.content__popular-bk__title h4 {
  margin: 0;
  margin-bottom: 5px;
  color: #000;
}
.content__popular-bk__title h4:last-child {
  margin-bottom: 0;
}
.content__popular-bk__title p {
  margin: 0;
}

p.content__popular-bk__descr {
  font-size: 12px;
  font-family: "300";
}

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

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

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

.content__popular-bk-main__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content__popular-bk-main__item p {
  margin: 0;
}
.content__popular-bk-main__item picture {
  width: 100%;
  max-width: 120px;
}
.content__popular-bk-main__item picture a {
  line-height: 0;
}
.content__popular-bk-main__item .content__popular-bk__rating {
  justify-content: center;
  flex-direction: column-reverse;
}
.content__popular-bk-main__item .content__popular-bk__rating p {
  margin-right: 10px;
}
.content__popular-bk-main__item .content__popular-bk__rating--stars {
  margin-bottom: 5px;
}

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

.popular-bk__title {
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}

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

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

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

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

.content__popular-bk-main__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__popular-bk-main__btn a {
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #0F9D49;
  background: #0F9D49;
  color: #FBD92C;
  text-align: center;
  border-radius: 5px;
  font-family: "700";
  transition: all 0.2s linear;
  text-transform: uppercase;
}
.content__popular-bk-main__btn a:hover {
  background: #fff;
  color: #0F9D49;
  border: 1px solid #FBD92C;
  transition: all 0.2s linear;
}

.content__popular-bk-main__text__descr {
  font-family: "300";
}

.content__popular-bk-main__item.nextstop ~ .content__popular-bk-main__item {
  display: none;
}

@media (max-width: 800px) {
  .content__popular-bk__item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 700px) {
  .content__popular-bk-main__item {
    flex-direction: column;
    padding: 10px;
  }
  .content__popular-bk-main__item p {
    margin: 0;
  }
  .content__popular-bk-main__item picture {
    width: 80px;
  }
  .content__popular-bk-main__item picture a {
    line-height: 0;
  }
  .content__popular-bk-main__item .content__popular-bk__rating--stars {
    margin-bottom: 0;
  }
  .content__popular-bk-main__wrap__title {
    margin-bottom: 10px;
  }
  .content__popular-bk-main__title {
    padding-left: 10px;
    max-width: 160px;
  }
  .content__popular-bk-main__text {
    text-align: center;
    margin-bottom: 10px;
  }
  .content__popular-bk-main__right {
    flex-direction: column-reverse;
  }
  .content__popular-bk-main__btn {
    margin-bottom: 10px;
  }
  .content__popular-bk__rating p {
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .content__popular-bk {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }
  .content__popular-bk__item picture {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .content__popular-bk {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .content__popular-bk__item {
    flex-direction: row;
    justify-content: flex-start;
  }
  .content__popular-bk__item picture {
    margin-right: 10px;
  }
}
.content__partners {
  margin-top: 30px;
  margin-bottom: 20px;
}

.content__partners__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 5px;
}

.content__partners__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 5px;
  background-color: #f3f3f3;
  transition: all 0.2s linear;
}
.content__partners__item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22), 0 0px 10px rgba(0, 0, 0, 0.22);
}
.content__partners__item p {
  text-align: center;
  margin: 0;
  flex: 1 1 auto;
  font-size: 12px;
  font-family: "300";
  color: #000;
}

.content__partners__image {
  width: 100%;
  max-width: 170px;
  margin-bottom: 10px;
}

.content__partners--five-cards .content__partners__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.content__partners--four-cards .content__partners__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 700px) {
  .content__partners--four-cards .content__partners__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .content__partners__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .content__partners--five-cards .content__partners__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .content__partners--four-cards .content__partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-block-games {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-block-games .slots-btns {
  flex: 0 0 auto;
  justify-content: center;
}
.content-block-games .slots-btn {
  margin-bottom: 0;
}
.content-block-games .slots-btn:last-child {
  margin-left: 0;
  width: 100%;
  padding: 5px 15px;
}
.content-block-games picture {
  width: 100%;
  flex: 0 0 auto;
}
.content-block-games picture a {
  width: 100%;
}
.content-block-games picture img {
  border-radius: 5px 5px 0 0;
}

.content-block-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f3f3f3;
  border-radius: 5px;
}
.content-block-game-bottom {
  padding: 10px;
  padding-top: 0;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
}
.content-block-game-bottom p {
  margin: 5px 0;
}

.content-block-game-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.content-block-game-title a {
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  color: #000;
  transition: all 0.2s linear;
}
.content-block-game-title a:hover {
  color: #0F9D49;
}
.content-block-game-title span {
  font-size: 12px;
}

@media (max-width: 800px) {
  .content-block-games .slots-btn {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .content-block-games .slots-btn {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .content-block-game {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 10px;
  }
  .content-block-game-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-radius: 0 5px 5px 0;
    padding: 0;
    padding-left: 10px;
  }
  .content-block-games {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .content-block-games picture {
    width: 100%;
    max-width: 100px;
  }
  .content-block-games picture img {
    border-radius: 5px;
    object-fit: cover;
  }
  .content-block-game-title {
    max-width: 230px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .content-block-games {
    grid-template-columns: 1fr 1fr;
  }
  .content-block-game {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .content-block-game-bottom {
    flex-direction: column;
    padding-left: 0;
  }
  .content-block-game-title {
    margin: 10px auto;
  }
}
table.table__bgc {
  width: 100%;
  border-radius: 5px;
}
table.table__bgc tr:nth-child(odd) {
  background-color: #f3f3f3;
}
table.table__bgc tr td {
  border: none;
}

.table-block {
  border-radius: 5px;
  margin: 20px 0;
}
.table-block table {
  border-radius: 5px;
  overflow: hidden;
}
.table-block table tr {
  border: none;
  border-bottom: 1px solid #f3f3f3;
}
.table-block table tr:first-child td {
  background-color: #f3f3f3;
}
.table-block table tr td {
  border: none;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  text-align: center;
}
.table-block table .fz {
  font-size: 13px;
  font-family: "300";
}
.table-block .table--big a {
  color: rgba(0, 0, 0, 0.8);
}
.table-block .table--big a:hover {
  text-decoration: underline;
}

.table-block--min {
  max-width: 600px;
  margin: 20px auto;
}
.table-block--min table tr td {
  width: 300px;
  text-align: center;
}

.content .table__check--one-column tbody {
  display: grid;
  grid-template-columns: 1fr;
}

.table__image {
  width: 50px;
}

@media (max-width: 600px) {
  .table-block .table--big {
    display: inline-block;
    overflow-x: scroll;
  }
  .table-block .table--big a {
    color: rgba(0, 0, 0, 0.8);
  }
  .table-block .table--big a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 500px) {
  .width {
    min-width: 270px;
  }
  table.table__bgc {
    overflow-x: auto;
    max-width: 100%;
  }
  table.table__bgc table {
    overflow-x: auto;
  }
  table.table__bgc .table-min {
    display: table;
  }
}
.content-list {
  margin: 20px 0;
  padding-left: 12px;
}
.content-list-items {
  position: relative;
}
.content-list-items:last-child {
  border-left: none;
}
.content-list-items:last-child p.content-list__item--text {
  border-bottom: none;
}
.content-list-items:last-child .content-list__item {
  border-left: none;
}
.content-list-items:last-child .content-list__item--title {
  padding-bottom: 0;
  margin-bottom: 10px;
}
.content-list-items:last-child .content-list__item-wrap--text {
  border-left: none;
}
.content-list-items:first-child .content-list__number {
  top: 0px;
}
.content-list-items:first-child .content-list__item--title {
  padding-top: 0;
}

.content-list__item {
  position: relative;
}
.content-list__item--title {
  font-size: 18px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 1px solid #ccc;
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

strong.content-list__item--title {
  color: #0F9D49;
}

.content-list__number {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #EBFF00 -36.94%, #0F9D49 100.7%);
  position: absolute;
  top: 12px;
  left: -12px;
  border-radius: 5px;
  color: #fff;
  z-index: 1;
}

.content-list__item-wrap--text {
  padding-left: 25px;
  border-left: 1px solid #ccc;
}

p.content-list__item--text {
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
}

li.content-list-items {
  margin-bottom: 0;
}

.content-list-cont .content-list__number {
  background: linear-gradient(315.41deg, #FF3D00 0%, rgba(235, 255, 0, 0.37) 212.45%);
}
.content-list-cont strong.content-list__item--title {
  color: #E33701;
}

.content-promo {
  display: grid;
  grid-template-columns: 100px 1fr 2fr 1fr 1fr;
  align-items: center;
  border-radius: 10px;
  margin: 20px 0;
  height: 100%;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1411764706);
}

.content-promo__item {
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p.content-promo__title {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-family: "700";
}

p.content-promo__title a {
  color: inherit;
}

.content-promo-descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f0f4fb;
  padding-left: 15px;
}

.content-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.content-rating p {
  margin: 0;
}

.content-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.content-stars img {
  margin-right: 5px;
  width: 10px;
}

.content-promo__text {
  margin: 0;
}

.content-form {
  align-self: center;
  background-color: #f0f4fb;
}

.content-form p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.promo__input {
  text-align: center;
  max-width: 139px;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid green;
  padding: 5px;
}

.content-promo-btn {
  background-color: #0F9D49;
  border-radius: 0 10px 10px 0;
  transition: all 0.2s linear;
}

.content-promo-btn:hover {
  background-color: #FBD92C;
}

.promo__btn {
  font-size: 16px;
  text-align: center;
  display: flex;
  color: #fff;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.promo__btn:hover {
  color: #0F9D49;
}

@media (max-width: 700px) {
  .content-promo {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .content-promo picture {
    width: 100px;
    margin: 0 auto;
  }
  p.content-promo__title {
    display: none;
  }
  .content-form p {
    text-align: left;
  }
  .content-promo-btn {
    border-radius: 0 0px 10px 10px;
    transition: all 0.2s linear;
  }
  .content-promo__item {
    align-items: center;
  }
  .content-promo__text {
    text-align: center;
  }
  picture.content-promo__image {
    display: none;
  }
  .content-promo-descr {
    border-radius: 10px 10px 0px 0px;
  }
}
.content-nav-main-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 0;
  grid-column-gap: 10px;
  margin: 20px auto;
}

li.content-nav-main-list-item {
  margin-bottom: 0;
}

li a.content-nav-main-list-link {
  color: #fff;
  font-size: 0.9rem;
  padding: 10px;
  background: linear-gradient(89.9deg, #0F144B -292.22%, #202B96 100.99%);
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
li a.content-nav-main-list-link:hover {
  text-decoration: none;
  color: #0F9D49;
}

.content-nav-main-list-link__smile {
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 850px) {
  .content-nav-main-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 420px) {
  .content-nav-main-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
  }
}
.table-standings-liga1 {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  display: inline-block;
  overflow-x: auto;
  margin: 20px 0;
}

.content .table-standings-liga1 tr td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  white-space: nowrap;
}
.content .table-standings-liga1 tr td:nth-child(1) {
  width: 5%;
}
.content .table-standings-liga1 tr td:nth-child(2) {
  width: 5%;
}
.content .table-standings-liga1 tr td:nth-child(3) {
  width: 40%;
  text-align: left;
}

.liga1__logo {
  max-width: 300px;
  margin: 20px auto;
}

.name-team {
  text-transform: uppercase;
}

.content .table-standings-liga1 tr:first-child {
  background-color: #0F9D49;
  height: 40px;
  color: #fff;
}

.liga1-icon-team {
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}

.liga1-icon-team-top {
  width: 20px;
}

.liga1-circle {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0 3px;
  border-radius: 12px;
}

.liga1-lose {
  background-color: #ff8c8c;
}

.liga1-draw {
  background-color: #f4e53a;
}

.liga1-win {
  background-color: #81d150;
}

.content-liga1-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}

.content .table-standings-liga1 tr .table-icon-team-top:nth-child(2) {
  min-width: 25px;
}

.content__timetable {
  display: flex;
  flex-direction: column;
}

.content__timetable__title {
  display: block;
  background-color: #0F9D49;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px 5px 0px 0;
  font-size: 12px;
}

.lida1__timetable {
  margin-bottom: 15px;
}

.timetable__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #0F9D49;
  color: #fff;
  font-family: "300";
  line-height: 1;
  font-size: 12px;
  margin-right: 0;
  border-radius: 2px;
}

.timetable__icon {
  width: 15px;
  min-width: 15px;
}

.timetable__right {
  text-align: right;
}

.timetable__left {
  text-align: left;
}

.content .content__timetable tr td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  white-space: pre-wrap;
}
.content .content__timetable tr td:nth-child(1) {
  text-align: left;
  width: 10%;
}
.content .content__timetable tr td:nth-child(2) {
  width: 30%;
  text-align: right;
}
.content .content__timetable tr td:nth-child(3) {
  width: 5%;
}
.content .content__timetable tr td:nth-child(4) {
  width: 3%;
  text-align: center;
}
.content .content__timetable tr td:nth-child(5) {
  width: 3%;
  text-align: center;
}
.content .content__timetable tr td:nth-child(6) {
  width: 5%;
  text-align: center;
}
.content .content__timetable tr td:nth-child(7) {
  width: 30%;
  text-align: left;
}
.content .content__timetable tr td:nth-child(8) {
  width: 9%;
  text-align: right;
}

.content .lc__semi__timetable tr td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  white-space: pre-wrap;
}
.content .lc__semi__timetable tr td:nth-child(1) {
  text-align: left;
  width: 10%;
}
.content .lc__semi__timetable tr td:nth-child(2) {
  width: 37%;
  text-align: right;
}
.content .lc__semi__timetable tr td:nth-child(3) {
  width: 3%;
}
.content .lc__semi__timetable tr td:nth-child(4) {
  width: 3%;
}
.content .lc__semi__timetable tr td:nth-child(5) {
  width: 37%;
  text-align: left;
}
.content .lc__semi__timetable tr td:nth-child(6) {
  width: 9%;
  text-align: center;
}

.content .content__timetable tr {
  cursor: pointer;
}
.content .content__timetable tr:hover {
  background-color: #f3f3f3;
}

.content .liga1__table--hover tr:not(:first-child):hover {
  background-color: #f3f3f3;
}

.lida1__timetable__link {
  display: inline-block;
  width: 100%;
  color: inherit;
}

@media (max-width: 700px) {
  .content .table-standings-liga1 tr td:nth-child(3) {
    width: 10%;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .content-liga1-top {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
  }
}
@media (max-width: 500px) {
  .content .table-standings-liga1 tr td {
    font-size: 12px;
  }
  .content .content__timetable tr td {
    font-size: 12px;
  }
  .liga1-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 400px) {
  .content .content__timetable tr td:nth-child(1) {
    text-align: left;
  }
}
.popup__email {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100;
}
.popup__email__bgc {
  background-color: #020B14;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.popup__email-wrap {
  max-width: 340px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.popup__email-image {
  position: relative;
  width: 100%;
}
.popup__email-image img {
  box-shadow: none;
  border-radius: 10px 10px 0px 0px;
  display: block;
}
.popup__email-form {
  border-radius: 0px 0px 10px 10px;
  background: radial-gradient(192.43% 71.35% at 100% 9.75%, rgba(77, 90, 231, 0.3) 0%, rgba(9, 11, 95, 0) 100%), radial-gradient(116.89% 67.48% at 2.17% 100%, rgba(77, 90, 231, 0.5) 0%, rgba(9, 11, 95, 0) 100%), #020352;
  color: #fff;
  width: 100%;
}
.popup__email-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 30px 20px;
  position: relative;
}
.popup__email-form form::before {
  content: url("/img/popup-email/dollars-left.png");
  display: block;
  width: 125px;
  height: 100%;
  position: absolute;
  top: -23%;
  left: 0;
  z-index: 1;
}
.popup__email-form form::after {
  content: url("/img/popup-email/dollars-right.png");
  display: block;
  width: 125px;
  height: 100%;
  position: absolute;
  top: -23%;
  right: 0;
  z-index: 1;
}
.popup__email__input {
  height: 60px;
  font-family: "300";
  color: #79A3DD;
  padding: 0 10px 0 10px;
  position: relative;
  z-index: 2;
}
.popup__email-main__input {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #16177B;
  background: #040545;
}
.popup__email__input::placeholder {
  color: #79A3DD;
  text-align: center;
  font-style: italic;
}
.popup__email__input:focus {
  outline: none;
}
.popup__email__btn {
  background: linear-gradient(122deg, #28C5E7 0%, #B312C1 100%);
  border: none;
  height: 60px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
}
.popup__email-main__btn {
  border-radius: 10px;
  width: 300px;
}
.popup__email-footer__btn {
  border-radius: 10px;
  width: 200px;
}
.popup__email__btn:hover {
  background: linear-gradient(122deg, #B312C1 0%, #28C5E7 100%);
}
.popup__email__close {
  font-size: 18px;
  color: #79A3DD;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  border-radius: 10px;
  background: #0F148C;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup__email-footer-wrap {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
.popup__email-footer__title {
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.popup__email-footer-form form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.popup__email-footer__input {
  width: 100%;
  max-width: 400px;
  margin-right: 15px;
  border-radius: 10px;
  border: 1px solid #969696;
  background-color: transparent;
}
.popup__email-success {
  display: none;
}
.popup__email-success .popup__email__close {
  top: 15px;
}
.popup__email__title {
  text-align: center;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 59%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 40px;
  height: 40px;
  display: none;
}
.spinner .path {
  stroke: hsl(210, 70%, 75%);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.popup__email__show {
  display: flex;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (max-width: 400px) {
  .popup__email-wrap {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .popup__email-main__btn {
    width: 254px;
  }
}
.footer {
  padding: 30px 0;
  background-color: #222222;
  color: #969696;
  flex: 0 0 auto;
}
.footer h3 {
  color: #fff;
}
.footer p {
  font-size: 14px;
  line-height: 1.4;
}
.footer__link {
  color: #969696;
  text-align: center;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.footer__link:hover {
  color: #fff;
}
.footer__items {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__items p {
  font-size: 12px;
  line-height: 12px;
}
.footer__item {
  justify-self: center;
}
.footer__item p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
.footer__item__pages ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  padding: 0;
}
.footer__title {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.footer__title a {
  color: inherit;
  text-decoration: underline;
}
.footer__security {
  align-self: center;
}
.footer__security a {
  font-size: 12px;
  line-height: 1.4;
  margin-right: 15px;
}
.footer__security a:last-child {
  margin-right: 0;
}
.footer__security p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.footer__logo {
  max-width: 100px;
  margin: 0 auto;
}
.footer-dcma {
  width: 300px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.footer-dcma picture {
  width: 100%;
}
.footer .author__text__icon svg {
  fill: #fff;
  transition: all 0.2s linear;
}
.footer .author__text__icon svg:hover {
  fill: #00acee;
}
.footer .author__text__icon .youtube__icon:hover {
  fill: #FF0000;
}
.footer .author__text__icon .linkedin__icon:hover {
  fill: #0a66c2;
}

.footer--action {
  padding-bottom: 120px;
}

.popup {
  position: fixed;
  bottom: -100%;
  width: 100%;
  max-width: 450px;
  background-color: #54c985;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.popup-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
}
.popup-wrap p {
  color: rgba(0, 0, 0, 0.8);
}
.popup-wrap a {
  color: inherit;
  text-decoration: underline;
}

.popup_active {
  bottom: 110px;
}

.btn_cookie {
  padding: 5px 15px;
  text-align: center;
  color: #0F9D49;
  margin-left: 30px;
  border: 1px solid black;
  background-color: #FBD92C;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: all 0.3s linear;
}
.btn_cookie:hover {
  background-color: #fff;
  color: #FBD92C;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.popup-relative {
  position: relative;
  width: 100%;
}

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