@charset "UTF-8";
@import "fonts.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  font-family: "Calibri", sans-serif;
  min-width: 320px;
  overflow-x: hidden;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  margin: 0;
}
main h1, main h2, main h3, main h5 {
  font-weight: 700;
}
main h1 a, main h2 a, main h3 a, main h5 a {
  font-size: inherit;
  font-weight: inherit;
}
main h4, main h6 {
  font-weight: 400;
}
main h4 a, main h6 a {
  font-size: inherit;
  font-weight: inherit;
}
main h1 {
  padding: 30px 0;
  font-size: 45px;
  line-height: 55px;
}
main h2 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 35px;
  line-height: 45px;
}
main h3, main h4 {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
}
main h5, main h6 {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (max-width: 1024px) {
  main h1 {
    padding: 25px 0;
    font-size: 25px;
    line-height: 30px;
  }
  main .post h1 {
    padding: 10px 0;
  }
  main h2 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 27px;
  }
  main h3, main h4 {
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 25px;
  }
  main h5, main h6 {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  h3.games-section__title {
    font-size: 20px;
    line-height: 24px;
  }
}
main button {
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main a.button {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}
main a.button-blue, main a.button-rapido, main a.button-altyn, main a.button-avtoloto, main a.button-536, main a.button-wheel, main a.button-fountainBlue {
  color: #fff;
}
main a.button-blue:hover, main a.button-rapido:hover, main a.button-altyn:hover, main a.button-avtoloto:hover, main a.button-536:hover, main a.button-wheel:hover, main a.button-fountainBlue:hover {
  color: #fff !important;
}
main a.button-blue span.price::before, main a.button-rapido span.price::before, main a.button-altyn span.price::before, main a.button-avtoloto span.price::before, main a.button-536 span.price::before, main a.button-wheel span.price::before, main a.button-fountainBlue span.price::before {
  background: rgba(255, 255, 255, 0.2);
}
main a.button:hover {
  text-decoration: none !important;
}
main .button {
  display: block;
  width: 280px;
  height: 50px;
  padding: 0;
  margin: 0 auto 50px auto;
  border: none;
  outline: none;
  border-radius: 40px;
  opacity: 1;
  color: #000000;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
main .button:active, main .button[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
main .button[disabled] {
  cursor: default;
  opacity: 0.5;
}
main .button-blue, main .button-rapido, main .button-altyn, main .button-avtoloto, main .button-536, main .button-wheel, main .button-fountainBlue {
  color: #fff;
}
main .button-blue span.price::before, main .button-rapido span.price::before, main .button-altyn span.price::before, main .button-avtoloto span.price::before, main .button-536 span.price::before, main .button-wheel span.price::before, main .button-fountainBlue span.price::before {
  background: rgba(255, 255, 255, 0.2);
}
main .button-animated {
  position: relative;
  margin: 0 auto;
}
main .button-animated::before, main .button-animated::after {
  content: "";
}
main .button-animated::before, main .button-animated::after, main .button-animated .animBorder {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  z-index: -1;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-name: borderAnim;
          animation-name: borderAnim;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
main .button-animated:after {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
main .button-animated .animBorder {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
main .button-animated .animBorder:last-child {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
main .button-animated .animBorder::before {
  display: none;
}
main .button-buy {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}
main .button-buy span.price {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
main .button-buy span.price::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .button-blue {
  background: #2B5DA8;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
          box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.4);
}
main .button-blue[disabled]:hover {
  opacity: 0.5;
}
main .button-blue:hover {
  background: #2B55A8;
}
main .button-yellow {
  background: #FECC00;
  -webkit-box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
          box-shadow: 0px 10px 30px rgba(254, 204, 0, 0.4);
}
main .button-yellow[disabled]:hover {
  opacity: 0.5;
}
main .button-yellow:hover {
  background: #FEC600;
}
main .button-white {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
main .button-white[disabled]:hover {
  opacity: 0.5;
}
main .button-white:hover {
  background: #F8F8F8;
}
main .button-1224 {
  background: #00FF94;
}
main .button-1224:hover {
  background: #00f595;
}
main .button-rapido {
  background: #F8005F;
}
main .button-rapido:hover {
  background: #f00060;
}
main .button-fastKeno {
  background: #FFAA00;
}
main .button-fastKeno:hover {
  background: #ffa500;
}
main .button-taga {
  background: #FDF82A;
}
main .button-taga:hover {
  background: #fdf02a;
}
main .button-altyn {
  background: #5E21AC;
}
main .button-altyn:hover {
  background: #5e0aac;
}
main .button-aladdin {
  background: #FF9900;
}
main .button-aladdin:hover {
  background: #ff9500;
}
main .button-lamp {
  background: #50FFFF;
}
main .button-lamp:hover {
  background: #50f6ff;
}
main .button-egypt {
  background: #03EB36;
}
main .button-egypt:hover {
  background: #03e438;
}
main .button-cleopatra {
  background: #2BB4AC;
}
main .button-cleopatra:hover {
  background: #2bafad;
}
main .button-lemon {
  background: #FBC700;
}
main .button-lemon:hover {
  background: #fbbe00;
}
main .button-queen {
  background: #FFFF00;
}
main .button-queen:hover {
  background: #fff700;
}
main .button-avtoloto {
  background: #F62C75;
}
main .button-avtoloto:hover {
  background: #f61975;
}
main .button-536 {
  background: #FF1D06;
  -webkit-box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
          box-shadow: 0px 20px 50px rgba(244, 58, 59, 0.15);
}
main .button-536:hover {
  background: #ed1003;
}
main .button-wheel {
  background: #EF245D;
}
main .button-wheel:hover {
  background: #e31757;
}
main .button-fountainBlue {
  background: #4AB8B6;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
main .button-fountainBlue:hover {
  background: #41a5a3;
}
main .button-icon {
  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;
}
main .button-icon .icon {
  display: block;
  margin-right: 10px;
}
main .button-icon .icon svg, main .button-icon .icon img {
  max-width: 16px;
  max-height: 16px;
}
main .button-takeprize .prize {
  font-weight: 700;
}
main .tileButton {
  display: block;
  width: 230px;
  height: 120px;
  padding: 15px 20px 15px 15px;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 25px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
main .tileButton:hover {
  color: #2B5DA8;
}
main .tileButton:hover .icon svg path {
  stroke: #2B5DA8;
}
main .tileButton:active {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  color: #004E8F;
}
main .tileButton:active .icon svg path {
  stroke: #004E8F;
}
main .tileButton .icon {
  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;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(43, 93, 168, 0.1);
}
main .tileButton .icon svg {
  max-width: 100%;
  max-height: 100%;
}
main .prev-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
main .prev-link:hover {
  color: #2B5DA8;
}
main .prev-link:hover svg path {
  fill: #2B5DA8;
}
main .prev-link:active {
  color: #004E8F;
}
main .prev-link:active svg path {
  fill: #004E8F;
}

@media only screen and (max-width: 992px) {
  main .button-animated {
    margin-top: 30px;
  }
  main .button-animated::after, main .button-animated::before, main .button-animated .animBorder {
    -webkit-animation-name: borderAnim-mobile;
            animation-name: borderAnim-mobile;
  }
  main .tileButton {
    width: 160px;
    height: 115px;
    padding: 10px 15px 15px 10px;
    font-size: 18px;
    line-height: 20px;
  }
  main .tileButton:hover {
    color: #000000;
  }
  main .tileButton:hover .icon svg path {
    stroke: #000000;
  }
  main .tileButton:active {
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    color: #004E8F;
  }
  main .tileButton:active .icon svg path {
    stroke: #004E8F;
  }
  main .tileButton .icon {
    width: 40px;
    height: 40px;
  }
  main .tileButton .icon svg {
    max-width: 60%;
    max-height: 60%;
  }
}
@-webkit-keyframes borderAnim {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  90% {
    width: 490px;
    height: 190px;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes borderAnim {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  90% {
    width: 490px;
    height: 190px;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes borderAnim-mobile {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  90% {
    width: 350px;
    height: 100px;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes borderAnim-mobile {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  90% {
    width: 350px;
    height: 100px;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
main table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 0;
  border-radius: 15px;
  overflow: hidden;
}
main table th {
  padding: 15px 30px 20px 30px;
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  text-align: left;
  line-height: 130%;
  color: #004e8f;
}
main table tr, main table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}
main table tr *, main table td * {
  font-size: 18px;
  line-height: 120%;
}
main table tr ol, main table tr ul, main table td ol, main table td ul {
  margin-bottom: 0;
}
main table tr ul li::before, main table td ul li::before {
  top: 15px;
}
main table tr {
  background: #f3f7fd;
}
main table tr:nth-child(even) {
  background: #e9eff9;
}
main table td {
  padding: 15px 30px 20px 30px;
}
main table td:first-child {
  min-width: 135px;
}
main table td p {
  min-height: 50px;
  padding: 0;
  margin: 0 0 15px 0;
}
main table td p:last-child {
  margin: 0;
}
main .rTable {
  display: none;
  background: #fff;
  border-radius: 20px;
}
main .rTable__block p {
  margin: 0;
}
main .rTable .accordion__text {
  padding: 15px 70px 15px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .rTable .accordion__text::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon-close.svg") no-repeat;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .rTable .accordion__text-opened {
  color: #004e8f;
}
main .rTable .accordion__text-opened::after {
  -webkit-filter: none;
          filter: none;
}
main .rTable .accordion__body {
  padding: 10px 0 0 0;
  background: rgba(193, 213, 243, 0.25);
}
main .rTable .accordion__body .rTable__block {
  position: relative;
  padding: 5px 15px 20px 15px;
}
main .rTable .accordion__body .rTable__block:not(:last-child) {
  border-bottom: 1px solid rgba(43, 93, 168, 0.1);
}
main .rTable .accordion__body .rTable__block::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
main .rTable .accordion__body .rTable__heading {
  padding: 15px 0 10px 0;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  text-align: left;
  line-height: 130%;
  color: #004e8f;
}
main .rTable .accordion__body .rTable__heading * {
  font-size: 14px;
  line-height: 130%;
}
main .rTable .accordion__body * {
  font-size: 16px;
  line-height: 20px;
}
main .rTable .accordion__body p {
  padding: 0;
}

.walletTable {
  max-width: 900px;
  margin: 0 auto;
}
.walletTable__heading .walletTable__row {
  padding: 10px 30px;
  height: 50px;
}
.walletTable__heading .walletTable__row .walletTable__col p {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: #004E8F;
}
.walletTable__content {
  border-radius: 5px;
  overflow: hidden;
}
.walletTable__content .walletTable__row {
  padding: 15px 30px;
  background: #e9eff9;
}
.walletTable__content .walletTable__row:nth-child(even) {
  background: #f3f7fd;
}
.walletTable__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.walletTable__row .walletTable__col:first-child {
  width: 100px;
}
.walletTable__row .walletTable__col:nth-child(2) {
  width: 190px;
}
.walletTable__row .walletTable__col:nth-child(3) {
  width: 100px;
}
.walletTable__row .walletTable__col:last-child {
  width: 240px;
}
.walletTable__row .walletTable__col p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.walletTable__row .walletTable__col .mobTitle {
  display: none;
}

@media only screen and (max-width: 1024px) {
  main .rTable {
    display: block;
    margin-bottom: 40px;
  }
  main table, main .table-responsive {
    display: none;
  }

  .walletTable {
    max-width: 100%;
  }
  .walletTable__heading {
    display: none;
  }
  .walletTable__content {
    border-radius: 5px;
    overflow: hidden;
  }
  .walletTable__content .walletTable__row {
    padding: 25px 20px;
    background: #e9eff9;
  }
  .walletTable__content .walletTable__row:nth-child(even) {
    background: #f3f7fd;
  }
  .walletTable__content .walletTable__row .walletTable__col {
    width: 100%;
  }
  .walletTable__content .walletTable__row .walletTable__col:not(:last-child) {
    margin-bottom: 15px;
  }
  .walletTable__content .walletTable__row .walletTable__col p {
    font-size: 16px;
    line-height: 20px;
  }
  .walletTable__content .walletTable__row .walletTable__col .mobTitle {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #004E8F;
  }
  .walletTable__row {
    display: block;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .walletTable__row .walletTable__col {
    width: 100%;
  }
  .walletTable__row .titleCol p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #004E8F;
  }
}
p {
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}

.contentPage p {
  padding: 0px 0px 10px;
}

a {
  text-decoration: none;
  font-size: 23px;
  font-weight: 300;
}

.contentPage a:hover {
  text-decoration: underline;
}

.wrapper {
  padding: 0 105px;
}

.embed-responsive {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.25);
          box-shadow: 0px 10px 30px rgba(43, 93, 168, 0.25);
}

section.post {
  padding-top: 30px;
}

.p-title {
  padding: 0;
}

p.games-section__subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  color: #1F2326;
}

p.subtitle {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #9A9A9A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#withDrawBtn ~ p.subtitle {
  margin-bottom: 25px;
}

p.subtitle a {
  text-decoration: underline;
  color: inherit;
  font-size: 18px;
  line-height: 24px;
}

.cmodal p.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
}

.cmodal__footer p.subtitle {
  margin-top: 0;
}

.walletHeading {
  position: relative;
  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;
  margin-bottom: 40px;
  height: 55px;
}
.walletHeading h1 {
  padding: 0;
  font-size: 45px;
  line-height: 55px;
}
.walletHeading .backButton {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 100%;
  line-height: 100%;
}
.walletHeading .backButton:hover svg path {
  fill: #2b5da8;
}
.walletHeading .backButton:active svg path {
  fill: #004E8F;
}

h3.games-section__title {
  padding: 0;
  margin-bottom: 5px;
  color: #1F2326;
  font-size: 30px;
  line-height: 35px;
}

h3.login__title {
  padding: 0;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
}

.login__subtitle {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  max-width: 250px;
  margin: 0 auto 30px;
  color: #9A9A9A;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }

  a {
    font-size: 18px;
    line-height: 25px;
  }

  .wrapper {
    padding: 0 15px;
  }

  p.games-section__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #8D8D8D;
  }

  p.subtitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  p.subtitle a {
    color: inherit;
    font-size: 14px;
    line-height: 18px;
  }

  #withDrawBtn ~ p.subtitle {
    margin-bottom: 10px;
  }

  .cmodal .subtitle {
    margin: 0 auto 30px;
    padding-bottom: 0;
    max-width: 310px;
  }

  .walletHeading {
    margin-bottom: 20px;
    height: 30px;
  }
  .walletHeading h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .walletHeading .backButton {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 25px;
  }
  .walletHeading .backButton svg {
    width: 60%;
    height: 60%;
  }
  .walletHeading .backButton:hover svg path {
    fill: #000;
  }
  .walletHeading .backButton:active svg path {
    fill: #004E8F;
  }

  h3.login__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }

  .login__subtitle {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  section.post {
    padding-top: 0;
  }

  .wrapper {
    padding: 0;
  }
}
main .hrContainer {
  padding: 30px 0;
}
main .hrContainer hr {
  margin: 0;
}
main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c1d5f3;
}

@media only screen and (max-width: 1024px) {
  main .hrContainer {
    margin: 0;
    padding: 15px 0;
  }
}
main blockquote {
  padding: 30px 0;
}
main blockquote .quoteBody {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
          box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  border-radius: 25px;
  padding: 40px 60px 40px 145px;
}
main blockquote .quoteBody p {
  padding: 0;
  margin: 0;
}
main blockquote .quoteBody .quoteText {
  position: relative;
  margin-bottom: 20px;
}
main blockquote .quoteBody .quoteText::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  display: block;
  width: 35px;
  height: 25px;
  background: url("../img/quote.svg") no-repeat;
  background-size: cover;
}
main blockquote .quoteBody .quoteAuthor {
  font-weight: 400;
  font-style: italic;
}

@media only screen and (max-width: 500px) {
  main blockquote {
    padding: 15px 0;
  }
  main blockquote .quoteBody {
    border-radius: 20px;
    padding: 20px 15px 25px 50px;
  }
  main blockquote .quoteBody .quoteText {
    margin-bottom: 15px;
  }
  main blockquote .quoteBody .quoteText::before {
    top: 5px;
    left: -40px;
    width: 20px;
    height: 15px;
  }
}
main ul, main ol {
  padding: 0 0 10px 0;
  margin: 0;
}
main ul li, main ol li {
  display: block;
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 23px;
  font-weight: 300;
  line-height: 35px;
}
main ul li::before, main ol li::before {
  position: absolute;
  display: block;
  font-weight: 700;
  color: #2b5da8;
  text-align: right;
}
main ul li:first-child, main ol li:first-child {
  padding-top: 0;
}
main ul li ul, main ul li ol, main ol li ul, main ol li ol {
  padding: 5px 0 0 0;
}
main ul li ul li:last-child, main ul li ol li:last-child, main ol li ul li:last-child, main ol li ol li:last-child {
  padding-bottom: 0;
}
main ol {
  counter-reset: item;
}
main ol > li:nth-child(n+10) {
  padding-left: 45px;
}
main ol > li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  top: 10px;
  left: 0;
}
main ol > li:first-child::before {
  top: 0;
}
main ol > li ol li {
  position: relative;
  padding-left: 55px;
}
main ol > li ol li:nth-child(n+10) {
  padding-left: 60px;
}
main ul li::before {
  content: "";
  top: 22px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url("../img/star-full.svg");
}
main ul li:first-child::before {
  top: 12px;
}
main ul li ul {
  margin-left: 0;
  margin-bottom: 0;
}
main ul li ul li {
  position: relative;
}
main ul li ul li::before {
  background: url("../img/star-empty.svg");
}
main .share ul, main .noIcon ul {
  padding: 0;
}
main .share ul li::before, main .noIcon ul li::before {
  display: none;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  main ul li, main ol li {
    padding: 5px 0 5px 20px;
    font-size: 18px;
    line-height: 25px;
  }
  main ol > li::before {
    top: 5px;
  }
  main ol li {
    padding-left: 25px;
  }
  main ol li:nth-child(n+10) {
    padding-left: 35px;
  }
  main ol li ol li {
    padding-left: 40px;
  }
  main ol li ol li:nth-child(n+10) {
    padding-left: 50px;
  }
  main ul li::before {
    top: 12px;
  }
  main ul li:first-child::before {
    top: 7px;
  }
}
main .accordion {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0px;
}
main .accordion__text {
  position: relative;
  margin: 0;
  padding: 25px 70px 25px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
          box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  border-radius: 15px;
  cursor: pointer;
  font-size: 23px;
  font-weight: normal;
  color: #004e8f;
  z-index: 2;
}
main .accordion__text::after {
  content: url("../img/icon-close.svg");
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  right: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .accordion__text-opened::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
main .accordion__body {
  display: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  padding: 40px 30px 30px 30px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
          box-shadow: 0px 5px 25px rgba(43, 93, 168, 0.15);
  z-index: 1;
}
main .accordion__body * {
  font-size: 20px;
  line-height: 30px;
}
main .accordion__body ul li, main .accordion__body ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}
main .accordion__body ul li:first-child, main .accordion__body ol li:first-child {
  padding-top: 0;
}
main .accordion__body ol li:first-child::before {
  top: 0;
}
main .accordion__body ol li::before {
  top: 5px;
}
main .accordion__body ul li::before {
  top: 15px;
}
main .accordion__body ul li:first-child::before {
  top: 10px;
}
main .accordion__body .imgBox {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
main .accordion__body .imgBox img {
  max-width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 15px rgba(43, 93, 168, 0.2);
          box-shadow: 0px 5px 15px rgba(43, 93, 168, 0.2);
}

@media only screen and (max-width: 1024px) {
  main .accordion {
    margin: 0 0 10px 0;
  }
  main .accordion__text {
    padding: 20px 60px 20px 15px;
  }
  main .accordion__text::after {
    right: 15px;
  }
  main .accordion__body {
    padding: 30px 20px 30px 20px;
  }
  main .accordion__body * {
    line-height: 20px;
  }
  main .accordion__body ul li::before {
    top: 10px;
  }
  main .accordion__body ul li:first-child::before {
    top: 4px;
  }
}
@media only screen and (max-width: 500px) {
  main .accordion__text {
    font-size: 18px;
  }
  main .accordion__body * {
    font-size: 16px;
  }
}
main img.top, main img.content {
  max-width: 100%;
  border-radius: 15px;
}
main img.top {
  max-height: 635px;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(43, 93, 168, 0.25));
          filter: drop-shadow(0px 5px 5px rgba(43, 93, 168, 0.25));
}
main img.content {
  display: block;
  margin: 50px auto;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0px 10px 15px rgba(43, 93, 168, 0.25));
          filter: drop-shadow(0px 10px 15px rgba(43, 93, 168, 0.25));
}
main .postPhoto {
  width: 100%;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}
main .postPhoto__withBg {
  padding: 30px 0;
  background: rgba(193, 213, 243, 0.25);
}

@media only screen and (max-width: 1024px) {
  main img.content {
    -webkit-filter: none;
            filter: none;
    margin: 20px 0;
  }
  main .postPhoto {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  main .postPhoto {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }
  main .postPhoto .top {
    border-radius: 0;
  }
}
main input, main textarea, main select, main .select {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 15px;
  background: none;
  outline: none;
  border: 1px solid #c4c5c5;
  border-radius: 15px;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
main input:focus, main input:hover, main textarea:focus, main textarea:hover, main select:focus, main select:hover, main .select:focus, main .select:hover {
  border: 1px solid #FECC00;
}
main input[disabled], main textarea[disabled] {
  opacity: 0.6;
}
main input[disabled] + label, main textarea[disabled] + label {
  color: #dcdcdc;
}
main input[disabled]:hover, main textarea[disabled]:hover {
  border: 1px solid #c4c5c5;
}
main select, main .select {
  font-size: 18px;
  line-height: 20px;
}
main input:-webkit-autofill, main input:-webkit-autofill:hover, main input:-webkit-autofill:focus, main input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
}
main select {
  cursor: pointer;
}
main input, main textarea, main label {
  font-size: 18px;
  font-weight: 400;
}
main textarea {
  min-height: 210px;
  resize: none;
}
main label {
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: text;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  line-height: 20px;
  z-index: -1;
}
main textarea + label {
  top: 25px;
}
main input:focus + label, main textarea:focus + label, main .formEdited + label, main select:focus + label {
  top: 0;
  width: auto;
  font-size: 13px;
  line-height: 15px;
  color: #8d8d8d;
  z-index: 1;
}
main input:focus + label::after, main textarea:focus + label::after, main .formEdited + label::after, main select:focus + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
  width: calc(100% + 10px);
  background: #fff;
  z-index: -1;
}
main .form-row label {
  left: 20px;
}
main .form-group {
  position: relative;
  margin-bottom: 30px;
}
main .form-check {
  position: relative;
  padding: 0;
  z-index: 1;
}
main .form-check label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: unset;
  left: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
main .form-check label:hover input ~ .checkmark {
  border: 1px solid #2B5DA8;
}
main .form-check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
main .form-check label input:checked ~ .checkmark {
  background-color: #2B5DA8;
  border: 1px solid #2B5DA8;
}
main .form-check label input:checked ~ .checkmark::after {
  display: block;
}
main .form-check label .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: 1px solid #C4C5C5;
}
main .form-check label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
}
main .form-check .radioContainer .checkmark {
  border-radius: 50%;
}
main .form-check .radioContainer .checkmark::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
  border-radius: 50%;
  background: white;
}
main .form-check .checkboxContainer .checkmark {
  border-radius: 3px;
}
main .form-check .checkboxContainer .checkmark::after {
  left: 5px;
  top: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .elmnt-hidden {
  opacity: 0;
}
main .select {
  display: block;
  position: relative;
  padding: 15px;
  border-radius: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
main .select .customSelect, main .select select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  z-index: 1;
}
main .select .customSelect.active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
      -ms-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
main .select .customSelect:after {
  content: "›";
  position: absolute;
  border: 5px solid transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .select .options {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  left: 50%;
  width: calc(100% - 17px);
  padding: 0 0 8px 0;
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .select .options ul {
  margin: 0;
  padding: 0;
  max-height: 250px;
  list-style: none;
  overflow-y: scroll;
  z-index: 1;
}
main .select .options ul::-webkit-scrollbar {
  width: 4px;
}
main .select .options ul::-webkit-scrollbar-thumb {
  background: #ccc;
}
main .select .options ul::-webkit-scrollbar-thumb:hover {
  background: #333;
}
main .select .options ul li {
  position: relative;
  margin: 0 0;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
}
main .select .options ul li:first-child {
  display: none;
}
main .select .options ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0px;
  height: 100%;
  background: #2b5da8;
}
main .select .options ul li:hover {
  background: #f3f3f3;
}
main .select .options ul li:hover::before {
  width: 5px;
}
main .select + label {
  cursor: pointer;
}
main .select.formEdited + label {
  z-index: 2;
}
main .select-nonActive {
  z-index: unset !important;
}
main .select-nonActive * {
  z-index: unset !important;
}
main .select-nonActive + label {
  z-index: unset !important;
}
main .select-active {
  border: 1px solid #FECC00;
}

.vh {
  width: 1px;
  height: 30px;
  margin: 0 25px;
  background: #cbd0d6;
}

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

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

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

.shdw {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
}
.shdw-medium {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.13);
}
.shdw-big {
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.13);
}

.hvr-color, .hvr-underline, .hvr-scale, .hvr-angle, .hvr-angle-reverse, .hvr-opacity {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hvr-color:hover {
  color: #2B55A8;
}

.hvr-underline:hover {
  text-decoration: underline;
}

.hvr-scale:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hvr-angle:hover {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.hvr-angle-reverse:hover {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.hvr-opacity:hover {
  opacity: 0.5;
}

.clc-color:active {
  color: #004E8F;
}

.clc-bg:active {
  background: #004E8F;
}

.clc-shadow:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.clc-darken:active {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

@media screen and (max-width: 1024px) {
  .vh {
    height: 20px;
  }
}
.bg-blue {
  background: #2B55A8;
}

.bg-yellow {
  background: #FECC00;
}

.bg-lightBlue {
  background: #EFF4FC;
}

.bg-white {
  background: #ffffff;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.35);
}

.clr-blue {
  color: #2B55A8;
}

.clr-yellow {
  color: #FECC00;
}

.clr-lightBlue {
  color: #EFF4FC;
}

.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #000000;
}

.clr-fountainBlue {
  color: #4AB8B6;
}

.fz-default {
  font-size: 18px;
  line-height: 22px;
}

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.fw-lighter {
  font-weight: lighter;
}

.fs-italic {
  font-style: italic;
}

.ta-left {
  text-align: left;
}

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

.ta-right {
  text-align: right;
}

.news__tabs-cont {
  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-top: 24px;
}

.news__tabs {
  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;
  background: #EFF4FC;
  border-radius: 15px;
}

.news__tab {
  padding: 20px 25px;
  font-size: 20px;
  line-height: 20px;
}

.news__tab.active + .news__tab-border {
  visibility: hidden;
}

.news__tab-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 30px;
}

.news__tab.active {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 24px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 59px;
}

.block__url {
  color: #2B5DA8;
  font-size: 20px;
  line-height: 20px;
}

.block__url:hover {
  text-decoration: underline !important;
}

.block__url:active {
  text-decoration: underline !important;
  color: #004E8F;
}

.news {
  margin: 0 15px 21px;
  width: 350px;
  height: 319px;
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.news:hover .news__title {
  color: #2B5DA8;
}
.news:active .news__title {
  color: #004E8F;
}

.news:first-child {
  margin: 0 15px 21px 10px;
}

.news:nth-child(3) {
  margin: 0 0 21px 15px;
}

.news__image {
  width: 100%;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}

.news__content {
  padding: 0 20px;
  background: white;
  border-radius: 15px;
}

.news__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
}

.news__date {
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
  color: #2B5DA8;
}

@media screen and (max-width: 1024px) {
  .news__tabs-cont {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -15px;
    padding: 20px 15px 25px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .news__tabs-cont::-webkit-scrollbar {
    width: 0;
  }

  .news__tabs {
    max-height: 40px;
    margin: auto;
  }

  .news__tab {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 18px;
  }

  .news__tab-border {
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 20px;
  }

  .block__url {
    font-size: 16px;
    line-height: 15px;
  }

  .news__container {
    margin-top: 10px !important;
    padding-bottom: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    place-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news__container::-webkit-scrollbar {
    display: none;
  }

  .news {
    min-width: 275px;
    height: 275px;
    -webkit-box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.05);
    margin: 0 5px 0;
  }

  .news:first-child {
    margin: 0 5px 0 15px;
  }

  .news:nth-child(3) {
    margin: 0 5px 0 5px;
  }

  .news__content {
    padding: 15px 16px 22px;
  }

  .news__image {
    height: 180px;
  }

  .news__date {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .news__title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .news__container {
    margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 571px) and (max-width: 1199px) {
  .news__container, .winners__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.winner {
  margin: 0 15px;
  position: relative;
  width: 350px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
          box-shadow: 0px 5px 20px rgba(43, 93, 168, 0.2);
  border-radius: 15px;
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.winner:first-child {
  margin: 0 15px 0 10px;
}

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

.winner__avatar {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 78, 143, 0.2);
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.winner__user-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin: 5px 0 10px;
}

.winner__user-city {
  font-size: 16px;
  line-height: 100%;
  margin: 0 0 14px;
}

.winner__user-prize {
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  margin: 0;
  white-space: nowrap;
}

.winner:nth-child(3) {
  margin: 0 0 0 15px;
}

.winner__logo {
  max-width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 1024px) {
  .winner {
    min-width: 290px;
    margin: 0 5px;
  }

  .winner:first-child {
    margin: 0 5px 0 15px;
  }

  .winner:nth-child(3) {
    margin: 0 5px;
  }

  .games__filter {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    white-space: nowrap;
  }

  .game-custom-card {
    width: 330px;
    height: 125px;
    margin: 5px 0;
  }

  .game-custom-card-bg {
    width: 330px;
  }
}
.games__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.games__filter {
  border-radius: 25px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
  border: 1px solid #C1D5F3;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.games__filter:last-child {
  margin-right: 0;
}

.games__filter.active {
  background: #EAEFF7;
  border: 1px solid #EAEFF7;
}

.today {
  margin-top: 29px;
}

.today__card {
  width: 270px;
  height: 270px;
  margin: 0 5px 10px 5px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 15px;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  cursor: pointer;
}

.today__card-bg {
  width: 270px;
  height: 270px;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  border-radius: 15px;
}

.today__card:hover .today__card-bg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.today__card:first-child {
  margin: 0 5px 10px 10px;
}

.today__tirazh {
  position: absolute;
  top: 16.2px;
  left: 16.2px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  z-index: 1;
  margin: 0;
}

.today__button {
  position: absolute;
  bottom: 16.2px;
  right: 16.2px;
  border-radius: 16.2px;
  padding: 8.64px 10.8px;
  z-index: 1;
  margin: 0;
  font-size: 15.12px;
  line-height: 15px;
}

.game-card {
  font-family: "Calibri", sans-serif !important;
  position: relative;
  width: 207px;
  max-width: 207px;
  height: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  margin: 0 10px 21px 9px;
  cursor: pointer;
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
}

.game-card:hover .image-bg {
  -webkit-transform: scale(2);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.image-bg {
  font-family: "Calibri", sans-serif !important;
  position: absolute;
  height: 250px;
  width: 205px;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.text-cont {
  font-family: "Calibri", sans-serif !important;
  height: 232px;
  width: 205px;
  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;
  position: relative;
  z-index: 2;
  line-height: 0.7;
}

.game__play-time {
  font-family: "Calibri", sans-serif !important;
  margin-top: 18px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 16px;
  color: white;
}

.game__title {
  font-family: "Calibri", sans-serif !important;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
}

.game__prize-text {
  -webkit-appearance: none;
  font-family: "Calibri", sans-serif !important;
  margin: 0 0 12.81px;
  color: white !important;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.game__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 19.2188px;
  padding: 11px 15px;
  margin-top: 2px;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  line-height: 18px;
}

.image-bg {
  font-family: "Calibri", sans-serif !important;
  position: absolute;
  height: 250px;
  width: 205px;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}

.text-cont {
  font-family: "Calibri", sans-serif !important;
  height: 232px;
  width: 205px;
  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;
  position: relative;
  z-index: 2;
  line-height: 0.7;
}

.game__play-time {
  font-family: "Calibri", sans-serif !important;
  margin-top: 18px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 16px;
  color: white;
}

.game__title {
  font-family: "Calibri", sans-serif !important;
  color: white;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 3px;
}

.game__prize-text {
  -webkit-appearance: none;
  font-family: "Calibri", sans-serif !important;
  margin: 0 0 12.81px;
  color: white !important;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

.game__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 19.2188px;
  padding: 11px 15px;
  margin-top: 2px;
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 1200px) {
  .games__filter {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .today {
    margin-top: 20px;
  }

  .today__card {
    min-width: 250px;
    min-height: 250px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .today__card:first-child {
    margin-left: 5px;
  }

  .today__card:last-child {
    margin-right: 0;
  }

  .today__card-bg {
    width: 250px;
    height: 250px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .today__card:hover .today__card-bg {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }

  .today__button {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .today__tirazh {
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    top: 14px;
    left: 15px;
  }
}
.circle {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fecc04;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.circle::after,
.circle::before {
  content: "";
}

.circle::after,
.circle::before,
.circle .light {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-name: bgAnim;
          animation-name: bgAnim;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
}

.circle::before {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.circle .light {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.circle::after {
  background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.circle .cardText {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 2;
}

@-webkit-keyframes bgAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgAnim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .game-card:hover .image-bg {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }

  .game-card {
    font-family: "Calibri", sans-serif !important;
    width: 160px;
    height: 193px;
    margin: 0 5px 10px 5px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    overflow-y: hidden;
  }

  .image-bg {
    font-family: "Calibri", sans-serif !important;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .text-cont {
    font-family: "Calibri", sans-serif !important;
    height: 100%;
    width: 100%;
  }

  .game__play-time {
    font-family: "Calibri", sans-serif !important;
    font-weight: 300;
    font-size: 13px;
    line-height: 13px;
    margin-top: 16px;
    margin-bottom: 78px;
  }

  .game__title {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .game__title {
    font-family: "Calibri", sans-serif !important;
  }

  .game__prize-text {
    font-family: "Calibri", sans-serif !important;
    font-size: 20px;
    line-height: 20px;
    white-space: normal;
    text-align: center;
    margin: 0;
  }

  .game__button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    margin-bottom: 10px;
  }
}