body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; }

.container {
  max-width: 1300px; }

.row {
  margin-left: 0;
  margin-right: 0; }

.header {
  min-height: 72px;
  height: auto;
  background: rgba(21, 21, 21, 0.4) none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
  .header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px; }
    .header .logo img {
      width: 100%; }

.menu_box {
  display: flex;
  justify-content: center;
  align-items: center; }
  .menu_box .main_menu {
    margin-left: auto;
    margin-right: auto; }
  .menu_box .social_menu {
    margin-left: auto; }

.main_menu li {
  position: relative; }
  .main_menu li ul {
    position: absolute;
    background: white;
    list-style: none;
    padding: 20px 0;
    border-radius: 10px;
    min-width: 260px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    top: 150%; }
    .main_menu li ul li a {
      color: #151515;
      transition: all .5s ease;
      padding: 10px 28px;
      position: relative; }
      .main_menu li ul li a:before {
        content: '';
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        background: #389d29;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease; }
      .main_menu li ul li a:hover {
        background-color: #f3f3f4;
        padding-left: 32px; }
        .main_menu li ul li a:hover:before {
          opacity: 1;
          visibility: visible; }
  .main_menu li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%; }
  .main_menu li a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 26px 10px;
    display: block;
    line-height: 20px; }
    .main_menu li a:hover {
      text-decoration: none; }

