:root {
  --fontFirst: 'PT Sans', sans-serif;;
  --fontLast: 'Open Sans', sans-serif;;
  --textColor: #fbfbfb;
  --hoverColor: #02DE4A;
  --btnsColor: #01B33B;
  --btnsHover: #027C2A;
  --btnSeacond: #01B33B;
  --btnSeacondHover: #027C2A;
  --btnSoftware: #01B33B;
  --btnSoftwareHover: #027C2A;
  --btnsBorder: #00EB4D;
  --btnsColorText: #fff;
  --readColor: rgba(251, 251, 251, 0.7);
  --readHover: #BBFBBC;
  --topScrollBlock: #6CDA75;
  --tableHead: #005809;
  --articleHover: #02DE4A;
  --asideBorder: #575757;
  --asideHead: #434343;
  --asideBody: #212121;
  --asideHeadTop: #434343;
  --asideTitlesColor: #fff;
  --asideTopHeadColor: #fff;
  --asideTopBtnColor: #fff;
  --asideTopBorderColor: #01B33B;
  --asideHover: #BBFBBC;
  --asideHR: #575757;
  --asideBtn:  #01B33B;
  --asideBtnHover: #027C2A;
  --hoverBorderColor: ;
  --blocksBg: #434343;
  --rateBorder:  #01B33B;
  --bonusColor: #02DE4A;
  --bonusApplyColor: rgba(251, 251, 251, 0.5);
  --bonusBG: rgba(113, 198, 125, 0.05);
  --bonusBGHover: rgba(113, 198, 125, 0.2);
  --bonusBorder: rgba(0, 133, 13, 0.5);
  --bonusBorderHover: rgba(0, 133, 13, 0.5);
  --bonusRate: #02DE4A;
  --boxShadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  --boxShadowBlock: 0px 2px 10px rgba(0, 0, 0, 0.2);
  --footerBG: #1F2123;
  --headerBG: #1F2123;
  --headerColor: #fff;
  --headerHover: #01B33B;
  --bodyBG: #201F22;
  --playHoverBG: rgba(113, 198, 125, 0.2);
  --playBorder: #01B33B;
  --playBorderHover: #01B33B;
  --playBTNBorder: #00EB4D;
  --popularItemBg: #373737;
  /* new #2ea03a*/
  --topSection: #005809;
  --hintsColor: #454A46;
  --hintsBorder: #BBFBBC;
  --missColor: #4E4040;
  --missBorder:  #B65555;
}

html {
  scrollbar-width: none;
}

body {
  font-weight: 400;
  font-family: var(--fontLast);
  font-size: 15px;
  line-height: 19px;
  scrollbar-width: none;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontFirst);
}

p, span {
  font-family: var(--fontLast);
}

.wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 76.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  border: none;
  outline: 0;
}
.header {
  background: var(--headerBG);
  color: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.3);
}
.body-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.body-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 55px;
}
.menu__body {
  width: 100%;
}
.menu__body .menu__item:first-child {
  margin-left: 116px;
}
.menu__item {
  margin-right: 50px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__body .menu__item-lang {
  margin-left: auto;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 20px; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu__item-lang {
  position: relative;
  margin-left: auto;
}
.menu__item-lang .lang-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.125rem;
}
.menu__item-lang span {
  display: none;
  font-weight: 700;
  margin-left: 0.625rem;
}
.menu__link {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  padding: 10px 0 12px 0px;
  color: var(--headerColor);
  padding-bottom: 30px;
  position: relative;
}
/* .menu__link::after,
.menu__link::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 120%;
  height: 1px;
  right: -50%;
  transform: translateX(-34%);
  visibility: hidden;
}
.menu__link::before {
  top: 5px;
}
.menu__link::after {
  bottom: 23px;
} */
.menu__link.--active {
  color: var(--hoverColor);
}
/* .menu__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  display: none;
} */
.menu__item:hover .menu__link {
  color: var(--headerHover);
}


/* .menu__link-online::before {
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/icos/poker-chip.svg) 0 0 no-repeat;
  top: 0.75rem;
}
.menu__link-online:hover::before {
  background: url(../img/icos/poker-chip-active.svg) 0 0 no-repeat;
}
.menu__link-software::before {
  background: url(../img/icos/setting.svg) 0 0 no-repeat;
  top: 10px;
}
.menu__link-software:hover::before {
  background: url(../img/icos/setting-active.svg) 0 0 no-repeat;
}
.menu__link-bets::before {
  background: url(../img/icos/casino-chip.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
.menu__link-bets:hover::before {
  background: url(../img/icos/casino-chip-active.svg) 0 0 no-repeat;
}
.menu__link-live::before {
  background: url(../img/icos/croupier.svg) 0 0 no-repeat;
}
.menu__link-live:hover::before {
  background: url(../img/icos/croupier-active.svg) 0 0 no-repeat;
}
.menu__link-mobile::before {
  background: url(../img/icos/mobile.svg) 0 0 no-repeat;
}
.menu__link-mobile:hover::before {
  background: url(../img/icos/mobile-active.svg) 0 0 no-repeat;
}
.menu__link-strategy::before {
  background: url(../img/icos/target.svg) 0 0 no-repeat;
}
.menu__link-strategy:hover::before {
  background: url(../img/icos/target-active.svg) 0 0 no-repeat;
}
.menu__link-guides::before {
  background: url(../img/icos/guides.svg) 0 0 no-repeat;
  top: 0.75rem;
}
.menu__link-guides:hover::before {
  background: url(../img/icos/guides-active.svg) 0 0 no-repeat;
} */
html[lang="en"] .menu__list {
  /* padding-left: 105px; */
}
.dropdown {
  display: none;
  position: absolute;
  top: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem;
  background: var(--blocksBg);
  border: 2px solid var(--asideTopBorderColor);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  z-index: 3;
}
.dropdown__software {
  position: relative;
  padding: 0;
}
.dropdown__software::after,
.dropdown__software::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.dropdown__software::before {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--asideTopBorderColor);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 3px;
  top: -24px;
}
.dropdown__software::after {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--blocksBg);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 2px;
  top: -22px;
}
.dropdown__software-item {
  margin-bottom: 0.75rem;
}
.dropdown__software-item:last-child {
  margin-bottom: 0;
}
.dropdown__software-item a {
  color: var(--textColor);
}
.dropdown__software-item a:hover {
  color: var(--asideHover);
  text-decoration: underline;
}
.menu__link-online {
  position: relative;
}
.dropdown__best {
  position: absolute;
  left: -50%;
  top: 38px;
  background: var(--blocksBg);
  border: 2px solid var(--asideTopBorderColor);
  border-radius: 5px;
  color: var(--textColor);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
  max-width: 955px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.8125rem 1.0625rem;
  display: none;
}
.dropdown__best-casino {
  max-width: 19.5625rem;
  width: 100%;
  position: relative;
}
.dropdown__best-casino::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: var(--asideTopBorderColor);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 3px;
  top: -22px;
  position: absolute;
}
.dropdown__best-casino::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: var(--blocksBg);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 2px;
  top: -20px;
  position: absolute;
}
.dropdown__best .best-casino-item {
  border: 1.5px solid var(--asideBtn);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3125rem 0.375rem;
  margin-bottom: 0.375rem;
  background: var(--asideBody);
  border: 1px solid var(--asideBorder);
}
.dropdown__best .best-casino-item img {
  width: 89px;
  height: 80px;
  border: 1px solid var(--asideBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
}
.dropdown__best .best-casino-item ul {
  padding: 0;
  margin: 0;
}
.dropdown__best .best-casino-item ul li {
  padding-left: 1.75rem;
  position: relative;
  margin-bottom: 0.5625rem;
}
.dropdown__best .best-casino-item ul li:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.125rem;
  background: url(../img/icos/check-t.svg) no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
}
.dropdown__best .best-casino-item ul li a {
  color: var(--textColor);
  font-size: 0.8125rem;
  line-height: 1rem;
}
.dropdown__best .dropdown__best-recomend {
  text-align: center;
  width: 100%;
}
.dropdown__best .best-recomend-wrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: min-content;
  border: 1.5px solid var(--asideTopBorderColor);
  border-radius: 5px;
  gap: 0.625rem;
  padding: 0.625rem;
  height: 18.625rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--asideBtn) #fff;
}
.dropdown__best .best-recomend-wrap::-webkit-scrollbar {
  width: 0.25rem;
}
.dropdown__best .best-recomend-wrap::-webkit-scrollbar-track {
  background: #c2c2c2;
  border-radius: 10px;
}
.dropdown__best .best-recomend-wrap::-webkit-scrollbar-thumb {
  background-color: var(--asideHover);
  border-radius: 10px;
  border: 0 none #fff;
}
.dropdown__best .best-casino-title,
.dropdown__best .best-recomend-title {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.4375rem;
}
.dropdown__best .best-recomend-item {
  cursor: pointer;
}
.dropdown__best .best-recomend-item picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dropdown__best .best-recomend-item img {
  border: 1px solid var(--asideBorder);
  width: 79px;
  height: 58px;
  border-radius: 5px;
  display: block;
}
.dropdown__best .best-recomend-item span {
  font-size: 1rem;
  line-height: 1.5rem;
}
.dropdown__best .best-recomend-item:hover img {
  border: 1px solid var(--asideHover);
}
.dropdown__best .best-recomend-item:hover span {
  color: var(--asideHover);
}
.menu__item-online:focus .dropdown__best,
.menu__item-online:hover .dropdown__best {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.best-recomend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.best-recomend-item span {
  text-align: left;
}
.top__rate-btn {
  background: var(--asideHeadTop);
  border: 2px solid var(--asideBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  border-radius: 3px;
  position: relative;
  padding: 0.4375rem 0.8125rem 0.4375rem 2.4375rem;
  font-weight: 700;
  display: none;
  position: relative;
  color: var(--asideTopHeadColor);
}
.dropdown-rate {
  display: none;
  position: absolute;
  top: 55px;
  width: 320px;
  right: 15px;
  padding: 0.625rem;
  background: var(--blocksBg);
  border: 2px solid var(--asideTopBorderColor);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 3px;
  z-index: 3;
}
.dropdown-rate-wrap {
  position: relative;
}
.dropdown-rate-wrap::after,
.dropdown-rate-wrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.dropdown-rate-wrap::before {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--asideBorder);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 75%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 3px;
  top: -1.125rem;
}
.dropdown-rate-wrap::after {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--blocksBg);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  left: 75%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 2px;
  top: -15px;
}
.dropdown-rate-item {
  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;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaea;
}
.dropdown-rate-item img {
  width: 81px;
  height: 62px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.dropdown-rate-item:first-child {
  padding-top: 0;
}
.dropdown-rate-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.dropdown-rate-item .btn-yellow {
  padding: 0.4375rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.625rem;
}
.dropdown-rate-item div {
  padding: 0 0.25rem;
  text-align: center;
  font-weight: 700;
}
.dropdown-rate-item div span:first-child {
  font-size: 12px;
  line-height: 16px;
  color: #9a9a9a;
  display: block;
  font-weight: 400;
}
.dropdown-rate-item div span:last-child {
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  color: var(--bonusColor);
}
html[lang="en"] .dropdown-rate-item .btn-yellow {
  font-size: 1.375rem;
}
.dropdown-rate-item .btn-yellow {
  font-size: 18px;
}
.dropdown-rate-item div span:first-child {
  font-size: 10px;
}
html[lang="en"] .dropdown-rate-item div span:first-child {
  font-size: 12px;
}
.dropdown-rate-item div span:last-child {
  font-size: 14px;
}
html[lang="en"] .dropdown-rate-item div span:last-child {
  font-size: 18px;
}
.rete-icon {
  position: absolute;
  background: url(../img/icos/top-rated.svg) no-repeat;
  top: 5px;
  left: 8px;
  width: 26px;
  height: 22px;
}
.lang__ico {
  background: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
}
.lang__ico:focus,
.lang__ico:hover {
  border-color: var(--readHover);
}
.lang-block {
  padding: 3px;
}
.lang-block .arrow-down {
  margin-left: auto;
}
.dropdown-lg {
  visibility: hidden;
  position: absolute;
  top: 41px;
  right: -40%;
  padding: 1rem;
  background: var(--blocksBg);
  border: 2px solid var(--asideTopBorderColor);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 3px;
  z-index: 3;
  color: var(--textColor);
}
.dropdown-lg ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 21.25rem;
  position: relative;
  gap: 15px 0;
}
.dropdown-lg ul li {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
}
.dropdown-lg ul::after,
.dropdown-lg ul::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.dropdown-lg ul::before {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--asideTopBorderColor);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  right: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: 3px;
  top: -1.5625rem;
}
.dropdown-lg ul::after {
  width: 0.875rem;
  height: 0.875rem;
  background: var(--blocksBg);
  border-top-left-radius: 14px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  right: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: 2px;
  top: -1.4375rem;
}
.dropdown-lg .dropdown__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.dropdown-lg .dropdown__lang-item img {
  margin-right: 0.5rem;
  border: 2px solid transparent;
}
.dropdown-lg .dropdown__lang-item:hover {
  color: var(--readHover);
}
.dropdown-lg .dropdown__lang-item:hover img {
  border: 2px solid var(--asideBorder);
  border-radius: 50%;
}
.visibility {
  -webkit-transition: visibility 0.3s ease-out 0.4s;
  -o-transition: visibility 0.3s ease-out 0.4s;
  transition: visibility 0.3s ease-out 0.4s;
}
.icon-menu {
  display: none;
}
.icon-menu.menu-open span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.icon-menu.menu-open::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.icon-menu.menu-open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
.menu__list.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
.menu__item {
  position: relative;
}
.menu__item .arrow-down {
  position: absolute;
  right: 14px;
  top: 21px;
  display: none;
}
.menu__item .arrow-down svg{
  stroke: #000;
  display: none;
}

footer {
  color: var(--textColor);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: var(--footerBG);
  box-shadow: 0px 0px 20px #000000;
}
footer .footer__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns:  repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  padding: 0.9375rem 0 0px;
  gap: 1.0625rem;
}
footer .footer__info {
  color: #000;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 0;
}
footer .footer__info a {
  color: var(--readHover);
}
footer .footer__bottom {
  background: #131618;
  color: #fff;
}
footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
footer .footer__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}
footer .footer__bottom .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.0625rem;
  padding: 0;
}
.footer__container {
  max-width: 1200px;
}
.footer__inner .col-1 {
  -ms-grid-column-span: 11;
  grid-column: 11 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.footer__inner .col-1 p {
  margin-top: 12px;
}
.footer__inner .col-1 img {
  /* width: 8.25rem; */
}
.footer__inner .col-1 a {
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__inner .col-1 a::after {
  content: "";
  background: url(../img/icos/arrow-next.svg) no-repeat;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  right: -1.125rem;
  top: 0.3125rem;
}
.footer__inner .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}
.footer__inner .col-2 .footer__form {
  color: var(--textColor);
  position: relative;
  border: 2px solid var(--asideBorder);
  border-radius: 5px;
  background: var(--blocksBg);
  padding: 1rem 1.125rem;
  width: 100%;
  min-width: 340px;
}
.footer__inner .col-2 .footer__form::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: 0.8125rem;
  width: 2rem;
  height: 2.125rem;
  background: url(../img/icos/bell.svg);
}
.footer__inner .col-2 .footer__form h3 {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}
.footer__inner .col-2 .footer__form p {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin: 0.3125rem 0 0.625rem;
}
.footer__inner .col-2 .footer__form .form__email {
  width: 10.875rem;
  height: 2.25rem;
  border: 1px solid var(--asideBorder);
  background: transparent;
  border-radius: 0.125rem;
  padding: 0.5rem 0.625rem;
}
.footer__inner .col-2 .footer__form .form__email::-webkit-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #fbfbfb;
  opacity: 0.5;
}
.footer__inner .col-2 .footer__form .form__email::-moz-placeholder {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #fbfbfb;
  opacity: 0.5;
}
.footer__inner .col-2 .footer__form .form__email:-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #fbfbfb;
  opacity: 0.5;
}
.footer__inner .col-2 .footer__form .form__email::-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #fbfbfb;
  opacity: 0.5;
}
.footer__inner .col-2 .footer__form .form__email::placeholder {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #fbfbfb;
  opacity: 0.5;
}
.footer__inner .col-2 .footer__form .form__button {
  color: var(--btnsColorText);
  text-transform: uppercase;
  font-weight: 700;
  background: var(--btnsHover);
  border: 1px solid var(--btnsBorder);
  border-radius: 2px;
  width: 120px;
  height: 36px;
  transition: background 0.3s ease;
}
.footer__inner .col-2 .footer__form .form__button:hover {
  background: var(--btnsColor);
}
.footer__inner .col-2 .footer__form .notice {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__inner .col-2 .footer__form .notice span {
  margin-left: 0.3125rem;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  position: relative;
  color: var(--textColor);
}
.footer__inner .col-2 .footer__form .notice span p {
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 15px;
}
.footer__inner .col-2 .footer__form .notice span a {
  color: var(--readHover);
  text-decoration: underline;
}
.footer__inner .footer__info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -ms-grid-column-span: 12;
  grid-column: 12 span;
}
.footer__inner .footer__info p {
  margin-top: 7px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  padding: 0;
}
.footer__list li a {
  color: #fff;
  font-weight: 700;
}
.footer__brands a img {
  width: 100%;
}
@-webkit-keyframes cdp-in {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes cdp-in {
  from {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  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;
  position: relative;
  text-align: center;
  padding: 0;
  font-size: 0;
  z-index: 2;
  margin-top: 15px;
  -webkit-animation: cdp-in 0.5s ease both;
  animation: cdp-in 0.5s ease both;
  animation-timeout: 0.2s;
}
.cdp_i {
  font-size: 1.125rem;
  text-decoration: none;
  -webkit-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  min-width: 38px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  line-height: 36px;
  padding: 0.125rem 0.625rem;
  color: var(--textColor);
  font-weight: 700;
  letter-spacing: 0.03em;
  display: none;
  background: var(--blocksBg);
}
.cdp_i:first-child,
.cdp_i:last-child {
  padding: 0 16px;
  margin: 4px 0 6px;
}
.cdp_i:last-child,
.cdp_i:nth-child(2),
.cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:last-child {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp_i:hover {
  background-color: var(--btnsHover);
  color: var(--btnsColorText);
}
.cdp_i:hover:last-child {
  background-color: transparent;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="1"]
  .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i.--active,
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="1"]
  .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="1"]
  .cdp_i.--active:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="1"]
  .cdp_i.--active:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="2"]
  .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i.--active,
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="2"]
  .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="2"]
  .cdp_i.--active:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="2"]
  .cdp_i.--active:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="3"]
  .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i.--active,
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="3"]
  .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="3"]
  .cdp_i.--active:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="3"]
  .cdp_i.--active:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="4"]
  .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i.--active,
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="4"]
  .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="4"]
  .cdp_i.--active:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="4"]
  .cdp_i.--active:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="5"]
  .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i.--active,
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="5"]
  .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="5"]
  .cdp_i.--active:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="5"]
  .cdp_i.--active:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i.--active,
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="6"]
  .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="6"]
  .cdp_i.--active:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="6"]
  .cdp_i.--active:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i.--active,
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="7"]
  .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="7"]
  .cdp_i.--active:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="7"]
  .cdp_i.--active:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i.--active,
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="8"]
  .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="8"]
  .cdp_i.--active:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="8"]
  .cdp_i.--active:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i.--active,
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="9"]
  .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="9"]
  .cdp_i.--active:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="9"]
  .cdp_i.--active:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i.--active,
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="10"]
  .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="10"]
  .cdp_i.--active:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="10"]
  .cdp_i.--active:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i.--active,
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="11"]
  .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="11"]
  .cdp_i.--active:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="11"]
  .cdp_i.--active:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i.--active,
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="12"]
  .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="12"]
  .cdp_i.--active:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="12"]
  .cdp_i.--active:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i.--active,
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="13"]
  .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="13"]
  .cdp_i.--active:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="13"]
  .cdp_i.--active:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i.--active,
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="14"]
  .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="14"]
  .cdp_i.--active:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="14"]
  .cdp_i.--active:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i.--active,
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="15"]
  .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="15"]
  .cdp_i.--active:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="15"]
  .cdp_i.--active:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i.--active,
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="16"]
  .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="16"]
  .cdp_i.--active:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="16"]
  .cdp_i.--active:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i.--active,
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="17"]
  .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="17"]
  .cdp_i.--active:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="17"]
  .cdp_i.--active:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i.--active,
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="18"]
  .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="18"]
  .cdp_i.--active:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="18"]
  .cdp_i.--active:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i.--active,
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="19"]
  .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="19"]
  .cdp_i.--active:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="19"]
  .cdp_i.--active:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i.--active,
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="20"]
  .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="20"]
  .cdp_i.--active:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="20"]
  .cdp_i.--active:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i.--active,
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="21"]
  .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="21"]
  .cdp_i.--active:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="21"]
  .cdp_i.--active:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i.--active,
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="22"]
  .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="22"]
  .cdp_i.--active:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="22"]
  .cdp_i.--active:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i.--active,
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="23"]
  .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="23"]
  .cdp_i.--active:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="23"]
  .cdp_i.--active:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i.--active,
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="24"]
  .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="24"]
  .cdp_i.--active:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="24"]
  .cdp_i.--active:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i.--active,
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="25"]
  .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="25"]
  .cdp_i.--active:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="25"]
  .cdp_i.--active:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i.--active,
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="26"]
  .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="26"]
  .cdp_i.--active:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="26"]
  .cdp_i.--active:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i.--active,
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="27"]
  .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="27"]
  .cdp_i.--active:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="27"]
  .cdp_i.--active:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i.--active,
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="28"]
  .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="28"]
  .cdp_i.--active:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="28"]
  .cdp_i.--active:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i.--active,
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="29"]
  .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="29"]
  .cdp_i.--active:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="29"]
  .cdp_i.--active:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i.--active,
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="30"]
  .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="30"]
  .cdp_i.--active:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="30"]
  .cdp_i.--active:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i.--active,
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="31"]
  .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="31"]
  .cdp_i.--active:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="31"]
  .cdp_i.--active:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i.--active,
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="32"]
  .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="32"]
  .cdp_i.--active:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="32"]
  .cdp_i.--active:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i.--active,
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="33"]
  .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="33"]
  .cdp_i.--active:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="33"]
  .cdp_i.--active:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i.--active,
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="34"]
  .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="34"]
  .cdp_i.--active:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="34"]
  .cdp_i.--active:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i.--active,
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="35"]
  .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="35"]
  .cdp_i.--active:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="35"]
  .cdp_i.--active:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i.--active,
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="36"]
  .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="36"]
  .cdp_i.--active:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="36"]
  .cdp_i.--active:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i.--active,
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="37"]
  .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="37"]
  .cdp_i.--active:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="37"]
  .cdp_i.--active:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i.--active,
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="38"]
  .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="38"]
  .cdp_i.--active:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="38"]
  .cdp_i.--active:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i.--active,
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="39"]
  .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="39"]
  .cdp_i.--active:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="39"]
  .cdp_i.--active:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i.--active,
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="40"]
  .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="40"]
  .cdp_i.--active:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="40"]
  .cdp_i.--active:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i.--active,
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="41"]
  .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="41"]
  .cdp_i.--active:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="41"]
  .cdp_i.--active:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i.--active,
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="42"]
  .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="42"]
  .cdp_i.--active:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="42"]
  .cdp_i.--active:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i.--active,
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="43"]
  .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="43"]
  .cdp_i.--active:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="43"]
  .cdp_i.--active:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i.--active,
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="44"]
  .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="44"]
  .cdp_i.--active:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="44"]
  .cdp_i.--active:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i.--active,
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="45"]
  .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="45"]
  .cdp_i.--active:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="45"]
  .cdp_i.--active:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i.--active,
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="46"]
  .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="46"]
  .cdp_i.--active:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="46"]
  .cdp_i.--active:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i.--active,
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="47"]
  .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="47"]
  .cdp_i.--active:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="47"]
  .cdp_i.--active:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i.--active,
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="48"]
  .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="48"]
  .cdp_i.--active:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="48"]
  .cdp_i.--active:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i.--active,
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="49"]
  .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="49"]
  .cdp_i.--active:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="49"]
  .cdp_i.--active:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i.--active,
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="50"]
  .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="50"]
  .cdp_i.--active:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="50"]
  .cdp_i.--active:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i.--active,
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="51"]
  .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="51"]
  .cdp_i.--active:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="51"]
  .cdp_i.--active:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i.--active,
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="52"]
  .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="52"]
  .cdp_i.--active:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="52"]
  .cdp_i.--active:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i.--active,
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="53"]
  .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="53"]
  .cdp_i.--active:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="53"]
  .cdp_i.--active:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i.--active,
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="54"]
  .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="54"]
  .cdp_i.--active:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="54"]
  .cdp_i.--active:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i.--active,
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="55"]
  .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="55"]
  .cdp_i.--active:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="55"]
  .cdp_i.--active:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i.--active,
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="56"]
  .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="56"]
  .cdp_i.--active:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="56"]
  .cdp_i.--active:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i.--active,
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="57"]
  .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="57"]
  .cdp_i.--active:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="57"]
  .cdp_i.--active:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i.--active,
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="58"]
  .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="58"]
  .cdp_i.--active:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="58"]
  .cdp_i.--active:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i.--active,
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="59"]
  .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="59"]
  .cdp_i.--active:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="59"]
  .cdp_i.--active:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i.--active,
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="60"]
  .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="60"]
  .cdp_i.--active:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="60"]
  .cdp_i.--active:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i.--active,
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="61"]
  .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="61"]
  .cdp_i.--active:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="61"]
  .cdp_i.--active:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i.--active,
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="62"]
  .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="62"]
  .cdp_i.--active:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="62"]
  .cdp_i.--active:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i.--active,
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="63"]
  .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="63"]
  .cdp_i.--active:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="63"]
  .cdp_i.--active:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i.--active,
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="64"]
  .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="64"]
  .cdp_i.--active:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="64"]
  .cdp_i.--active:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i.--active,
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="65"]
  .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="65"]
  .cdp_i.--active:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="65"]
  .cdp_i.--active:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i.--active,
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="66"]
  .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="66"]
  .cdp_i.--active:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="66"]
  .cdp_i.--active:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i.--active,
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="67"]
  .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="67"]
  .cdp_i.--active:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="67"]
  .cdp_i.--active:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i.--active,
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="68"]
  .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="68"]
  .cdp_i.--active:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="68"]
  .cdp_i.--active:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i.--active,
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="69"]
  .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="69"]
  .cdp_i.--active:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="69"]
  .cdp_i.--active:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i.--active,
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="70"]
  .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="70"]
  .cdp_i.--active:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="70"]
  .cdp_i.--active:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i.--active,
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="71"]
  .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="71"]
  .cdp_i.--active:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="71"]
  .cdp_i.--active:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i.--active,
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="72"]
  .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="72"]
  .cdp_i.--active:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="72"]
  .cdp_i.--active:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i.--active,
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="73"]
  .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="73"]
  .cdp_i.--active:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="73"]
  .cdp_i.--active:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i.--active,
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="74"]
  .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="74"]
  .cdp_i.--active:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="74"]
  .cdp_i.--active:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i.--active,
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="75"]
  .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="75"]
  .cdp_i.--active:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="75"]
  .cdp_i.--active:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i.--active,
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="76"]
  .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="76"]
  .cdp_i.--active:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="76"]
  .cdp_i.--active:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i.--active,
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="77"]
  .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="77"]
  .cdp_i.--active:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="77"]
  .cdp_i.--active:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i.--active,
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="78"]
  .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="78"]
  .cdp_i.--active:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="78"]
  .cdp_i.--active:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i.--active,
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="79"]
  .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="79"]
  .cdp_i.--active:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="79"]
  .cdp_i.--active:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #5b5b5b;
  font-size: 18px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i.--active,
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: var(--btnsHover);
  color: #fff;
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i.--active + .cdp_i:last-child,
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 40px;
}
.cdp[actpage="80"]
  .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #5b5b5b;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  font-size: 18px;
  margin-left: -17px;
}
.cdp[actpage="80"]
  .cdp_i.--active:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: block;
  color: #fff;
  cursor: pointer;
  pointer-events: visible;
}
.cdp[actpage="80"]
  .cdp_i.--active:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  display: none;
}
.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--blocksBg);
  padding: 14px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-section picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
}
.top-section picture img {
  width: 250px;
  max-width: 100%;
  height: auto;
  -o-object-fit: initial;
  object-fit: initial;
}
.main .top-section {
  gap: 0;
  padding: 14px 25px 4px 10px;
}
.main .top-section img {
  margin-right: 5px;
}
.main .recomended_title {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 6px;
}
.main .recomended_title + p {
  margin-top: 0;
  margin-bottom: 17px;
}
.main .recomended_title.line-before::before {
  display: none;
}
.scroll__block {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.125rem;
  -webkit-overflow-scrolling: touch;
}
.scroll__block-item {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5rem 1.0625rem;
  border: 2px solid var(--asideBorder);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  background: var(--blocksBg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  height: auto;
}
.scroll__block-item h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.scroll__block-item p {
  font-size: 0.8125rem;
  line-height: 1rem;
  margin: 0;
}
.scroll__block-item:hover {
  color: var(--topScrollBlock);
  border: 2px solid var(--topScrollBlock);
}
.scroll__block-item:hover p {
  color: var(--textColor);
}
.scroll__block-item:nth-child(1) {
  width: 16.5625rem;
}
.scroll__block-item:nth-child(2) {
  width: 14.0625rem;
}
.scroll__block-item:nth-child(3) {
  width: 15rem;
}
.scroll__block-item:nth-child(4) {
  width: 14.375rem;
}
.top__rated {
  margin-top: 1.25rem;
  text-align: center;
}
.top__rated h3 {
  margin-top: 0;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.375rem;
}
.top__rated .quest-item-casino {
  cursor: unset;
}
.top__rated-item {
  background: var(--blocksBg);
  border: 1px solid var(--rateBorder);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 35% 33% 20%;
  grid-template-columns: 10% 35% 33% 20%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 15px;
}
.top__rated-item picture {
  border-radius: 5px;
  height: 106px;
  width: 106px;
}
.top__rated-item picture img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #575757;
}
.top__rated-item .rated-item-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bonusBG);
  border: 2px solid var(--bonusBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 20px;
  cursor: unset;
}
.top__rated-item .rated-item-bonus .lable {
  color: #00D114;
  margin-bottom: 0.125rem;
  opacity: 0.7;
}
.top__rated-item .rated-item-bonus .bonus {
  color: var(--bonusColor);
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.6875rem;
  border: 1px solid transparent;
  cursor: unset;
}
.top__rated-item .rated-item-bonus .brand {
  color: var(--textColor);
  font-size: 0.8125rem;
  line-height: 1rem;
  opacity: 0.7;
}
.top__rated-item .rated-item-btn {
  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: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}
