html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: " ";
  content: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html::-webkit-scrollbar {
  background-color: #000;
  width: 7px;
}
html::-webkit-scrollbar-thumb {
  background-color: #DA1A00;
  width: 3px;
}

.wrapper {
  overflow: hidden;
}

@font-face {
  font-family: "Geometria";
  src: url("../fonts/Geometria.otf");
}
@font-face {
  font-family: "Geometria-medium";
  src: url("../fonts/Geometria-Medium.otf");
}
@font-face {
  font-family: "Geometria-extrabold";
  src: url("../fonts/Geometria-ExtaBlack.otf");
}
@font-face {
  font-family: "Geometria-bold";
  src: url("../fonts/Geometria-Bold.otf");
}
@font-face {
  font-family: "Geometria-italic";
  src: url("../fonts/Geometria-Italic.otf");
}
.wrapper.active {
  background: rgba(0, 0, 0, 0.3490196078);
}
.wrapper.active::after {
  content: " ";
  width: 100%;
  height: 500vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.wrapper.simple {
  background: rgba(0, 0, 0, 0.3490196078);
}
.wrapper.simple::after {
  content: " ";
  width: 100%;
  height: 500vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.wrapper.black::after {
  content: " ";
  width: 100%;
  height: 500vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12333211;
  filter: blur(2px);
  background: rgba(0, 0, 0, 0.85);
}

body {
  font-family: "Geometria";
  background-color: #151132;
}

.play_block_wrapper {
  transform: scale(0);
  transition: all ease-in-out 0.5s;
  height: 0;
}

.play_block_wrapper.active {
  transform: scale(1);
  height: auto;
  display: block !important;
}

.modal_content {
  position: relative;
  display: flex;
}
.modal_content .modal_right_wrapper {
  padding: 30px 20px 20px 20px;
}
.modal_content .arrow {
  height: 65px;
  width: 65px;
  position: absolute;
  cursor: pointer;
  z-index: 12;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal_content .right_arrow {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -70px;
}
.modal_content .left_arrow {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -70px;
}
.modal_content .modal_items {
  flex: 0 0 auto;
  width: 50%;
}
.modal_content .modal_items .modal_left_image {
  width: 100%;
  height: 100%;
  background: url(../images/olimpia.png), no-repeat;
  background-size: cover;
}
.modal_content .modal_items .login_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_content .modal_items .login_bottom .login_btn a {
  font-size: 22px;
  color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  transition: all ease-in 0.3s;
  background: linear-gradient(to right, #2071d1, #0353bc);
}
.modal_content .modal_items .login_bottom .login_btn a:hover {
  transform: scale(1.1);
  box-shadow: -4px -4px 55px 7px rgba(2, 81, 187, 0.62);
}
.modal_content .modal_items .login_bottom .exit a {
  color: #413784;
  font-size: 22px;
  padding-bottom: 2px;
  border-bottom: 2px dashed #413784;
}
.modal_content .modal_items .modal_right_title {
  font-size: 48px;
  color: #f0d19a;
  font-family: "Geometria-extrabold";
  margin-bottom: 20px;
}
.modal_content .modal_items .modal_right_desc {
  color: #fff;
  font-size: 20px;
  margin-bottom: 90px;
}
.modal_content .modal_right {
  border: 2px solid #45337e;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.second_block {
  position: relative;
}
.second_block .second_left {
  flex: 0 0 auto;
  width: 70%;
  margin-bottom: 25px;
}
.second_block .second_desc_block {
  margin-bottom: 90px;
}
.second_block #second header {
  padding: 30px 0 80px 0;
}
.second_block #second .hero_aside {
  top: -60px;
}
.second_block .second_title {
  font-size: 48px;
  font-family: "Geometria-extrabold";
  text-transform: uppercase;
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, rgba(215, 170, 91, 0.9215686275), #f8d16d);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.second_block .second_text {
  color: #fff;
  font-size: 22px;
}
.second_block .second_desc_block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.second_block .second_desc_block .description_item {
  width: 96%;
  color: #fff;
  font-size: 22px;
}

.hero_aside {
  border-radius: 30px;
  background-color: #121f45;
  max-width: 275px;
  position: absolute;
  top: -70px;
  right: 0;
}
.hero_aside .aside_title {
  font-size: 28px;
  font-family: "Geometria-medium";
  color: #fff;
  padding: 25px 25px 0 25px;
}
.hero_aside .aside_email {
  font-size: 25px;
  color: #2f7ef5;
  padding: 0 0 18px 20px;
}
.hero_aside .aside_members {
  width: 286px;
  position: absolute;
  top: 3px;
  height: 55px;
  background: url(../images/hero_member.png), no-repeat;
  left: -10px;
}
.hero_aside .save_part {
  background-color: #10346e;
  padding: 0 12px 245px 12px;
  position: relative;
}
.hero_aside .save_part .aside_save {
  position: absolute;
  top: 75px;
  width: 250px;
  height: 150px;
  background-position: 0 0;
  background: url(../images/hero_save_icon.png), no-repeat;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.hero_aside .hero_work {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero_aside .hero_work .work_icon {
  height: 43px;
  width: 41px;
  background: url(../images/hero_coin.png), no-repeat;
}
.hero_aside .hero_work .work_text {
  font-size: 29px;
  font-family: "Geometria-medium";
  color: #ffcb1f;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 13.5px;
  top: 37px;
  background: #68cd76;
  width: 2px;
  height: 4px;
  box-shadow: 2px 0 0 #68cd76, 4px 0 0 #68cd76, 4px -4px 0 #68cd76, 4px -7px 0 #68cd76, 4px -11px 0 #68cd76, 4px -10px 0 #68cd76;
  transform: rotate(45deg);
}
.styled-checkbox + label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 2px solid #45337e;
  border-radius: 10px;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: transparent;
}

#mobile_enterance .hero_buttons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 85px;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#mobile_enterance .hero_buttons .login_btn {
  cursor: pointer;
  width: 415px;
  height: 150px;
  font-family: "Geometria-medium";
  position: relative;
  background: url(../images/hero_login.png), no-repeat;
}
#mobile_enterance .hero_buttons .login_btn .btn_label {
  position: absolute;
  top: 80px;
  left: 120px;
  font-size: 24px;
  color: #000;
}
#mobile_enterance .hero_buttons .register_btn {
  display: flex;
  gap: 0 50px;
  align-items: center;
  padding: 10px 0;
  border-radius: 40px;
  border: 3px solid #ff9d00;
  padding: 10px 85px 10px 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
#mobile_enterance .hero_buttons .register_btn .register_icon {
  width: 55px;
  height: 55px;
  background-position: 15px 0;
  background: url(../images/register_book.png), no-repeat;
}
#mobile_enterance .hero_buttons .register_btn .register_text {
  font-size: 24px;
  color: #ffefb1;
  font-family: "Geometria-medium";
}

#mobile_enterance {
  display: none;
}

.top_wrapper {
  padding-top: 150px;
}

.header {
  padding: 15px 0;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 12121132;
  transition: all ease-in 0.2s;
}
.header.scrolled {
  padding: 5px 0;
  background: #241a5b;
  box-shadow: -1px 8px 5px -6px rgba(5, 5, 5, 0.79);
}
.header .hamburger_menu {
  display: none;
}
.header .header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .header_block .header_logo {
  flex: 0 0 auto;
  width: 30.6%;
}
.header .header_block .header_logo .header_img {
  width: 100%;
  height: 70px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.header .header_block .header_links {
  flex: 0 0 auto;
  width: 68.5%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}
.header .header_block .header_links li {
  list-style: none;
}
.header .header_block .header_links li #one {
  width: 94px;
}
.header .header_block .header_links li #two {
  width: 205px;
}
.header .header_block .header_links li #three {
  width: 200px;
}
.header .header_block .header_links li #four {
  width: 140px;
}
.header .header_block .header_links li #five {
  width: 70px;
}
.header .header_block .header_links li a {
  font-size: 18px;
  font-family: "Geometria-medium";
  color: #fff;
  position: relative;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.header .header_block .header_links li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  position: absolute;
  top: -10px;
  left: 0;
  background: rgba(245, 231, 107, 0.5);
  filter: blur(15px);
  transform: perspective(120px) rotateX(-45deg);
  border-radius: 10px;
  opacity: 0;
  transition: 0.2s;
}
.header .header_block .header_links li a:hover::before {
  opacity: 1;
}
.header .header_block .header_links li a:hover {
  text-transform: uppercase;
  text-shadow: 0px 2px 28px rgba(90, 108, 25, 0.79);
}
.header .header_block .header_links li a:hover::after {
  transform: scale(1);
}
.header .header_block .header_links li a::after {
  content: " ";
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  top: 30px;
  transform: scale(0);
  transition: all ease 0.3s;
  background-repeat: repeat-x;
  background-position: bottom;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/header_link_hover.png);
}