.social_menu li a {
  color: white;
  display: block;
  font-size: 19px;
  padding: 19px 10px;
  transition: all .4s ease; }
  .social_menu li a:hover {
    color: #389d29; }

.main_btn {
  color: #fff;
  background: #389d29;
  text-decoration: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 170px;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  transition: all .5s ease;
  font-weight: bold;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase; }
  .main_btn:hover {
    background: #151515; }

.section_01 {
  padding-top: 73px;
  min-height: 600px;
  display: flex;
  align-items: center;
  color: white;
  background-size: cover !important;
  background-position: 40% 50% !important;
  background-repeat: no-repeat !important; }
  .section_01 h1 {
    color: white;
    font-size: 40px;
    line-height: 150%;
    font-weight: bold; }

main section:nth-child(2) {
  padding-top: 85px; }
  main section:nth-child(2) p {
    color: #636363; }
    main section:nth-child(2) p:after {
      content: '';
      height: 3px;
      width: 70px;
      margin-bottom: 3px;
      margin-left: 47%;
      background: #fab702;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-top: 15px; }

main h2 {
  color: #151515;
  text-align: center;
  text-transform: capitalize;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold; }

main .just {
  color: #636363;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0 auto 15px; }

main .image_section {
  background: #f9f9f9;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 50px; }
  main .image_section .row {
    align-items: center; }
  main .image_section .col-lg-6:first-child {
    order: 1;
  }
  main .image_section .col-lg-6:nth-child(2) {
    order: 2;
  }
  main .image_section .col-lg-6:nth-child(3) {
    order: 4;
  }
  main .image_section .col-lg-6:last-child {
    order: 3;
  }
  main .image_section .col-lg-6 img {
    width: 100%;
    max-width: 605px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px; }

main .content_section {
  margin-bottom: 50px;
  border-radius: 40px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05); }
  main .content_section h2 {
    text-align: left; }
  main .content_section ul {
    list-style: none;
    padding-left: 0; }
    main .content_section ul li {
      margin-bottom: 10px; }
    main .content_section ul li::before {
      content: "";
      width: 20px;
      height: 15px;
      display: inline-block;
      background: url("../images/check.png");
      background-size: 100% 100%;
      margin-right: 10px; }
  main .content_section ol li {
    margin-bottom: 10px; }
  main .content_section ol li::marker {
    font-style: italic;
    font-weight: bold; }
  main .content_section table {
    width: 100%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    background-color: #dfffe0;
    border-collapse: collapse; }
  main .content_section th,
  main .content_section td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  main .content_section thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  main .content_section tbody + tbody {
    border-top: 2px solid #dee2e6; }
  main .content_section th,
  main .content_section td {
    padding: 0.3rem; }
  main .content_section th,
  main .content_section td {
    border: 1px solid #dee2e6; }
  main .content_section thead th,
  main .content_section thead td {
    border-bottom-width: 2px; }
  main .content_section tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  main .content_section tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  main .content_section table thead th {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }

.code_box {
  background: #fff;
  box-shadow: 0 0 67px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px; }
  .code_box p {
    margin-top: 10px; }
  .code_box img {
    max-width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px; }
  .code_box .code {
    font-size: 23px;
    font-weight: 700;
    border: 1.5px dashed #389d29;
    color: #389d29;
    border-radius: 15px;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto; }
  .code_box .main_btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 16px; }

footer {
  padding-top: 60px;
  background: #222222; }
  footer * {
    color: #c8c8c8; }
  footer h4 {
    margin: 20px 0;
    font-size: 15px;
    font-weight: bold; }
  footer p {
    font-size: 14px;
    margin: 15px 0; }
  footer .border_bottom {
    border-top: 1px solid #60606060;
    margin-top: 50px;
    min-height: 70px;
    height: auto; }
    footer .border_bottom .row {
      align-items: center;
      height: 100%; }
  footer .footer_social li {
    margin-right: 13px; }
  footer .post {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.13); }
    footer .post img {
      min-width: 50px;
      height: 50px;
      margin-right: 15px; }
    footer .post .text_side {
      display: block; }
      footer .post .text_side a {
        color: #cecece;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 10px;
        font-size: 15px;
        display: block; 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-width: 100%;
        line-height: 1.5em;
        max-height: 3em;
      }
      footer .post .text_side .date {
        font-size: 12px; }
  footer form input[type="email"] {
    background: #151515;
    border: 0;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 15px;
    height: 50px;
    border: 2px solid #151515;
    padding: 15px 25px;
    width: 65%;
    font-weight: 300;
    background: #151515;
    outline: 0; }
  footer form input[type="submit"] {
    color: #c8c8c8;
    font-size: 14px;
    padding: 5px 15px;
    height: 50px;
    border: 2px solid #151515;
    padding: 15px 25px;
    font-weight: 300;
    background: #151515;
    outline: 0; }
  footer .responsible {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .responsible img {
      max-width: 90px;
      width: 100%; }
  footer .copyright {
    font-size: 14px;
    text-align: center; }
    footer .copyright a {
      color: #e8aa02; }

.burger_box {
  display: none; }

.burger {
  width: 30px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; }
  .burger span {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative; }
  .burger.active span:first-child {
    transform: rotate(45deg);
    bottom: -7px; }
  .burger.active span:nth-child(2) {
    width: 0; }
  .burger.active span:last-child {
    transform: rotate(-45deg);
    top: -7px; }

@media (max-width: 991px) {
  .header .container {
    height: 100%; }
    .header .container .row {
      height: 100%; }
  .burger_box {
    display: flex; }
  .menu_box {
    position: fixed;
    width: 78%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    transition: all .3s ease;
    left: -100%;
    overflow-y: auto; }
    .menu_box.active {
      left: 0; }
    .menu_box .main_menu {
      display: block; }
      .menu_box .main_menu ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        padding-left: 20px;
        background: transparent; }
        .menu_box .main_menu ul li a {
          color: #fff;
          padding: 16px 10px; }
    .menu_box .social_menu {
      justify-content: center;
      margin-left: auto;
      margin-right: auto; }
  main h2 {
    font-size: 24px; }
  main .image_section .col-lg-6:nth-child(2) {
    margin: 40px 0; }
  main .image_section .col-lg-6:nth-child(3) {
    order: 3; }
  main .image_section .col-lg-6:nth-child(4) {
    margin: 40px 0; }
  main .just {
    margin-top: 40px;
    margin-bottom: 40px; }
  main .content_section .table_wrapper {
    overflow-x: auto; }
  body main .section_01 {
    min-height: unset;
    padding-bottom: 100px;
    padding-top: 140px; }
    body main .section_01 p {
      text-shadow: 0 0 2px black; }
    body main .section_01 h1 {
      font-size: 30px; } }





.games_section {
  padding: 90px 0;
}
.game_box {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}
.game_box h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.game_box a{
  display: block;
  width: 100%;
  height: 100%;
}
.game_box a img {
  width: 100%;
  height: 287px;
  object-fit: cover;
}