@charset "UTF-8";
/* Scss Document */
:root {
  --px: 30px;
  --font10: 10px;
  --font12: 12px;
  --font13: 13px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font17: 17px;
  --font18: 18px;
  --font20: 20px;
  --font22: 22px;
  --font24: 24px;
  --font36: 36px;
}

.fz10 {
  font-size: var(--font10);
}

.fz12 {
  font-size: var(--font12);
}

.fz13 {
  font-size: var(--font13);
}

.fz14 {
  font-size: var(--font14);
}

.fz15 {
  font-size: var(--font15);
}

.fz16 {
  font-size: var(--font16);
}

.fz17 {
  font-size: var(--font17);
}

.fz18 {
  font-size: var(--font18);
}

.fz20 {
  font-size: var(--font20);
}

.fz22 {
  font-size: var(--font22);
}

.fz24 {
  font-size: var(--font24);
}

.fz36 {
  font-size: var(--font36);
}

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

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.lh {
  line-height: 1;
}

.lh110 {
  line-height: 110%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh160 {
  line-height: 160%;
}

.lh170 {
  line-height: 170%;
}

.lh180 {
  line-height: 180%;
}

.lh190 {
  line-height: 190%;
}

.lh200 {
  line-height: 200%;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fxs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fxg {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fxww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aie {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.oh {
  overflow: hidden;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.grid-2 {
  margin-right: calc(var(--px) * -1);
}
.grid-2 .col {
  width: calc(50% - var(--px));
  margin-right: var(--px);
}

.grid-3 {
  margin-right: calc(var(--px) * -1);
}
.grid-3 .col {
  width: calc(33.3333333333% - var(--px));
  margin-right: var(--px);
}

@media (min-width: 993px) {
  .grid-4 {
    margin-right: calc(var(--px) * -1);
  }
  .grid-4 .col {
    width: calc(25% - var(--px));
    margin-right: var(--px);
  }
  .grid-4 .full {
    width: calc(100% - var(--px));
  }
}
.grid-5 {
  margin-right: calc(var(--px) * -1);
}
.grid-5 .col {
  width: calc(20% - var(--px));
  margin-right: var(--px);
}

.center {
  text-align: center;
}

.text-black {
  color: #333;
}

.bg-red {
  background-color: #F44333;
}

.no-under {
  text-decoration: none;
}

.ttu {
  text-transform: uppercase;
}

.it {
  font-style: italic;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.posr {
  position: relative;
}

.block {
  display: block;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.op-10 {
  opacity: 0.1;
}

.op-20 {
  opacity: 0.2;
}

.op-30 {
  opacity: 0.3;
}

.op-40 {
  opacity: 0.4;
}

.op-50 {
  opacity: 0.5;
}

.op-60 {
  opacity: 0.6;
}

.op-70 {
  opacity: 0.7;
}

.op-80 {
  opacity: 0.8;
}

.op-90 {
  opacity: 0.9;
}

.round-5 {
  border-radius: 5px;
}

.round-6 {
  border-radius: 6px;
}

.round-7 {
  border-radius: 7px;
}

.round-8 {
  border-radius: 8px;
}

.round-9 {
  border-radius: 9px;
}

.round-10 {
  border-radius: 10px;
}

.round-11 {
  border-radius: 11px;
}

.round-12 {
  border-radius: 12px;
}

.round-13 {
  border-radius: 13px;
}

.round-14 {
  border-radius: 14px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-20 {
  border-radius: 20px;
}

.round-full {
  border-radius: 100%;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.oh {
  overflow: hidden;
}

.tar {
  text-align: right;
}

.pointer {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-family: "Inter";
  outline: none;
}

input[type=submit],
button {
  outline: none;
  cursor: pointer;
  font-family: "Inter";
}

svg {
  display: block;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.p-0 {
  padding-right: 0px;
}

.p-0 {
  padding: 0px;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

/* Scss Document */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

#page {
  position: relative;
}

a, img {
  outline: none;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: var(--font24);
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

.clr:before,
.clr:after {
  content: " ";
  display: table;
  clear: both;
}

input::-webkit-input-placeholder {
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
  text-indent: 0px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
  text-indent: 0px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
  text-indent: -500px;
  -moz-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
  text-indent: -500px;
  -ms-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Scss Document */
.text > *:last-child {
  margin-bottom: 0 !important;
}
.text p a {
  color: #0EAD00;
}
.text p a:hover {
  text-decoration: underline;
}
.text p .btn {
  color: #fff;
}
.text img {
  max-width: 100% !important;
  height: auto !important;
}
.text ul {
  margin-bottom: 25px;
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}
.text ul ul {
  margin-top: 25px;
  margin-left: 15px;
}
.text ol {
  margin-bottom: 25px;
  margin-left: 0px;
  list-style-position: inside;
}
.text ul ul li {
  background-image: none;
  padding-left: 0px;
  list-style-type: square;
}
.text li + li {
  margin-top: 0px;
}
.text li a {
  color: #0EAD00;
}
.text li a:hover {
  text-decoration: underline;
}
.text p {
  margin-bottom: 25px;
}
.text p:last-child {
  margin-bottom: 0;
}
.text table {
  margin-bottom: 25px;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.text table tr:nth-child(2n+2) {
  background-color: rgba(238, 238, 238, 0.42);
}
.text table tr:hover {
  background-color: rgba(238, 238, 238, 0.8);
}
.text table th {
  background-color: #30A2D9;
  padding: 15px 10px;
  color: #fff;
  border: 1px solid #fff;
}
.text table th p {
  margin-bottom: 0;
}
.text table td {
  padding: 10px;
  border: 1px solid #fff;
}
.text table td p {
  margin-bottom: 0;
}
.text blockquote {
  margin-bottom: 25px;
  font-style: italic;
  padding: 20px 20px 20px 87px;
  border: 1px solid #FFBC05;
  border-radius: 10px;
  background-image: url(../images/blockquote.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: normal;
  min-height: 80px;
}
.text blockquote a {
  color: #0EAD00;
}
.text blockquote a:hover {
  text-decoration: underline;
}
.text blockquote p {
  margin-bottom: 0px;
}

body {
  color: #171717;
  font-family: "Inter";
  font-size: 16px;
  background-color: #fff;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

.thumb img {
  max-width: 100%;
  height: auto;
}

.last > *:last-child {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.shadow {
  -webkit-box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
}

.bg-f2 {
  background-color: #F2F2F2;
}

.bg-green {
  background-color: #0EAD00;
}

.bg-gray {
  background-color: #E8E8E8;
}

.bg-yellow {
  background-color: #FFBC05;
}

.bg-fff {
  background-color: #fff;
}

.border {
  border: 1px solid #E8E8E8;
}

.border-green {
  border: 1px solid #0EAD00;
}

.blue {
  color: #1658FF;
}

.gray {
  color: #8D8D8D;
}

.gray-2 {
  color: #BEBEBE;
}

.green {
  color: #27AE60;
}

.green-2 {
  color: #0EAD00;
}

.red {
  color: #D62626;
}

.fff {
  color: #fff;
}

.black {
  color: #171717;
}

a.black:hover {
  color: #27AE60;
}

.black-a a {
  color: #171717;
}
.black-a a:hover {
  color: #27AE60;
}

.gray-a a {
  color: #8D8D8D;
}
.gray-a a:hover {
  color: #27AE60;
}

.btn {
  padding: 9px 44px;
  border-radius: 10px;
  background-color: #0EAD00;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-width: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.btn:hover {
  background-color: #0FC000;
}
.btn.size-1020 {
  padding: 10px 20px 9px 20px;
}
.btn.size-14 {
  padding: 14px 10px;
}
.btn.size-16 {
  padding: 16px 10px;
}
.btn.size-20 {
  padding: 20px 10px;
}
.btn-border-black {
  background: #fff;
  border: 1px solid #171717;
  color: #171717;
}
.btn-border-black:hover {
  background-color: #0EAD00;
  color: #fff;
}
.btn-border-green {
  background: #fff;
  border: 1px solid #0EAD00;
  color: #171717 !important;
}
.btn-border-green:hover {
  background-color: #0EAD00;
  color: #fff !important;
}
.btn-border-gray {
  background: #fff;
  border: 1px solid #E8E8E8;
  color: #171717;
}
.btn-border-gray:hover {
  background-color: #0EAD00;
  color: #fff;
}
.btn-gray {
  background: #E8E8E8;
  color: #171717;
}
.btn-gray:hover {
  background-color: #0EAD00;
  color: #fff;
}
.btn-black {
  background: #171717;
  color: #fff;
}
.btn-black:hover {
  background-color: #3D3D3D;
  color: #fff;
}
.btn-yellow {
  background: #FFBC05;
  color: #171717;
}
.btn-yellow:hover {
  background-color: #0EAD00;
  color: #fff;
}
.btn.fw400 {
  font-weight: normal;
}
.btn.bold {
  font-weight: bold;
}
.btn.fz12 {
  font-size: 12px;
}
.btn.fz14 {
  font-size: 14px;
}
.btn.p-11 {
  padding: 11px;
}

.size-small {
  padding: 10px 20px;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}

#page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.page_inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wrap {
  max-width: 1680px;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

header {
  padding: 31px 0;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.logo svg {
  width: auto;
  height: 38px;
}

.main-menu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main-menu li {
  display: block;
}
.main-menu .current-category-ancestor a,
.main-menu .current-menu-parent a,
.main-menu .current-menu-item a {
  color: #0EAD00;
}

.prize {
  width: 58px;
  height: 58px;
}
.prize:hover {
  background-color: #0EAD00;
  border-color: #0EAD00;
}
.prize:hover path {
  fill: #fff;
}

.search-site input {
  border: 1px solid #BEBEBE;
  padding: 0 60px 0 20px;
  font-family: "Inter";
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #171717;
  height: 58px;
}
.search-site input::-webkit-input-placeholder {
  color: #BEBEBE;
}
.search-site input::-moz-placeholder {
  color: #BEBEBE;
}
.search-site input:-moz-placeholder {
  color: #BEBEBE;
}
.search-site input:-ms-input-placeholder {
  color: #BEBEBE;
}
.search-site button {
  border-width: 0;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.search-site button:hover path {
  fill: #0EAD00;
}

.head-button ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-button li {
  display: block;
  margin-right: 20px;
}
.head-button li:last-child {
  margin-right: 0;
}
.head-button li:first-child a {
  background: #fff;
  border: 1px solid #0EAD00;
  color: #171717 !important;
  padding: 18px 40px;
}
.head-button li:first-child a:hover {
  background-color: #0EAD00;
  color: #fff !important;
}
.head-button a {
  padding: 18px 20px;
  font-weight: bold;
  border-radius: 10px;
  background-color: #0EAD00;
  font-family: "Inter";
  color: #fff;
  border-width: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.head-button a:hover {
  background-color: #0FC000;
}

.rating-table .td-name {
  width: 16.67%;
}
.rating-table .td-rating {
  width: 18.76%;
}
.rating-table .td-rating img {
  margin-right: 4px;
}
.rating-table .td-rating img:last-child {
  margin-right: 0;
}
.rating-table .td-reviews {
  width: 14.5%;
}
.rating-table .td-doc {
  width: 12.63%;
}
.rating-table .table-head {
  margin-bottom: 23px;
}
.rating-table .table-head .td-link {
  width: 284px;
}
.rating-table .table-row:last-child {
  margin-bottom: 0;
}
.rating-table .table-row .td-link {
  padding: 24px 20px;
}
.rating-table .table-row .td {
  border-right: 1px solid #E0E0E0;
}
.rating-table .table-row .td:last-child {
  border-right-width: 0;
}
.rating-table .btn {
  width: 112px;
  height: 50px;
  padding: 0;
}

.table-row {
  border-radius: 10px;
  -webkit-box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
}
.table-row.has_best {
  padding-top: 19px;
}
.table-row .td-best {
  top: 0;
  left: 0;
}

.row .right {
  width: 312px;
}

.last-article-nav ul,
.cast-nav ul,
.home-news-nav ul {
  gap: 10px;
}
.last-article-nav .current,
.cast-nav .current,
.home-news-nav .current {
  background-color: #38A100;
  color: #fff;
  border-color: #38A100;
}

@media (min-width: 550px) {
  .home-news-row .ll {
    width: 48.88%;
  }
  .home-news-slider {
    min-width: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .home-news-slider .draggable {
    height: 100%;
  }
  .home-news-slider .slick-track {
    height: 100%;
  }
}
.home-news-item {
  padding: 15px 30px;
}
.home-news-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(---, linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%));
  border-radius: 10px;
}
.home-news-item .date {
  color: #8D8D8D;
}

.home-news-item-2 {
  padding: 15px 15px 10px 15px;
}
.home-news-item-2:last-child {
  margin-bottom: 0;
}

.home-bonus-tags .current {
  background-color: #0EAD00;
  color: #fff;
}

.bonus-item .label img {
  width: auto;
  height: 24px;
}
.bonus-item .more,
.bonus-item .promo-code-num {
  border-bottom: 0.6px solid #fff;
}
.bonus-item .txt {
  min-height: 96px;
  padding-bottom: 20px;
}
.bonus-item .thumb img {
  width: 100%;
  height: auto;
}

.freebet-row a {
  border: 1px dashed var(--Grey, #BEBEBE);
  width: 132px;
  height: 32px;
  padding: 0 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  text-transform: uppercase;
}
.freebet-row a:hover {
  color: #0EAD00;
}
.freebet-row a:hover path {
  fill: #0EAD00;
}

.cast-item .thumb {
  height: 172px;
}
.cast-item .category-link a {
  background-color: #fff;
  color: #1658FF;
  padding: 2px 9px;
  border-radius: 6px;
}
.cast-item .category-link a:hover {
  background-color: #0EAD00;
  color: #fff;
}
.cast-item .date {
  padding: 4px 7px;
}
.cast-item .kof {
  padding: 3px 5px;
}

.cast-item {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.cast-item .top {
  border-bottom: 1px solid #E8E8E8;
}
.cast-item .inner {
  min-height: 150px;
}
.cast-item .txt-2 {
  border: 1px dashed var(--Grey, #BEBEBE);
}

footer .search-site input {
  background-color: transparent;
  border-color: #8D8D8D;
  font-size: 16px;
  height: 40px;
  width: 100%;
  max-width: 376px;
}
footer .search-site svg {
  width: auto;
  height: 18px;
}

aside .promo-code-item .pic img {
  width: auto;
  height: 30px;
}

.promo-code-item {
  -webkit-box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
}
.promo-code-item:last-child {
  margin-bottom: 0;
}
.promo-code-item .rr {
  width: 97px;
}
.promo-code-item .btn {
  height: 41px;
  padding: 0;
}
.promo-code-item .pic img {
  width: auto;
  height: 30px;
}

.code {
  border: 1px dashed var(--Grey, #BEBEBE);
  padding: 10px 13px 9px 13px;
  cursor: pointer;
}
.code:hover {
  color: #0EAD00;
}
.code.active path {
  fill: #0EAD00;
}
.code path {
  fill: #0EAD00;
}

.byn {
  height: 30px;
}

.book-rating {
  gap: 4px;
}

.book-col-left {
  width: 342px;
}

.book-your-bonus {
  border: 2px solid var(--Warning, #FFBC05);
}
.book-your-bonus:hover {
  background-color: #FFBC05;
  color: #fff;
}

.box-20 .b2 {
  border-radius: 3px;
  padding: 2px 8px;
}
.box-20 .sep {
  margin: 0 4px;
}

@media (min-width: 761px) {
  .book-col-1,
  .book-col-2 {
    border-right: 1px solid #E0E0E0;
  }
}
.book-btw-item {
  padding: 20px 30px 30px 30px;
}

.bcream {
  color: #8D8D8D;
}
.bcream a {
  color: #8D8D8D;
}
.bcream a:hover {
  color: #0EAD00;
}
.bcream span {
  color: #171717;
}

.box-11 li {
  padding-left: 30px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.book-btw li {
  padding-left: 22px;
  position: relative;
}
.book-btw li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #38A100;
  border-radius: 2px;
  position: absolute;
  top: 7px;
  left: 0;
}

.bad li:before {
  background-color: #D62626;
}

.last-article li,
.cast-menu li {
  display: block;
}
.last-article li a,
.cast-menu li a {
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  display: block;
}
.last-article li a:hover,
.cast-menu li a:hover {
  background-color: #0EAD00;
  color: #fff;
}
.last-article .current-menu-item a,
.cast-menu .current-menu-item a {
  background-color: #0EAD00;
  color: #fff;
  border-width: 0;
}

.promo-code-page-row .col,
.cast-page-row .col,
.news-page-row .col,
.rates-row .col {
  margin-bottom: var(--px);
}

@media (min-width: 760px) {
  .show-more {
    padding-right: 30px;
  }
  .show-more .btn {
    font-size: 18px;
    font-weight: 500;
    padding: 19px;
    width: 390px;
  }
}
.promo-code-page-item .btn {
  padding: 12px;
}
.promo-code-page-item .thumb img {
  width: 100%;
  height: auto;
}
.promo-code-page-item .byn-2 {
  min-height: 46px;
}

.byn-2 {
  padding: 0 7px;
}

@media (min-width: 993px) {
  .filter-promo .has-button {
    position: sticky;
    bottom: 0;
    background-color: #fff;
  }
}
.filter-promo-box {
  border-bottom: 1px solid #E8E8E8;
}
.filter-promo-box:last-child {
  border-bottom-width: 0;
}

.checbox.dis {
  pointer-events: none;
}
.checbox.dis label {
  color: #8D8D8D;
}
.checbox.dis label:before {
  border-color: #BEBEBE;
}
.checbox input {
  display: none;
}
.checbox input:checked + label:before {
  background-position: center center;
}
.checbox label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 170%;
  cursor: pointer;
}
.checbox label:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0EAD00;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  background-image: url(../images/check-2.svg);
  background-repeat: no-repeat;
  background-position: -100px center;
}
.checbox .n {
  color: #8D8D8D;
  margin-left: 5px;
}

.checbox-2 input {
  display: none;
}
.checbox-2 input:checked + label {
  color: #0EAD00;
}
.checbox-2 label {
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.checbox-2 label:hover {
  color: #0EAD00;
}

.bonus-short .btn {
  padding: 13px 20px;
}

.main-news-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(---, linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%));
}
.main-news-item .inner {
  bottom: 0;
  left: 0;
}

.short.border {
  padding: 15px 15px 10px 15px;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.short.border .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.short.border .thumb img {
  width: 100%;
  height: auto;
}

/*
.news-page-row {
    .col {
        &:nth-child(12n + 9),
        &:nth-child(12n + 10),
        &:nth-child(12n + 11),
        &:nth-child(12n + 12) {
            width: calc(100% / 4 - var(--px));
            .short {}
            .thumb {
                display: block;
                margin-top: -15px;
                margin-left: -15px;
                margin-right: -15px;
                margin-bottom: 15px;
            }
            .title {
                min-height: 100px;
                margin-bottom: 25px;
            }
        }
    }
}
*/
.news-page-row .col:nth-child(9), .news-page-row .col:nth-child(10), .news-page-row .col:nth-child(11), .news-page-row .col:nth-child(12) {
  width: calc(25% - var(--px));
}
.news-page-row .col:nth-child(9) .thumb, .news-page-row .col:nth-child(10) .thumb, .news-page-row .col:nth-child(11) .thumb, .news-page-row .col:nth-child(12) .thumb {
  display: block;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.news-page-row .col:nth-child(9) .title, .news-page-row .col:nth-child(10) .title, .news-page-row .col:nth-child(11) .title, .news-page-row .col:nth-child(12) .title {
  min-height: 100px;
  margin-bottom: 25px;
}

.rates-item .thumb {
  height: 209px;
}
.rates-item .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(---, linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%));
}
.rates-item .inner {
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.post {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
}
.post > .thumb {
  height: 367px;
}
.post > .thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(---, linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%));
}
.post .inner {
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.post-bottom {
  border-top: 1px solid #E8E8E8;
}

.post-promo {
  max-width: 996px;
}
.post-promo p {
  margin-bottom: 0;
}
.post-promo .pic img {
  max-height: 42px;
  max-width: 121px;
}
.post-promo .code {
  width: 240px;
}
.post-promo .take {
  padding: 20px 10px;
}

.n404 {
  font-size: 318px;
}

.go-home {
  padding: 20px;
  width: 282px;
}

.access-box {
  border: 1px solid #0EAD00;
}

.access-pic {
  border-right: 1px solid #E0E0E0;
}
.access-rating {
  border-right: 1px solid #E0E0E0;
  padding: 25px 50px;
}
.access-rating img {
  margin-right: 4px;
}
.access-rating img:last-child {
  margin-right: 0;
}
.access-txt {
  border-right: 1px solid #E0E0E0;
  padding: 25px 50px;
}
.access .btn {
  padding: 29px 10px;
}

.access-item .top {
  padding: 30px 35px 20px 35px;
  -webkit-box-shadow: 0px 0px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10.316px 0px rgba(0, 0, 0, 0.1);
}
.access-item .rating img {
  margin-right: 4px;
}
.access-item .rating img:last-child {
  margin-right: 0;
}
.access-item .prize-2 svg {
  width: auto;
  height: 22px;
}
.access-item .btn {
  padding: 15px;
}

.popup_bg {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.69);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  visibility: hidden;
  opacity: 0;
}
.popup_bg.active {
  visibility: visible;
  opacity: 1;
}

.popup_code {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 562px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup_code.active {
  visibility: visible;
  opacity: 1;
}
.popup_code .btn {
  width: 312px;
  padding: 12px;
}

.popup_prize {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 342px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup_prize.active {
  visibility: visible;
  opacity: 1;
}
.popup_prize .pic img {
  width: 84px;
  height: auto;
}
.popup_prize .bonus-short .btn {
  padding: 0;
  width: 97px;
  height: 30px;
}

.close-popup {
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-popup:hover path {
  fill: #0EAD00;
}

.pointer {
  cursor: pointer;
}

.other-post-item .thumb {
  height: 209px;
}
.other-post-item .thumb a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(---, linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0) 100%));
  border-radius: 10px;
}
.other-post-item .inner {
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.post-bonus-top-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.post-bonus-top-data p {
  width: 25%;
}
.post-bonus-top-data span {
  display: block;
  font-weight: 600;
  margin-top: 10px;
}
.post-bonus-top .code {
  width: 351px;
}

.post-cast-top .ll {
  width: 312px;
}
.post-cast-top-data .lab {
  min-width: 110px;
  margin-right: 10px;
}
.post-cast-top-data li {
  padding: 13px 15px;
}
.post-cast-top-data li:nth-child(1n+2) {
  border-top: 1px solid #E0E0E0;
}

.search-page-site .input {
  border: 1px solid #BEBEBE;
  border-radius: 10px;
  font-size: 16px;
  color: #171717;
  padding: 15px 20px;
}
.search-page-site .btn {
  width: 148px;
}

.search-result .btn {
  width: auto;
  padding: 4px 12px;
  border-radius: 6px;
}

.rating-filter-right li {
  display: block;
  margin-bottom: 10px;
}
.rating-filter-right li:last-child {
  margin-bottom: 0;
}
.rating-filter-right .current-menu-item a {
  color: #0EAD00;
}
.rating-filter-right a {
  display: block;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2.063px 10.316px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  text-align: center;
  font-size: 16px;
  color: #171717;
}
.rating-filter-right a:hover {
  color: #0EAD00;
}

/*Комментарии*/
.comment-list li {
  display: block;
  margin-bottom: 35px;
}
.comment-list li .comment-respond {
  margin-top: 25px;
}
.comment-list .wpulike {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
}
.comment-list .children {
  margin-top: 25px;
  padding-left: 20px;
  border-left: 1px solid #E8E8E8;
}

.text .wpulike {
  display: none !important;
}

.reply {
  font-size: 14px;
  font-weight: 500;
}
.reply a {
  color: #BEBEBE;
}
.reply a:hover {
  color: #0EAD00;
}

.no-login-commment .enter {
  padding: 9px 36px;
}
.no-login-commment .rega {
  padding: 10px 16px;
}

.name_s,
.logged-in-as {
  display: none;
}

.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  padding: 13px 20px;
  border-radius: 10px;
  border: 1px solid var(--Grey, #BEBEBE);
  font-size: 16px;
  color: #BEBEBE;
  min-height: 0 !important;
  width: 100%;
  height: 50px;
  outline: none;
}

.comment-form {
  margin-bottom: 35px;
}
.comment-form .form-submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 19px;
}
.comment-form .submit {
  font-size: 16px;
  font-weight: 500;
  color: #171717;
  padding: 9px 25px;
  border-radius: 10px;
  border: 1px solid var(---, #0EAD00);
  background-color: #fff;
}
.comment-form .submit:hover {
  background-color: #0EAD00;
  color: #fff;
}

.tags-post {
  gap: 10px;
}
.tags-post a {
  background-color: #F2F2F2;
  border-radius: 10px;
  color: #0EAD00;
  padding: 3px 16px;
}
.tags-post a:hover {
  background-color: #0EAD00;
  color: #fff;
}
.tags-post a:before {
  content: "#";
}

.bsui a {
  margin-top: 10px !important;
}

.promo_header img {
  margin-left: auto;
  margin-right: auto;
}

.promo_footer {
  position: sticky;
  bottom: 0;
  left: 0;
}
.promo_footer img {
  margin-left: auto;
  margin-right: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0px;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
  width: 35px;
  height: 35px;
  background-color: #8d8d8d;
  border-radius: 100%;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #0EAD00;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 17px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li button {
  display: block;
  border: 0;
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background-color: #0EAD00;
}
.slick-dots li:hover button {
  background-color: #0EAD00;
}

.gallery {
  clear: both;
  margin-bottom: 20px;
  margin-right: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100% !important;
}

.gallery-columns-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gallery-columns-2 dl {
  width: calc(50% - 20px);
  margin-right: 20px;
  padding: 5px;
}

.gallery-columns-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-columns-3 dl {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  padding: 5px;
}

.gallery-columns-4 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-columns-4 dl {
  width: calc(25% - 20px);
  margin-right: 20px;
  padding: 5px;
}

.gallery-columns-5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-columns-5 dl {
  width: calc(20% - 20px);
  margin-right: 20px;
  padding: 5px;
}

.gallery dl {
  text-align: center;
  position: relative;
}

.gallery dt img {
  height: auto !important;
  width: 100% !important;
  display: block;
  -webkit-box-shadow: 0 0 0 #969696;
          box-shadow: 0 0 0 #969696;
  border: 1px solid #ddd;
  padding: 2px;
}

.gallery dd {
  margin: 0px;
  padding: 10px 5px;
}

.gallery dt {
  position: relative;
}

.gallery dl:hover dt a:before {
  opacity: 1;
}

@media (max-width: 992px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .gallery {
    margin-right: 10px;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 10px);
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .gallery {
    margin-right: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery-columns-2 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-3 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-4 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
  .gallery-columns-5 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gallery-columns-5 dl {
    width: calc(50% - 0px);
    margin-right: 0px;
  }
}
.wp-pagenavi {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  gap: 7px;
  color: #000;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 35px;
  height: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  text-decoration: none;
  color: #000;
  background-color: #E8E8E8;
  border-radius: 5px;
}
.wp-pagenavi a:hover {
  background-color: #0FC000;
  color: #fff;
}
.wp-pagenavi span {
  background-color: #FFBC05;
  font-weight: bold;
}
.wp-pagenavi .nextpostslink {
  background-color: #E8E8E8;
}
.wp-pagenavi .nextpostslink:hover {
  color: #fff;
  background-color: #0FC000;
}
.wp-pagenavi .previouspostslink {
  background-color: #E8E8E8;
}
.wp-pagenavi .previouspostslink:hover {
  color: #fff;
  background-color: #0FC000;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.aligncenter {
  display: block !important;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

img.alignleft {
  margin-top: 5px;
}

img.alignright {
  margin-top: 5px;
}

img.aligncenter {
  margin-top: 5px;
}

.wp-caption {
  margin-bottom: 25px;
  position: relative;
}
.wp-caption a {
  display: block;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 !important;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 0;
  border-radius: 0 0 5px 5px;
}

/* Обратная связь */
form.wpcf7-form {
  position: static;
}
form.wpcf7-form .flx.jcc {
  position: relative;
}
form.wpcf7-form .ajax-loader {
  position: absolute;
  bottom: 0;
  right: 0;
}

.invalid {
  padding-bottom: 0px;
}

.sent {
  padding-bottom: 0px;
}
.sent div.wpcf7-response-output {
  background-color: #4caf50;
  color: #fff;
}

.rev {
  position: relative;
}

div.wpcf7 {
  margin: 0px;
  padding: 0px;
}
div.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

div.wpcf7-response-output {
  font-weight: bold;
  position: relative !important;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px !important;
  margin: 0 !important;
  color: #fff;
  background-color: indianred;
  margin: 0;
  margin-top: 10px !important;
  border-radius: 0px;
  text-align: center;
  width: 100% !important;
  position: relative;
  z-index: 3;
  border-radius: 5px;
  border-width: 0 !important;
}

div.wpcf7-response-output:before,
div.wpcf7-response-output:after {
  content: " ";
  display: table;
  clear: both;
}

div.wpcf7-mail-sent-ok {
  border: 0px solid #398f14;
  background-color: green;
}

div.wpcf7-mail-sent-ng {
  border: 0px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 0px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 0px solid #f7e700;
  background-color: red;
}

span.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 100;
  background: #fff;
  border: 1px solid #ff0000;
  font-size: 10pt;
  width: 280px;
  padding: 2px;
  display: none !important;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FF0000 !important;
}
input.wpcf7-not-valid::-webkit-input-placeholder,
textarea.wpcf7-not-valid::-webkit-input-placeholder,
select.wpcf7-not-valid::-webkit-input-placeholder {
  color: red !important;
}
input.wpcf7-not-valid::-moz-placeholder,
textarea.wpcf7-not-valid::-moz-placeholder,
select.wpcf7-not-valid::-moz-placeholder {
  color: red !important;
}
input.wpcf7-not-valid:-moz-placeholder,
textarea.wpcf7-not-valid:-moz-placeholder,
select.wpcf7-not-valid:-moz-placeholder {
  color: red !important;
}
input.wpcf7-not-valid:-ms-input-placeholder,
textarea.wpcf7-not-valid:-ms-input-placeholder,
select.wpcf7-not-valid:-ms-input-placeholder {
  color: red !important;
}

span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

img.ajax-loader {
  display: none;
}

@media (max-width: 550px) {
  div.wpcf7-response-output {
    padding: 10px !important;
    border-radius: 5px !important;
  }
  textarea.input {
    height: 80px;
  }
}
/* Scss Document */
@media (max-width: 1720px) {
  .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .access-row .col {
    width: calc(33.3333333333% - var(--px));
    margin-bottom: var(--px);
  }
  .main-menu ul {
    gap: 15px;
  }
  header .mr-45 {
    margin-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1720px) {
  .book-col-right-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .book-col-1 {
    padding-bottom: 30px;
    width: 50%;
  }
  .book-col-2 {
    border-right-width: 0;
    padding-right: 0;
    padding-bottom: 30px;
    width: 50%;
  }
  .book-col-3 {
    padding-left: 0;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
  }
}
@media (max-width: 1550px) {
  .promo-code-page-row .col {
    width: calc(33.3333333333% - var(--px));
  }
  .promo-code-page-row .full {
    display: none;
  }
  header .mr-20 {
    margin-right: 5%;
  }
  .mr-45 {
    margin-right: 1%;
  }
}
@media (max-width: 1350px) {
  .rating-table .td-doc {
    display: none;
  }
}
@media (max-width: 1270px) {
  :root {
    --px: 20px;
    --font10: 10px;
    --font12: 12px;
    --font13: 13px;
    --font14: 14px;
    --font15: 15px;
    --font16: 16px;
    --font17: 17px;
    --font18: 18px;
    --font20: 20px;
    --font24: 24px;
    --font36: 36px;
  }
  .mr-30 {
    margin-right: 20px;
  }
  .bonus-item .btn {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cast-item .btn {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .search-site {
    margin-right: 0;
    display: none;
  }
  header .prize {
    margin-right: 0;
  }
  .head-button {
    display: none;
  }
  .rating-table .td-doc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row {
    display: block;
  }
  .row .left {
    margin-right: 0;
  }
  .rating-table .table-row .td-link {
    padding: 10px;
  }
  .rating-table .mr-20 {
    margin-right: 10px;
  }
  footer {
    padding: 40px 0 !important;
    margin-top: 40px !important;
  }
  footer .search-site {
    display: none;
  }
  .foot {
    margin-bottom: 40px;
  }
  .row .right {
    padding-top: 40px;
    width: 100%;
  }
  .promo-code-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-right: -20px;
  }
  .promo-code-item {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 0;
  }
  .promo-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    margin-right: -20px;
  }
  .promo-row .mt-55 {
    margin-top: 0;
  }
  .access-rating {
    padding: 25px 25px;
  }
  .access-txt {
    padding: 25px 25px;
  }
  .access .btn {
    padding: 29px 10px;
  }
  .n404 {
    font-size: 250px;
  }
  .main-menu ul {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .last-article-row {
    gap: 14px;
    margin-right: -14px;
  }
  .last-article-row .col {
    width: calc(50% - 14px);
  }
  .rating-table .table-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rating-table .td-name {
    padding: 10px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 144px;
  }
  .rating-table .td-reviews {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 33.3333333333%;
    border-right-width: 0 !important;
    padding: 15px 24px;
    text-align: center;
    border-top: 1px solid #E8E8E8;
    display: none;
  }
  .rating-table .td-reviews.show {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rating-table .td-doc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 33.3333333333%;
    border-right-width: 0 !important;
    padding: 15px 24px;
    border-top: 1px solid #E8E8E8;
    display: none;
  }
  .rating-table .td-doc.show {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rating-table .td-bonus {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 33.3333333333%;
    border-right-width: 0 !important;
    padding: 15px 5px;
    border-top: 1px solid #E8E8E8;
    display: none;
    text-align: center;
    white-space: nowrap;
  }
  .rating-table .td-bonus.show {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rating-table .td-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 144px);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rating-table .td-link .flex {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .rating-table .td-link .drop-hide {
    padding: 18px;
    cursor: pointer;
    position: relative;
  }
  .rating-table .td-link .drop-hide:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    width: 1px;
    height: calc(100% + 34px);
    background-color: #E8E8E8;
  }
  .td-rating-mobile img {
    width: 14px;
    margin-right: 2px;
  }
  .td-rating-mobile img:last-child {
    margin-right: 0;
  }
  #page {
    padding-top: 100px;
  }
  .open-menu {
    margin-left: 33px;
  }
  .mobile_menu {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }
  .mobile_menu ul {
    overflow-x: auto;
    margin-right: -20px;
    padding-right: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .mobile_menu ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .mobile_menu ul::-webkit-scrollbar-track {
    background: #fff;
  }
  .mobile_menu ul::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .mobile_menu li {
    display: block;
  }
  .no-bar::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .no-bar::-webkit-scrollbar-track {
    background: #fff;
  }
  .no-bar::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  header {
    padding: 21px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    margin-bottom: 0 !important;
    -webkit-box-shadow: 0 0 0 #fff;
            box-shadow: 0 0 0 #fff;
    border-bottom: 1px solid #E0E0E0;
  }
  .home-bonus-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .home-bonus-tags li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .promo-code-item {
    width: calc(50% - 20px);
  }
  .home-bonus-row .col {
    padding: 0 7px;
  }
  .bonus-other .bonus-other-nav {
    margin-top: 20px;
  }
  .bonus-other .bonus-other-nav ol {
    overflow-x: auto;
  }
  .bonus-other .bonus-other-nav li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bonus-other .other-bonus-row {
    margin-right: -15px;
    gap: 15px;
  }
  .bonus-other .col {
    width: calc(33.3333333333% - 15px);
    padding: 0;
  }
  .cast-row .col {
    padding: 0 7px;
  }
  footer {
    padding: 30px 0 !important;
    margin-top: 30px !important;
  }
  footer .wrap {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .search-site {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 100%;
  }
  footer .search-site input {
    max-width: 100%;
  }
  footer .main-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  footer .main-menu ul {
    display: block;
    text-align: center;
  }
  footer .main-menu li {
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer .main-menu li:last-child {
    margin-bottom: 0;
  }
  footer .social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-row {
    display: none !important;
  }
  .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .logo-footer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
  .copy {
    position: absolute;
    bottom: 68px;
    width: 50%;
    right: 0;
    display: block;
    text-align: center;
  }
  .copy p {
    margin-bottom: 15px;
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
  }
  .copy p:last-child {
    margin-bottom: 0;
  }
  .bcream {
    margin-bottom: 25px;
  }
  .book {
    display: block;
  }
  .cast-page-row {
    gap: 15px;
    margin-right: -15px;
  }
  .cast-page-row .col {
    width: calc(33.3333333333% - 15px);
  }
  .cast-menu {
    margin-right: -20px;
  }
  .cast-menu ul {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 20px;
  }
  .cast-menu li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mobile-filter-rating {
    overflow-x: auto;
    padding: 5px 0;
    margin-left: -5px;
    padding-left: 5px;
  }
  .mobile-filter-rating ul {
    gap: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-filter-rating li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mobile-filter-rating li a {
    -webkit-box-shadow: 0px 2.063px 5.316px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2.063px 5.316px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 6px;
    color: #000;
    display: block;
  }
  .mobile-filter-rating .current-menu-item a {
    color: #0EAD00;
  }
  .mobile-filter-promocode ul {
    gap: 15px;
    overflow-x: auto;
  }
  .mobile-filter-promocode li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mobile-filter-promocode li input:checked + label {
    color: #0EAD00;
  }
  .mobile-filter-promocode li label:before {
    content: "";
    display: none;
  }
  .promo-code-page-row {
    gap: 20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
  .promo-code-page-row .col {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .main-news-list {
    gap: 20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }
  .main-news-list .col {
    width: calc(50% - 20px);
  }
  .main-news-item .thumb img {
    width: 100%;
    height: auto;
  }
  .news-page-row .col:nth-child(12n+9), .news-page-row .col:nth-child(12n+10), .news-page-row .col:nth-child(12n+11), .news-page-row .col:nth-child(12n+12) {
    width: calc(50% - var(--px));
  }
  .cast-menu.mb-55 {
    margin-bottom: 35px;
  }
  .rates-row {
    gap: 20px;
    margin-right: -20px;
  }
  .rates-row .col {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 0;
  }
  .post-promo {
    padding: 20px;
    margin-bottom: 25px;
  }
  .post-promo .top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-promo .pic {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .post-promo .btn-yellow {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .post-promo .name {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .post-promo .code {
    margin-left: auto;
    margin-right: auto;
  }
  .post-promo .take {
    padding: 16px;
  }
  .post-bottom {
    margin-bottom: 30px;
    display: block;
  }
  .my-shared {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .post-rating {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .post .text {
    margin-bottom: 20px;
  }
  .post > .thumb {
    height: 250px;
  }
  .other-post-row {
    gap: 20px;
    margin-right: -20px;
  }
  .other-post-row .col {
    width: calc(50% - 20px);
  }
  .page-404 {
    padding: 40px 0 25px 0;
  }
  .n404 {
    font-size: 120px;
    margin: 10px 0 15px 0;
  }
  .n404 + .fz24 {
    font-size: 18px;
    text-transform: none;
  }
  .access-row .col {
    width: calc(50% - var(--px));
  }
  .access-box {
    margin-bottom: 40px;
  }
  .access-box .p-25 {
    padding: 20px;
  }
  .access-box .top {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
  }
  .access-box .top svg {
    width: auto;
    height: 10px;
  }
  .access-box .top span {
    margin-right: 7px;
  }
  .access-box .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .access .mb-25 {
    margin-bottom: 20px;
  }
  .access .mb-30 {
    margin-bottom: 40px;
  }
  .access-pic img {
    width: 166px;
    height: auto;
  }
  .access-rating {
    width: calc(100% - 207px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .access-txt {
    padding: 20px;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }
  .mb-20m {
    margin-bottom: 20px;
  }
  .other-bonus {
    margin-bottom: 0;
  }
  .other-bonus-row .col {
    width: calc(50% - var(--px));
  }
  .other-bonus-row .col:nth-child(1n+3) {
    display: none;
  }
  .flex_992 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_992,
  .show_992 {
    display: block;
  }
  .hide_992 {
    display: none;
  }
}
@media (max-width: 767px) {
  .rates-row .col {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .book-payment-metod {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
  }
  .book-payment-metod li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
  }
  .book-payment-metod li:last-child {
    margin-bottom: 0;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .book-bonus-list li {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .book {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .book-col-2 {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #E0E0E0;
    padding-top: 20px;
    margin-top: 20px;
  }
  .book-col-3 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
  .book-col-right {
    padding-top: 20px;
  }
  .book-col-right-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cast-nav ul,
  .home-news-nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .cast-nav li,
  .home-news-nav li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .promo-code-item {
    width: calc(100% - 20px);
  }
  .home-bonus-box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cast-box {
    margin-left: -20px;
    margin-right: -20px;
  }
  .book-btw {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
  .book-btw .col {
    width: 100%;
  }
  .book-btw .col:nth-child(1n+2) {
    margin-top: 15px;
  }
  .bonus-other-nav {
    margin-top: 20px;
  }
  .bonus-other-nav ul {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bonus-other-nav li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bonus-other .col {
    width: calc(50% - 15px);
  }
  .cast-page-row .col {
    width: calc(50% - 15px);
  }
  .show-more {
    padding-top: 25px;
  }
  .show-more .btn {
    padding: 14px;
    width: 100%;
  }
  aside.right .home-news-item-2 {
    margin-bottom: 20px;
  }
  aside.right .home-news-item-2:last-child {
    margin-bottom: 0;
  }
  aside.right .promo-code-row {
    gap: 15px;
    margin-right: -15px;
  }
  .promo-code-page-row {
    margin-bottom: 15px;
  }
  .flex_revers_767 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex_revers_767 .mt-55 {
    margin-top: 0;
  }
  .flex_revers_767 .promo-code-row {
    margin-top: 55px;
  }
  .popup_code {
    width: calc(100% - 30px);
    padding: 45px 15px 20px 15px;
  }
  .popup_code .btn {
    width: 100%;
  }
  .post-bonus-top-data p {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .post-bonus-top-data p:last-child {
    margin-bottom: 0;
  }
  .post-bonus-top-data p span {
    margin: 0 0 0 10px;
  }
  .post-bonus-top .code {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-bonus-top .btn {
    padding: 20px;
  }
  .post-cast-top {
    margin-bottom: 30px;
  }
  .post-cast-top-row .ll {
    margin-bottom: 10px;
    width: 100%;
  }
  .post-cast-top img {
    border-radius: 10px;
  }
  .post-cast-top .kof {
    height: 60px;
  }
  .flex_767 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block_767,
  .show_767 {
    display: block;
  }
  .hide_767 {
    display: none;
  }
}
@media (max-width: 550px) {
  .last-article-row {
    gap: 14px;
    margin-right: -14px;
  }
  .last-article-row .col {
    width: calc(100% - 14px);
  }
  .other-bonus-row {
    gap: 20px;
  }
  .other-bonus-row .col {
    width: calc(100% - var(--px));
  }
  .other-bonus-row .col:nth-child(1n+3) {
    display: block;
  }
  .access-row .col {
    width: calc(100% - var(--px));
  }
  .go-home {
    width: 100%;
  }
  .other-post-row {
    gap: 20px;
    margin-right: -20px;
  }
  .other-post-row .col {
    width: calc(100% - 20px);
  }
  .post-promo .code {
    width: 100%;
  }
  .post-promo .name {
    text-align: left;
  }
  .post > .thumb {
    height: 193px;
  }
  .rates-row .col {
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
  .main-news-list .col {
    width: calc(100% - 20px);
  }
  .news-page-row {
    gap: 20px;
  }
  .news-page-row .col {
    width: calc(100% - var(--px));
    margin-bottom: 0;
  }
  .news-page-row .col:nth-child(12n+9), .news-page-row .col:nth-child(12n+10), .news-page-row .col:nth-child(12n+11), .news-page-row .col:nth-child(12n+12) {
    width: calc(100% - var(--px));
  }
  .logo svg {
    height: 32px;
  }
  .dop-dot .slick-dots {
    position: static;
    margin-top: 15px;
  }
  .dop-dot .slick-dots:nth-child(1n+2) {
    display: none !important;
  }
  .dop-dot .slick-dots li button {
    background-color: #E8E8E8;
  }
  .dop-dot .slick-dots li.slick-active button {
    background-color: #0EAD00;
  }
  .home-news-slider .slide {
    padding: 0 7px;
  }
  .home-news-slider .slick-dots {
    bottom: -2px;
  }
  .home-news-row .ll {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-news-item {
    height: 209px;
  }
  .home-news-row {
    display: block;
  }
  .promo-row {
    display: block;
    margin-right: 0;
  }
  .rating-table .table-row .td-link a {
    margin-right: 0;
  }
  .bonus-other .bonus-other-nav {
    margin-right: -20px;
  }
  .bonus-other .col {
    width: calc(100% - 15px);
  }
  .cast-page-row .col {
    width: calc(100% - 15px);
  }
  .promo-code-page-row .col {
    width: calc(100% - 20px);
  }
  .post-cast-top img {
    margin-bottom: 10px;
    width: 100%;
  }
  .search-page-site .input {
    min-width: 0;
  }
  .search-page-site .mr-20 {
    margin-right: 15px;
  }
  .search-page-site .btn {
    width: 123px;
  }
  .show_550 {
    display: block;
  }
  .hide_550 {
    display: none;
  }
}