.hero_wrapper {
  background-image: url(../images/hero_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 190px;
}

.play_title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 50px 0;
}

.play_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.play_block .play_item {
  flex: 0 0 auto;
  width: calc(20% - 10px);
  border-radius: 15px;
  position: relative;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  transform: scale(1);
}
.play_block .play_item:hover {
  transform: scale(1.07);
  box-shadow: 2px 4px 61px 11px rgba(34, 60, 80, 0.5);
}
.play_block .play_img {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}
.play_block .play1 {
  background-image: url(../images/play1.png);
}
.play_block .play2 {
  background-image: url(../images/play2.png);
}
.play_block .play3 {
  background-image: url(../images/play3.png);
}
.play_block .play4 {
  background-image: url(../images/play4.png);
}
.play_block .play5 {
  background-image: url(../images/play5.png);
}
.play_block .play_name {
  background-color: #ffefb1;
  padding: 15px 0;
  border-radius: 0 0 15px 15px;
  text-align: center;
  color: #201750;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Geometria-extrabold";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero_person {
  width: 570px;
  height: 490px;
  background: url(../images/hero_person.png), no-repeat;
  z-index: -1;
  position: absolute;
  top: 42%;
  left: 0;
}

.hero_grass {
  width: 330px;
  height: 320px;
  background: url(../images/hero_bottom_grass.png), no-repeat;
  z-index: -1;
  position: absolute;
  top: 101%;
  left: 0;
}

.hero_block {
  position: relative;
}
.hero_block .hero_title {
  font-size: 90px;
  font-family: "Geometria-extrabold";
  background-image: linear-gradient(to left, #f6d177, #f8d16c);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 58px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.hero_block .hero_bird {
  width: 489px;
  height: 365px;
  background: url(../images/hero_bird.png), no-repeat;
  position: absolute;
  z-index: -1;
  right: 259px;
  top: -5px;
}
.hero_block .hero_pig {
  width: 150px;
  height: 140px;
  background: url(../images/hero_pig.png), no-repeat;
  position: absolute;
  z-index: -1;
  right: 15px;
  bottom: 30px;
}
.hero_block .hero_country {
  -webkit-clip-path: polygon(0 0, 94% 0, 99% 100%, 4% 100%);
          clip-path: polygon(0 0, 94% 0, 99% 100%, 4% 100%);
  background-color: #ffefb1;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #201750;
  font-family: "Geometria-medium";
  font-size: 40px;
  margin-bottom: 25px;
  max-width: 485px;
}
.hero_block .hero_desc {
  color: #fff;
  font-size: 30px;
  font-family: "Geometria-medium";
  margin-bottom: 30px;
  max-width: 630px;
  margin-bottom: 120px;
}
.hero_block .hero_games {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 30px 0;
}
.hero_block .hero_games .game1::before {
  background-image: url(../images/game1.png);
  background-repeat: no-repeat;
  background-position: center 10px;
}
.hero_block .hero_games .game2::before {
  background-image: url(../images/game2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.hero_block .hero_games .game3::before {
  background-image: url(../images/game3.png);
  background-repeat: no-repeat;
  background-position: center 10px;
}
.hero_block .hero_games .game4::before {
  background-image: url(../images/game4.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.hero_block .hero_games .game5::before {
  background-image: url(../images/game5.png);
  background-repeat: no-repeat;
  background-position: center 20px;
}
.hero_block .hero_games .game6::before {
  background-image: url(../images/game6.png);
  background-repeat: no-repeat;
  background-position: center 20px;
}
.hero_block .hero_games .game_item {
  width: calc(33.33% - 20px);
  flex: 0 0 auto;
  background-color: #2c1f56;
  border-radius: 10px;
  border: 1px solid #45337e;
  height: 94px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
.hero_block .hero_games .game_item:hover {
  transform: translateY(-10px);
}
.hero_block .hero_games .game_item::before {
  content: " ";
  height: 100%;
  border-radius: 10px 0 0 10px;
  width: 23%;
  background-color: #1a103b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero_block .hero_games .game_icon {
  flex: 0 0 auto;
  width: 23%;
  position: relative;
}
.hero_block .hero_games .game_text {
  margin: 0 auto;
  font-size: 30px;
  color: #967af1;
  text-align: center;
  cursor: pointer;
}
.hero_block .hero_buttons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 85px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.hero_block .hero_buttons .login_btn {
  cursor: pointer;
  width: 415px;
  height: 150px;
  font-family: "Geometria-medium";
  position: relative;
  background: url(../images/hero_login.png), no-repeat;
}
.hero_block .hero_buttons .login_btn .btn_label {
  position: absolute;
  top: 80px;
  left: 120px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.hero_block .hero_buttons .login_btn .btn_label:hover {
  color: #484814;
}
.hero_block .hero_buttons .register_btn {
  display: flex;
  gap: 0 50px;
  align-items: center;
  padding: 10px 0;
  border-radius: 40px;
  border: 3px solid #ff9d00;
  padding: 10px 85px 10px 15px;
  cursor: pointer;
  transition: all ease-in 0.3s;
  margin-bottom: 15px;
}
.hero_block .hero_buttons .register_btn:hover {
  transform: scale(1.1);
}
.hero_block .hero_buttons .register_btn .register_icon {
  width: 55px;
  height: 55px;
  background-position: 15px 0;
  background: url(../images/register_book.png), no-repeat;
}
.hero_block .hero_buttons .register_btn .register_text {
  font-size: 24px;
  color: #ffefb1;
  font-family: "Geometria-medium";
}
.hero_block .read_all {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.hero_block .read_all .read_icon {
  width: 55px;
  height: 55px;
  background-image: url(../images/all_news_icon.png);
  background-size: conta55;
  background-repeat: no-repeat;
}
.hero_block .read_all a {
  font-size: 30px;
  color: #6154c1;
  line-height: 58px;
  font-family: "Geometria-medium";
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.hero_block .read_all a:hover {
  color: #eeb807;
}
.hero_block .read_all a::after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  border-bottom: 4px dashed #6154c1;
}

.hero_aside {
  border-radius: 30px;
  background-color: #121f45;
  max-width: 275px;
  position: absolute;
  top: -70px;
  right: 0;
}
.hero_aside .aside_title {
  display: block;
  font-size: 28px;
  font-family: "Geometria-medium";
  color: #fff;
  padding: 18px 0px 0 0px;
  text-align: center;
}
.hero_aside .aside_email {
  font-size: 25px;
  color: #2f7ef5;
  padding: 0 0 19px 0px;
  display: block;
  text-align: center;
}
.hero_aside .aside_members {
  width: 286px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding-top: 3px;
  color: #000;
  position: absolute;
  top: 3px;
  height: 55px;
  background: url(../images/hero_member.png), no-repeat;
  left: -10px;
}
.hero_aside .save_part {
  background-color: #10346e;
  padding: 0 12px 240px 12px;
  display: block;
}
.hero_aside .aside_save_part {
  position: absolute;
  padding: 15px 0 25px 0;
  border: 2px solid #165dd5;
  border-radius: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
}
.hero_aside .aside_save_part .save_msg {
  display: block;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.hero_aside .aside_save_part .save_button {
  display: flex;
  gap: 0 35px;
  border-radius: 20px;
  padding: 10px 0 10px 10px;
  margin: 0 9px;
  background: linear-gradient(to right, #2071d1, #0353bc);
  transition: all ease-in 0.3s;
}
.hero_aside .aside_save_part .save_button:hover {
  box-shadow: -4px -4px 55px 7px rgba(2, 81, 187, 0.62);
}
.hero_aside .aside_save_part .save_button .save_btn_img {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  background: url(../images/aside_save_button.png) no-repeat;
}
.hero_aside .aside_save_part .save_button .save_btn_text {
  font-size: 22px;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero_aside .hero_work {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero_aside .hero_work .work_icon {
  height: 43px;
  width: 41px;
  background: url(../images/hero_coin.png), no-repeat;
}
.hero_aside .hero_work .work_text {
  font-size: 29px;
  font-family: "Geometria-medium";
  color: #ffcb1f;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.hero_aside .hero_work .work_text:hover {
  color: #bf9714;
}

#register .modal-content .login_bottom {
  justify-content: center;
}

.modal-content form label:nth-child(3)::after {
  content: "3";
}

.modal-content form label:nth-child(4)::after {
  content: "4";
}

#register {
  width: 530px;
  padding: 50px;
  top: 0;
  bottom: 0;
  height: 725px;
  margin: auto;
}
#register .login_matn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#register .login_matn .subtitle {
  color: #6f6a92;
  font-size: 16px;
}
#register .modal-content form .dashed_line {
  height: 280px;
}
#register .register_rule {
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  line-height: 28px;
  margin-bottom: 50px;
}
#register .register_rule .register_rule_text {
  color: #6f6a92;
  font-size: 14px;
  font-family: "Geometria-medium";
}
#register .register_rule .register_rule_text a {
  display: flex;
  color: #6f6a92;
}
#register .register_rule .register_rule_text .special_text {
  border-bottom: 2px dashed #6f6a92;
}
#register .modal-content form {
  gap: 10px;
}
#register .modal-content form label .login_wrapper .login_button {
  padding: 15px;
}

.olimpia,
.register {
  transform: scale(0); /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1100; /* Sit on top */
  left: 0;
  top: 170px;
  width: 975px; /* Full width */
  /* Enable scroll if needed */
  right: 0;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #171332; /* Fallback color */
  transition: all ease-in 0.2s;
}

#second .register,
#second .modal,
#second .reenter {
  z-index: 111111121321;
}

/* The Modal (background) */
.modal,
.reenter {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 380px;
  transform: scale(0); /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1100; /* Sit on top */
  width: 500px; /* Full width */
  /* Enable scroll if needed */
  border: 2px solid #45337e;
  border-radius: 10px;
  background-color: #171332; /* Fallback color */
  padding: 45px 50px;
  transition: all ease-in 0.2s;
}

.reenter {
  height: 420px;
}

.modal_wrapper {
  position: relative;
  z-index: 123332110;
}

#reenter .modal-content form label::after {
  display: none;
}