.top__rated-item .rated-item-btn button {
  background: var(--btnsColor);
  text-transform: uppercase;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  padding: 0.8125rem 1.125rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: var(--btnsColorText);
  border: 1px solid var(--btnsBorder);
  transition: background 0.3s ease;
}
.top__rated-item .rated-item-btn button:hover {
  background: var(--btnsHover);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.top__rated-item .rated-item-btn a:last-child {
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(255, 255, 255, 0.7);
}
.top__rated-item .rated-item-btn a:last-child:hover {
  color: var(--readHover);
}
.top__rated-item .rated-item-list {
  text-align: left;
}
.top__rated-item .rated-item-list ul {
  margin: 0;
}
.top__rated-item .rated-item-list li {
  position: relative;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.top__rated-item .rated-item-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -22px;
  top: 2px;
  background: url(../img/icos/check-t.svg) no-repeat;
}
.top__rated-item .rate-lable {
  position: absolute;
  left: -8px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #00850d;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 0.3125rem 0.375rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: none;
}
.top__rated-item .rate-lable span {
  text-transform: uppercase;
  position: relative;
  padding-left: 1.875rem;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.top__rated-item .rate-lable span::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -2px;
  background: url(../img/icos/top-rated.svg) no-repeat;
  width: 39px;
  height: 39px;
}
.top__rated .top__rated-wrap .top__rated-item:first-child .rate-lable {
  display: none;
}
html[lang="en"] .top__rated-item .rated-item-btn button,
html[lang="th"] .top__rated-item .rated-item-btn button {
  font-size: 1.25rem;
}
.lates__news {
  margin-bottom: 1.25rem;
}
.lates__news .lates__news-inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.75rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lates__news .tabs__block {
  overflow: hidden;
  border-radius: 5px;
}
.lates__news-tabs {
  width: 40%;
}
.tabs__body {
  width: 60%;
}
.tabs__block,
.tabs__block-play {
  background-repeat: no-repeat;
  background-size: cover;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  display: none;
  height: 100%;
}
.tabs__block .lates__title,
.tabs__block .sub__info,
.tabs__block-play .lates__title,
.tabs__block-play .sub__info {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.tabs__block .lates__title,
.tabs__block-play .lates__title {
  font-weight: 700;
  padding: 0.75rem 1rem;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
.tabs__block img,
.tabs__block-play img {
  display: none;
}
.tabs__block .sub__info,
.tabs__block-play .sub__info {
  padding: 0.4375rem 1rem;
}
.tabs__block .sub__info span,
.tabs__block-play .sub__info span {
  padding-right: 0.625rem;
  border-right: 2px solid #fff;
}
.tabs__block .sub__info span:nth-child(2),
.tabs__block-play .sub__info span:nth-child(2) {
  padding-left: 0.625rem;
}
.tabs__block .sub__info span:last-child,
.tabs__block-play .sub__info span:last-child {
  padding-right: 0;
  padding-left: 1.875rem;
  border-right: 0;
  position: relative;
}
.tabs__block .sub__info span:last-child::before,
.tabs__block-play .sub__info span:last-child::before {
  content: "";
  position: absolute;
  background: url(../img/icos/eye.svg) no-repeat;
  width: 17px;
  height: 17px;
  top: 0.1875rem;
  left: 0.3125rem;
}
.tabs__item {
  cursor: pointer;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  min-height: 3rem;
  border-bottom: 1px solid #A9AEB9;
  margin-left: 0.875rem;
}
.tabs__item:last-child {
  margin-bottom: 0;
}
.tabs__item p {
  margin: 0;
  margin-top: 0.625rem;
}
.tabs__item-date {
  display: block;
  color: rgba(21, 21, 21, 0.5);
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin-bottom: 0.25rem;
}
.tabs__item-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.tabs__item-title:hover {
  color: var(--articleHover);
}
.lates__news-inner .tabs__body {
  min-height: 332px;
}
.tabs__block-play.active,
.tabs__block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__item.active .tabs__item-title {
  color: var(--articleHover);
}
.pro-platforms__item.tabs__item {
  margin-left: 0;
}
.pro-platforms__item.tabs__item.active {
  background: var(--asideHead);
  border: 1px solid var(--readHover);
}
.aside__content {
  margin-left: 0.9375rem;
  margin-top: 0.625rem;
}
.aside__content .aside__sticky {
  position: sticky;
  top: 65px;
  overflow-y: scroll;
  height: 91vh;
  scrollbar-width: none;
}
.aside__content .aside__top {
  width: 10.75rem;
  background: var(--asideHeadTop);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
  border-radius: 5px;
  border: 1px solid var(--asideTopBorderColor);
  text-align: center;
  right: 0;
}
.aside__content .aside__top .title-aside {
  font-weight: 700;
  padding: 0.6875rem 0 0.6875rem 1.0625rem;
  display: block;
  font-size: 0.9375rem;
  line-height: 1rem;
  position: relative;
  color: var(--asideTopHeadColor);
  border: 1px solid #575757;
}
.aside__content .aside__top .title-aside::before {
  content: "";
  position: absolute;
  background: url(../img/icos/top-rated.svg) no-repeat;
  width: 26px;
  height: 22px;
  left: 10px;
  top: 8px;
}
.aside__content .aside__top .aside-btn {
  background: var(--asideBtn);
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  padding: 0.125rem 0.5625rem;
  border: 1px solid #00EB4D;
  color: var(--asideTopBtnColor);
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}
.aside__content .aside__top .aside-btn:hover {
  background: var(--asideBtnHover);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.aside__content .aside__top-block {
  background: var(--asideHeadTop);
  padding: 0.1875rem 0.625rem;
  border-radius: 0 0 5px 5px;
}
.aside__content .aside__top-item {
  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;
  padding-bottom: 0.25rem;
  margin-bottom: 0.1875rem;
  border-bottom: 1px solid #575757;
}
.aside__content .aside__top-item img {
  border-radius: 3px;
  border: 1px solid #575757;
  width: 57px;
  height: 44px;
  display: block;
}
.aside__content .aside__top-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.aside__content .aside__page {
  /* width: 10.625rem; */
  background:  #212121;
  -webkit-box-shadow:  var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  border: 2px solid var(--asideBorder);
  text-align: center;
  right: 0;
  margin-top: 1rem;
}
.aside__content .aside__page .title-aside-page {
  font-weight: 700;
  padding: 0.6875rem 0.9375rem 0.6875rem;
  display: block;
  font-size: 0.9375rem;
  line-height: 1rem;
  position: relative;
  color: var(--asideTitlesColor);
}
.aside__content .aside__page .title-aside-page::before {
  content: "";
  position: absolute;
  background: url(../img/icos/home.svg) no-repeat;
  width: 16px;
  height: 16px;
  left: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.aside__content .aside__page-block {
  padding: 0.5rem 0.75rem 0.9375rem;
  background: var(--asideBody);
  border-radius: 0 0 5px 5px;
}
.aside__content .aside__page .page__list,
.aside__content .aside__page .pages__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.aside__content .aside__page .page__list li,
.aside__content .aside__page .pages__list li {
  position: relative;
  margin-bottom: 0.75rem;
}
.aside__content .aside__page .page__list li a,
.aside__content .aside__page .pages__list li a {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.aside__content .aside__page .page__list li a:hover,
.aside__content .aside__page .pages__list li a:hover {
  color: var(--asideHover);
}
.aside__content .aside__page .page__list li:last-child,
.aside__content .aside__page .pages__list li:last-child {
  margin-bottom: 0;
}
.aside__content .aside__page .page__list li:hover svg path,
.aside__content .aside__page .pages__list li:hover svg path {
  fill: var(--asideHover);
}
.aside__content .aside__page .page__list {
  border-bottom: 1px solid var(--asideHR);
}
.aside__content .aside__page .pages__list {
  margin-top: 0.6875rem;
}
.aside__content .aside__page .pages__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside__content .aside__page .pages__list li span {
  display: inherit;
  margin-right: 0.5rem;
}
.line-before {
  position: relative;
  padding-top: 0.625rem;
}
.line-before::before {
  content: "";
  position: absolute;
  width: 5.875rem;
  height: 0.1875rem;
  top: 0;
  left: 0;
  background: var(--readHover);
  display: none;
}
.quest__section-inner {
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 10px;
}
.quest__section-inner .quest-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 2fr 1.2fr 1.5fr;
  grid-template-columns: 1fr 2fr 2fr 1.2fr 1.5fr;
  justify-items: center;
  background: #3A3A3A;
  font-size: 1.125rem;
  border-radius: 10px 10px 0 0;
  padding: 0.1875rem 0.9375rem;
  color: rgba(251, 251, 251, 0.5);
  gap: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.quest-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 117px 2fr 2fr 1.2fr 1.5fr;
  grid-template-columns: 117px 2fr 2fr 1.2fr 1.5fr;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  gap: 0.625rem;
}
.quest-item:last-child {
  border-bottom: 0;
}
.quest-item .quest-item-casino {
  max-width: 117px;
  width: 100%;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  height: 97px;
  overflow: hidden;
  cursor: pointer;
}
.quest-item .quest-item-casino picture {
  height: 100%;
}
.quest-item .quest-item-casino img {
  width: 117px;
  height: 97px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.quest-item .quest-item-casino:hover {
  border: 1px solid var(--hoverColor);
}
.quest-item .quest-item-info {
  text-align: center;
}
.quest-item .quest-item-info[data-mark^="1"] > p,
.quest-item .quest-item-info[data-mark^="2"] > p,
.quest-item .quest-item-info[data-mark^="3"] > p {
  color: #FF1E00;
}
.quest-item .quest-item-info[data-mark^="4"] > p,
.quest-item .quest-item-info[data-mark^="5"] > p,
.quest-item .quest-item-info[data-mark^="6"] > p,
.quest-item .quest-item-info[data-mark^="7"] > p {
  color: #FA8A00;
}
.quest-item .quest-item-info[data-mark^="10"] > p,
.quest-item .quest-item-info[data-mark^="8"] > p,
.quest-item .quest-item-info[data-mark^="9"] > p {
  color: #01B33B;
}
.quest-item .quest-item-info span:first-child {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.quest-item .quest-item-info span:first-child:hover {
  color: var(--hoverColor);
}
.quest-item .quest-item-info p {
  color: var(--textColor);
}
.quest-item .quest-item-bonus {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bonusBG);
  border: 2px solid var(--bonusBorder);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 7px 7px;
}
.quest-item .quest-item-bonus span {
  color: var(--bonusRate);
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.quest-item .quest-item-bonus p {
  color: var(--bonusApplyColor);
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.quest-item .quest-item-bonus:hover {
  background: var(--bonusBGHover);
  border: 2px solid var(--bonusBorderHover);
}
.quest-item .quest-item-bonus p:hover  {
  color: var(--readHover);
  text-decoration: underline;
  cursor: pointer;
}
.quest-item .quest-item-deposits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.quest-item .quest-item-deposits a {
  display: block;
  height: 26px;
}
.quest-item .quest-item-deposits a img {
  border: 1px solid transparent;
  border-radius: 2px;
}
.quest-item .quest-item-deposits a:hover img {
  border: 1px solid var(--hoverBorderColor);
}
.quest-item .quest-item-claim {
  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;
}
.quest-item .quest-item-claim form button {
  background: var(--btnsColor);
  border-radius: 5px;
  margin-bottom: 0.4375rem;
  text-transform: uppercase;
  padding: 0.6875rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  color: var(--btnsColorText);
}
.quest-item .quest-item-claim form button:hover {
  background: var(--btnsHover);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.quest-item .quest-item-claim a:last-child {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
.quest-item .quest-item-claim a:last-child:hover {
  color: var(--asideHover);
}
html[lang="en"] .quest-item .quest-item-claim form button,
html[lang="th"] .quest-item .quest-item-claim form button {
  font-size: 1.25rem;
}
.quest-view {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 1.25rem;
}
.quest-view button {
  background: 0 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--asideBtn);
  border: 2px solid var(--asideBtn);
  border-radius: 3px;
  background: transparent;
  text-transform: uppercase;
  height: 50px;
  padding: 0 10px;
  transition: background 0.3s ease;
}
.quest-view button:hover {
  color: var(--btnsColorText);
  background: var(--btnsHover);
}
.baccarat__games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.baccarat__games img {
  width: 26.5625rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.baccarat__games-text img {
  display: none;
}
.baccarat__vip-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.baccarat__vip-block div {
  width: 50%;
  text-align: center;
}
.baccarat__vip-block div p {
  margin-top: 0;
}
.baccarat__vip-block div img {
  width: 100%;
  height: auto;
}
.baccarat__vip-block .image {
  margin-right: 18px;
  background: var(--blocksBg);
  padding: 5px;
}
.baccarat__vip-block .image:last-child {
  margin-right: 0;
}
.baccarat__vip-block .image figcaption {
  margin-top: 10px;
}
.no-webp .baccarat__collection-block {
  background: url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
}
.baccarat__collection-block {
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 10px;
  margin-bottom: 1.25rem;
}
.collection-block-wrap {
  padding: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
  width: auto;
}
.baccarat__collection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 25px;
}
.baccarat__collection-item .game-preview {
  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;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: rgba(0, 0, 0, 0.8);
  width: 69px;
  padding-top: 5px;
}
.baccarat__collection-item .game-preview img {
  width: 70px;
  height: 55px;
  border: 1px solid var(--asideBorder);
  border-radius: 3px;
}
.baccarat__collection-item .game-preview  span {
  color: #fff;
}
.baccarat__collection-item .game-preview-text span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;

}
.baccarat__collection-item .game-preview-text p {
  color: #fbfbfb;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 0;
  margin: 0;
}
.baccarat__popular-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}
.baccarat__popular-item {
  background: var(--popularItemBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.baccarat__popular-item img {
  width: 100%;
  height: auto;
}
.baccarat__popular-item .baccarat__item-text {
  padding: 0.75rem 0.9375rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.baccarat__popular-item .baccarat__item-text p {
  margin: 0;
}
.baccarat__popular-item .baccarat__item-text p:last-child {
  margin-bottom: 0.5rem;
}
.baccarat__popular-item .btn-wrap {
  margin-top: auto;
  padding: 0 0.9375rem 0.75rem 0.9375rem;
}
.baccarat__popular-item a {
  color: var(--btnsColorText);
  font-weight: 700;
  padding: 0.75rem 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.375rem;
  background: var(--btnSeacond);
  transition: background 0.3s ease;
}
.baccarat__popular-item a:hover {
  background: var(--btnSeacondHover);
}
.baccarat__pro {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.baccarat__pro-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 67% 33%;
  grid-template-columns: 67% 33%;
}
.baccarat__pro-inner .tabs__body {
  width: 100%;
}
.baccarat__pro-inner .tabs__block img {
  display: block;
}
.baccarat__pro-inner .tabs__list {
  width: 100%;
}
.baccarat__pro-inner .tabs__list .tabs__item {
  margin-left: 0;
}
.baccarat__pro-inner .tabs__list-play {
  width: 100%;
  padding-left: 20px;
}
.baccarat__pro-inner .tabs__list-play form {
  margin-bottom: 16px;
}
.baccarat__pro-inner .tabs__list-play form:last-child {
  margin-bottom: 0;
}
.baccarat__pro-popup {
  background: #2d2d2d;
  border-radius: 5px;
  padding: 0.9375rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.no-webp .baccarat__pro-popup .baccarat__pro-view {
  background: url(../img/bg-play.png) no-repeat center;
}
.baccarat__pro-popup .baccarat__pro-view {
  background-size: cover;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 25.9375rem;
  height: 100%;
}
.baccarat__pro-popup .baccarat__pro-view button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  padding: 1.1875rem 1.375rem;
  color: var(--btnsColorText);
  border: 2px solid var(--playBTNBorder);
  background: var(--btnsHover);
  transition: background 0.3s ease;
}
.baccarat__pro-popup .baccarat__pro-view button:hover {
  background: var(--btnsColor);
}
.baccarat__pro-popup .baccarat__pro-view button span {
  margin-right: 0.6875rem;
}
.baccarat__pro-popup .sub-platform {
  margin-top: 0.625rem;
  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;
}
.baccarat__pro-popup .sub-platform .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.baccarat__pro-popup .sub-platform .col-1 picture {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 7.125rem;
  height: 5rem;
  overflow: hidden;
}
.baccarat__pro-popup .sub-platform .col-1 picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.baccarat__pro-popup .sub-platform .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.baccarat__pro-popup .sub-platform .col-2 span {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #ffd400;
  margin-bottom: 1.25rem;
}
.baccarat__pro-popup .sub-platform .col-2 img {
  width: 7.8125rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.baccarat__pro-popup .sub-platform a {
  display: block;
  margin-right: 0.9375rem;
}
.baccarat__pro-popup .sub-platform a img {
  width: 100%;
}
.baccarat__pro-popup .sub-platform div span {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
.baccarat__pro-popup .sub-platform div .stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.baccarat__pro-popup .sub-platform div .stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 20px;
  width: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='transparent' stroke='gold' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  font-size: 0;
  cursor: pointer;
}
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[type="radio"]:nth-child(1):checked
  ~ label:nth-of-type(-n + 1),
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[type="radio"]:nth-child(2):checked
  ~ label:nth-of-type(-n + 2),
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[type="radio"]:nth-child(3):checked
  ~ label:nth-of-type(-n + 3),
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[type="radio"]:nth-child(4):checked
  ~ label:nth-of-type(-n + 4),
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[type="radio"]:nth-child(5):checked
  ~ label:nth-of-type(-n + 5) {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='gold' stroke='gold' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[data-active="1"]:nth-child(1)
  ~ label[for="star1"],
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[data-active="1"]:nth-child(2)
  ~ label[for="star2"],
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[data-active="1"]:nth-child(3)
  ~ label[for="star3"],
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[data-active="1"]:nth-child(4)
  ~ label[for="star4"],
.baccarat__pro-popup
  .sub-platform
  div
  .stars
  input[data-active="1"]:nth-child(5)
  ~ label[for="star5"] {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='gold' stroke='gold' stroke-width='38' d='M259.216 29.942L330.27 173.92l158.89 23.087L374.185 309.08l27.145 158.23-142.114-74.698-142.112 74.698 27.146-158.23L29.274 197.007l158.89-23.088z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.baccarat__pro-platforms {
  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;
}
.baccarat__pro-platforms .pro-platforms__item {
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  padding: 0.4375rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
  -webkit-transition: background 0.8s ease;
  -o-transition: background 0.8s ease;
  transition: background 0.8s ease;
  border: 2px solid var(--playBorder);
}
.baccarat__pro-platforms .pro-platforms__item .platform-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.baccarat__pro-platforms .pro-platforms__item .platform-logo picture {
  width: 95px;
  height: 79px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.baccarat__pro-platforms .pro-platforms__item .platform-logo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.baccarat__pro-platforms .pro-platforms__item .platform-bonus {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.baccarat__pro-platforms .pro-platforms__item .platform-bonus span:first-child {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--playBorder);
}
.baccarat__pro-platforms .pro-platforms__item .platform-bonus span:last-child {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: var(--textColor);
}
.baccarat__pro-platforms .pro-platforms__item:hover {
  background: var(--playHoverBG);
  border: 2px solid var(--playBorderHover);
  border-radius: 5px;
}
.baccarat__pro-platforms .pro-platforms__item:hover .platform-bonus span:first-child{
  color: var(--playBorderHover);
}
.baccarat__pro-platforms .pro-platforms__item:last-child {
  margin-bottom: 0;
}
.pro-platforms__item .button__route{
  visibility: hidden;
}
.baccarat__software-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}
.baccarat__software-item {
  background: var(--popularItemBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  padding: 0.75rem 1.125rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.baccarat__software-item .software-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
.baccarat__software-item .software-item__top > a:first-of-type {
  border: 1px solid var(--asideBorder);
  overflow: hidden;
  border-radius: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.baccarat__software-item .software-item__top picture {
  width: 9.1875rem;
  height: 6.4375rem;
  border-radius: 5px;
}
.baccarat__software-item .software-item__top picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.baccarat__software-item .software-item__top .item__top-info {
  margin-left: 0.875rem;
}
.baccarat__software-item .software-item__top .item__top-info a {
  color: var(--readHover);
  display: block;
  margin-bottom: 0.875rem;
}
.baccarat__software-item .software-item__top .item__top-info .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.875rem;
}
.baccarat__software-item .software-item__top .item__top-info .item-wrap p {
  margin: 0;
}
.baccarat__software-item .software-item__top .item__top-info .item-wrap p span {
  color: var(--readColor);
}
.baccarat__software-item .software-item__text {
  margin: 0.625rem 0;
}
.baccarat__software-item .software-item__text p {
  margin: 0;
}
.baccarat__software-item .software-item_bottom {
  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;
  margin-top: auto;
}
.baccarat__software-item .software-item_bottom .btn-yellow {
  text-transform: uppercase;
  padding: 0.75rem 1.6875rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  background: var(--btnSoftware);
}
.baccarat__software-item .software-item_bottom .btn-yellow:hover {
  background: var(--btnSoftwareHover);
}
.baccarat__software-item .software-item_bottom .casino_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.baccarat__software-item .software-item_bottom .casino_link picture {
  width: 7.3125rem;
  height: 4.125rem;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  margin-right: 0.875rem;
}
.baccarat__software-item .software-item_bottom .casino_link picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.baccarat__software-item .software-item_bottom .casino_link img {
  margin-right: 0.875rem;
}
.baccarat__software-item .software-item_bottom .casino_link span {
  color: var(--hoverColor);
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
.no-webp .baccarat__games-block {
  background: url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
}
.baccarat__games-block {
  padding: 1.25rem;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 10px;
  margin-bottom: 1.25rem;
}
.baccarat__games-block h2 {
  text-align: center;
}
.baccarat__games-block h2:before {
  display: none;
}
.baccarat__games-block .baccarat__games-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: var(--textColor);
  margin-top: 0;
  margin-bottom: 12px;
}
.baccarat__games-block .game-block-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.baccarat__games-block .game-block-wrap .game-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 0.9375rem;
}
.baccarat__games-block .game-block-wrap .game-block-item img {
  border-radius: 3px;
  max-width: 107px;
  max-height: 108px;
}
.baccarat__games-block .game-block-wrap .game-block-item p {
  margin: 0;
}
.popularity__bacarrat {
  margin-bottom: 1.25rem;
}
.popularity__bacarrat .btn-yellow {
  padding: 0.875rem 1.125rem;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  max-width: 46.6875rem;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.main__content .aside__content {
  display: none;
}
.lates__news {
  margin-bottom: 1.25rem;
}
.lates__news .lates__news-inner {
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  padding: 0.75rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-lts.content__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-lts {
  max-width: 64.3125rem;
}
.news-lts .line-before {
  padding-top: 1.625rem;
  margin-bottom: 1.5625rem;
}
.news-lts .line-before::before {
  content: none;
}
.news-lts .tabs__item-title {
  font-weight: 400;
}
.news-lts .tabs__item-title:hover {
  font-weight: 700;
}
.news-lts .tabs__block {
  background-position: center center;
}
.news-lts .post span {
  font-size: 26px;
  font-weight: 700;
}
.news-lts .post p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
}
.news-lts .post .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-lts .post .article .card {
  max-width: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 21px;
  overflow: hidden;
}
.news-lts .post .article .card img {
  width: 100%;
  min-height: 167px;
  height: 100%;
}
.news-lts .post .article .info {
  padding: 13px 15px 16px 19px;
  background-color: var(--blocksBg);
  border: 3px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
}
.news-lts .post .article .info span {
  font-size: 18px;
  font-weight: 700;
}
.news-lts .post .article .info p {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.post .article .info p:first-child {
  height: 100%;
  display: block;
}
.news-lts .winner .wrap {
  padding: 16px 21px 19px 19px;
  margin-bottom: 15px;
  background-color: var(--blocksBg);
}
.news-lts .winner .wrap span {
  font-size: 20px;
  font-weight: 700;
}
.news-lts .winner .wrap span::before {
  content: "";
}
.news-lts .winner .wrap p {
  font-family: Noto Sans;
  font-size: 15px;
  margin: 0.625rem 0 0 0;
}
.news-lts .winner .wrap:last-child {
  margin-bottom: 35px;
}
.tabs__item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.tabs__item-title:hover {
  font-weight: 700;
}
.tabs__block {
  background-position: center center;
}
.post span {
  font-size: 26px;
  font-weight: 700;
}
.post p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
}
.post .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post .article .card {
  max-width: 328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 21px;
}
.post .article .info {
  padding: 13px 15px 16px 19px;
  background-color: var(--blocksBg);
  border: 3px solid transparent;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  height: 100%;
}
.post .article .info span {
  font-size: 18px;
  font-weight: 700;
}
.post .article .info p {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 6px;
}
.post .poginator {
  margin: auto;
  width: 197px;
  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;
  margin-bottom: 30px;
}
.post .poginator .disabled {
  opacity: 0.3;
}
.post .poginator .current:hover,
.post .poginator .last:hover {
  background-color: var(--btnsHover);
  color: #fff;
}
.post .poginator .next,
.post .poginator .prev {
  margin-top: 5px;
}
.post .poginator .current {
  background-color: #fff;
  font-size: 18px;
  padding: 5px 9px 4px 10px;
  border-radius: 5px;
}
.post .poginator .last {
  background-color: #fff;
  font-size: 18px;
  padding: 5px 4px 4px 4px;
  border-radius: 5px;
}
.post .poginator .active {
  background-color: var(--btnsHover);
  color: #fff;
}
.winner .wrap {
  padding: 16px 21px 19px 19px;
  margin-bottom: 15px;
  background-color: #fff;
}
.winner .wrap span {
  font-size: 20px;
  font-weight: 700;
}
.winner .wrap span::before {
  content: "";
}
.winner .wrap p {
  font-family: Noto Sans;
  font-size: 15px;
  margin: 0.625rem 0 0 0;
}
.winner .wrap:last-child {
  margin-bottom: 35px;
}
.poginator {
  margin: auto;
  width: 197px;
  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;
  margin-bottom: 30px;
}
.poginator .disabled {
  opacity: 0.3;
}
.poginator .current:hover,
.poginator .last:hover {
  background-color: var(--btnsHover);
  color: #fff;
}
.poginator .next,
.poginator .prev {
  margin-top: 5px;
}
.poginator .current {
  background-color: #fff;
  font-size: 18px;
  padding: 5px 9px 4px 10px;
  border-radius: 5px;
}
.poginator .last {
  background-color: #fff;
  font-size: 18px;
  padding: 5px 4px 4px 4px;
  border-radius: 5px;
}
.poginator .active {
  background-color: var(--btnsHover);
  color: #fff;
}
.news-head {
  background-color: var(--topSection);
  margin-top: -15px;
}
.news-head .wrap {
  max-width: 76.875rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 0.9375rem 15px 0.9375rem;
}
.news-head .wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0;
  margin-left: 3px;
  margin-bottom: 6px;
}
.news-head .wrap .breadcrumb li:first-child {
  margin-right: 7px;
}
.news-head .wrap .breadcrumb li:first-child::after {
  content: url(../img/icos/news-arrow.svg);
  margin-left: 5px;
}
.news-head .wrap .breadcrumb li a {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  margin: 0;
}
.news-head .wrap h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
}
.news-head .wrap p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.news-inner {
  max-width: 76.875rem;
}
.news-inner .aside__content {
  display: block;
}
.news-inner .aside__content .aside__sticky {
  padding: 7px;
}
.news-inner .aside__content .aside__sticky .aside__top {
  display: none;
}
.news-inner .aside__content .asaide-right {
  height: 100%;
}
.news-inner .aside__content .aside__page {
  width: 17.1875rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.news-inner .aside__content .aside__bottom {
  width: 17.1875rem;
  background: var(--asideBorder);
  border: 1px solid var(--asideBorder);
  margin-bottom: 0.9375rem;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
}
.news-inner .aside__content .aside__bottom .head {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 9px 0 9px 0;
  border-bottom: 1px solid var(--asideBorder);
}
.news-inner .aside__content .aside__bottom .asaide-item {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .aside__content .aside__bottom .wrap {
  width: 100%;
  padding: 0 15px 0 15px;
}
.news-inner .aside__content .aside__bottom .wrap:last-child .asaide-content {
  border-bottom: 0;
}
.news-inner .aside__content .aside__bottom .asaide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
  padding: 12px 0 12px 0;
  border-bottom: 1px solid #e3e3e3;
}
.news-inner .aside__content .aside__bottom .asaide-content img {
  width: 53px;
  height: 50px;
  border-radius: 2px;
}
.news-inner .aside__content .aside__bottom .wrap:hover {
  color: var(--readHover);
  background-color: #f5f5f5;
}
.news-inner .aside__content .aside__bottom a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.news-inner .aside__content .aside__bottom img {
  margin-right: 13px;
}
.news-inner .aside__content .aside__bottom p {
  font-size: 15px;
  margin: 0;
}
.news-inner .aside-left {
  margin-left: 0;
  margin-right: 23px;
  height: 100%;
}
.news-inner .aside-left .aside__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: sticky;
  top: 65px;
}
.news-inner .aside__bottomn {
  display: none;
}
.news-inner .aside__bottomn .aside__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-inner .aside__bottomn .aside__top a {
  margin-right: 17px;
}
.news-inner .main__content .breadcrumb {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-inner .main__content .breadcrumb li {
  padding: 5px 12px;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  margin: 10px;
  background-color: var(--blocksBg);
  border-radius: 2px;
}
.news-inner .main__content .breadcrumb li:hover {
  background-color: var(--readHover);
  color: #fff;
}
.news-inner .main__content .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news-inner .main__content .news .news-wrap {
  max-width: 843px;
}
.news-inner .main__content .news .news-wrap img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.news-inner .main__content .news .author {
  padding: 7px 15px;
  background-color: var(--blocksBg);
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-inner .main__content .news .author .author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.news-inner .main__content .news .author .author-inner .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .main__content .news .author .author-inner .name p {
  margin: 0;
  margin-right: 7px;
  color: var(--textColor);
  opacity: 0.7;
}
.news-inner .main__content .news .author .author-inner .name a {
  color: var(--readHover);
  text-decoration: underline;
}
.news-inner .main__content .news .author .author-inner .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .main__content .news .author .author-inner .data p {
  margin: 0;
  margin-right: 7px;
  color: var(--textColor);
  opacity: 0.7;
}
.news-inner .main__content .news .author .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .main__content .news .author .counter img {
  width: 17px;
  margin-right: 7px;
  margin-top: 0;
}
.news-inner .main__content .news .author .counter p {
  margin: 0;
  font-size: 15px;
}
.news-inner .main__content .articles h3 {
  font-size: 26px;
  margin: 0;
  margin-top: 15px;
}
.news-inner .main__content .articles p {
  font-size: 15px;
  line-height: 21px;
  margin: 0;
  margin-top: 8px;
}
.news-inner .main__content .articles .note {
  padding: 16px 19px 16px 15px;
  background-color: rgba(85, 181, 107, 0.1);
  border-left: 4px solid var(--readHover);
  margin-top: 10px;
}
.news-inner .main__content .articles .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .main__content .articles .about .text {
  width: 61%;
}
.news-inner .main__content .articles .about .img {
  width: 38%;
}
.news-inner .main__content .articles .about .img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.news-inner .main__content .articles .winner {
  margin-top: 18px;
  padding: 16px 20px 20px 16px;
  background-color: var(--blocksBg);
  border-radius: 5px;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
}
.news-inner .main__content .articles .social {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.news-inner .main__content .articles .social a {
  margin-right: 17px;
}
.news-inner .main__content .latest-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}
.news-inner .main__content .latest-articles h3 {
  font-size: 26px;
  margin: 0;
  margin-top: 15px;
}
.news-inner2 {
  max-width: 905px;
  margin: 0;
  padding: 0;
}
.news-inner2 h3 {
  font-size: 26px;
  margin: 0;
  text-align: center;
  margin-bottom: 8px;
}
.news-inner2 .latest-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 908px;
}
.news-inner2 .latest-cards {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-inner2 .latest-cards .card {
  max-width: 292px;
  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-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  margin-bottom: 14px;
}
.news-inner2 .latest-cards .card img {
  width: 100%;
  height: 167px;
}
.news-inner2 .latest-cards .card .info {
  padding: 13px 15px 16px 15px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-inner2 .latest-cards .card span {
  font-size: 18px;
  font-weight: 700;
}
.news-inner2 .latest-cards .card p {
  font-size: 15px;
  overflow: hidden;
}
.news-inner2 .latest-cards .card .data {
  color: rgba(0, 0, 0, 0.7);
}
.news-inner2 .baccarat__collection-block {
  background: 0;
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 0;
}
.news-inner2 .collection-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -ms-grid-columns: 0;
  grid-template-columns: 0;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-inner2 .collection-block-wrap .swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card {
  max-width: 292px;
  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-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 5px;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card picture {
  height: 167px;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card img {
  width: 100%;
  height: 167px;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card .info {
  padding: 13px 15px 16px 15px;
  background-color: var(--blocksBg);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card .info div {
  height: 103px;
  overflow: hidden;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card span {
  font-size: 18px;
  font-weight: 700;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card p {
  font-size: 15px;
  overflow: hidden;
  margin: 6px 0;
}
.news-inner2 .collection-block-wrap .baccarat__collection-item .card .data {
  color: var(--textColor);
  opacity: 0.7;
  margin-bottom: 0;
}
.news-inner2 .collection-block-wrap .swiper-pagination {
  top: 332px;
  display: none;
}
.news-inner2 .but {
  max-width: 908px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 3.125rem;
}
.news-inner2 .but .btn-yellow {
  padding: 0.4375rem 1.0625rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 2px 15px var(--boxShadow);
  box-shadow: 0 2px 15px var(--boxShadow);
}
.news-inner2 .baccarat__popular-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.news-inner2 .baccarat__popular-block div {
  max-width: 292px;
}
.news-inner2 .aside__bottomn2 {
  display: none;
}
.top__casino-section {
  position: relative;
  z-index: 1;
  padding-top: 0.9375rem;
}
.top__casino-section::before {
  content: "";
  position: absolute;
  height: 6.9375rem;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--topSection);
  z-index: -1;
}
.top__casino-section h1 {
  color: var(--textColor);
}
.top__casino-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.casino-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.casino-block-item img {
  width: 9.375rem;
  margin-bottom: 0.625rem;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
}
.casino-block-item a,
.casino-block-item span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.casino-block-item a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--readHover);
  cursor: unset;
}
.casino-block-item span {
  color: #fff;
}
.casino-block-item button {
  text-decoration: underline;
  color: var(--readHover);
  background: 0 0;
}
.casino-block-item div {
  margin-bottom: 0.75rem;
}
.casino-block-item div:last-child {
  margin-bottom: 0;
}
.casino-block-item p {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding-left: 1.125rem;
  position: relative;
  color: #fff;
  opacity: 0.7;
  margin: 0.25rem 0;
}
.casino-block-item p::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0.125rem;
}
.casino-block-item .item-email::before {
  background: url(../img/icos/e-mail.svg) no-repeat;
}
.casino-block-item .item-establish::before {
  background: url(../img/icos/home-t.svg) no-repeat;
}
.casino-block-item .item-payout::before {
  background: url(../img/icos/credit-card.svg) no-repeat;
}
.casino-block-item .item-site::before {
  background: url(../img/icos/globe.svg) no-repeat;
}
.top__casino-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
.top__casino-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* max-width: 656px; */
  width: 100%;
}
.casino-features {
  background: var(--blocksBg);
  -webkit-box-shadow:  var(--boxShadowBlock);
  box-shadow:  var(--boxShadowBlock);
  border-radius: 5px;
  padding: 0.75rem 1.125rem;
  width: 100%;
  height: 100%;
}
.casino-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
  gap: 0.75rem 1.375rem;
}
.casino-list li {
  padding-left: 1.375rem;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.casino-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icos/check.svg);
}
.casino-features-bonus {
  margin-top: 0.6875rem;
  background: rgba(113, 198, 125, 0.05);
  border: 2px solid rgba(0, 133, 13, 0.5);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.875rem 1rem;
}
.casino-features-bonus form {
  width: 100%;
}
.casino-features-bonus button {
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.875rem 0.875rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.bonus {
  font-size: 0.9375rem;
  line-height: 19px;
  color: var(--headerHover);
  margin-bottom: 0.125rem;
}
.bonus-price {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2rem;
  color: var(--bonusColor);
  margin-bottom: 0.5rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0 7px;
}
.casino-rating-block {
  padding: 0.75rem 1rem;
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  border: 1px solid var(--asideBorder);
  width: 352px;
  flex-shrink: 0;
}
.rating-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.rating-block-wrap h2 {
  margin-bottom: 0;
}
.rating-block-wrap span {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--textColor);
}
.rating-block-wrap span[data-mark^="1"],
.rating-block-wrap span[data-mark^="2"],
.rating-block-wrap span[data-mark^="3"] {
  color: #f53400;
}
.rating-block-wrap span[data-mark^="4"],
.rating-block-wrap span[data-mark^="5"],
.rating-block-wrap span[data-mark^="6"],
.rating-block-wrap span[data-mark^="7"] {
  color: #fa8a00;
}
.rating-block-wrap span[data-mark^="10"],
.rating-block-wrap span[data-mark^="8"],
.rating-block-wrap span[data-mark^="9"] {
  color: #00850d;
}
.progress-item {
  margin-bottom: 1rem;
}
.progress-item:last-child {
  margin-bottom: 0;
}
.progress-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.casino-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--blocksBg);
  border-radius: 5px;
  border: 1px solid var(--asideBorder);
  padding: 0.4375rem 0.9375rem;
  margin: 0.625rem 0;
}
.casino-autor p {
  padding: 0 0.8125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
}
.casino-autor p:first-child {
  padding-left: 0;
  border-left: 0;
}
.casino-autor p:last-child {
  border-right: 0;
  padding-right: 0;
}
.casino-description {
  margin-bottom: 0.625rem;
}
.bar {
  height: 4px;
  background: var(--popularItemBg);
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.bar span {
  background: #2187e7;
  height: 4px;
  float: left;
}
.progress-item .bar > span[data-rating^="1"],
.progress-item .bar > span[data-rating^="2"],
.progress-item .bar > span[data-rating^="3"] {
  background: #F53400;
}
.progress-item .bar > span[data-rating^="4"],
.progress-item .bar > span[data-rating^="5"],
.progress-item .bar > span[data-rating^="6"],
.progress-item .bar > span[data-rating^="7"] {
  background: #FA8A00;
}
.progress-item .bar > span[data-rating^="10"],
.progress-item .bar > span[data-rating^="8"],
.progress-item .bar > span[data-rating^="9"] {
  background: #01B33B;
}
.aside__content.content {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.aside__page.content {
  margin-top: 0;
}
.aside__page.content .aside__page-block {
  padding-bottom: 0.8125rem;
}
.aside__page.content .page__list {
  border-bottom: 0;
}
.aside__page.content .page__list li:last-child {
  margin-bottom: 0;
}
.aside__links {
  background: var(--asideBody);
  border: 1px solid var(--asideBorder);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.75rem;
  margin-top: 0.9375rem;
}
.aside__links span {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.8125rem;
  color: var(--asideTitlesColor);
}
.aside__links span:first-child {
  margin-top: 0;
}
.aside__links span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icos/popular-ico.svg) no-repeat center;
  left: 0;
  border-radius: 2px;
  width: 1.5625rem;
  height: 1.5625rem;
}
.aside__links .aside__links-review::before {
  background: url(../img/icos/rating-ico.svg) no-repeat center;
}
.aside__links .aside__links-guide::before {
  background: url(../img/icos/money-ico.svg) no-repeat center;
}
.aside__links .aside__links-banks::before {
  background: url(../img/icos/bank.svg) no-repeat center;
}
.aside__links ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--asideBorder);
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
}
.aside__links ul li {
  margin-bottom: 0.8125rem;
}
.aside__links ul li:last-child {
  margin-bottom: 0;
}
.aside__links ul li a {
  font-size: 0.8125rem;
  line-height: 1rem;
  
}
.aside__links ul li:hover a {
  color: var(--readHover);
  font-weight: 700;
}
.read__more-list {
  border-bottom: 1px solid var(--asideBorder);
  padding-bottom: 0.75rem;
}
.read__more-list ul {
  border-bottom: 0;
  padding-bottom: 0;
}
.read__more-list ul li:last-child {
  padding-bottom: 0.75rem;
}
.read__more-list .show-more-items {
  display: block;
  color: var(--readHover);
  cursor: pointer;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.read__more-list .show-more-items::after {
  content: "";
  position: absolute;
  margin-left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icos/right-arrow.svg) no-repeat;
  width: 7px;
  height: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.read__more-list .show-more-items.open::after {
  top: 35%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
ul.review-list li:nth-child(n + 6) {
  display: none;
}
.text-with-bg {
  margin-bottom: 0.625rem;
}
.text-with-bg img {
  width: 100%;
  display: block;
  height: auto;
}
.casino__overview-block {
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  position: relative;
  padding: 0.875rem;
}
.casino__overview-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  width: 36px;
  height: 90.5%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(245, 245, 245, 0)),
    to(#fff)
  );
  background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0, var(--blocksBg) 100%);
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0, var(--blocksBg) 100%);
  z-index: 2;
}
.casino__overview-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 90.5%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(245, 245, 245, 0)),
    color-stop(87%, #f7f7f7)
  );
  background: -o-linear-gradient(right, rgba(245, 245, 245, 0) 0, var(--blocksBg) 87%);
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0, var(--blocksBg) 87%);
  z-index: 2;
}
.casino__overview-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.casino__overview-block .swiper {
  overflow: hidden;
}
.overview-wrap-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  height: 153px;
  width: 256px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #6d6d6d;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 0.625rem;
  margin-right: 12px;
}
.overview-wrap-item img {
  display: none;
}
.overview-wrap-item .wrap-item-sub {
  text-align: center;
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
  padding: 0.375rem 0;
}
.overview-wrap-item.swiper-slide {
  height: 153px;
  width: 256px;
}
.games__colection,
.package__section,
.promotions__section {
  margin-bottom: 1.25rem;
}
.package__list {
  display: flow-root;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.package__list li {
  margin-bottom: 0.9375rem;
  padding-left: 1.5625rem;
  position: relative;
}
.package__list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../img/icos/poker-chip-green.svg) no-repeat;
}
.package__list li:last-child {
  margin-bottom: 0;
}
.package-link {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #6d6d6d;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.package__section .quest-item {
  background: var(--blocksBg);
  border: 2px solid var(--asideTopBorderColor);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -ms-grid-columns: 106px 1.3fr 1.8fr 1fr;
  grid-template-columns: 106px 1.3fr 1.8fr 1fr;
}
.package__section .quest-item .bonus {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #01B33B;
  opacity: 0.7;
}
.package__section .quest-item-casino {
  max-width: 107px;
  width: 100%;
  height: 106px;
}
.package__section .quest-item-casino img {
  width: 106px;
  height: 106px;
}
.package__section .quest-item .quest-item-bonus {
  border: 0;
  max-width: 366px;
  background: var(--bonusBG);
  border: 1px solid var(--bonusBorder);
}
.package__section .quest-item .quest-item-claim {
  width: 100%;
}
.package__section .quest-item .quest-item-claim form {
  width: 100%;
  text-align: center;
}
.package__section .quest-item .quest-item-claim button {
  max-width: 184px;
  width: 100%;
  text-align: center;
}
.package__section .quest-item .quest-item-claim + p {
  margin: 0;
}
.package__section .quest-item img {
  width: 100%;
}
.package__section .quest-item > p:last-child {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  background: var(--popularItemBg);
  border-radius: 5px;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding: 0.4375rem;
  color: #6d6d6d;
}
.promotions__section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.promotions-hits,
.promotions-misses {
  padding: 0.75rem 1.25rem;
  width: 100%;
  box-shadow: var(--boxShadowBlock);
}
.promotions-hits span,
.promotions-misses span {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.promotions-hits {
  background: var(--hintsColor);
  border: 2px solid var(--hintsBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.hits-list,
.misses-list {
  margin: 0;
  padding: 0;
}
.hits-list li,
.misses-list li {
  padding-left: 1.5625rem;
  margin-bottom: 0.75rem;
  position: relative;
}
.hits-list li::before,
.misses-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.promotions-misses {
  background: var(--missColor);
  border: 2px solid var(--missBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.hits-list li::before {
  background: url(../img/icos/plus.svg) no-repeat;
}
.misses-list li::before {
  background: url(../img/icos/minuse.svg) no-repeat;
}
.no-webp .promotions-block-grid {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(40, 104, 202, 0.1)),
      to(rgba(40, 104, 202, 0.1))
    ),
    url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
  background: -o-linear-gradient(
      bottom,
      rgba(40, 104, 202, 0.1),
      rgba(40, 104, 202, 0.1)
    ),
    url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
  background: linear-gradient(
      0deg,
      rgba(40, 104, 202, 0.1),
      rgba(40, 104, 202, 0.1)
    ),
    url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
}
.promotions-block-grid {
  padding: 0.8125rem 0.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 10px;
  margin-bottom: 1.25rem;
}
.promotions-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.promotions-block-item a {
  display: block;
}
.promotions-block-item a img {
  width: 90px;
  border-radius: 5px;
  border: 0.5px solid var(--asideBorder);
}
.promotions-item-text a {
  font-weight: 700;
}
.promotions-item-text a:hover {
  color: var(--readHover);
}
.promotions-item-text p {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.support-block {
  background: var(--blocksBg);
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  padding: 0.75rem 1.125rem;
  float: right;
  margin-left: 0.75rem;
  margin-bottom: 0.625rem;
  max-width: 475px;
  border: 1px solid var(--asideBorder);
}
.e-mail,
.live-chat,
.phone {
  position: relative;
  border-bottom: 1px solid var(--asideBorder);
  padding: 0.625rem 0 0.625rem 1.875rem;
}
.e-mail div,
.live-chat div,
.phone div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
}
.e-mail span,
.live-chat span,
.phone span {
  display: block;
}
.e-mail span:first-child,
.live-chat span:first-child,
.phone span:first-child {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
.e-mail::before,
.live-chat::before,
.phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.live-chat {
  padding-top: 0;
}
.live-chat::before {
  background: url(../img/icos/live-chat.svg) no-repeat;
  width: 25px;
  height: 25px;
  top: 30%;
}
.e-mail a {
  color: var(--readHover);
  text-decoration: underline;
}
.e-mail::before {
  background: url(../img/icos/mail.svg) no-repeat;
  width: 21px;
  height: 21px;
  left: 2px;
}
.phone::before {
  background: url(../img/icos/phone-call.svg) no-repeat;
  width: 18px;
  height: 18px;
  left: 4px;
}
.sup-lang span {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  display: inline-block;
  padding: 0.625rem 0;
}
.expert__conclusions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  background: var(--blocksBg);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.875rem;
  margin-bottom: 1.25rem;
}
.autor-info {
  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;
  background: var(--blocksBg);
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  padding: 0.5625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.autor-info img {
  width: 8.25rem;
  height: 8.1875rem;
  border-radius: 9px;
}
.autor-info div {
  text-align: center;
}
.autor-info span {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.5rem 0 0.25rem;
}
.autor-info p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.conclusions-descript-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.conclusions-descript-top span {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
}
.conclusions-descript-top .reputation {
  background: rgba(201, 237, 195, 0.5);
  border: 1px solid rgba(0, 133, 13, 0.5);
  border-radius: 3px;
  color: var(--readHover);
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  margin-left: 0.8125rem;
  padding: 0.3125rem 0.75rem;
}
.recommended__casino.line-before::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recommended__casino h2 {
  text-align: center;
}
.recommended__casino-wrap .quest-item {
  background: var(--blocksBg);
  border: 2px solid var(--asideBorder);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -ms-grid-columns: 0.55fr 1.55fr 1.4fr 0.8fr;
  grid-template-columns: 0.55fr 1.55fr 1.4fr 0.8fr;
  margin-bottom: 0.9375rem;
  justify-items: start;
}
.recommended__casino-wrap .quest-item .bonus {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #01B33B;
  opacity: 0.7;
}
.recommended__casino-wrap .quest-item .checks-block {
  margin: 0 auto;
}
.recommended__casino-wrap .quest-item .quest-item-casino {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  justify-items: start;
}
.recommended__casino-wrap .quest-item .quest-item-casino img {
  width: 6.625rem;
  height: 6.625rem;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  display: block;
}
.recommended__casino-wrap .quest-item .quest-item-claim button {
  width: 184px;
  height: 50px;
  background: var(--btnSeacond);
  border: 1px solid var(--btnsBorder);
}
.recommended__casino-wrap .quest-item .quest-item-claim button:hover {
  background: var(--btnSeacondHover);
}
.recommended__casino-wrap .quest-item:last-child {
  margin-bottom: 0;
}
.online-casino-wrap .software-item__top.other-providers {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.software-item__top.other-providers .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.software-item__top.other-providers a {
  display: block;
  margin-bottom: 9px;
}
.software-item__top.other-providers .item-wrap p {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 80px;
  margin: 0;
}
.software-item__top.other-providers .item__best {
  display: none;
}
.checks-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}
.checks-block-item {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.75rem;
}
.checks-block-item span {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0.75rem;
}
.country-check {
  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: transparent;
  padding: 0.125rem 0.1875rem;
  border: 1px solid var(--asideBorder);
  width: 3.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.country-check img:first-child {
  max-width: 35px;
}
.review-software-block.custom {
  padding-bottom: 10px;
  gap: 12px;
}
.review-software-block.custom figure.image {
  width: 159px;
  padding: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow:  var(--boxShadowBlock);
  box-shadow:  var(--boxShadowBlock);
  border-radius: 5px;
  background: var(--blocksBg);
}
.review-software-block.custom figcaption {
  color: var(--readHover);
  margin-top: 6px;
}
.scroll__section.swiper,
.section-online-casino.swiper {
  padding-bottom: 10px !important;
}
.review-software-block .swiper-slide {
  width: 190px;
}
.swiper.table-wrap {
  margin-bottom: 10px;
}
.top-section h1 {
  margin-bottom: 6px;
}
.top-section img {
  margin-right: 0.9375rem;
}
.top-section p {
  margin: 0;
  margin-top: 8px;
}
.top-section p:first-child {
  margin-top: 0;
}
.load-more {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  background: 0 0;
  color: var(--btnsColor);
  margin: 15px 0 0;
}
.quest-item .quest-item-info .semi {
  color: #fa8a00;
}
.quest-item .quest-item-info .low {
  color: #f53400;
}
.top__rated {
  margin-bottom: 1.25rem;
}
.how-find {
  position: relative;
}
.how-find img {
  float: right;
  width: 15%;
  margin-left: 15px;
}
.section__review-process .review-process-img {
  float: right;
}
.review-software-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-software-block.software-casinos .software-block-item {
  height: 140px;
}
.software-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.375rem;
  background: var(--blocksBg);
  -webkit-box-shadow:  var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
  border-radius: 5px;
  margin-bottom: 0.625rem;
  width: 11.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-right: 16px;
  height: 217px;
}
.software-block-item:last-child {
  margin-right: 0;
}
.software-block-item picture {
  max-height: 6.375rem;
  border-radius: 5px 5px 0 0;
}
.software-block-item picture img {
  max-height: 102px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.software-block-item span {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  text-align: center;
  color: var(--bonusColor);
}
.software-block-item button {
  width: 100%;
}
.section__review-process h3 {
  padding-left: 2.6875rem;
  position: relative;
}
.section__review-process h3::before {
  content: "";
  position: absolute;
  width: 2.0625rem;
  height: 2.0625rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section__review-process h4 {
  margin: 1rem 0 0.75rem;
}
.section__review-process .review-security::before {
  background: url(../img/icos/security.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section__review-process .review-software::before {
  background: url(../img/icos/software.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section__review-process .review-games::before {
  background: url(../img/icos/games.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section__review-process .review-bonus::before {
  background: url(../img/icos/bonus.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section__review-process .review-client-support::before {
  background: url(../img/icos/customer-service.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section__review-process .review-mobile::before {
  background: url(../img/icos/online-casino.svg) no-repeat;
  height: 2.1875rem;
  width: 2.1875rem;
}
.section-top5 img {
  width: 100%;
  height: auto;
}
.claim-block {
  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;
}
.review-best-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.block-item-bonus .bonus {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.block-item-bonus span:last-child {
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #fff;
  opacity: 0.7;
}
.block-item-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.best-block-item {
  border: 2px solid var(--asideBorder);
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.8125rem;
  max-width: 495px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.best-block-item img {
  display: block;
  width: 111px;
  height: 63px;
  border-radius: 5px;
}
.best-block-item .btn-yellow {
  padding: 0.4375rem 1.6875rem;
  text-transform: uppercase;
  color: var(--btnsColorText);
}
.best-block-item .read-rev {
  margin-top: 6px;
}
.section-top5-item .best-block-item img {
  width: 111px;
  height: 63px;
}
.spin-win {
  float: right;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
}
.block-item-claim {
  padding: 0;
}
.block-item-claim .block-item-content {
  padding: 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--asideBorder);
  border-top: 0;
}
.block-item-claim .block-item-content .bonus {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
  height: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-item-claim .block-item-content .btn-yellow {
  text-align: center;
  text-transform: uppercase;
  padding: 0.4375rem 0;
  color: var(--btnsColorText);
}
.block-item-claim .block-item-content span:last-child {
  color: var(--textColor);
  opacity: 0.7;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  margin-top: 0.1875rem;
}
.casinos .quest-view {
  margin: 0;
}
.top-section-software {
  padding: 0.9375rem;
}
.section-online-casino {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.section-online-casino h2 {
  text-align: center;
}
.section-online-casino.line-before::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.875rem;
}
.online-casino-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}
.online-casino-wrap .software-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}
.online-casino-wrap .software-item__top picture:first-child {
  width: 134px;
  height: 114px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  overflow: hidden;
}
.online-casino-wrap .software-item__top picture:first-child img {
  max-width: 9.1875rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.online-casino-wrap .software-item__top picture:last-child {
  width: 8.1875rem;
}
.online-casino-wrap .software-item__top picture:last-child img {
  max-width: 8.1875rem;
  height: 100%;
}
.online-casino-wrap .software-item__top p {
  color: #fff;
  opacity: 0.7;
}
.online-casino-wrap .software-item__top span {
  color: var(--textColor);
}
.online-casino-wrap .software-item__top .item__top-info {
  width: 100%;
}
.online-casino-wrap .software-item__top .item__top-info a {
  color: var(--readHover);
  margin-bottom: 9px;
  display: block;
}
.online-casino-wrap .software-item__top .item__top-info a:hover {
  text-decoration: underline;
}
.online-casino-wrap .software-item__top .item__best {
  width: 100%;
}
.online-casino-wrap .software-item__top .item__best picture {
  width: 131px;
  height: 91px;
}
.online-casino-wrap .software-item__top .item__best picture img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #00850d;
}
.online-casino-wrap .software-item__top .item__best img:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.online-casino-wrap .item__best {
  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;
}
.online-casino-wrap .item__best span {
  display: block;
  text-align: center;
  margin-bottom: 0.25rem;
  color: #6d6d6d;
}
.onlin__casino-tabs {
  background: var(--blocksBg);
  border: 1px solid rgba(38, 38, 38, 0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
  overflow: hidden;
}
.onlin__casino-tabs .tabs__body {
  padding: 0.875rem 1.625rem;
  width: 100%;
}
.onlin__casino-tabs .tabs__block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.375rem;
}
.onlin__casino-tabs .tabs__block img {
  display: block;
  max-width: 350px;
  height: auto;
}
.casino-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 32px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.casino-tabs-list .tabs__item {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-bottom: 1px solid var(--asideBorder);
  border-right: 1px solid var(--asideBorder);
  background: var(--blocksBg);
  color: #fff;
  opacity: 0.7;
  margin: 0;
  padding: 0.4375rem 0;
  min-height: auto;
}
.casino-tabs-list .tabs__item:hover {
  background: var(--popularItemBg);
}
.casino-tabs-list .tabs__item.active {
  background: var(--popularItemBg);
  border-radius: 4px 0 0 0;
  color: var(--readHover);
  border-bottom: 1px solid transparent;
  opacity: 1;
}
.section {
  margin-top: 10px;
}
.text-center {
  text-align: center;
}
.software-platform-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding: 0.875rem 1.1875rem;
}
.software-platform-block h2 {
  margin-top: 0;
}
.section__cards-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}
.section__omnichannel-wrap {
  position: relative;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(26.23%, #2c7eb8),
      color-stop(66.81%, #576ead)
    ),
    url(../img/icos/software.svg);
  background: -o-linear-gradient(left, #2c7eb8 26.23%, #576ead 66.81%),
    url(../img/icos/software.svg);
  background: linear-gradient(90deg, #2c7eb8 26.23%, #576ead 66.81%),
    url(../img/icos/software.svg);
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  padding: 1.25rem 3.125rem 1.25rem 0.9375rem;
}
.section__omnichannel-wrap h2.line-before::before {
  background: #fff;
}
.section__omnichannel-wrap .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0.4;
  width: 90%;
}
.section__omnichannel-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-image: url(../img/icos/svg-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 15%;
  opacity: 0.5;
}
.top-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.125rem;
}
.top-column h1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.top-column .text-block {
  -ms-grid-column: 1;
  grid-column: 1;
}
.top-column img {
  width: 100%;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
  background: 0 0;
}
::-webkit-scrollbar-thumb {
  background: #00850d;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
body {
  background: var(--bodyBG);
  color: var(--textColor);
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
body.lock {
  overflow: hidden;
}
.swiper {
  overflow: visible;
}
.swiper-slide {
  width: auto;
}
a {
  text-decoration: none;
}
p > img:not([class]) {
  width: 100%;
  height: auto;
}
p > iframe {
  border: none;
  border-radius: 5px;
}
html[lang="az"] .menu-list,
html[lang="de"] .menu-list,
html[lang="es"] .menu-list,
html[lang="ind"] .menu-list,
html[lang="ja"] .menu-list,
html[lang="ms"] .menu-list,
html[lang="sg"] .menu-list,
html[lang="vi"] .menu-list {
  padding: 0;
  gap: 20px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  display: block;
  height: 4px;
  -webkit-overflow-scrolling: auto;
}
::-webkit-scrollbar-track {
  background: #c2c2c2;
  border-radius: 10px;
  display: block;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #008501;
  border-radius: 10px;
  border: 0 none #fff;
}
h1 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-top: 0;
}
h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  margin: 0.9375rem 0;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
button,
input {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.check-box{
  position: relative;
  padding-left: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid var(--asideBorder);
  background-color: transparent;
}
.check-box:hover input ~ .checkmark {
  background-color: var(--asideBorder);
}
.check-box input:checked ~ .checkmark {
  background-color: var(--btnSeacond);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-box .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
main {
  margin-top: 0;
}
p {
  margin: 0 0 10px;
}
section p a {
  color: var(--readHover);
  text-decoration: underline;
}
.show-more {
  display: none;
  margin-bottom: 0.625rem;
}
.show-more-items {
  margin-bottom: 0.625rem;
}
.btn-yellow {
  background:var(--btnsColor);
  border: 1px solid var(--btnsBorder);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  color: var(--btnsColorText);
  transition: background 0.3s ease;
}
.btn-yellow:hover {
  background: var(--btnsHover);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.yellow-btn:hover {
  background: var(--btnsHover);
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.faq-section {
  text-align: center;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.faq-section.line-before::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.375rem;
}
.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.accordion .accordion-item {
  background: var(--blocksBg);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 10px 15px 10px 45px;
  color: var(--textColor);
}
.accordion .accordion-item .accordion-title {
  padding-left: 5px;
  display: block;
  color: var(--textColor);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 700;
  border: none;
  background: 0 0;
  outline: 0;
  padding-left: 0;
}
.accordion button:focus .accordion-title,
.accordion button:hover .accordion-title{
  cursor: pointer;
  color: var(--readHover);
}
.accordion button:focus::after,
.accordion button:hover::after {
  cursor: pointer;
  color: var(--boxShadow);
}
.accordion button::before {
  font-size: 20px;
  line-height: 20px;
  font-family: 'PT Sans', sans-serif;
  content: "";
  background: url(../img/icos/quest.svg) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -29px;
  top: 0;
  z-index: 1;
  color: var(--textColor);
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid var(--hoverColor);
  border-radius: 3px;
  background: var(--asideBorder);
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: var(--hoverColor);
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: var(--hoverColor);
}
.accordion button[aria-expanded="true"] .accordion-title,
.accordion button[aria-expanded="true"]::before {
  color: var(--readHover);
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.3s linear, height 0.3s linear;
  -o-transition: opacity 0.3s linear, height 0.3s linear;
  transition: opacity 0.3s linear, height 0.3s linear;
  will-change: opacity, height;
  overflow: visible;
}
.accordion .accordion-content {
  position: relative;
  text-align: left;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s linear, height 0.3s linear;
  -o-transition: opacity 0.3s linear, height 0.3s linear;
  transition: opacity 0.3s linear, height 0.3s linear;
  will-change: opacity, height;
}
.accordion .accordion-content p {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  margin: 1em 0;
  padding-left: 6px;
}
.accordion .accordion-content::before {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
  content: "";
  background: url(../img/icos/answer.svg) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -29px;
  top: 0;
  z-index: 10;
  color: var(--textColor);
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -10;
  opacity: 0;
  visibility: hidden;
}
.popup.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup__body {
  min-height: 100%;
  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;
  padding: 1.875rem 0.625rem;
}
.popup__content {
  max-width: 877px;
  width: 100%;
  padding: 1.25rem;
  position: relative;
  background: #2d2d2d;
  border-radius: 5px;
}
.popup__content iframe {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 100%;
  height: 55vh;
}
.popup__close {
  position: absolute;
  top: -18px;
  right: -18px;
  padding: 0.75rem;
  border-radius: 50%;
  background: #2d2d2d;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.popup__close img {
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
}
.mb-class {
  margin-bottom: 3.125rem;
}
.swiper-pagination-bullet-active {
  background: var(--readHover);
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.625rem 0;
  padding-left: 0;
}
.breadcrumbs-list li {
  margin-right: 20px;
}
.breadcrumbs-list li a {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.breadcrumbs-list li a::after {
  content: "›";
  color: #000;
  font-size: 1.5625rem;
  position: absolute;
  right: -0.9375rem;
  top: -0.1875rem;
}
.breadcrumbs-list li:last-child {
  margin-right: 0;
}
.breadcrumbs-list li:last-child a {
  color: #000;
  opacity: 1;
}
.breadcrumbs-list li:last-child a::after {
  display: none;
}
.sllft {
  padding: 0;
  margin-top: 0;
  text-align: left;
}
.sllft li {
  margin-bottom: 0.625rem;
}
.sllft li a {
  font-size: 0.8125rem;
}
.sllft li:last-child {
  margin-bottom: 0;
}
picture {
  display: block;
}
picture img {
  -o-object-fit: cover;
  object-fit: cover;
}
.bets-list.line-before {
  margin-top: 1.25rem;
}
section .breadcrumbs-list li a {
  color: var(--textColor);
  opacity: 0.7;
}
section .breadcrumbs-list li a::after {
  color: var(--textColor);
}
section .breadcrumbs-list li:last-child a {
  color: var(--textColor);
}
.bg-white {
  background: var(--blocksBg);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.read-rev {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FBFBFB;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  opacity: 0.7;
}
.recommended__casino {
  margin-top: 1.875rem;
}
table {
  overflow: hidden;
  background: var(--popularItemBg);
  width: 70%;
  border-collapse: separate !important;
  border-bottom: 0;
  -moz-border-radius: 5px;
  border-spacing: 0;
  border: 1px;
  border-radius: 7px;
}
table td a img {
  width: 95px;
  height: 63px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid var(--asideBorder);
}
td,
th {
  padding: 5px 8px;
  text-align: center;
}
th {
  padding-top: 22px;
  text-shadow: 1px 1px 1px #fff;
  background: #e8eaeb;
}
td {
  border: 0.5px solid var(--asideBorder);
}
td p {
  margin: 0;
}
tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
tr:last-child td {
  border-bottom: 1px solid #cacaca;
}
tr:first-child td:first-child {
  background: var(--tableHead);
}
.image {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.image figcaption {
  color: var(--textColor);
}
table tr:first-child {
  background: var(--tableHead);
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.platform-block-text.line-before:before,
.winner h2.line-before:before,
section.line-before:before {
  display: none;
}
.winner h2.line-before {
  margin-top: 0;
}
h2.line-before {
  margin-top: 0.9375rem;
  display: flow-root;
}
h3.green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-inner .main__content .news .news-wrap img.justifyleft,
.news-inner .main__content .news .news-wrap img.justifyright {
  width: 40%;
}
.news-inner h2 {
  display: inline-block;
}
.faq-section h2.line-before:before,
.recommended__casino h2.line-before:before,
.section-online-casino h2.line-before:before,
.text-center.line-before:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sllft li:hover  a{
  color: var(--asideHover);
  font-weight: 700;
}
ul.line-before {
  padding-top: 15px;
}
.section-sitemap:last-child li {
  display: inline;
}
.tabs__block-play img {
  display: block;
}
#slider3 .swiper-pagination {
  position: initial;
}
.image {
  width: 50%;
  padding: 0;
}
.image img,
.image img.justifyleft,
.image img.justifyright {
  margin: 0;
  width: 100%;
  height: auto;
  margin-left: 0;
}
.section-top5-item picture img {
  width: 100%;
}
.section-top5-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-top5-item h3 img {
  width: initial;
}
.block-with-img + h2 {
  display: inline;
}
.quest-view button.view-all:hover {
  text-decoration: underline;
}
.aside__content.mobile #left-menu-result {
  width: 100%;
}
.aside__content.mobile .aside__page-block {
  height: 0;
  padding: 0;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}
.aside__content.mobile .title-aside-page::after {
  content: "";
  position: absolute;
  background: url(../img/icos/arrow-black.svg) no-repeat;
  width: 12px;
  height: 7px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.aside__content.mobile .title-aside-page.open-drop::after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.aside__content.mobile .aside__page-block.aside__page-block--active {
  height: initial;
  padding: 10px;
}
main.live_vip img.justifyleft:first-child {
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
}
main.live_vip img.justifyleft:first-child > h2 {
  margin-top: 10px;
}
.live_vip .package__section .package-link {
  display: none;
}
.main__content .scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.main__content .scrollbar-thumb {
  background: var(--readHover);
  border-radius: 10px;
}
.main__content .scrollbar-track {
  background: #e2e2e2;
  border-radius: 10px;
}
.swiper-scrollbar-drag {
  background: var(--asideTopBorderColor);
  border-radius: 10px;
}
.casino-slider {
  padding-bottom: 10px;
}
.content__inner {
  margin-bottom: 20px;
}
.table-slide .swiper-slide {
  width: 100%;
}
.table-left {
  float: left;
}
.table-right {
  float: right;
}
.casino-img {
  border: 1px solid #6d6d6d;
  border-radius: 5px;
  overflow: hidden;
}
.swiper.table-left {
  margin-right: 24px;
}
.swiper.table-left .swiper-slide {
  width: auto;
}
.swiper.table-right {
  margin-left: 24px;
}
.swiper.table-right .swiper-slide {
  width: auto;
}
.package-link {
  display: none;
}
.e-mail a {
  cursor: unset;
}
.list-with-dots {
  padding-left: 16px;
  margin: 8px 0;
}
.list-with-dots .green {
  font-weight: 400;
}
.list-with-dots li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 19px;
  text-decoration: underline;
  list-style: disc;
  cursor: pointer;
}
.list-with-dots li:hover {
  text-decoration: none;
}
.overlay-block {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.overlay-block.show-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top__rate-btn.show {
  display: block;
  z-index: 3;
}
blockquote {
  background: rgba(85, 181, 107, 0.1);
  border-left: 4px solid #00850d;
  margin: 10px 0 0;
  width: 100%;
  padding: 16px 11px;
}
blockquote p {
  margin: 0;
}
.terms .section__contacts h1 {
  margin-bottom: 22px;
}
.show {
  display: block;
}
.microgaming .package__section .quest-item-info span {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.top-section-software.top-column img {
  max-width: initial;
}
.live .top-section picture {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: -20px;
}
.live .top-section img {
  height: auto;
}
.best-live-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.best-live-item {
  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;
  width: 11.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 16px;
  height: auto;
}
.best-live-item:last-child {
  margin-right: 0;
}
.best-live-top {
  max-height: 82px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.0625rem;
}
.best-live-top div {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  padding-right: 0.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.best-live-top div:before {
  content: "";
  position: absolute;
}
.best-live-top span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.vip-item .best-live-top {
  background: #d8d5ff;
}
.vip-item .best-live-top div:before {
  width: 16px;
  height: 17px;
  background: url(../img/icos/vip.svg) no-repeat;
  left: -15px;
  top: -9px;
}
.vip-item .best-live-top span {
  color: #210dff;
}
.squeeze-item .best-live-top {
  background: #fff3b7;
}
.squeeze-item .best-live-top div:before {
  width: 30px;
  height: 30px;
  background: url(../img/icos/cards-y.svg) no-repeat;
  left: -5px;
  top: 9px;
}
.squeeze-item .best-live-top span {
  color: #ffd200;
}
.speed-item .best-live-top {
  background: #ffd8d8;
}
.speed-item .best-live-top div:before {
  width: 30px;
  height: 30px;
  background: url(../img/icos/speedometer.svg) no-repeat;
  left: -5px;
  top: -14px;
}
.speed-item .best-live-top span {
  color: #f24444;
}
.progressive-item .best-live-top {
  background: #bae6ff;
}
.progressive-item .best-live-top div::before {
  width: 30px;
  height: 32px;
  background: url(../img/icos/card-game-l.svg) no-repeat;
  left: -12px;
  top: 24px;
}
.progressive-item .best-live-top div::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 32px;
  background: url(../img/icos/card-game-r.svg) no-repeat;
  right: -12px;
  top: -12px;
}
.progressive-item .best-live-top span {
  color: #049bc8;
}
.mini-item .best-live-top {
  background: #c6ffc9;
}
.mini-item .best-live-top div:before {
  width: 30px;
  height: 30px;
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
  left: -15px;
  top: -14px;
}
.mini-item .best-live-top span {
  color: var(--hoverColor);
}
.baccarat__software-item {
  width: 99%;
}
.best-live-block {
  padding: 0.5625rem 0.75rem;
  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;
  height: 100%;
  width: 100%;
}
.best-live-block span {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.best-live-block .btn-yellow {
  text-transform: uppercase;
  padding: 0.4375rem;
  text-align: center;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.live-diller img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.live-vip-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.softwarem-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 256px;
}
.softwarem-grid .block1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9.375rem;
}
.softwarem-grid .block1 img {
  width: 150px;
  height: 135px;
  border-radius: 5px;
  border: 1px solid var(--asideBorder);
  -o-object-fit: cover;
  object-fit: cover;
}
.softwarem-grid .block1 a {
  display: block;
}
.softwarem-grid .block1 p {
  display: block;
  text-align: left;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}
.softwarem-grid .block1 .autor-block {
  background: var(--blocksBg);
  border-radius: 5px;
  padding: 0.75rem 0.4375rem;
  color: #6d6d6d;
  margin-top: 6px;
}
.softwarem-grid .block1 .autor-block a {
  color: var(--readHover);
  text-decoration: underline;
  margin-bottom: 0.75rem;
}
.softwarem-grid .block1 .autor-block span {
  display: inline-block;
  color: #fff;
}
.softwarem-grid .casino-list {
  padding-bottom: 17px;
}
.softwarem-grid .casino-features {
  width: 41rem;
  height: 100%;
}
.softwarem-grid .block3 {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  gap: 8px 0px;
  width: 352px;
  flex-shrink: 0;
}
.softwarem-grid .block3 img {
  width: 121px;
  height: 100px;
  display: block;
  border: 1px solid var(--asideBorder);
  border-radius: 5px;
}
.softwarem-grid .block3 .bonus-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.softwarem-grid .block3 .bonus-block span {
  color: var(--readHover);
  font-size: 14px;
}
.softwarem-grid .block3 .bonus-block span[data-mark^="1"],
.softwarem-grid .block3 .bonus-block span[data-mark^="2"],
.softwarem-grid .block3 .bonus-block span[data-mark^="3"] {
  color: #f53400;
}
.softwarem-grid .block3 .bonus-block span[data-mark^="4"],
.softwarem-grid .block3 .bonus-block span[data-mark^="5"],
.softwarem-grid .block3 .bonus-block span[data-mark^="6"],
.softwarem-grid .block3 .bonus-block span[data-mark^="7"] {
  color: #fa8a00;
}
.softwarem-grid .block3 .bonus-block span[data-mark^="10"],
.softwarem-grid .block3 .bonus-block span[data-mark^="8"],
.softwarem-grid .block3 .bonus-block span[data-mark^="9"] {
  color: #00850d;
}
.softwarem-grid .block3 .bonus-block p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0.125rem 0;
}
.softwarem-grid .block3 .bonus-price {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  background: rgba(113, 198, 125, 0.05);
  border: 2px solid rgba(0, 133, 13, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}
.softwarem-grid .block3 .bonus-price span {
  display: inline-block;
}
.softwarem-grid .block3 .bonus-price span:first-child {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #00D114;
  opacity: 0.7;
}
.softwarem-grid .block3 .claim-block {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  width: 100%;
}
.softwarem-grid .block3 .claim-block form {
  width: 100%;
}
.softwarem-grid .block3 .claim-block button {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0.6875rem 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: 50px;
  background: var(--btnSeacond);
  transition: background 0.3s ease;
}
.softwarem-grid .block3 .claim-block button:hover{
  background: var(--btnSeacondHover);
}
.sub-block.flex-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 12px;
}
.sub-block.flex-block .sub-block-item img {
  margin-right: 0.3125rem;
  width: 16px;
  height: 16px;
}
.sub-block.flex-block .sub-block-item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0.7;
}
.sub-block.flex-block .sub-block-item a {
  color: var(--readHover);
  text-decoration: underline;
  cursor: unset;
}
.sub-block.flex-block .sub-block-item span {
  color: #fff;
}
.steps__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.steps__wrap .step__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  gap: 16px;
}
.steps__wrap .step__item p {
  margin: 0;
}
.steps__wrap .step__item p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 8px;
}
.top-section .img-flip {
  position: absolute;
  right: 2px;
  top: 40px;
}
.top-section.top-section-software {
  position: relative;
}
.top-section.top-section-software picture {
  width: initial;
}
.top-section.top-section-software.top-column img {
  width: 100%;
}
.top-section.top-section-software.top-column.section-mobile img {
  width: 34%;
}
.top-section.top-section-software.grid-new {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.section__cross-platform .float-img {
  float: right;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
}
.block-margin {
  margin-top: 1.875rem;
}
.section__operating-system img.right {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
.top-section.section__top-strategy {
  gap: 0.9375rem;
}
.top-section.section__top-strategy picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-section.section__top-strategy picture img {
  width: 350px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}
.line-center.line-before::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section__avoid-item {
  margin: 0 auto;
  max-width: 50%;
  padding: 0.5625rem 0.8125rem;
  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: 0.8125rem;
}
.section__avoid-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.section__avoid-item .avoid-list-item {
  position: relative;
  padding-left: 1.25rem;
}
.section__avoid-item .avoid-list-item::before {
  position: absolute;
  content: "";
  left: 0;
  width: 17px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
}
.section__avoid-item .avoid-list-item span {
  color: #000;
  font-weight: 700;
}
.section__avoid-item p {
  margin: 0;
}
.section-participate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.participate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 18.5rem;
}
.participate-item p {
  text-align: center;
}
.betting-tabs .tabs__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}
.betting-tabs .text-block-tab p.text-center {
  font-weight: 700;
  margin: 0.9375rem 0;
}
.betting-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.betting-tabs-list li {
  padding-left: 1.25rem;
  position: relative;
}
.betting-tabs-list li p {
  margin: 0;
}
.betting-tabs-list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.betting-list {
  padding: 0.9375rem 1.25rem;
}
.bets-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 40px;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.bets-list .bets-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}
.bets-list .bets-list-item p {
  margin-bottom: 0;
}
.bets-list h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.dragon-bonus-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dragon-bonus-block img {
  width: 60%;
}
ul.dragon-bonus-list {
  margin: 0;
  padding: 0;
}
ul.dragon-bonus-list li {
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 1.875rem;
}
ul.dragon-bonus-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
}
.section-dragon-bonus img {
  float: right;
  width: 60%;
}
.matching-block.bg-white {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--asideBorder);
}
.matching-block {
  width: 40%;
  padding: 0.8125rem 0.9375rem;
  margin: 0 auto;
}
.matching-block div {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.matching-block div:last-child {
  border-bottom: 0;
}
.top__section {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  max-height: 18.4375rem;
  width: 100%;
}
.top__section img {
  display: block;
  width: 100%;
  height: 100%;
}
p.data {
  color: var(--textColor);
  display: block;
  opacity: 0.7;
  line-height: 20px;
  margin-top: auto;
}
.section-img {
  text-align: center;
}
.section__blog-ti .flex-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__blog-ti img {
  width: 50%;
}
.section__share {
  border: 2px solid #00850d;
  padding: 1.125rem 1.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section__share .flex-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
}
.section__share p {
  margin: 0;
}
.section__share span {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.section__share .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.content-width {
  max-width: 68.5625rem;
  margin: 0 auto;
}
.navigation-article {
  max-width: 80%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 1.25rem 0;
}
.navigation-article .flex-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-article span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
.navigation-article p {
  max-width: 11.0625rem;
  margin: 0;
  margin-top: 0.25rem;
}
.navigation-article .rigth-side {
  text-align: right;
}
.navigation-article .rigth-side a {
  margin-left: 0.625rem;
}
.navigation-article .left-side {
  text-align: left;
}
.navigation-article .left-side,
.navigation-article .rigth-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-article .back,
.navigation-article .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-article .back {
  padding: 0.4375rem 0.375rem;
  margin-right: 0.625rem;
}
.navigation-article .next {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 0.4375rem 0.75rem;
  color: var(--readHover);
}
.navigation-article .next img {
  margin-left: 0.625rem;
}
.section__contacts-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1fr 0.8fr;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  gap: 2rem;
  padding-top: 1.5625rem;
  padding-right: 2.375rem;
}
.content__container.contacts-section {
  height: 100%;
}
.contacts-section {
  margin-bottom: 50px;
}
.section__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px 0 0;
}
.section__contacts h1 {
  margin-bottom: 0;
}
.img-section {
  height: 100%;
  position: relative;
}
.img-section img {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
.form-block {
  margin-bottom: 2.9375rem;
}
.form-block input[type="email"],
.form-block input[type="text"],
.form-block textarea {
  width: 100%;
  border: 1px solid rgba(38, 38, 38, 0.5);
  border-radius: 5px;
  padding: 0.9375rem;
  background: var(--popularItemBg);
}
.form-block textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.form-block .btn-yellow {
  width: 100%;
  text-transform: uppercase;
  padding: 0.75rem 0;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
}
.form-block .notice {
  margin-top: 0.9375rem;
  color: var(--textColor);
  
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-block .notice p {
  margin-top: -1px;
  margin-left: 6px;
  opacity: 0.7;
}
.form-block .notice input[type="checkbox"] {
  margin-top: 0.0625rem;
}
.form-block .notice span {
  margin-left: 0.9375rem;
}
.form-block .notice input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 0;
  margin-right: 0.9375rem;
}
.form-block .notice input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid var(--asideBorder);
  border-radius: 3px;
  background-color: transparent;
  opacity: 1;
}
.form-block .notice input[type="checkbox"]:checked:before {
  border: none;
  background: var(--hoverColor);
}
.form-block .notice input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 5px;
  opacity: 1;
}
.from-group {
  margin-bottom: 1.5em;
}
.other-ways .contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-ways .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  margin-top: 1.5625rem;
}
.other-ways p {
  margin-top: 0.9375rem;
}
.about_title {
  margin-bottom: 16px;
}
.team-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.9375rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
}
.team-wrap-item picture {
  text-align: center;
}
.team-wrap-item img {
  max-width: 15.125rem;
  border-radius: 12px;
}
.team-wrap-item span {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}
.team-wrap-item p.text-center,
.team-wrap-item p:first-child {
  margin: 7px 0;
}
.team-wrap-item p:last-child {
  text-align: justify;
  margin: 0;
}
.block__contact .section__contacts-wrap {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.block__contact .img-section img {
  width: 80%;
}
.block__contact .other-ways {
  display: none;
}
.block__contact .form-block {
  width: 85%;
}
.sitmap-title {
  margin-top: 1.25rem;
}
.green-title h2 {
  color: var(--readHover);
  margin-bottom: 0.625rem;
}
.section-sitemap {
  padding: 1rem 1.375rem;
}
.section-sitemap ul {
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem 0.8125rem;
}
.section-sitemap:last-child {
  margin-bottom: 3.125rem;
}
.sitemap-item {
  position: relative;
  padding-left: 0.9375rem;
  width: 22%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sitemap-item a:hover {
  color: var(--readHover);
}
.sitemap-item:before {
  position: absolute;
  content: "";
  top: 6px;
  background: #e9e9e9;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
}
.sitemap-item:hover:before {
  background: var(--readHover);
}
.author-block img {
  border-radius: 50%;
  width: 135px;
}
.author-block .autor-info {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.author-block .autor-info span {
  font-weight: 400;
}
.section__author-post .btn-yellow {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 1.0625rem;
  text-transform: uppercase;
  padding: 0.4375rem 2.0625rem;
  -webkit-box-shadow: var(--boxShadowBlock);
  box-shadow: var(--boxShadowBlock);
}
.section__author-post .card {
  border: 1px solid transparent;
}
.section__author-post .card.bg-white:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--readHover);
}
.section__author-post {
  max-width: 908px;
  margin: 0 auto;
}
.section__author-post .post .article .card {
  max-width: 292px;
  overflow: hidden;
  width: 100%;
}
.section__author-post .post .article .card img {
  width: 100%;
  max-height: 150px;
}
.section__author-post .post .article .info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top-section-deposit {
  position: relative;
  color: var(--textColor);
  background: var(--asideBody);
  margin-top: -10px;
  padding: 0.625rem 0 0.9375rem;
}
.top-section-deposit h1 {
  margin-bottom: 0.625rem;
}
.top-section-deposit::before {
  content: "";
  position: absolute;
  height: 6.9375rem;
  width: 100%;
  top: 0;
  left: 0;
  background: #004807;
  z-index: -1;
}
.top-section-deposit .show-more {
  color: var(--textColor);
}
.no_deposit .quest__section-inner {
  margin-bottom: 16px;
}
.deposit-autor {
  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: var(--blocksBg);
  border-radius: 5px;
  border: 1px solid var(--asideBorder);
  padding: 0.4375rem 0.9375rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.625rem;
}
.deposit-autor p {
  color: #fff;
  opacity: 0.7;
  display: block;
  margin: 0;
}
.deposit-autor a {
  color: var(--readHover);
  opacity: 1;
}
.deposit-autor span {
  color: #fff;
  opacity: 1;
}
.deposit-casino h2 {
  margin-top: 1.25rem;
}
.fair-terms {
  padding: 0.75rem 0.9375rem;
}
.fair-terms h3 {
  color: var(--readHover);
  margin: 0;
}
.no-deposit-block .deposit-block-item {
  gap: 0.9375rem;
}
.no-deposit-block .deposit-block-item img {
  width: 47px;
  height: 47px;
  display: block;
  margin-top: 0.3125rem;
}
.no-deposit-block h3 {
  margin: 0;
  color: var(--readHover);
}
.deposit-bonuses-item {
  margin-top: 1.25rem;
}
.deposit-bonuses-item img {
  display: block;
  width: 236px;
  height: 167px;
}
.deposit-bonuses-item h3 {
  margin: 0;
  color: var(--readHover);
}
.green {
  color: var(--readHover);
  font-weight: 700;
}
h3.title-with-img {
  position: relative;
  padding-left: 50px;
}
h3.title-with-img img {
  position: absolute;
  top: 4px;
  left: 0;
}
h3.title-with-img + p {
  margin-left: 57px;
}
.no-deposit-list {
  margin: 0;
  padding: 0;
  display: flow-root;
}
.no-deposit-list li {
  padding-left: 1.5625rem;
  position: relative;
  margin-bottom: 0.625rem;
}
.no-deposit-list li:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../img/icos/poker-chip.svg) no-repeat;
}
.deposit-list {
  counter-reset: myCounter;
  margin: 0;
  padding: 0;
  margin-top: 0.8125rem;
  position: relative;
}
.deposit-list::before {
  position: absolute;
  content: "";
  left: 9px;
  top: 0;
  width: 0.125rem;
  height: 87%;
  border: 1px dashed var(--readHover);
  opacity: 0.3;
}
.deposit-list li {
  /* border-bottom: 1px solid #eaeaea; */
  position: relative;
  margin-left: 25px;
  margin-bottom: 0.8125rem;
}
.deposit-list li:before {
  position: absolute;
  top: -5px;
  left: -25px;
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: var(--btnSeacondHover);
  display: inline-block;
  text-align: center;
  margin: 5px 10px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 18px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
.deposit-casino-bonuses {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.deposit-casino-bonuses ul {
  margin: 0;
  padding: 0;
}
.deposit-casino-bonuses ul li {
  padding-left: 1.5625rem;
  position: relative;
  margin-bottom: 0.8125rem;
}
.deposit-casino-bonuses ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
  width: 17px;
  height: 17px;
}
.deposit-winner {
  margin-top: 1.25rem;
  padding: 0.9375rem;
}
.deposit-winner h3 {
  margin-top: 0;
}
.no_deposit .quest__section-inner {
  margin-bottom: 32px;
}
.no_deposit .recomended-scroll .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no_deposit h3.green {
  margin-bottom: 3px;
  margin-top: 0;
}
.no_deposit h3.green + p {
  margin-top: 0;
}
.teg-top-block {
  padding: 1.3125rem 1.25rem;
  background: var(--blocksBg);
  border-radius: 5px;
}
.teg-top-block p {
  margin-top: 0;
}
.teg-top-block img.justifyleft {
  float: left !important;
}
.editors__list {
  margin: 0;
  padding: 0;
  max-width: 288px;
}
.editors__list li {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.editors__list li:hover {
  color: var(--readHover);
  font-weight: 700;
}
.editors__list li:last-child {
  border-bottom: 0;
}
.aside__sticky {
  margin-bottom: 1.25rem;
}
.teg-content .aside__content {
  max-width: 18.25rem;
  width: 100%;
  margin-left: 20px;
}
.aside__article {
  max-width: 288px;
  overflow: hidden;
}
.aside__article img {
  display: block;
  width: 100%;
  height: auto;
}
.aside__article-text {
  padding: 0.5625rem 0.75rem;
}
.aside__article-text a {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.cards {
  margin-bottom: 3.125rem;
}
.cards-item {
  padding: 0.5rem 0.9375rem 0.5rem 0.625rem;
  margin-bottom: 0.9375rem;
}
.cards-item .card.flex-block {
  gap: 0.9375rem;
}
.cards-item img {
  width: 161px;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.cards-item .cards-item-text a {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.cards-item .cards-item-text a:hover {
  color: var(--readHover);
}
.cards-item .cards-item-text p {
  line-height: 1.3125rem;
}
.cards-item .sub__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cards-item .sub__info span {
  display: block;
  font-weight: 400;
  color: #6d6d6d;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.cards-item .sub__info span:first-child {
  padding-left: 0;
  border-right: 2px solid #eaeaea;
}
.cards-item .sub__info span:last-child {
  margin-left: auto;
  color: var(--textColor);
  padding-right: 0;
  position: relative;
  padding-left: 1.375rem;
}
.cards-item .sub__info span:last-child::before {
  content: "";
  position: absolute;
  background: url(../img/icos/eye-b.svg) no-repeat;
  width: 17px;
  height: 17px;
  top: 0.0625rem;
  left: 0;
}
.more-block {
  margin-top: 1.125rem;
}
.more-block .btn-yellow {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.625rem 2.125rem;
  -webkit-box-shadow: var(--boxShadow);
  box-shadow: var(--boxShadow);
}
.live-baccarat-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 15px 30px;
}
.live-baccarat-item {
  -ms-grid-column-span: 3;
  grid-column: 3 span;
  min-height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  height: auto;
}
.live-baccarat-item:last-child {
  margin-right: 0;
}
.live-baccarat-top {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.live-baccarat-top div {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: var(--hintsColor);
}
.live-baccarat-top div:before {
  content: "";
  position: absolute;
}
.live-baccarat-top span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.vip-item .live-baccarat-top {
  background: #d8d5ff;
}
.vip-item .live-baccarat-top div:before {
  width: 16px;
  height: 17px;
  background: url(../img/icos/vip.svg) no-repeat;
  left: -15px;
  top: -9px;
}
.vip-item .live-baccarat-top span {
  color: #210dff;
}
.squeeze-item .live-baccarat-top {
  background: #fff3b7;
}
.squeeze-item .live-baccarat-top div:before {
  width: 27px;
  height: 27px;
  background: url(../img/icos/cards-y.svg) no-repeat;
  background-size: cover;
  left: -19px;
  top: -25px;
}
.squeeze-item .live-baccarat-top span {
  color: #ffd200;
}
.speed-item .live-baccarat-top {
  background: #ffd8d8;
}
.speed-item .live-baccarat-top div:before {
  width: 30px;
  height: 30px;
  background: url(../img/icos/speedometer.svg) no-repeat;
  left: -25px;
  top: -16px;
}
.speed-item .live-baccarat-top span {
  color: #f24444;
}
.progressive-item .live-baccarat-top {
  background: #bae6ff;
}
.progressive-item .live-baccarat-top div::before {
  width: 22px;
  height: 23px;
  background: url(../img/icos/card-game-l.svg) no-repeat;
  background-size: cover;
  left: -8px;
  top: 24px;
}
.progressive-item .live-baccarat-top div::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 29px;
  background: url(../img/icos/card-game-r.svg) no-repeat;
  background-size: cover;
  right: 1px;
  top: -25px;
}
.progressive-item .live-baccarat-top span {
  color: #049bc8;
}
.mini-item .live-baccarat-top {
  background: #c6ffc9;
}
.mini-item .live-baccarat-top div:before {
  width: 30px;
  height: 30px;
  background: url(../img/icos/poker-chip-l.svg) no-repeat;
  left: -20px;
  top: -14px;
}
.mini-item .live-baccarat-top span {
  color: var(--rateBorder);
}
.table-green {
  background: #efffec;
  border: 2px solid var(--readHover);
  padding: 4px 16px 8px;
  border-spacing: 0 8px;
}
.table-green tr {
  border-radius: 5px;
}
.table-green tr td {
  background: rgba(0, 133, 13, 0.2);
  border: none;
  border-right: 1px solid var(--readHover);
  padding: 10px 12px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}
.table-green tr td:first-child {
  border-radius: 5px 0 0 5px;
  background: rgba(0, 133, 13, 0.2);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.table-green tr td:last-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}
.table-green tr:first-child {
  background: 0 0;
}
.table-green tr:first-child td {
  background: 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  border: none;
  padding: 0;
}
.demo__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin: 16px 0 10px;
}
.demo__wrap-item {
  padding: 6px 6px 8px;
  border: 1px solid transparent;
  background: var(--blocksBg);
  cursor: pointer;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
.demo__wrap-item img {
  margin-bottom: 7px;
  width: 100%;
  height: auto;
}
.demo__wrap-item p {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: var(--readHover);
  margin: 0;
}
.demo__wrap-item:hover {
  border: 1px solid #00850d;
}
.demo__wrap-item:hover p {
  text-decoration: underline;
}
.steps__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin: 18px 0 10px;
}
.steps__wrap .step__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  padding: 12px 14px 15px;
  border: 1px solid var(--asideBorder);
}
.steps__wrap .step__item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
  color: var(--textColor);
  margin: 0;
}
.steps__wrap .step__item p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--textColor);
  margin-bottom: 8px;
  text-align: left;
}
.demo__popular-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin: 16px 0 10px;
}
.demo__popular-wrap .demo-popular-item {
  padding: 6px 6px 8px;
  border: 1px solid transparent;
  background: #fff;
  cursor: pointer;
  -ms-grid-column-span: 3;
  grid-column: 3 span;
}
.demo__popular-wrap .demo-popular-item img {
  margin-bottom: 7px;
  width: 100%;
  height: auto;
}
.demo__popular-wrap .demo-popular-item p {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: var(--readHover);
  margin: 0;
}
.demo__popular-wrap .demo-popular-item:hover {
  border: 1px solid var(--readHover);
}
.demo__popular-wrap .demo-popular-item:hover p {
  text-decoration: underline;
}
.rules__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  margin: 14px 0 0;
  gap: 22px 30px;
}
.rules__item {
  background: var(--btnSeacond);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--btnsBorder);
  border-radius: 5px;
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: var(--textColor);
  padding: 17px 0 18px;
  border: 1px solid transparent;
  transition: background 0.3s ease;
}
.rules__item:hover {
  background: var(--hoverColor);
}
.payment__wrpa {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  margin: 15px 0 0;
  gap: 12px;
}
.peyment__item {
  background: var(--blocksBg);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 1px silid var(--asideBorder);
  padding: 6px 6px 7px;
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
.peyment__item img {
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-bottom: 6;
}
.peyment__item p {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: var(--readHover);
  margin: 0;
}
.games__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 27px;
  margin: 15px 0 10px;
}
.games__wrap .games__item {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  overflow: hidden;
}
.games__wrap .games__item img {
  width: 100%;
  height: auto;
  display: block;
}
.games__wrap .games__item-text {
  padding: 16px 14px 14px;
}
.games__wrap .games__item-text p {
  margin: 0;
  margin-bottom: 12px;
  color: var(--textColor);
}
.games__wrap .games__item-text p:first-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: var(--textColor);
  margin-bottom: 8px;
}
.games__wrap .btn-yellow {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--btnsColorText);
}
.contacts h1 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.menu__item-software{
  padding-right: 15px;
}
.menu__item-software::after {
  position: absolute;
  content: '+';
  font-weight: 700;
  color: #01B33B;
  right: 0;
  top: -1px;
  font-size: 20px;
  transition: transform 0.2s ease;
}
.sidebets .breadcrumbs-list li a,
.mobile .breadcrumbs-list li a,
.author .breadcrumbs-list li a,
.about .breadcrumbs-list li a,
.strategy .breadcrumbs-list li a,
.tag .breadcrumbs-list li a,
.software .breadcrumbs-list li a{
  color: #fff;
  opacity: 0.7;
}
.sidebets .breadcrumbs-list li a::after,
.mobile .breadcrumbs-list li a::after,
.author .breadcrumbs-list li a::after,
.about .breadcrumbs-list li a::after,
.strategy .breadcrumbs-list li a::after,
.tag .breadcrumbs-list li a::after,
.software .breadcrumbs-list li a::after{
  color: #fff;
}
.sidebets .breadcrumbs-list li:last-child a,
.mobile .breadcrumbs-list li:last-child a,
.author .breadcrumbs-list li:last-child a,
.about .breadcrumbs-list li:last-child a,
.strategy .breadcrumbs-list li:last-child a,
.tag .breadcrumbs-list li:last-child a,
.software .breadcrumbs-list li:last-child a{
  color: #fff;
  opacity: 1;
}
@media (min-width: 1220px) {
  .menu__link:hover::after,
  .menu__link:hover::before {
    visibility: visible;
    transition: visibility 0.3s ease;
  }
  .menu__item-software:hover::after {
    transform: rotate(360deg);
    content: '-';
  }
}
@media (min-width: 74.43625em) {
  .menu__item-software {
    position: relative;
  }
  .menu__item-software:hover .dropdown {
    display: block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .menu__item-lang:hover .dropdown-lg {
    display: block;
    visibility: visible;
  }
  .main__content {
    max-width: 1014px;
  }
}
@media (min-width: 769px) {
  .swiper {
    overflow: visible;
  }
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1360px) {
  .lang-block {
    background: initial;
  }
}
@media (max-width: 1220px) {
  .menu__body .menu__item-lang {
    width: 100%;
  }
  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    height: 16px;
    cursor: pointer;
    z-index: 5;
    background: 0 0;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0;
  }
  .menu__item-software{
    padding-right: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu__body {
    width: initial;
  }
  .menu__body .menu__item:first-child {
    margin-left: initial;
  }
  .menu__body .menu__item-lang {
    margin-left: initial;
  }
  .menu__item .arrow-down {
    display: block;
  }
  .dropdown-lg.drop-open,
  .dropdown.drop-open {
    display: block;
    visibility: visible;
    box-shadow: none;
  }
  .scroll__section.swiper .swiper-slide {
    margin-right: 8px;
  }
  .aside__content .aside__page .title-aside-page {
    text-align: left;
    padding-left: 35px;
    cursor: pointer;
  }
  .scroll__block {
    gap: 0;
  }
  .menu {
    padding: 0.625rem;
  }
  .menu__list {
    display: none;
    position: absolute;
    background: var(--headerBG);
    -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: 0;
    padding: 0;
    right: 0;
    top: 55px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 3;
  }
  .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 10px 10px 45px;
    width: 100%;
    margin-right: 0;
  }
  .menu__item .arrow-down {
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu__item-lang {
    padding-right: 0.625rem;
  }
  .menu__item-lang span {
    display: block;
    color: var(--headerColor);
    font-weight: 700;
  }
  .menu__item-lang .arrow-down {
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu__item-software .arrow-down {
    display: block;
  }
  .menu__item-lang .arrow-down  svg {
    stroke: var(--headerColor);
  }
  /* .menu__link-software:hover svg path {
    fill: var(--headerHover);
  } */
  .lang__ico {
    margin: 0.625rem 0.625rem;
  }
  .dropdown__best {
    display: none !important;
  }
  .dropdown,
  .dropdown-lg {
    display: none;
    position: initial;
    background: inherit;
    color: #fff;
    border: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
  .dropdown ul::after,
  .dropdown ul::before,
  .dropdown-lg ul::after,
  .dropdown-lg ul::before {
    display: none;
  }
  .dropdown ul,
  .dropdown-lg ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
  }
  .dropdown ul li,
  .dropdown-lg ul li {
    margin-bottom: 0.625rem;
    width: 100%;
  }
  .dropdown ul li a,
  .dropdown-lg ul li a {
    color: var(--headerColor);
  }
  .dropdown ul li a:hover,
  .dropdown-lg ul li a:hover {
    color: var(--asideHover);
  }
  .dropdown {
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  .dropdown ul {
    padding-left: 35px;
  }
  .dropdown-lg {
    padding-bottom: 1.25rem;
  }
  .lang-block:hover {
    color: var(--headerHover)
  }
  /* .lang-block:hover svg path {
    fill: var(--headerColor);
  } */
  .dropdown-lg {
    display: none;
    position: initial;
    background: inherit;
    color: #fff;
    border: none;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
  }
  .dropdown-lg ul::after,
  .dropdown-lg ul::before {
    display: none;
  }
  .dropdown-lg ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
    overflow-y: scroll;
    height: 320px;
    flex-direction: column;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .menu__item-online:hover .dropdown__best {
    display: block;
  }
  .dropdown__best {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    overflow-y: scroll;
    position: initial;
    max-height: 70vh;
    color: #fff;
    background: 0 0;
    width: 100%;
  }
  .menu__list.show {
    width: 65%;
    display: block;
  }
  .dropdown__best .best-recomend-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
  }
  .dropdown__best .best-casino-item ul li a,
  .dropdown__best .best-recomend-item span {
    color: #fff;
  }
  .dropdown__best-casino {
    max-width: 100%;
  }
  .dropdown.show > ul {
    display: block;
  }
  .menu__link {
    padding-bottom: 10px;
  }
  .arrow-down.arrow-rotate {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  html[lang="en"] .menu__list {
    gap: 0;
    padding-left: 0;
  }
  .menu__item {
    padding: 0;
    padding-left: 10px;
  }
  .menu__link {
    padding-left: 0;
  }
  .menu__link-software::after, .menu__link-guides::after, .menu__link-live::after  {
    display: none;
  }
  .menu__item-software::after  {
    right: 13px;
    top: 10px;
    font-size: 22px;
  }
  .menu__item-software.arrow-rotate::after{
    transform: rotate(360deg);
    content: '-';
  }
}
@media (max-width: 1168px) {
  .news-lts .post .article .card {
    max-width: 280px;
  }
}
@media (max-width: 956px) {
  .sitemap-item {
    width: 30%;
  }
  table {
    margin-left: 0 !important;
  }
}
@media (max-width: 890px) {
  .news-lts .post .article .card {
    max-width: 328px;
  }
}
@media (max-width: 767px) {
  .news-lts .post .article {
    -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;
  }
  .top__casino-section .breadcrumbs-list{
    display: none;
  }
}
@media (max-width: 590px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }
  .how-find img {
    width: 30%;
  }
  .section__author-post .post .article .card {
    max-width: 100%;
  }
  .contacts .section__contacts {
    margin-top: 0;
  }
  .contacts h1 {
    margin-bottom: 20px;
    margin-top: 18px;
  }
  .main__content .aside__content .aside__page {
    margin-bottom: 10px;
  }
}
@media (max-width: 490px) {
  .collection-block-wrap.swiper-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 479px) {
  .news-inner .author .author-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner .main__content .news .author .author-inner .name {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 7px;
  }
  .news-inner .main__content .news .author .author-inner .data {
    padding-left: 0;
  }
  .news-inner .main__content .news .author .counter {
    display: none;
  }
  .news-inner .asaide-right {
    padding: 0 0.46875rem;
  }
  .aside__content {
    margin-left: 0;
  }
  .news-inner .asaide-right .aside__sticky .aside__page .page__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
  }
}
@media (max-width: 78.75em) {
  .news-inner2 .collection-block-wrap {
    gap: 16px;
  }
  .wrapper {
    overflow-x: auto;
  }
  .menu__list.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

}
@media (max-width: 74.43625em) {
  .show {
    display: block;
  }
  footer .footer__container {
    padding: 0.9375rem 0.9375rem;
  }
  footer .footer__bottom .footer__container {
    display: -ms-grid;
    display: grid;
    gap: 0.625rem;
    padding: 0.625rem 0.625rem;
  }
  footer .footer__bottom .footer__social {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  footer .footer__bottom .footer__list {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  footer .footer__bottom .footer__brands {
    margin-left: 0;
  }
  .baccarat__pro-inner .tabs__list-play {
    padding-left: 0;
  }
  .baccarat__pro-inner .pro-platforms__item {
    margin-left: 0;
  }
  .baccarat__pro-platforms .pro-platforms__item:last-child {
    margin-bottom: 10px;
  }
  .tabs__list-play {
    padding-left: 0;
  }
  .baccarat__pro-inner .pro-platforms__item {
    margin-left: 0;
  }
  .aside__content {
    display: none;
    margin-left: 0;
  }
  .main__content .aside__content {
    display: block;
  }
  .main__content .aside__content .aside__page,
  .main__content .aside__content .aside__top {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main__content .aside__content .aside__top {
    display: none;
  }
  .main__content .aside__content .aside__page {
    margin-top: 0;
    width: 100%;
  }
  .main__content .aside__content .aside__page .aside__page-block {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main__content .aside__content .aside__page ul {
    -webkit-columns: auto 3;
    -moz-columns: auto 3;
    columns: auto 3;
    width: 100%;
  }
  .main__content .aside__content .aside__page .pages__list {
    border-top: 1px solid #eaeaea;
    padding-top: 0.625rem;
  }
  .main__content .aside__content .aside__page .sllft {
    margin-bottom: 0;
  }
  .main__content .aside__content .aside__sticky {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .scroll__block {
    width: 100%;
  }
  .scroll__block-item {
    display: block;
    width: 16.25rem;
  }
  .scroll__block-item p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lates__news .lates__news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lates__news .lates__news-tabs,
  .lates__news .tabs__body {
    width: 100%;
  }
  .lates__news .tabs__body {
    overflow: hidden;
    border-radius: 5px;
  }
  .lates__news .tabs__block {
    min-height: 28.125rem;
    border-radius: 5px;
    overflow: hidden;
  }
  .lates__news .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-top: 1.25rem;
  }
  .lates__news .tabs__item {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.25rem;
    border-bottom: 0;
    margin-left: 0;
  }
  .lates__news .tabs__item p {
    max-height: 3.75rem;
    overflow: hidden;
  }
  .top__rated-item {
    -ms-grid-columns: 15% 44% 30%;
    grid-template-columns: 15% 44% 30%;
    gap: 0.625rem;
  }
  .top__rated-item .rated-item-list {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
  .top__rated-item .rated-item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top__rated-item .rated-item-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .news-inner .aside__content .aside__bottom {
    width: 100%;
  }
  .news-inner .aside__content .aside__bottom .wrap {
    width: 100%;
  }
  .news-inner2 {
    max-width: 100%;
  }
  .news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner .main__content {
    max-width: 1168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner .main__content .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner .main__content .aside__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news-inner .main__content .aside__content .aside__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .news-inner .main__content .news .news-wrap {
    max-width: 1168px;
  }
  .news-inner .main__content .news-inner2 .breadcrumb {
    margin-top: 0;
  }
  .news-inner
    .main__content
    .news-inner2
    .baccarat__collection-item
    .baccarat__collection-block {
    max-width: 100%;
  }
  .news-inner
    .main__content
    .news-inner2
    .baccarat__collection-item
    .baccarat__collection-block
    .card {
    margin-right: 0;
  }
  .news-inner .main__content .news-inner2 .but {
    max-width: 100%;
  }
  .news-inner .main__content .aside__content {
    display: none;
  }
  .news-inner .aside__bottomn {
    display: block;
    margin-bottom: 7px;
  }
  .news-inner .aside__content .aside__page {
    width: 100%;
  }
  .aside__content .aside__page-block {
    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;
  }
  .aside__content .aside__page .page__list {
    margin-right: 20%;
    border-bottom: 0;
  }
  .aside__content .aside__page .page__list li:last-child {
    margin-bottom: 0;
  }
  .aside__content .aside__page-block {
    padding: 10px;
  }
  .news-inner2 .aside__bottomn2 {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    margin-bottom: 30px;
  }
  .news-inner2 .aside__bottomn2 .head {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 9px 0 9px 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .news-inner2 .aside__bottomn2 .asaide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
  }
  .news-inner2 .aside__bottomn2 .wrap {
    padding: 0 15px 0 15px;
  }
  .news-inner2 .aside__bottomn2 .asaide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    padding: 12px 0 12px 0;
  }
  .news-inner2 .aside__bottomn2 .wrap:hover {
    color: var(--readHover);
    background-color: #f5f5f5;
  }
  .news-inner2 .aside__bottomn2 a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .news-inner2 .aside__bottomn2 a:hover {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .news-inner2 .aside__bottomn2 img {
    margin-right: 13px;
  }
  .news-inner2 .aside__bottomn2 p {
    font-size: 15px;
    margin: 0;
  }
  .rating-block-wrap span {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 0;
  }
  .progress-item {
    margin-bottom: 0.625rem;
  }
  .casino-rating-block {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* main {
    margin-top: 55px;
  } */
  .wrapper {
    overflow-x: hidden;
  }
  .menu__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* padding: 0; */
  }
  .menu__item {
    position: relative;
  }
  .menu__item .arrow-down {
    position: absolute;
    top: 9px;
    right: 12px;
  }
  .top__rate-btn {
    display: block;
  }
  .best-live-item {
    margin-bottom: 0.625rem;
  }
  .softwarem-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    height: auto;
  }
  .softwarem-grid .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .block1 img {
    width: 9.375rem;
  }
  .softwarem-grid .block1 .autor-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .softwarem-grid .block1 .autor-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .top__casino-features {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .softwarem-grid .top__casino-features .casino-features {
    width: 100%;
    max-width: 100%;
  }
  .softwarem-grid .block3 {
    -ms-grid-columns: 0.7fr 1fr 1fr 1fr;
    grid-template-columns: 0.7fr 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .softwarem-grid .block3 img {
    width: 7.5rem;
  }
  .softwarem-grid .block3 .bonus-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .softwarem-grid .block3 .bonus-price {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  .softwarem-grid .block3 .claim-block {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    width: 100%;
  }
  .content__inner.teg-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .teg-content .aside__content {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 1.25rem;
  }
  .teg-content .aside__content .aside__article,
  .teg-content .aside__content .aside__editors {
    width: 100%;
  }
}
@media (max-width: 62.49875em) {
  .review-best-block {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .best-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .best-block-item img {
    height: 4.8125rem;
  }
  .best-block-item .claim-block {
    width: 100%;
  }
  .best-block-item .claim-block .btn-yellow {
    width: 100%;
    text-align: center;
  }
  .online-casino-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .software-item__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .online-casino-wrap .software-item__top .item__top-info {
    width: auto;
  }
  .table-slide .swiper-slide {
    width: auto;
  }
  .swiper.table-slide {
    padding-bottom: 15px;
  }
  .softwarem-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.1fr 1fr;
    grid-template-columns: 0.1fr 1fr;
  }
  .softwarem-grid .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .block1 img {
    width: 9.375rem;
  }
  .softwarem-grid .block1 .autor-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .softwarem-grid .block1 .autor-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .top__casino-features {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .softwarem-grid .top__casino-features .casino-features {
    width: 100%;
    max-width: 100%;
  }
  .softwarem-grid .block3 {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    width: 100%;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .softwarem-grid .block3 img {
    width: 7.5rem;
  }
  .softwarem-grid .block3 .bonus-block {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .softwarem-grid .block3 .bonus-price {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
  .softwarem-grid .block3 .bonus-price span {
    display: block;
  }
  .softwarem-grid .block3 .claim-block {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    width: 100%;
  }
  .content.casinos p > picture img {
    width: 100%;
  }
}
@media (max-width: 55.68625em) {
  .baccarat__pro-inner {
    display: block;
  }
  .baccarat__pro-inner .baccarat__pro-view {
    min-height: 25rem;
  }
  .baccarat__pro-inner .baccarat__pro-platforms {
    margin-left: 0;
  }
  .baccarat__pro-inner .baccarat__pro-platforms .tabs__list-play {
    gap: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: scroll;
    margin-top: 1.25rem;
    width: 100%;
  }
  .baccarat__pro-inner .pro-platforms__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20rem;
    margin-left: 0.9375rem;
    margin-bottom: 10px;
  }
  .top__casino-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
  }
  .top__casino-features {
    width: 100%;
  }
  .casino-rating-block {
    width: 100%;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .recommended__casino-wrap .quest-item {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
  .checks-block-item {
    display: block;
    text-align: center;
  }
  .section__cards-games {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-column {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .top-column h1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top-column .text-block {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .top-column img {
    width: 100%;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 0.625rem;
    margin-right: 0;
  }
  .top-section .img-flip {
    position: initial;
    width: 100%;
  }
  .top-section.top-section-software.grid-new {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top-section.top-section-software picture {
    width: 100%;
    max-width: 100%;
  }
  .top-section.top-section-software picture img {
    width: 100%;
    height: auto;
  }
  .top-section.top-section-software.top-column img {
    width: 100%;
    height: auto;
  }
  .top-section.top-section-software.top-column.section-mobile img {
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  [class*="__container"] {
    max-width: none;
    padding: 0 0.625rem;
  }
  footer .footer__container {
    padding: 12px 10px;
  }
  footer .footer__inner {
    gap: 8px;
  }
  footer .footer__inner .col-1 {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  footer .footer__inner .col-1 p {
    max-height: 3.4375rem;
    overflow: hidden;
  }
  footer .footer__inner .col-2 {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  footer .footer__inner .col-2 .footer__form {
    width: 100%;
    min-width: auto;
    padding: 9px 11px 8px;
  }
  footer .footer__inner .col-2 .footer__form .form__email {
    width: 100%;
  }
  footer .footer__inner .col-2 .footer__form .form__button {
    width: 100%;
    margin-top: 0.375rem;
  }
  footer .footer__inner .col-2 .footer__form:after {
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    background-size: cover;
  }
  footer .footer__inner .footer__info {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  footer .footer__inner .footer__info p {
    margin-bottom: 0;
  }
  footer .footer__bottom .footer__container {
    display: -ms-grid;
    display: grid;
    gap: 0;
    padding: 4px 10px;
  }
  footer .footer__bottom .footer__social {
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding: 0.6875rem 0;
    margin: 0 auto;
    gap: 1.1875rem;
  }
  footer .footer__bottom .footer__list {
    -ms-grid-row: 1;
    grid-row-start: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0.5rem 0.5rem;
  }
  footer .footer__bottom .footer__list li {
    width: 48%;
    margin-bottom: 0.3125rem;
  }
  footer .footer__bottom .footer__brands {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 0;
    padding-top: 0.5rem;
    gap: 0.75rem;
  }
  .collection-block-wrap {
    padding: 10px 20px;
  }
  .baccarat__collection-item {
    gap: 10px 25px;
  }
  .text_simple img.justifyright {
    margin-left: 0;
  }
  #slider1,
  #slider2,
  #slider3,
  #slider4 {
    padding-bottom: 40px;
  }
  .baccarat__popular-block,
  .baccarat__software-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .baccarat__pro-popup .sub-platform .col-2 {
    display: none;
  }
  .baccarat__software-block .baccarat__software-item {
    height: auto;
  }
  .baccarat__pro-inner .pro-platforms__item {
    margin-left: 0;
  }
  .baccarat__pro-popup .baccarat__pro-view {
    min-height: 12.625rem;
  }
  .baccarat__pro-popup .baccarat__pro-view button {
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.625rem;
  }
  .baccarat__popular-item {
    height: auto;
  }
  .collection-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .baccarat__games-block .game-block-wrap .game-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .baccarat__games-desk {
    display: none;
  }
  .baccarat__games-text img {
    display: block;
    width: 100%;
    height: auto;
  }
  .baccarat__collection-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .collection-block-wrap {
    padding-bottom: 0;
  }
  .baccarat__collection-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 7px;
  }
  .baccarat__collection-item .game-preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baccarat__collection-item .game-preview span {
    padding: 0 0.875rem;
  }
  .baccarat__collection-item .game-preview div {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .baccarat__collection-item .game-preview div img {
    width: 125px;
    height: 98px;
  }
  .baccarat__collection-item .game-preview,
  .baccarat__collection-item .game-preview-text {
    width: 90%;
  }
  .quest__section-inner .quest-head {
    display: none;
  }
  .quest__section-inner .quest-item {
    -ms-grid-columns: 117px 3fr 2fr 2fr;
    grid-template-columns: 117px 3fr 2fr 2fr;
  }
  .quest__section-inner .quest-item .quest-item-claim {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    width: 100%;
  }
  .quest__section-inner .quest-item .quest-item-claim button {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .top-section picture {
    display: none;
  }
  .top-section.top-section-software picture {
    display: block;
  }
  .top-section.top-section-software img {
    display: block;
  }
  .top__rated-item {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }
  .top__rated-item .quest-item-casino {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .top__rated-item picture {
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    height: 7.5rem;
  }
  .top__rated-item .rated-item-bonus {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0.5625rem 0.3125rem;
  }
  .top__rated-item .rated-item-bonus .bonus {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 0.3125rem;
  }
  .top__rated-item .rated-item-list {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .top__rated-item .rated-item-list ul {
    display: block;
  }
  .top__rated-item .rated-item-btn {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .top__rated-item .rated-item-btn div {
    width: 100%;
  }
  .top__rated-item .rated-item-btn form {
    width: 100%;
  }
  .top__rated-item .rated-item-btn button {
    width: 100%;
    display: inline-block;
  }
  .lates__news .lates__news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lates__news .lates__news-tabs,
  .lates__news .tabs__body {
    width: 100%;
  }
  .lates__news .tabs__block {
    min-height: 15.625rem;
  }
  .lates__news .tabs__block .lates__title {
    font-size: 1rem;
    line-height: 22px;
  }
  .lates__news .tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-top: 1.25rem;
  }
  .lates__news .tabs__item {
    width: 100%;
    margin-right: 1.25rem;
    border-bottom: 0;
  }
  .lates__news .tabs__item p {
    max-height: 3.75rem;
    overflow: hidden;
  }
  .main__content .aside__content .aside__page .pages__list:last-child {
    display: block;
  }
  .lates__news-inner .tabs__body {
    min-height: 250px;
  }
  .news-lts .post .article .info {
    margin-top: -5px;
  }
  .news-inner2 .but {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .news-inner2 .collection-block-wrap .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .news-inner2 .baccarat__collection-block {
    margin-right: 0;
    margin-left: 0;
  }
  .news-inner .aside__content .aside__page .page__list li a,
  .news-inner .aside__content .aside__page .pages__list li a {
    font-size: 13px;
  }
  .news-inner2 .collection-block-wrap .baccarat__collection-item .card {
    max-width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .news-inner .main__content .news .author .author-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
  }
  .news-inner .main__content .articles h3 {
    font-size: 20px;
  }
  .news-inner .main__content .articles p {
    font-size: 13px;
  }
  .news-inner .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-inner .main__content .articles .about .text {
    width: 100%;
  }
  .news-inner .main__content .articles .about .img {
    width: 100%;
  }
  .news-inner .main__content .articles .about img {
    width: 100%;
    height: auto;
  }
  .aside__content .aside__page .pages__list:last-child {
    display: none;
  }
  .aside__content .aside__page-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .news-inner2 .aside__bottomn2 .asaide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .package__section .quest-item {
    -ms-grid-columns: 42% 53%;
    grid-template-columns: 42% 53%;
  }
  .package__section .quest-item .quest-item-claim,
  .package__section .quest-item .quest-item-info {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .package__section .quest-item .quest-item-claim {
    width: 100%;
  }
  .package__section .quest-item .quest-item-claim button {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .package__section .quest-item > p {
    display: none;
  }
  .promotions__section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .no-webp .block-grid-bg {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(40, 104, 202, 0.1)),
        to(rgba(40, 104, 202, 0.1))
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
    background: -o-linear-gradient(
        bottom,
        rgba(40, 104, 202, 0.1),
        rgba(40, 104, 202, 0.1)
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
    background: linear-gradient(
        0deg,
        rgba(40, 104, 202, 0.1),
        rgba(40, 104, 202, 0.1)
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.jpg);
  }
  .block-grid-bg {
    padding: 0.625rem;
    -webkit-box-shadow:  var(--boxShadowBlock);
    box-shadow:  var(--boxShadowBlock);
    border-radius: 10px;
  }
  .conclusions-descript-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conclusions-descript-top span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .conclusions-descript-top span:last-child {
    margin-top: 0.5rem;
    margin-left: 0;
  }
  .promotions-block-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .promotions-block-item {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .promotions-block-item p {
    display: block;
  }
  .promotions-block-item a img {
    float: left;
    margin-right: 0.625rem;
  }
  .promotions-item-text {
    max-width: 95vw;
  }
  .promotions-item-text a {
    display: block;
  }
  .top__casino-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top__casino-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .casino-features-bonus {
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
  .casino-block-item {
    padding: 0.5625rem;
    background: var(--blocksBg);
    -webkit-box-shadow:  var(--boxShadowBlock);
    box-shadow: var(--boxShadowBlock);
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .casino-block-item a,
  .casino-block-item p,
  .casino-block-item span {
    display: inline-block;
    width: 50%;
  }
  .casino-block-item .block-item-text div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top__casino-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .casino-features-bonus {
    padding: 0.5rem;
  }
  .casino-features-bonus span {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .casino-features-bonus span:first-child {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
  .casino-features-bonus a {
    padding: 0.875rem;
  }
  .overview-wrap-item:first-child {
    margin-left: 20px;
  }
  .casino__overview-block::after {
    right: 0;
    height: 90%;
  }
  .casino__overview-block::after {
    left: 90%;
    height: 90%;
  }
  .software-platform-block h2.line-before {
    margin-top: 0;
  }
  .casino-features .text-wrap {
    height: 95px;
  }
  .onlin__casino-tabs .tabs__body {
    padding: 0.6875rem 0.9375rem;
  }
  .software-platform-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section__omnichannel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 1.5625rem 0.9375rem;
    margin-left: -10px;
    margin-right: -10px;
  }
  .software-platform-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-section-software.top-column-mobile .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-column img {
    display: block;
    width: 100%;
  }
  .casino-tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    border-top: 0;
  }
  .casino-tabs-list li:nth-last-child(2):nth-child(even) {
    border-radius: 0 0 5px 0;
  }
  .casino-tabs-list li:nth-last-child(2):nth-child(even).active {
    border-right: 1px solid #b6b6b6;
    border-radius: 0 0 5px 0;
  }
  .casino-tabs-list li:nth-last-child(2):nth-child(odd) {
    border-radius: 0 0 0 5px;
  }
  .casino-tabs-list li:nth-last-child(2):nth-child(odd).active {
    border-left: 1px solid #b6b6b6;
    border-radius: 0 0 0 5px;
  }
  .casino-tabs-list li:last-child:nth-child(even) {
    border-radius: 0 0 5px 0;
  }
  .casino-tabs-list li:last-child:nth-child(even).active {
    border-right: 1px solid #b6b6b6;
    border-radius: 0 0 5px 0;
  }
  .casino-tabs-list li:last-child:nth-child(odd) {
    border-radius: 0 0 0 5px;
  }
  .casino-tabs-list li:last-child:nth-child(odd).active {
    border-left: 1px solid #b6b6b6;
    border-radius: 0 0 0 5px;
  }
  .casino-tabs-list .tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .casino-tabs-list .tabs__item.active {
    border-radius: 0;
    border-bottom: 1px solid #b6b6b6;
  }
  .onlin__casino-tabs .tabs__block.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onlin__casino-tabs .tabs__block img {
    width: 100%;
  }
  .software-item__top picture:first-child {
    width: 6.375rem;
    height: 6.125rem;
  }
  .software-item__top picture:first-child img {
    max-width: 102px;
    height: 100%;
  }
  .software-item__top picture:last-child {
    width: 6.125rem;
  }
  .software-item__top picture:last-child img {
    max-width: 6.125rem;
    height: 100%;
  }
  h3 > img.justifyleft {
    width: initial;
    float: left !important;
  }
  body {
    font-size: 0.8125rem;
  }
  .image {
    width: 100%;
  }
  .editors__list,
  .teg-content .aside__content {
    max-width: 100%;
  }
  .aside__content .aside__sticky {
    height: auto;
  }
  p > iframe {
    width: 100%;
  }
  h2 {
    margin-bottom: 0.25rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .swiper {
    height: auto;
    padding-bottom: 15px;
  }
  .text-wrap {
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .show-more {
    display: block;
    position: relative;
    margin-top: 0.25rem;
    display: inline-block;
    color: var(--hoverColor);
    padding: 0;
    background: 0 0;
    cursor: pointer;
  }
  .show-more::after {
    content: "";
    background: url(../img/icos/right-arrow.svg) no-repeat;
    width: 0.9375rem;
    height: 0.9375rem;
    position: absolute;
    right: -1.25rem;
    top: 4px;
  }
  .read__more-wrap.active {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .read__more-wrap.active .text-wrap {
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
    max-height: 170em;
  }
  .read__more-wrap.active .show-more::after {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: -0.0625rem;
  }
  .read__more-wrap.active .text-wrap::after {
    display: none;
  }
  .read__more-wrap.shadow .text-wrap {
    position: relative;
  }
  .read__more-wrap.shadow .text-wrap::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #fff;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      color-stop(0, rgba(255, 255, 255, 0.5))
    );
    background: -o-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0.5) 0);
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0.5) 0);
    display: none;
  }
  img.justifyleft,
  img.justifyright {
    width: 100%;
    height: auto;
    float: none !important;
  }
  .baccarat__software-item .text-wrap {
    max-height: 118px;
  }
  .top-section.section__top-strategy picture {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .top-section.section__top-strategy img {
    display: block;
    width: 100%;
  }
  h1 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
  .dropdown__best .best-recomend-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .menu__list.show {
    width: 100%;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .menu__item {
    padding-left: 15px;
  }
  .dropdown__best {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .menu__item-online:hover .dropdown__best {
    width: 100%;
  }
  .live .top-section picture {
    margin-bottom: 0;
  }
  .steps__wrap .step__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .live-vip-section {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .live-diller img {
    width: 100%;
  }
  .softwarem-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.1fr 1fr;
    grid-template-columns: 0.1fr 1fr;
  }
  .softwarem-grid .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .block1 img {
    width: 9.375rem;
  }
  .softwarem-grid .block1 .autor-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .softwarem-grid .block1 .autor-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .top__casino-features {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .softwarem-grid .top__casino-features .casino-features {
    width: 100%;
    max-width: 100%;
  }
  .softwarem-grid .top__casino-features .casino-features .sub-block.flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .softwarem-grid .block3 {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    width: 100%;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .softwarem-grid .block3 img {
    width: 7.5rem;
  }
  .softwarem-grid .block3 .bonus-block {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .softwarem-grid .block3 .bonus-price {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    padding: 0.4375rem 0;
  }
  .softwarem-grid .block3 .bonus-price span {
    display: block;
  }
  .softwarem-grid .block3 .claim-block {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    width: 100%;
  }
  .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section__cross-platform .float-img,
  .section__operating-system img.right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section__cross-platform-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section__mobile-baccarat .baccarat__software-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .top-section img,
  .top-section picture {
    display: none;
  }
  .top-section.top-section-software picture {
    display: block;
  }
  .participate-item {
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .betting-tabs .tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .betting-tabs .tabs__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .section-list .text-wrap {
    height: 148px;
  }
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-section.section__top-strategy img {
    width: 100%;
    display: block;
  }
  .section-dragon-bonus img {
    float: none;
    width: 100%;
  }
  .bets-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem 0;
  }
  .bets-list h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section__avoid-item {
    max-width: 100%;
  }
  .bets-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .navigation-article .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section__share .flex-block {
    gap: 0.625rem;
    text-align: center;
  }
  .section-img img,
  .section__blog-ti img {
    width: 100%;
  }
  .navigation-article {
    max-width: 100%;
  }
  .section__contacts {
    margin: 30px 0;
  }
  .section__contacts h1 {
    margin-bottom: 0.5rem;
  }
  .section__contacts-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0.9375rem;
  }
  .form-block {
    -ms-grid-row: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .form-block .flex-block {
    gap: 0;
  }
  .other-ways {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .img-section {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .img-section img {
    width: 90%;
    position: initial;
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .section__about-top .flex-block img {
    width: 100%;
  }
  .block__contact .section__contacts-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block__contact .img-section img {
    width: 80%;
  }
  .block__contact .other-ways {
    display: block;
  }
  .block__contact .form-block {
    width: 100%;
  }
  .section-sitemap .flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sitemap-item {
    width: 45%;
  }
  img.justifyright,
  img.justifyrleft {
    width: 100%;
  }
  h3.green img {
    width: initial;
  }
  .deposit-block-item.flex-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .deposit-bonuses-item img {
    width: 100%;
    height: auto;
  }
  .top-section-deposit {
    padding-top: 1.25rem;
  }
  .deposit-casino-bonuses {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .teg-top-section h1 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .teg-top-block.flex-block {
    display: block;
  }
  .teg-top-block.flex-block img {
    width: 35%;
    float: left;
    margin-right: 0.625rem;
  }
  .cards-item {
    padding: 0.5rem 0.625rem;
  }
  .cards-item .card.flex-block img {
    width: 100%;
  }
  .content__inner.teg-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .teg-content .aside__content {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.25rem;
  }
  .teg-content .aside__content .aside__article,
  .teg-content .aside__content .aside__editors {
    width: 100%;
    max-width: 100%;
  }
  .live-baccarat-wrap .live-baccarat-item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .demo__wrap-item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .steps__wrap .step__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .demo__popular-wrap .demo-popular-item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .rules__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .peyment__item {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
  .games__wrap {
    margin: 4px 0 10px;
  }
  .games__wrap .games__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .games__wrap .games__item-text {
    padding: 14px 12px 14px;
  }
}
@media (max-width: 29.99875em) {
  html[lang="de"] .top__rate-btn {
    font-size: 11px;
  }
  .dropdown-rate {
    right: 10px;
    width: 300px;
  }
  .body-header__menu.menu {
    padding-left: 0;
  }
  .menu__list,
  html[lang="en"] .menu__list {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }
  .menu__list .menu__item {
    padding-left: 0;
  }
  .menu__list .menu__item:first-child {
    border-top: none;
  }
  .lang__ico {
    margin-left: 0;
  }
  .cdp_i {
    min-width: 29px;
    max-width: 29px;
    font-size: 0.8125rem;
    padding: 0;
  }
  .baccarat__software-item .software-item__top .item__top-info a {
    margin-bottom: 8px;
  }
  .baccarat__software-item .software-item__top .item__top-info .item-wrap {
    gap: 8px 0;
  }
  .aside__sticky {
    margin-bottom: 0;
  }
  .baccarat__vip-block p {
    margin: 0;
  }
  .baccarat__collection-item {
    padding-right: 7px;
  }
  #slider3 {
    padding-bottom: 10px;
  }
  .baccarat__pro-platforms .pro-platforms__item:last-child {
    margin-bottom: 10px;
  }
  .baccarat__pro-inner .tabs__list-play {
    padding-left: 0;
  }
  .baccarat__pro {
    margin-top: 4px;
  }
  .baccarat__pro-inner .baccarat__pro-platforms .tabs__list-play {
    margin-top: 8px;
  }
  .baccarat__pro-inner .tabs__list-play form {
    margin-bottom: 0;
  }
  .baccarat__pro-popup .sub-platform .col-1 picture {
    width: 63px;
    height: 44px;
  }
  .baccarat__pro-popup .sub-platform .col-1 {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baccarat__pro-popup .sub-platform div span {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
  }
  .baccarat__pro-popup .baccarat__pro-view {
    min-height: 136px;
  }
  .baccarat__pro-inner .pro-platforms__item {
    width: 201px;
  }
  .baccarat__pro-inner .pro-platforms__item .platform-logo picture {
    width: 63px;
    height: 52px;
  }
  .baccarat__pro-inner .pro-platforms__item .platform-bonus span:first-child {
    font-size: 16px;
    line-height: 24px;
  }
  .baccarat__pro-inner .pro-platforms__item .platform-bonus span:last-child {
    font-size: 13px;
    line-height: 16px;
  }
  .baccarat__pro-popup .sub-platform a {
    margin-right: 0;
  }
  .baccarat__pro-popup .sub-platform div .stars label {
    width: 13px;
    height: 13px;
  }
  .baccarat__pro-popup .sub-platform div .stars label:last-child {
    margin-right: 0;
  }
  .baccarat__pro-inner .pro-platforms__item {
    margin-left: 0;
    border: 1.5px solid var(--asideBorder);
  }
  .baccarat__pro-popup .baccarat__pro-view button {
    font-size: 20px;
    line-height: 35px;
    padding: 7px 12px;
    -webkit-box-shadow: var(--boxShadowBlock);
    box-shadow: var(--boxShadowBlock);
    border-radius: 7px;
  }
  .baccarat__pro-popup .baccarat__pro-view button img {
    width: 21px;
  }
  .main__content .aside__content .aside__page ul {
    -webkit-columns: auto 1;
    -moz-columns: auto 1;
    columns: auto 1;
  }
  .baccarat__software-block .baccarat__software-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .baccarat__games-block .game-block-wrap .game-block-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .baccarat__software-item .software-item_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .baccarat__software-item .software-item_bottom .btn-yellow {
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: center;
  }
  .baccarat__software-item .software-item_bottom .casino_link {
    width: 100%;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .baccarat__software-item .software-item_bottom .casino_link picture {
    margin-right: 0;
  }
  .baccarat__software-item .software-item_bottom .casino_link picture img {
    margin-right: 0;
  }
  .baccarat__software-item .software-item_bottom .casino_link > img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .quest-view button {
    border: 3px solid var(--btnsColor);
    border-radius: 5px;
    padding: 0.625rem 0.625rem;
  }
  .quest-view button:hover {
    color: #fff;
    background: var(--btnsHover);
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .baccarat__games-block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 11px 15px;
  }
  .baccarat__games-block .game-block-wrap {
    display: block;
  }
  .baccarat__vip-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .baccarat__vip-block div {
    width: 100%;
  }
  .quest__section-inner .quest-item {
    -ms-grid-columns: 45% 52%;
    grid-template-columns: 45% 52%;
    gap: 5px;
  }
  .quest__section-inner .quest-item .quest-item-deposits {
    display: none;
  }
  .quest__section-inner .quest-item .quest-item-casino {
    width: 100%;
    display: block;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .quest__section-inner .quest-item .quest-item-casino img {
    width: 117px;
    height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .quest__section-inner .quest-item .quest-item-info {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .quest__section-inner .quest-item .quest-item-claim {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    width: 100%;
  }
  .quest__section-inner .quest-item .quest-item-claim form {
    width: 100%;
  }
  .quest__section-inner .quest-item .quest-item-claim button {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .tabs__body .sub__info {
    display: none;
  }
  .lates__news-inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .lates__news .tabs__block {
    min-height: 11.25rem;
  }
  .accordion button::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .accordion button .icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .lates__news-inner .tabs__body {
    min-height: 180px;
  }
  .baccarat__games-block .baccarat__games-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 9px;
  }
  .top__rated-item {
    gap: 0;
    padding: 8.5px;
    -ms-grid-columns: 45% 53%;
    grid-template-columns: 45% 53%;
  }
  .top__rated-item .quest-item-casino picture {
    width: 123px;
    height: 91px;
    margin-right: 8px;
  }
  .top__rated-item .rated-item-bonus {
    padding: 10px 4px;
  }
  .top__rated-item .rated-item-bonus .bonus {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .top__rated-item .rated-item-bonus .brand {
    font-size: 12px;
    line-height: 16px;
  }
  .top__rated-item .rated-item-list ul {
    margin: 8px 0;
    padding-left: 25px;
  }
  .top__rated-item .rated-item-btn button {
    height: 46px;
    padding: 0;
  }
  .news-inner2
    .collection-block-wrap
    .baccarat__collection-item
    .card
    .info
    div {
    height: 84px;
  }
  .news-inner .main__content .news .news-wrap img.justifyleft,
  .news-inner .main__content .news .news-wrap img.justifyright {
    width: 100%;
  }
  .news-inner2 .collection-block-wrap .baccarat__collection-item {
    padding-right: 0;
  }
  .news-inner2 .collection-block-wrap {
    gap: 0;
  }
  .casino__overview-block {
    padding: 8px 10px;
  }
  .overview-wrap-item.swiper-slide {
    width: 167px;
    height: 118px;
    background-size: cover;
    margin-bottom: 8px;
  }
  .casino-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .top__casino-block {
    margin-bottom: 10px;
  }
  .top__casino-wrap h1 {
    text-align: center;
    margin-bottom: 12px;
  }
  .top__casino-wrap ul {
    display: none;
  }
  .casino-block-item .block-item-text {
    width: 100%;
    padding: 0 16px;
  }
  .casino-block-item .block-item-text p {
    width: 36%;
  }
  .casino-block-item .block-item-text a,
  .casino-block-item .block-item-text p,
  .casino-block-item .block-item-text span {
    font-size: 15px;
    line-height: 19px;
  }
  .casino-block-item .block-item-text a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 173px;
    overflow: hidden;
  }
  .package__section .quest-item .quest-item-claim a {
    max-width: 100%;
  }
  .package__section .quest-item .quest-item-claim button,
  .package__section .quest-item .quest-item-claim form {
    width: 100%;
  }
  .autor-info div {
    text-align: left;
  }
  .top__casino-block {
    margin-bottom: 1.25rem;
  }
  .casino-autor {
    display: none;
  }
  .casino__overview-wrap {
    margin: 0 -15px;
  }
  .overview-wrap-item {
    width: 10.4375rem;
    min-height: 7.375rem;
    background-position: center;
  }
  .package__section .quest-item .quest-item-claim {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .package__section .quest-item .quest-item-info {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .package__section .quest-item .quest-item-info span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .package__section .quest-item .quest-item-info p {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
  .package__section .quest-item .quest-item-bonus span {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .package__section .quest-item .bonus {
    display: none;
  }
  .package__section .quest-item .quest-item-claim {
    width: 100%;
  }
  .package__section .quest-item .quest-item-claim a {
    width: 100%;
    text-align: center;
  }
  .promotions-item-text {
    max-width: 90vw;
  }
  .expert__conclusions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: -15px;
    margin-right: -15px;
  }
  .support-block {
    float: none;
    margin-left: 0;
  }
  .autor-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .autor-info picture {
    margin-right: 0.625rem;
  }
  .autor-info img {
    width: 90px;
    height: 90px;
  }
  .autor-info span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .recommended__casino-wrap .quest-item {
    position: relative;
    -ms-grid-columns: 28% 70%;
    grid-template-columns: 28% 70%;
    gap: 6px;
  }
  .recommended__casino-wrap .quest-item form {
    width: 100%;
  }
  .recommended__casino-wrap .quest-item .quest-item-claim button {
    width: 100%;
    height: 36px;
    padding: 0;
    font-size: 15px;
    line-height: 27px;
  }
  .recommended__casino-wrap .quest-item .quest-item-bonus {
    padding: 6.5px 0 3.5px;
  }
  .recommended__casino-wrap .quest-item .quest-item-bonus p {
    display: none;
  }
  .recommended__casino-wrap .quest-item .quest-item-bonus span {
    margin-bottom: 0;
  }
  .recommended__casino-wrap .quest-item .bonus {
    font-size: 13px;
    line-height: 16px;
  }
  .quest-item .quest-item-claim a:last-child {
    font-size: 13px;
    line-height: 16px;
  }
  .recommended__casino-wrap .quest-item .quest-item-casino img {
    width: 86px;
    height: 80px;
  }
  .country-check {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 3px 0;
    width: auto;
  }
  .country-check img {
    width: 1.25rem;
    margin-right: 0.625rem;
  }
  .country-check img:last-child {
    width: 0.625rem;
    margin-right: 0;
  }
  .checks-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.5625rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .checks-block-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .checks-block-item span {
    font-size: 0.8125rem;
    line-height: 1rem;
    display: block;
    margin-bottom: 0;
    margin-right: 0.375rem;
  }
  .checks-block-item img {
    width: 1.0625rem;
  }
  .checks-block-item:nth-child(1) span {
    width: 27px;
    white-space: nowrap;
    overflow: hidden;
  }
  .checks-block-item:nth-child(1) img {
    padding-top: 0.125rem;
  }
  .checks-block-item {
    height: auto;
  }
  .quest-item .quest-item-claim {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quest-item .quest-item-claim a {
    width: 100%;
    text-align: center;
  }
  .quest-item {
    padding: 0.375rem;
  }
  .quest-item .quest-item-claim a:first-child {
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    padding: 0.3125rem 0;
  }
  .quest-item .quest-item-bonus span {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .recommended__casino-wrap .quest-item .quest-item-casino {
    width: 106px;
  }
  .package__section .quest-item-casino {
    max-width: 117px;
    width: 117px;
    height: 97px;
  }
  .package__section .quest-item-casino img {
    height: 100%;
  }
  .package__section .quest-item .quest-item-claim button {
    height: 42px;
    padding: 0;
  }
  .package__section .quest-item .quest-item-info span {
    margin-bottom: 4px;
  }
  .package__section .quest-item .quest-item-info p {
    margin: 0;
  }
  .package__section .quest-item .quest-item-claim button {
    margin-bottom: 6px;
  }
  .block-grid-bg {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
  }
  .promotions-block-item a img {
    width: 90px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .promotions-item-text a:first-child {
    font-size: 16px;
    line-height: 24px;
  }
  .promotions-hits,
  .promotions-misses {
    padding: 8px 12px 15px;
  }
  .promotions__section-wrap {
    gap: 0;
  }
  .promotions-hits {
    margin-bottom: 10px;
  }
  .top__casino-block {
    margin-bottom: 18px;
  }
  .casino-features,
  .casino-rating-block {
    padding: 8px 14px;
  }
  .rating-block-wrap h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .casino-features-bonus span {
    padding: 0;
  }
  .casino-block-item img {
    width: 180px;
    height: 134px;
  }
  .casino-block-item form button {
    font-size: 15px;
    line-height: 19px;
  }
  .overview-wrap-item:first-child {
    margin-left: 15px;
  }
  .review-best-block {
    gap: 12px;
  }
  .best-block-item {
    max-width: 164px;
  }
  .review-best-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .review-best-block img {
    width: 6.9375rem;
  }
  .section-top5-item .best-block-item {
    padding: 10px;
    border: 1px solid var(--asideBorder);
  }
  .section-top5-item .best-block-item img {
    width: 111px;
    height: 77px;
  }
  .section-top5-item .best-block-item button,
  .section-top5-item .best-block-item form {
    width: 100%;
  }
  .block-item-bonus .bonus {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .read-rev {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .block-item-bonus span:last-child {
    display: none;
  }
  .spin-win {
    width: 100%;
    float: none;
    margin: 0;
  }
  .wrapper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wrapper-block img.justifyright {
    margin-left: 0;
  }
  .wrapper-block img {
    width: 100%;
    float: none;
    margin: 0;
  }
  .how-find-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 1.25rem;
  }
  .how-find-wrap img {
    width: 50%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .software-block-item {
    width: 159px;
  }
  .top-section-software {
    padding: 10px;
  }
  .online-casino-wrap .software-item__top .item__best {
    display: none;
  }
  .software-item__top img {
    width: 8.125rem;
  }
  .onlin__casino-tabs .tabs__block img,
  .section__cards-games img,
  .software-platform-block img {
    max-width: 100%;
    width: 100%;
  }
  .section__omnichannel-wrap .bg-image {
    width: 160%;
  }
  .software-block-item {
    margin-bottom: 0;
  }
  .faq-section {
    margin-bottom: 15px;
  }
  .line-before::before {
    left: -10px;
  }
  .img-responsive {
    width: 100%;
    height: auto;
  }
  .swiper.table-left,
  .swiper.table-right {
    margin-left: 0;
    margin-right: 0;
  }
  .table-left,
  .table-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .deposit-winner {
    margin-top: 0;
  }
  .live-vip .main__content > section > p:nth-child(2),
  .live_vip .main__content > section > p:nth-child(5),
  .live_vip .main__content > section > p:nth-child(6) {
    display: none;
  }
  img.noparse {
    width: 100%;
    height: auto;
  }
  .baccarat__software-item .software-item__top picture img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .text-wrap {
    max-height: 6em;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .accordion-title {
    display: block;
    max-width: 90%;
    color: var(--textColor);
  }
  .mb-class {
    margin-top: 1.25rem;
  }
  .wrapper-block img {
    width: 100%;
    margin-left: 0;
  }
  .main__content .aside__content .aside__top.mobile {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    background: var(--asideHeadTop);
    border: 2px solid var(--asideTopBorderColor);
  }
  .main__content .aside__content .aside__top.mobile .title-aside {
    padding-top: 7px;
    padding-bottom: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
    padding: 10px 10px;
    border: 0;
  }
  .main__content .aside__content .aside__top.mobile .aside__top-block {
    border-top: 1px solid var(--asideBorder);
  }
  .main__content .aside__content .aside__top.mobile .aside__top-item span {
    color: var(--readHover);
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    
  }
  .main__content .aside__content .aside__top.mobile .aside-btn {
    padding: 7px 10px;
  }
  .main__content .aside__content .aside__top.mobile .title-aside:before {
    background: url(../img/icos/top-rate-w.svg) no-repeat;
    left: -20px;
    top: 7px;
  }
  .main__content .aside__content.mobile .aside__sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section {
    margin-top: 10px;
  }
  h2.line-before:before {
    display: none;
  }
  .onlin__casino-tabs .casino-tabs-list .tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .recommended__casino {
    margin-top: 15px;
  }
  .content__inner {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .recommended__casino h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .conclusions-descript-top span {
    font-size: 20px;
    line-height: 26px;
  }
  .swiper.table-slide {
    margin-bottom: 0;
  }
  .free .table__green.table-slide .swiper-slide {
    width: 100%;
  }
  .terms .section__contacts h1 {
    margin-bottom: 15px;
  }
  .menu__list {
    width: 100%;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .menu__item {
    padding: 0 0 0 15px;
  }
  .menu__item .arrow-down {
    top: 9px;
  }
  .baccarat__software-item {
    width: 100%;
  }
  .steps__wrap .step__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  .softwarem-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0.625rem;
  }
  .softwarem-grid .block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    width: 100%;
    margin-top: 0.9375rem;
  }
  .softwarem-grid .block1 img {
    width: 9.375rem;
    margin: 0 auto;
  }
  .softwarem-grid .block1 .autor-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .softwarem-grid .block1 .autor-block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
    width: 100%;
  }
  .softwarem-grid .top__casino-features {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .softwarem-grid .top__casino-features .casino-features {
    width: 100%;
    max-width: 100%;
  }
  .softwarem-grid .top__casino-features .casino-features .sub-block.flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0.625rem;
  }
  .softwarem-grid .top__casino-features .casino-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
  }
  .softwarem-grid .block3 {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
    width: 100%;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 0.625rem 0;
  }
  .softwarem-grid .block3 img {
    width: 7.5rem;
  }
  .softwarem-grid .block3 .bonus-block {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .softwarem-grid .block3 .bonus-price {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    padding: 0.4375rem 0;
  }
  .softwarem-grid .block3 .bonus-price span {
    display: block;
  }
  .softwarem-grid .block3 .claim-block {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    width: 100%;
  }
  .betting-tabs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betting-list {
    padding: 0.6875rem;
  }
  .matching-block {
    width: 100%;
  }
  .navigation-article .left-side {
    display: none;
  }
  .navigation-article .rigth-side {
    margin-left: auto;
  }
  .navigation-article .rigth-side a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 46%;
    margin-left: 0.625rem;
  }
  .contacts-section {
    margin-bottom: 30px;
  }
  .section-sitemap .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .sitemap-item {
    width: 100%;
  }
  .reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .author-block .autor-info img {
    width: 95px;
    height: 95px;
  }
  .author-block .autor-info .mobile-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .author-block .conclusions-descript-top span {
    display: none;
  }
  .deposit-autor {
    -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: 7px;
    padding: 7px 12px;
  }
  .cards {
    margin-bottom: 15px;
  }
  .cards .cards-item:last-child {
    margin-bottom: 0;
  }
  .content__inner.teg-content {
    padding: 0;
  }
  .cards-item .sub__info span {
    font-size: 11px;
    line-height: 13px;
  }
  .cards-item .cards-item-text p {
    margin: 0 0 8px;
  }
  .cards-item .card.flex-block {
    gap: 6px;
  }
  .teg-top-block {
    margin-left: -10px;
    margin-right: -10px;
    padding: 8px 10px;
  }
  .cards-item .cards-item-text a {
    font-size: 16px;
    line-height: 22px;
  }
  .teg-content .aside__content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .teg-content .aside__content .aside__sticky {
    overflow: visible;
  }
  .breadcrumbs-list li a {
    font-size: 13px;
    line-height: 16px;
  }
  .live-baccarat-wrap {
    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;
  }
  .live-baccarat-wrap .live-baccarat-item {
    width: 231px;
  }
  .table-green {
    padding: 4px 8px 0;
  }
  .table-green tr td {
    font-size: 13px;
    line-height: 16px;
    padding: 18px 8px;
    text-align: left;
  }
  .table-green tr:first-child td {
    font-size: 14px;
    line-height: 20px;
    padding-left: 8px;
  }
  .table-green tr td:first-child {
    font-size: 14px;
    line-height: 20px;
  }
  .demo__wrap {
    gap: 10px;
    margin: 11px 0 10px;
  }
  .demo__wrap-item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  .steps__wrap {
    padding: 10px 12px 14px;
    gap: 14;
  }
  .steps__wrap .step__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  .demo__popular-wrap {
    gap: 10px;
    margin: 11px 0 10px;
  }
  .demo__popular-wrap .demo-popular-item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
  .rules__wrap {
    gap: 12px;
  }
  .rules__item {
    padding: 12px 0 13px;
    -ms-grid-column-span: 12;
    grid-column: 12 span;
    font-size: 18px;
    line-height: 25px;
  }
  .payment__wrpa {
    margin: 11px 0 0;
  }
  .peyment__item {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
  .games__wrap {
    gap: 14px;
  }
  .games__wrap .games__item {
    -ms-grid-column-span: 12;
    grid-column: 12 span;
  }
}
@media (max-width: 20.18625em) {
  .recommended__casino-wrap .quest-item {
    -ms-grid-columns: 33% 65%;
    grid-template-columns: 33% 65%;
  }
  .rating-block-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rating-block-wrap span {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
  }
  .casino-block-item .block-item-text p {
    width: 50%;
  }
}
.webp .baccarat__collection-block {
  background: url(../img/cards-bg.webp);
}
.webp .baccarat__pro-popup .baccarat__pro-view {
  background: url(../img/bg-play.webp) no-repeat center;
}
.webp .baccarat__games-block {
  background: url(../img/cards-bg.webp);
}
.webp .promotions-block-grid {
  background: url(../img/cards-bg.webp);
}
@media (max-width: 47.99875em) {
  .webp .block-grid-bg {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(40, 104, 202, 0.1)),
        to(rgba(40, 104, 202, 0.1))
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.webp);
    background: -o-linear-gradient(
        bottom,
        rgba(40, 104, 202, 0.1),
        rgba(40, 104, 202, 0.1)
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.webp);
    background: linear-gradient(
        0deg,
        rgba(40, 104, 202, 0.1),
        rgba(40, 104, 202, 0.1)
      ),
      url(../img/casino-pattern-background-vector-illustration-graphic-design.webp);
  }
}