#reenter .modal-content .login_bottom {
  justify-content: center;
  margin-bottom: 35px;
}

#reenter .modal-content .reenter_text {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.modal-content form label .input_btn {
  padding: 15px 40px;
}

#login_page .modal-content form label .login_wrapper .login_button {
  padding: 15px 30px;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

#login_page .modal-content .login_bottom .login_btn a {
  padding: 18px 80px;
  border: none;
}

#login_page .modal-content .login_bottom .login_btn a {
  background: linear-gradient #2b91f3, #0150ba, #278cee, #0454bd;
}

/* Modal Content/Box */
.modal-content .login_title {
  font-size: 48px;
  line-height: 58px;
  font-family: "Geometria-extrabold";
  color: #f0d19a;
  margin-bottom: 45px;
  text-transform: uppercase;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(215, 170, 91, 0.9215686275), #f8d16d);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-bottom: 45px;
}
.modal-content form .dashed_line {
  height: 70px;
  width: 2px;
  border-left: 2px dashed #ffefb1;
  position: absolute;
  top: 207px;
  left: -2px;
}
.modal-content form label {
  width: calc(100% - 20px);
  position: relative;
}
.modal-content form label:first-child::after {
  content: "1";
}
.modal-content form label .login_wrapper {
  border: 2px solid #45337e;
  border-radius: 15px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-content form label .login_wrapper .login_text {
  font-size: 16px;
  color: #fff;
  font-family: "Geometria-extrabold";
  text-transform: uppercase;
}
.modal-content form label .login_wrapper .login_button {
  padding: 15px 40px;
  color: #000;
  font-size: 16px;
  border-radius: 15px;
  outline: none;
}
.modal-content form label .login_wrapper .login_button::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.modal-content form label .login_wrapper .login_button::placeholder {
  color: #000;
  font-size: 16px;
}
.modal-content form label::after {
  content: "2";
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ffefb1;
  position: absolute;
  z-index: 99;
  left: -88px;
  top: 11px;
  font-size: 20px;
  font-family: "Geometria-bold";
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal-content form label .input_btn {
  padding: 15px 55px;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  display: inline-block;
  right: 20px;
  z-index: 12;
  cursor: pointer;
}
.modal-content .login_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-content .login_bottom .login_btn a {
  padding: 18px 47px;
  border-radius: 45px;
  border: none;
  font-size: 22px;
  color: #fff;
  transition: all ease-in 0.3s;
  background: linear-gradient(to bottom, #288cef, #0251bb);
}
.modal-content .login_bottom .login_btn a:hover {
  box-shadow: -4px -4px 55px 7px rgba(2, 81, 187, 0.62);
}
.modal-content .login_bottom .login_recover a {
  color: #6f6a92;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 2px dashed #6f6a92;
}

#reenter .modal-content .login_bottom .login_btn a {
  padding: 18px 85px;
}

/* The Close Button */
.close_wrapper {
  position: absolute;
  top: -17px;
  right: -28px;
  z-index: 1252;
  background-image: url(../images/login_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  cursor: pointer;
}

#login_page .modal-content .login_title {
  background-image: linear-gradient(to right, #f0d198, #f2d18c);
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.news {
  position: relative;
  background-image: url(../images/news_light_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.news .news_img {
  background-image: url(../images/news_top_img.png);
  background-repeat: no-repeat;
  width: 740px;
  height: 360px;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 12;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news .news_blue_square {
  background-repeat: no-repeat;
  background-position: 15px 0;
  height: 270px;
  background-image: url(../images/news_blue_square.png);
  background-repeat: no-repeat;
  transform: translateY(345px);
  position: relative;
  z-index: -1;
}
.news #game_stone {
  position: relative;
}
.news #game_stone::before {
  content: " ";
  width: 230px;
  height: 265px;
  background-image: url(../images/news_game_stone.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: -370px;
  top: 0;
}
.news .news_horse {
  background-repeat: no-repeat;
  height: 435px;
  width: 329px;
  background-image: url(../images/news_horse.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 351px;
}
.news .img_title {
  font-family: "Geometria-medium";
  font-size: 36px;
  line-height: 58px;
  color: #f8e7ff;
  text-transform: uppercase;
  text-align: center;
}
.news .news-title {
  font-size: 90px;
  color: #f0d19a;
  font-family: "Geometria-extrabold";
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 0 80px #f0d19a;
}
.news .news_top_text {
  margin-bottom: 135px;
}
.news .news_block {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 50px;
}
.news .news_block .item0 {
  background-image: url(../images/news_1.png);
}
.news .news_block .item1 {
  background-image: url(../images/news_2.png);
}
.news .news_block .item2 {
  background-image: url(../images/news_3.png);
}
.news .news_block .item3 {
  background-image: url(../images/news_4.png);
}
.news .news_block .item4 {
  background-image: url(../images/news_5.png);
}
.news .news_block .item5 {
  background-image: url(../images/news_6.png);
}
.news .news_block .news_item {
  background-image: url(../images/news_1.png);
  background-position: center;
  background-size: cover;
  flex: 0 0 auto;
  width: calc(50% - 15px);
  border: none;
  border-radius: 20px;
  position: relative;
  transition: all ease-in 0.2s;
  cursor: pointer;
}
.news .news_block .news_item:hover {
  box-shadow: 4px 4px 24px 14px rgba(34, 60, 80, 0.34);
  transform: translateY(-5px);
}
.news .news_block .news_item::after {
  content: " ";
  display: block;
  width: 100%;
  height: 37%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 0 0 20px 20px;
  filter: blur(50px);
}
.news .news_block .news_item .news_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 170px;
  padding: 20px;
  background-color: #ffefb1;
  border-radius: 20px 20px 0 0;
}
.news .news_block .news_item .news_top .news_top_title {
  font-size: 30px;
  color: #151132;
  font-family: "Geometria-bold";
}
.news .news_block .news_item .news_top .news_top_date {
  font-size: 14px;
  color: #151132;
}
.news .news_block .news_item .news_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 25px 20px;
  position: relative;
  z-index: 12;
}
.news .news_block .news_item .news_bottom .news_bottom_btn a {
  color: #fff;
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid #ffefb1;
  border-radius: 35px;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.news .news_block .news_item .news_bottom .news_bottom_btn a:hover {
  color: #bf9714;
}
.news .news_block .news_item .news_bottom .news_bottom_desc {
  color: #fff;
  font-size: 18px;
  max-width: 335px;
}
.news .news_bottom_description {
  padding: 25px 25px 25px 115px;
  background-image: url(../images/news_bottom_desc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 22px;
  border: 2px solid #3e286c;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 35px;
}
.news .news_all {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.news .news_all .news_icon {
  width: 55px;
  height: 55px;
  background-image: url(../images/all_news_icon.png);
  background-size: conta55;
  background-repeat: no-repeat;
}
.news .news_all a {
  font-size: 30px;
  position: relative;
  color: #6154c1;
  line-height: 58px;
  font-family: "Geometria-medium";
  display: inline-block;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
.news .news_all a:hover {
  color: #bf9714;
}
.news .news_all a::after {
  content: " ";
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  border-bottom: 4px dashed #6154c1;
}

.country {
  background-image: url(../images/country_light_bg.png), url(../images/footer_light_colour.png);
  background-position: center, bottom;
  background-repeat: repeat, no-repeat;
  background-size: cover, contain;
  position: relative;
}
.country .country_icon {
  position: absolute;
  z-index: 12;
  width: 215px;
  left: 0px;
  height: 390px;
  background-image: url(../images/country_top_icon.png);
  background-repeat: no-repeat;
}
.country #chain_icon {
  width: 365px;
  height: 410px;
  background-image: url(../images/country_chain_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 25%;
  z-index: -1;
}
.country #black_icon {
  width: 245px;
  height: 500px;
  background-image: url(../images/country_black_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 35%;
}
.country #county_stone {
  width: 390px;
  height: 435px;
  background-image: url(../images/country_game_stone.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 45%;
}
.country #small_gamestone {
  width: 180px;
  height: 265px;
  background-image: url(../images/country_small_gamestone.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 65%;
}
.country .country_top {
  display: flex;
  align-items: flex-end;
}
.country .country8 {
  background-image: url(../images/country_8.png);
}
.country .country7 {
  background-image: url(../images/country_7.png);
}
.country .country6 {
  background-image: url(../images/country_6.png);
}
.country .country5 {
  background-image: url(../images/country_5.png);
}
.country .country4 {
  background-image: url(../images/country_4.png);
}
.country .country3 {
  background-image: url(../images/country_3.png);
}
.country .country2 {
  background-image: url(../images/country_2.png);
}
.country .country1 {
  background-image: url(../images/country_1.png);
}
.country .country_image {
  flex: 0 0 auto;
  width: 53.6%;
  height: 350px;
  background-image: url(../images/country.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  transform: translate(0px, -20px);
  position: relative;
}
.country .country_image::after {
  content: " ";
  display: block;
  position: absolute;
  width: 75px;
  height: 95px;
  background-image: url(../images/yellow.png);
  background-position: center;
  right: -100px;
  bottom: 70px;
}
.country .country_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 95px;
  margin-bottom: 55px;
}
.country .country_block .country_item {
  flex: 0 0 auto;
  width: calc(50% - 15px);
}
.country .country_block .country_item .left_text {
  max-width: 270px !important;
  text-align: end;
  margin-left: auto;
}
.country .country_block .country_item #right_text {
  text-align: right;
  margin-left: auto;
  max-width: 390px;
}
.country .country_block .country_item .country_text {
  font-size: 36px;
  color: #fff;
  font-family: "Geometria-medium";
  max-width: 375px;
}
.country .country_block .country_item .country_item_image {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.country .country_bottom_description {
  padding: 25px 105px;
  background-image: url(../images/news_bottom_desc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 22px;
  color: #fff;
  border: 2px solid #3e286c;
  border-radius: 20px;
  margin-bottom: 55px;
}

.footer_top_wrapper .footer_top {
  display: flex;
  align-items: flex-end;
  gap: 0 250px;
}
.footer_top_wrapper .footer_top .footer_person {
  width: 465px;
  height: 260px;
  background-image: url(../images/footer_person.png);
  background-repeat: no-repeat;
  transform: translate(-200px, 10px);
}
.footer_top_wrapper .footer_top .footer_box {
  width: 260px;
  height: 170px;
  background-image: url(../images/footer_box.png);
  background-repeat: no-repeat;
}
.footer_top_wrapper .footer_top .footer_circle {
  width: 330px;
  height: 300px;
  background-image: url(../images/footer_circle.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

footer .footer_bottom {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  padding: 165px 0 45px 0;
  background-position: top center;
  background-color: #6d4e33;
}
footer .footer_bottom .footer_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_bottom .footer_block .footer_left {
  flex: 0 0 auto;
  width: 30.5%;
}
footer .footer_bottom .footer_block .footer_logo {
  position: relative;
  margin-bottom: 20px;
}
footer .footer_bottom .footer_block .footer_logo a {
  width: 365px;
  height: 75px;
  background-image: url(../images/footer_logo.png);
  background-repeat: no-repeat;
}
footer .footer_bottom .footer_block .footer_logo_title {
  font-size: 22px;
  color: #fff;
  line-height: 58px;
  font-family: "Geometria-italic";
  position: absolute;
  top: 40px;
  left: 65px;
}
footer .footer_bottom .footer_block .footer_game_title {
  font-size: 22px;
  color: #ab7f57;
  padding: 0px 10px;
  line-height: 58px;
  background-color: #553314;
  font-family: "Geometria-medium";
}
footer .footer_bottom .footer_block .footer_social {
  display: flex;
  align-items: center;
  gap: 0 35px;
  flex: 0 0 auto;
  width: 35%;
}
footer .footer_bottom .footer_block .telegram a, footer .footer_bottom .footer_block .email a {
  padding: 60px 23px 15px 23px;
  background-color: #4e3520;
  border-radius: 10px;
  border: 1px solid #765332;
  font-size: 14px;
  font-family: "Geometria-medium";
  color: #a2774e;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 45px 39px;
}
footer .footer_bottom .footer_block .email a {
  padding: 60px 10px 15px 10px;
  background-size: 45px 30px;
  background-position: center 30%;
}
footer .footer_bottom .footer_block .telegram, footer .footer_bottom .footer_block .email {
  border: 2px solid #765332;
  border-radius: 10px;
  transition: all ease 0.2s;
  cursor: pointer;
}
footer .footer_bottom .footer_block .telegram:hover, footer .footer_bottom .footer_block .email:hover {
  transform: scale(1.1);
}
footer .footer_bottom .footer_block .telegram a {
  background-image: url(../images/footer_telegram.png);
}
footer .footer_bottom .footer_block .email a {
  background-image: url(../images/footer_email.png);
}
footer .footer_bottom .footer_block .footer_rule {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer .footer_bottom .footer_block .footer_rule a {
  font-size: 18px;
  line-height: 37px;
  color: #f4bd89;
  border-bottom: 2px dashed #f4bd89;
  cursor: pointer;
  transition: all ease-in 0.2s;
}
footer .footer_bottom .footer_block .footer_rule a:hover {
  color: #bf9714;
}

@media (max-width: 1600px) {
  .news .news_blue_square {
    position: relative;
    z-index: -1;
  }
  .header .header_block .header_links li #one {
    width: 88px;
  }
  .header .header_block .header_links li #two {
    width: 192px;
  }
  .header .header_block .header_links li #three {
    width: 187px;
  }
  .header .header_block .header_links li #four {
    width: 130px;
  }
  .header .header_block .header_links li #five {
    width: 68px;
  }
  .news #game_stone::before {
    content: none;
  }
  .reenter {
    height: 390px;
  }
  #register {
    height: 680px;
  }
  .modal-content .login_title {
    margin-bottom: 20px;
  }
  #register .modal-content form .dashed_line {
    top: 170px;
  }
  #register {
    padding: 30px 50px;
  }
  .modal, .reenter {
    top: 85px;
  }
  .header .header_block .header_links li a {
    font-size: 17px;
  }
  #register .modal-content form {
    margin-bottom: 20px;
  }
  .hero_grass {
    width: 270px;
    height: 272px;
    bottom: -100%;
    background-size: cover;
  }
  .country #chain_icon {
    z-index: -1;
    top: 28%;
    right: -12px;
  }
  .country #black_icon {
    width: 190px;
    height: 389px;
    background-size: cover;
    z-index: -1;
    top: 37%;
  }
  .country #county_stone {
    width: 250px;
    height: 350px;
    z-index: -1;
    top: 48%;
    background-size: cover;
  }
  .footer_top_wrapper .footer_top .footer_circle {
    width: 280px;
    height: 230px;
    background-size: cover;
  }
  .footer_top_wrapper .footer_top {
    gap: 0 90px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }
  #register {
    height: 620px;
  }
  .header .header_block .header_links li #one {
    width: 90px;
  }
  .header .header_block .header_links li #two {
    width: 193px;
  }
  .header .header_block .header_links li #three {
    width: 188px;
  }
  .header .header_block .header_links li #four {
    width: 130px;
  }
  #register .register_rule {
    margin-bottom: 10px;
  }
  .header .header_block .header_links {
    gap: 0 10px;
    width: 66.5%;
  }
  .hero_grass {
    display: none;
  }
  #register .modal-content form {
    margin-bottom: 0px;
  }
  .hero_block .hero_games .game_text {
    font-size: 25px;
    color: #967af1;
  }
  .hero_block .hero_pig {
    right: -14px;
    bottom: -21px;
  }
  .news .news_horse {
    background-repeat: no-repeat;
    height: 265px;
    width: 215px;
    background-size: cover;
  }
  .hero_block .hero_games .game_item {
    height: 80px;
  }
  .hero_block .hero_bird {
    right: 187px;
    top: -30px;
  }
  .country .country_icon {
    width: 170px;
    height: 310px;
    background-size: cover;
  }
  .country #small_gamestone {
    z-index: -1;
  }
  .footer_top_wrapper .footer_top .footer_person {
    width: 390px;
    height: 215px;
    transform: translate(-130px, 10px);
    background-size: cover;
  }
  footer .footer_bottom .footer_block .footer_game_title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  #register {
    top: 100px;
    position: fixed;
  }
  .hero_block .hero_games .game_item::before {
    width: 31%;
  }
  #second .header .header_block .header_links li #four {
    width: 115px;
  }
  .header .header_block .header_links li #one {
    width: 80px;
  }
  .header .header_block .header_links li #two {
    width: 170px;
  }
  .header .header_block .header_links li #three {
    width: 166px;
  }
  .header .header_block .header_links li #five {
    width: 60px;
  }
  .news .news_img {
    top: -120px;
  }
  .header .header_block .header_logo .header_img {
    width: 89%;
  }
  .hero_wrapper {
    margin-bottom: 90px;
  }
  .hero_block .hero_games .game_text {
    padding-left: 0px;
  }
  .hero_block .hero_title {
    font-size: 84px;
  }
  .hero_block .hero_games .game_icon {
    width: 31%;
  }
  #register .register_rule .register_rule_text {
    line-height: 1.3;
  }
  l .news .news_img {
    top: -110px;
  }
  .header .header_block .header_links li a::after {
    top: 25px;
  }
  .olimpia {
    top: 150px;
    width: 740px;
  }
  .header .header_block .header_logo .header_img {
    height: 45px;
    background-size: cover;
  }
  .modal_content .modal_items .modal_right_title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .modal_content .modal_items .modal_right_desc {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .modal_content .modal_items .login_bottom .login_btn a {
    font-size: 21px;
    padding: 18px 22px;
  }
  .modal_content .arrow {
    height: 56px;
    width: 55px;
  }
  .modal_content .modal_right_wrapper {
    padding: 10px 15px 15px 15px;
  }
  .header .header_block .header_links {
    gap: 0 18px;
    width: 68.5%;
  }
  .header .header_block .header_links li a {
    font-size: 15px;
  }
  .news .news_title {
    top: 160px;
  }
  .news .news_blue_square {
    width: 175px;
    height: 200px;
    background-size: cover;
    left: -15px;
  }
  .news .news_top_text {
    margin-bottom: 120px;
  }
  .news .news_bottom_description {
    padding: 20px 25px 20px 70px;
    font-size: 21px;
    margin-bottom: 30px;
  }
  .news .news_block .news_item .news_top {
    margin-bottom: 120px;
  }
  .country .country_image::after {
    bottom: 100px;
  }
  .country .country_block .country_item .country_item_image {
    height: 260px;
  }
  .country #chain_icon {
    top: 32%;
    right: -12px;
    background-size: cover;
    width: 167px;
    height: 236px;
  }
  .footer_top_wrapper .footer_top .footer_box {
    width: 159px;
    height: 120px;
    background-size: cover;
  }
  .footer_top_wrapper .footer_top {
    gap: 0 0px;
  }
  .footer_top_wrapper .footer_top .footer_circle {
    width: 200px;
    height: 175px;
  }
  footer .footer_bottom .footer_block .footer_logo a {
    width: 290px;
    height: 50px;
    background-size: cover;
  }
  footer .footer_bottom .footer_block .footer_logo_title {
    top: 27px;
  }
  footer .footer_bottom .footer_block .telegram a, footer .footer_bottom .footer_block .email a {
    padding: 56px 15px 15px 15px;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 36%;
  }
  footer .footer_bottom .footer_block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 110px;
  }
  footer .footer_bottom .footer_block .footer_social {
    order: 3;
  }
  footer .footer_bottom .footer_block .footer_rule {
    order: 2;
  }
  .second_block .second_text {
    margin-bottom: 60px;
  }
  .second_block .second_text,
  .second_block .second_desc_block .description_item {
    font-size: 18px;
  }
  footer .footer_bottom {
    background-size: contain;
    background-color: #694c30;
    padding: 80px 0 20px 0;
  }
  footer .footer_bottom .footer_block .footer_logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 730px;
  }
  #register {
    position: fixed;
    z-index: 2147483647;
  }
  .hero_block .hero_games .game_item::before {
    width: 27%;
  }
  .hero_wrapper {
    padding-top: 155px;
  }
  .header.scrolled {
    padding: 15px 0;
  }
  .hero_block .hero_games .game_icon {
    width: 27%;
  }
  footer .footer_bottom .footer_block .footer_game_title {
    font-size: 15px;
    line-height: 42px;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 41%;
  }
  .news .news-title {
    font-size: 70px;
  }
  footer .footer_bottom .footer_block .footer_logo_title {
    width: 100%;
  }
  .header .header_block .header_links li #one,
  .header .header_block .header_links li #two,
  .header .header_block .header_links li #three,
  .header .header_block .header_links li #four,
  .header .header_block .header_links li #five {
    width: 100%;
    text-transform: uppercase;
  }
  #mobile_enterance .hero_buttons,
  #mobile_enterance {
    display: block;
  }
  .header .header_block .header_logo {
    width: 35.6%;
  }
  #mobile_enterance {
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #mobile_enterance .hero_buttons .register_btn .register_icon {
    width: 40px;
    height: 40px;
    background-size: cover !important;
  }
  .hero_block .hero_buttons .login_btn .btn_label {
    top: 68px;
    left: 92px;
    font-size: 20px;
  }
  #mobile_enterance .hero_buttons .register_btn .register_text {
    font-size: 19px;
  }
  #mobile_enterance .hero_buttons .login_btn {
    width: 270px;
    height: 104px;
    background-size: cover !important;
    margin-bottom: 15px;
    left: -3px;
  }
  .hero_block .hero_aside .aside_save_part .save_msg {
    margin-bottom: 15px;
  }
  #mobile_enterance .hero_buttons .register_btn {
    gap: 0 30px;
    padding: 10px 0;
    padding: 5px 0px 5px 15px;
    margin: 0 auto;
    width: 82%;
  }
  #mobile_enterance .hero_buttons .login_btn .btn_label {
    top: 53px;
    left: 73px;
    font-size: 19px;
  }
  #mobile_enterance .hero_buttons {
    margin-bottom: 35px;
  }
  #mobile_enterance .hero_buttons .register_btn {
    gap: 0 20px;
  }
  #register .modal-content form .dashed_line {
    top: 178px;
  }
  .modal-content .login_title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #reenter .modal-content form label .login_wrapper .login_button {
    padding: 15px 5px;
  }
  #reenter .modal-content form label .login_wrapper {
    padding: 6px 20px;
  }
  .olimpia {
    width: calc(100% - 184px);
  }
  .modal_content .right_arrow {
    right: -60px;
  }
  .modal_content .modal_items .login_bottom .login_btn a {
    font-size: 17px;
    padding: 10px 13px;
  }
  .modal_content .left_arrow {
    left: -60px;
  }
  .reenter {
    top: 0px;
    width: 420px;
    padding: 23px 14px;
    height: 320px;
  }
  .second_block .second_title {
    font-size: 37px;
  }
  #second.header {
    padding: 30px 0 70px 0;
  }
  .second_block .second_left {
    width: 62%;
    margin-bottom: 0;
  }
  .second_block .second_text {
    margin-bottom: 14px;
  }
  .header .header_block .header_links {
    display: flex;
    width: 40%;
    justify-content: flex-start;
    height: 100vh;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 0;
    background-color: rgba(21, 17, 50, 0.95);
    right: -100%;
    z-index: 2;
    transition: all ease-in-out 0.3s;
  }
  .header .header_block .header_links.active {
    right: 0;
  }
  .close_icon {
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/close.png), no-repeat;
    position: absolute;
    background-size: contain;
    top: 27px;
    right: 26px;
    z-index: 1212;
  }
  .header .hamburger_menu {
    display: block;
    height: 44px;
    width: 43px;
    background: url(../images/hamburger), no-repeat;
    position: absolute;
    background-size: contain;
    top: 15px;
    right: 70px;
    z-index: 1;
  }
  .header .header_block .header_links li a:hover {
    color: #ffe49c;
    text-shadow: none;
  }
  .header .header_block .header_links li a::after,
  .header .header_block .header_links li a:hover::before {
    display: none;
  }
  .header .header_block .header_logo .header_img {
    width: 110%;
  }
  .header .header_block .header_links {
    padding: 90px 0px 0 0;
    align-items: end;
  }
  .header .header_block .header_links li {
    position: relative;
    width: 100%;
    text-align: end;
    margin-right: 20px;
  }
  .header .header_block .header_links li::after {
    content: " ";
    width: 90%;
    background-color: rgba(186, 154, 10, 0.5411764706);
    height: 1px;
    position: absolute;
    bottom: -6px;
    right: 0;
  }
  .header .header_block .header_links li a {
    color: rgb(255, 255, 255);
  }
  .news .news_horse,
  .hero_person {
    display: none;
  }
  .hero_block .hero_games .game_item {
    width: calc(50% - 20px);
  }
  .header .header_block .header_links li a {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .modal-content form .dashed_line {
    top: 174px;
  }
  .play_block .play_item {
    width: calc(33% - 20px);
  }
  .play_title {
    font-size: 20px;
    margin: 30px 0;
  }
  .play_block {
    gap: 20px;
    justify-content: flex-start;
  }
  .hero_block .hero_buttons .login_btn {
    width: 345px;
    height: 133px;
    background-size: cover;
  }
  .hero_block .hero_buttons .register_btn {
    gap: 0 30px;
    padding: 10px 40px 10px 15px;
    margin-bottom: 15px;
  }
  .news .news_block .news_item .news_top {
    margin-bottom: 45px;
    padding: 12px;
  }
  .hero_block .hero_buttons {
    gap: 0 45px;
  }
  .hero_block .hero_pig {
    right: -50px;
  }
  .hero_block .hero_games .game_text {
    font-size: 22px;
  }
  .hero_block .hero_title {
    font-size: 56px;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }
  .hero_block .hero_country {
    width: 334px;
    font-size: 28px;
    height: auto;
    margin-bottom: 25px;
    background-size: cover;
  }
  footer .footer_bottom {
    padding: 60px 0 15px 0;
  }
  .hero_block .hero_desc {
    font-size: 28px;
    max-width: 435px;
    margin-bottom: 120px;
  }
  .hero_block .hero_bird {
    right: 251px;
    top: -90px;
  }
  .footer_top_wrapper .footer_top .footer_person {
    width: 320px;
    height: 175px;
  }
  .country .country_bottom_description {
    padding: 20px 30px;
    font-size: 17px;
  }
  .country .country_block .country_item .country_item_image {
    height: 190px;
  }
  .news .news_block .news_item .news_bottom .news_bottom_desc {
    font-size: 15px;
  }
  .news .news_top_text {
    margin-bottom: 80px;
  }
  .news .news_title {
    width: 770px;
  }
  .news .news_block {
    gap: 20px 0;
  }
  .news .news_block .news_item .news_top .news_top_title {
    font-size: 19px;
  }
  .country .country_block .country_item .country_text {
    font-size: 30px;
  }
  .country .country_icon {
    width: 130px;
    height: 235px;
  }
  .news .news_bottom_description {
    padding: 20px 30px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .hero_block .hero_games .game_item::before {
    width: 36%;
  }
  .hero_block .hero_games .game1::before,
  .hero_block .hero_games .game3::before,
  .hero_block .hero_games .game5::before,
  .hero_block .hero_games .game6::before {
    background-position: center 0px;
  }
  .top_wrapper {
    padding-top: 110px;
  }
  .second_block {
    display: flex;
    flex-wrap: wrap;
  }
  .hero_wrapper {
    padding-top: 90px;
  }
  .news .news_block .news_item::after {
    height: 65%;
  }
  .hero_block .hero_games .game_icon {
    width: 36%;
  }
  #mobile_enterance .hero_buttons .login_btn .btn_label {
    top: 52px;
  }
  .news .news_block .news_item .news_bottom {
    padding: 0 20px 12px 20px;
  }
  .news .news-title {
    font-size: 60px;
  }
  .second_right {
    width: 100%;
  }
  #second .hero_aside {
    top: -11px;
    position: relative;
  }
  .news .img_title {
    line-height: 35px;
  }
  #second .hero_aside .aside_save_part {
    padding: 15px 0 25px 0;
    top: 137px;
  }
  #second .hero_aside .aside_save_part .save_msg {
    margin-bottom: 14px;
  }
  #second .hero_aside .aside_save_part .save_button {
    gap: 0 25px;
    padding: 5px 0 5px 10px;
    margin: 0 9px;
  }
  .reenter {
    height: 300px;
  }
  #login_page .modal-content form label .login_wrapper .login_button {
    padding: 0px 20px;
  }
  #register {
    height: 565px;
  }
  .news .news_img {
    width: 100%;
    top: -85px;
  }
  footer .footer_bottom .footer_block .telegram a {
    padding: 60px 23px 15px 23px;
    background-position: center 12px;
    background-size: 35px 30px;
  }
  .hero_block .hero_aside .aside_save_part .save_button {
    gap: 0 25px;
    padding: 5px 0 5px 10px;
    margin: 0 9px;
  }
  footer .footer_bottom .footer_block .email a {
    background-size: 35px 25px;
    background-position: center 30%;
  }
  .hero_block .hero_aside .aside_save_part {
    padding: 11px 0 13px 0;
    top: 145px;
  }
  .hero_wrapper {
    margin-bottom: 45px;
  }
  #register .register_rule .register_rule_text {
    line-height: 17px;
    font-size: 12px;
  }
  #register .register_rule .register_rule_text {
    line-height: 20px;
  }
  #register .modal-content form .dashed_line {
    height: 250px;
  }
  #register {
    width: 345px;
    padding: 35px;
  }
  #reenter .modal-content form label .login_wrapper .login_button {
    padding: 0px 9px;
  }
  #register .login_matn {
    display: none;
  }
  #register .modal-content form label .login_wrapper .login_button {
    padding: 5px 35px;
  }
  #register .modal-content form label::after {
    left: -73px;
  }
  #reenter .modal-content .login_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .modal-content form label .login_wrapper .login_button {
    padding: 0px 10px;
  }
  .modal-content form label .login_wrapper {
    padding: 6px 15px;
  }
  .olimpia {
    width: calc(100% - 100px);
  }
  .modal_content .modal_items .login_bottom {
    flex-direction: column;
    gap: 8px;
  }
  #second .header .header_block .header_logo {
    width: 60.6%;
  }
  .modal_content .modal_items .modal_right_desc {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .modal_content .arrow {
    height: 47px;
    width: 45px;
  }
  .modal_content .left_arrow {
    left: -45px;
  }
  .modal_content .right_arrow {
    right: -45px;
  }
  .second_block .second_left {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }
  .modal {
    left: 0;
    height: 330px;
    top: 110px;
    width: 409px;
    right: 0;
    padding: 25px 30px;
  }
  .header .header_block .header_links {
    width: 53%;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 51%;
  }
  .modal-content .login_title {
    font-size: 41px;
    margin-bottom: 22px;
  }
  .modal-content form label::after {
    left: -67px;
  }
  .modal-content form input {
    height: 45px;
    font-size: 17px;
  }
  .header .header_block .header_logo {
    width: 48.6%;
  }
  .header .header_block .header_logo {
    width: 53.6%;
  }
  .modal-content form .dashed_line {
    height: 70px;
    width: 2px;
    top: 165px;
  }
  .modal-content form {
    gap: 30px;
    margin-bottom: 25px;
  }
  .modal-content form label .input_btn {
    padding: 10px 55px;
  }
  .header .hamburger_menu {
    top: 27px;
  }
  .header .header_block .header_logo {
    width: 81.6%;
  }
  .header .header_block .header_logo .header_img {
    height: 46px;
    width: 65%;
  }
  #second .header .header_block .header_logo .header_img {
    height: 46px;
    width: 81%;
  }
  .header .hamburger_menu {
    top: 30px;
    height: 30px;
    width: 29px;
    top: 25px;
    right: 35px;
  }
  .header .header_block .header_links li a {
    font-size: 23px;
  }
  .header .header_block .header_links {
    width: 65%;
    gap: 18px;
  }
  .hero_block .hero_games .game_text {
    max-width: 140px;
  }
  .close_icon {
    height: 32px;
    width: 31px;
    top: 17px;
    right: 10px;
  }
  .hero_block .hero_aside {
    top: 280px;
    left: 0;
    max-width: 248px;
  }
  #second .hero_aside {
    max-width: 248px;
    margin: 0 auto 10px auto;
  }
  .second_block .second_desc_block {
    margin-bottom: 50px;
    order: 3;
  }
  .hero_block .hero_aside .aside_title,
  #second .hero_aside .aside_title {
    font-size: 27px;
    padding: 15px 19px 0 20px;
  }
  .hero_block .hero_aside .aside_email,
  #second .hero_aside .aside_email {
    font-size: 24px;
    padding: 0 10px 18px 20px;
  }
  .hero_block .hero_aside .save_part, #second .hero_aside .save_part {
    padding: 0 12px 190px 12px;
  }
  .hero_block .hero_aside .aside_members,
  #second .hero_aside .aside_members {
    width: 267px;
    top: -2px;
    height: 47px;
    left: -10px;
    background-size: cover;
    font-size: 20px;
  }
  .hero_block .hero_aside .save_part .aside_save,
  #second .hero_aside .save_part .aside_save {
    top: 58px;
    width: 195px;
    height: 120px;
    background-size: cover;
  }
  .hero_block .hero_aside .hero_work,
  #second .hero_aside .hero_work {
    padding: 10px;
    gap: 15px;
  }
  .hero_block .hero_aside .hero_work .work_text,
  #second .hero_aside .hero_work .work_text {
    font-size: 24px;
  }
  .header.scrolled {
    padding: 20px 0 15px 0;
  }
  .hero_block .hero_desc {
    margin-bottom: 400px;
    max-width: 537px;
  }
  footer .footer_bottom .footer_block .footer_social {
    order: 4;
  }
  .hero_block .hero_aside {
    top: 260px;
  }
  .hero_block .hero_games .game_item {
    width: calc(50% - 10px);
  }
  .hero_block .hero_games .game_text {
    font-size: 20px;
  }
  footer .footer_bottom .footer_block {
    justify-content: center;
    gap: 10px 0;
  }
  .hero_block .hero_pig {
    bottom: 90px;
  }
  .hero_block .hero_buttons {
    gap: 15px;
  }
  .hero_block .hero_aside {
    top: 265px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer .footer_bottom .footer_block .telegram a,
  footer .footer_bottom .footer_block .email a {
    padding: 50px 10px 10px 10px;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 65%;
  }
  footer .footer_bottom .footer_block .footer_social {
    gap: 0 25px;
    width: 100%;
    justify-content: center;
  }
  footer .footer_bottom .footer_block .footer_rule {
    gap: 5px;
    margin-bottom: 20px;
  }
  footer .footer_bottom .footer_block .footer_game_title {
    width: 75%;
    margin: 0 auto;
  }
  .footer_top_wrapper .footer_top .footer_box {
    display: none;
  }
  .country .country_block {
    padding: 0;
  }
  .country .country_icon {
    width: 89px;
    height: 160px;
  }
  .country .country_image {
    width: 70%;
    height: 285px;
  }
  .news .news_block .news_item .news_bottom {
    flex-direction: column;
    gap: 10px;
  }
  .news .img_title {
    font-size: 30px;
  }
  .news .news_title {
    width: 600px;
    height: 166px;
    top: 190px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 460px;
  }
  #register {
    top: 20px;
  }
  .hero_block .hero_games .game_item::before {
    width: 21%;
  }
  .hero_block .hero_games .game1::before,
  .hero_block .hero_games .game2::before,
  .hero_block .hero_games .game4::before,
  .hero_block .hero_games .game3::before,
  .hero_block .hero_games .game5::before,
  .hero_block .hero_games .game6::before {
    background-size: 57px;
  }
  #second .header .header_block .header_logo {
    width: 70.6%;
  }
  .header .header_block .header_logo .header_img {
    height: 46px;
    width: 71%;
  }
  .header {
    padding: 20px 0;
  }
  .modal_content .modal_right {
    border: none;
  }
  .news .news-title {
    font-size: 49px;
  }
  .hero_block .hero_games .game_icon {
    width: 21%;
  }
  #second .second_right {
    display: flex;
    justify-content: center;
  }
  #login_page .modal-content form label .login_wrapper .login_button {
    padding: 0px 7px;
  }
  #login_page .modal-content .login_bottom .login_btn a {
    padding: 15px 70px;
  }
  #register {
    height: 550px;
  }
  .news .news_all a {
    font-size: 25px;
  }
  #mobile_enterance .hero_buttons .register_btn .register_icon {
    width: 40px;
    height: 40px;
    background-size: cover !important;
  }
  .modal_content .modal_items .modal_left_image {
    width: 80%;
    margin: 20px auto 0 auto;
    height: 180px;
    background-size: cover;
  }
  .news .news_img {
    top: -64px;
  }
  .hero_wrapper {
    margin-bottom: 20px;
  }
  #register .register_rule {
    gap: 0 10px;
    padding-left: 0;
  }
  #register .modal-content form .dashed_line {
    top: 125px;
  }
  #register {
    width: 328px;
    padding: 22px;
  }
  #register .register_rule {
    margin-bottom: 20px;
  }
  #register .modal-content form label::after {
    left: -47px;
  }
  .modal-content form label {
    width: 100%;
  }
  .news .news_img {
    width: 100%;
    top: -290px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .country .country_block .country_item:first-child(1) {
    order: 1;
  }
  .country .country_block .country_item:nth-child(2) {
    order: 2;
  }
  .country .country_block .country_item:nth-child(3) {
    order: 4;
  }
  .country .country_block .country_item:nth-child(4) {
    order: 3;
  }
  .reenter {
    width: 357px;
    height: 290px;
  }
  .modal {
    width: 345px;
  }
  .modal_content .modal_items .login_bottom {
    flex-direction: row;
  }
  .modal_content .modal_items .login_bottom {
    flex-direction: row;
  }
  .modal_content {
    flex-direction: column;
  }
  .modal_content .modal_items {
    width: 100%;
  }
  #reenter .modal-content form label .input_btn {
    padding: 10px 10px;
  }
  #reenter .modal-content .login_bottom {
    margin-bottom: 24px;
  }
  .hero_block .hero_games .game_text {
    max-width: 100%;
  }
  #reenter .modal-content .login_title {
    font-size: 21px;
  }
  .modal-content .login_title {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .modal-content form label::after {
    width: 45px;
    height: 45px;
    left: -49px;
  }
  .modal-content form .dashed_line {
    top: 122px;
  }
  .modal-content form label .input_btn {
    font-size: 13px;
    bottom: 11px;
    right: 5px;
    padding: 8px 35px;
  }
  .modal-content form input {
    height: 48px;
    font-size: 13px;
  }
  .modal-content .login_bottom .login_btn a {
    padding: 8px 45px;
    font-size: 17px;
  }
  .modal {
    padding: 20px 24px;
    height: 310px;
  }
  .play_block .play_item {
    width: calc(50% - 20px);
  }
  .hero_block .hero_games .game_text {
    padding-left: 0px;
    font-size: 22px;
  }
  .hero_block .hero_pig {
    display: none;
  }
  .hero_block .read_all a {
    font-size: 24px;
  }
  .hero_block .hero_buttons {
    margin-bottom: 5px;
  }
  .hero_block .hero_aside {
    left: 0;
    top: 297px;
    right: 0;
    margin: 0 auto;
  }
  .footer_top_wrapper .footer_top .footer_circle {
    width: 158px;
    height: 138px;
  }
  .hero_block .hero_games .game_item {
    width: 95%;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 76%;
  }
  .country .country_bottom_description {
    margin-bottom: 30px;
  }
  .country .country_block .country_item .country_text {
    font-size: 26px;
  }
  .country .country_image {
    width: 69%;
    height: 205px;
  }
  .country .country_image::after {
    width: 52px;
    height: 63px;
    right: -77px;
    bottom: 50px;
    background-size: cover;
  }
  .news .news_block .news_item .news_top .news_top_title {
    font-size: 18px;
  }
  .news .news_block .news_item {
    width: calc(50% - 10px);
  }
  .news .news_title {
    width: 523px;
    height: 171px;
    top: 190px;
    left: -50px;
  }
  .news .news_top_text {
    margin-bottom: 65px;
  }
  .news .news_img {
    top: -75px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hero_block .hero_games .game1::before, .hero_block .hero_games .game2::before, .hero_block .hero_games .game4::before, .hero_block .hero_games .game3::before, .hero_block .hero_games .game5::before, .hero_block .hero_games .game6::before {
    background-size: 47px;
    background-position: center;
  }
  .top_wrapper {
    padding-top: 85px;
  }
  .hero_wrapper {
    padding-top: 70px;
  }
  .header {
    padding: 20px 0;
  }
  .news .news_block .news_item::after {
    height: 80%;
  }
  .hero_block .hero_games .game_icon {
    width: 21%;
  }
  .news .news_top_text {
    margin-bottom: 25px;
  }
  .news .news-title {
    font-size: 33px;
  }
  #mobile_enterance .hero_buttons .login_btn .btn_label {
    top: 51px;
  }
  #login_page .modal-content .login_bottom .login_btn a {
    padding: 9px 30px;
  }
  .modal {
    height: 270px;
  }
  #register {
    height: 485px;
  }
  .styled-checkbox:checked + label:after {
    right: 12px;
  }
  .hero_block .read_all .read_icon,
  .news .news_all .news_icon {
    width: 38px;
    height: 38px;
    background-size: cover;
  }
  footer .footer_bottom .footer_block .footer_game_title {
    width: 270px;
  }
  .header .header_block .header_links li a {
    font-size: 20px;
  }
  .country .country_block .country_item:nth-child(3) {
    order: 4 !important;
  }
  .country .country_block .country_item:nth-child(4) {
    order: 3 !important;
  }
  .country .country_block .country_item:nth-child(8) {
    order: 7 !important;
  }
  .country .country_block .country_item:nth-child(7) {
    order: 8 !important;
  }
  .country .country_block .country_item:nth-child(11) {
    order: 12 !important;
  }
  .country .country_block .country_item:nth-child(12) {
    order: 11 !important;
  }
  .country .country_block .country_item:nth-child(16) {
    order: 15 !important;
  }
  .country .country_block .country_item:nth-child(15) {
    order: 16 !important;
  }
  .country .country_block .country_item .country_text {
    max-width: 100%;
  }
  .country .country_block .country_item .left_text {
    max-width: 100% !important;
  }
  .hero_block .hero_buttons .login_btn .btn_label {
    top: 54px;
    left: 75px;
    font-size: 18px;
  }
  .close_icon {
    height: 23px;
    width: 23px;
    top: 23px;
    right: 14px;
  }
  .header .header_block .header_links {
    padding: 85px 0px 0 0;
    width: 85%;
  }
  #register .register_rule .register_rule_text {
    line-height: 16px;
  }
  #register .modal-content form .dashed_line {
    top: 113px;
    height: 195px;
  }
  #register .modal-content form label .login_wrapper .login_button {
    padding: 2px 22px;
  }
  #register .modal-content form label::after {
    left: -33px;
  }
  #register .register_rule {
    gap: 0 15px;
  }
  #register .modal-content form {
    gap: 8px;
    margin-bottom: 13px;
  }
  #register {
    width: 220px;
    padding: 13px;
    top: 15px;
  }
  .modal-content form label .login_wrapper .login_text {
    display: none;
  }
  .modal-content form label .login_wrapper .login_button {
    height: 36px;
    width: 100%;
  }
  .modal_content .modal_items .modal_right_desc {
    font-size: 14px;
  }
  .modal_content .modal_items .login_bottom {
    flex-direction: column;
  }
  .modal_content .modal_items .modal_right_title {
    font-size: 34px;
  }
  .reenter {
    width: 255px;
    top: 130px;
  }
  #reenter .modal-content .login_title {
    font-size: 16px;
  }
  #reenter .modal-content form label .input_btn {
    display: none;
  }
  #reenter .modal-content .reenter_text {
    font-size: 15px;
  }
  .olimpia {
    top: 30px;
  }
  .modal_content .modal_items .modal_left_image {
    width: 91%;
    height: 160px;
  }
  #second .hamburger_menu {
    top: 19px;
  }
  .header .header_block .header_logo .header_img {
    height: 35px;
    width: 86%;
  }
  .hero_block .read_all a {
    font-size: 15px;
  }
  .modal-content .login_title {
    font-size: 23px;
  }
  .modal {
    width: 221px;
  }
  .modal-content .login_bottom .login_btn a {
    padding: 8px 28px;
    font-size: 14px;
  }
  #second .header .header_block .header_logo .header_img {
    height: 28px;
    width: 93%;
  }
  .second_block .second_title {
    font-size: 31px;
    margin-bottom: 15px;
  }
  .second_block .second_text, .second_block .second_desc_block .description_item {
    font-size: 15px;
    line-height: 1.2;
  }
  .second_block .second_desc_block {
    margin-bottom: 30px;
  }
  .second_block .second_desc_block {
    gap: 10px;
  }
  .header .hamburger_menu {
    top: 21px;
    right: 25px;
  }
  .modal-content .login_bottom .login_recover a {
    font-size: 13px;
  }
  .modal-content form label {
    width: 100%;
  }
  .modal-content form label .input_btn {
    font-size: 13px;
    bottom: 11px;
    right: 16px;
    padding: 7px 16px;
  }
  .modal-content form label::after {
    width: 35px;
    height: 35px;
    left: -44px;
    font-size: 18px;
  }
  .modal-content form input {
    padding-left: 5px;
  }
  .play_block .play_item {
    width: 85%;
  }
  .play_block {
    gap: 20px;
    justify-content: center;
  }
  .hero_wrapper {
    margin-bottom: 150px;
  }
  .hero_block .hero_title {
    font-size: 36px;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .hero_block .hero_country {
    width: 264px;
    height: 17px;
    font-size: 21px;
    margin-bottom: 10px;
  }
  .hero_block .hero_desc {
    font-size: 24px;
  }
  .hero_block .hero_aside {
    top: 249px;
  }
  .hero_block .hero_games {
    gap: 20px 0;
  }
  .hero_block .hero_games .game_item {
    width: 100%;
  }
  .hero_block .hero_buttons .register_btn {
    gap: 0 15px;
    padding: 5px 10px 5px 15px;
  }
  .hero_block .hero_buttons .login_btn {
    width: 278px;
    height: 104px;
  }
  .hero_block .hero_buttons .register_btn {
    gap: 0 15px;
    padding: 5px 10px 5px 15px;
  }
  .news .news_title {
    width: 345px;
    height: 115px;
    top: 7px;
  }
  footer .footer_bottom .footer_block .footer_left {
    width: 100%;
  }
  footer .footer_bottom .footer_block .footer_game_title {
    font-size: 16px;
    line-height: 35px;
  }
  footer .footer_bottom .footer_block .footer_logo_title {
    left: 40px;
  }
  footer .footer_bottom .footer_block .footer_social {
    gap: 0 15px;
  }
  .footer_top_wrapper .footer_top .footer_circle {
    width: 105px;
    height: 96px;
  }
  .footer_top_wrapper .footer_top .footer_person {
    width: 273px;
    height: 150px;
    transform: translate(-110px, 10px);
  }
  .country .country_bottom_description {
    padding: 10px 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .country .country_icon {
    display: none;
  }
  .country .country_block {
    margin-bottom: 30px;
  }
  .country .country_block .country_item {
    width: 100%;
  }
  .country .country_block {
    gap: 20px;
    flex-direction: column;
  }
  .country .country_block .country_item .left_text {
    margin-left: 0;
  }
  .country .country_block .country_item .left_text,
  .country .country_block .country_item #right_text {
    text-align: start;
    margin-left: 0;
  }
  .country .country_image {
    width: 77%;
    transform: translate(-15px, -6px);
  }
  .country .country_image::after {
    width: 41px;
    height: 46px;
    right: -62px;
    background-size: cover;
  }
  .news .news_bottom_description {
    padding: 10px;
    font-size: 14px;
  }
  .news .news_block .news_item {
    width: 100%;
  }
  .news .news_horse,
  .news .news_blue_square {
    display: none;
  }
  .news .img_title {
    font-size: 21px;
  }
  .news .img_title {
    font-size: 16px;
    line-height: 20px;
  }
  .news .news_img {
    top: -252px;
  }
}/*# sourceMappingURL=style.css.map */