@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800;900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Prompt", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#43de84), to(#32a876));
  background: linear-gradient(180deg, #43de84, #32a876);
}

a {
  color: gold;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

.bg-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
}

.main-nav {
  position: relative;
  z-index: 3;
  padding: 15px 0 0;
}

.logo-main img {
  width: 250px;
  height: auto;
}

.top-nav-action img {
  width: 250px;
  height: auto;
  margin-left: 15px;
}

.wrap-action-nav {
  margin-left: 15px;
}
.wrap-action-nav > li {
  display: inline-block;
}
.wrap-action-nav > li a img {
  width: 50px;
  height: auto;
  margin-left: 0;
}

.main-menu-nav {
  text-align: right;
  margin: 1rem 0 0;
}
.main-menu-nav > li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.main-menu-nav > li:before {
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  display: block;
  content: "";
  background: #000;
}
.main-menu-nav > li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.main-menu-nav > li a:hover {
  color: #fff;
}
.main-menu-nav li:last-child:before {
  display: none;
}

.btn-login-green {
  margin: 10px 0 0;
}
.btn-login-green a {
  width: 140px;
  height: auto;
  padding: 2px 7px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#32a876), to(#43de84));
  background: linear-gradient(180deg, #32a876, #43de84);
  cursor: pointer;
  font-weight: 600;
  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;
  color: #000;
  font-size: 1.25rem;
}
.btn-login-green a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#43de84), to(#32a876));
  background: linear-gradient(180deg, #43de84, #32a876);
}

.lang-set-wrap {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 1rem;
  background-color: #2f2e3f;
  border: 2px solid #19cb54;
  border-radius: 5px;
  color: #e6e6e6;
  line-height: 2;
  cursor: pointer;
}
.lang-set-wrap img {
  width: 20px;
  height: auto;
}
.lang-set-wrap p {
  font-size: 1.3rem;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.nav-mobile .flex-nav-mobile {
  position: relative;
  z-index: 1;
  padding: 12px 15px;
  background: rgb(30, 84, 15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 84, 15)), to(rgb(17, 33, 21)));
  background: linear-gradient(180deg, rgb(30, 84, 15) 0%, rgb(17, 33, 21) 100%);
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0 0 1rem #06ff97, 0 0 0rem #06ff97, 0 0 1rem #06ff97, inset 0 0 0.2rem #06ff97;
          box-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0 0 1rem #06ff97, 0 0 0rem #06ff97, 0 0 1rem #06ff97, inset 0 0 0.2rem #06ff97;
}
.nav-mobile .flex-nav-mobile .logo-nav-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  margin: 5px auto;
}
.nav-mobile .flex-nav-mobile .logo-nav-mobile img {
  width: 120px;
  height: auto;
}
.nav-mobile .flex-nav-mobile .item-nav-mobile {
  width: 40%;
}
.nav-mobile .icon-berger {
  width: 30px;
  height: auto;
}
.nav-mobile .icon-contact {
  width: 35px;
  height: auto;
}
.nav-mobile .icon-title-menu {
  width: auto;
  height: 30px;
  margin-left: 5px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.nav-mobile .icon-contact-menu {
  width: auto;
  height: 30px;
  margin-left: 5px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.foot-fix-mobile {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 999;
}

.foot-mobile-item {
  position: relative;
  z-index: 1;
}
.foot-mobile-item:before {
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: calc(100% + 30px);
  height: 100%;
  display: block;
  content: "";
  background-image: url("../img/foot-mb-bg.png");
  background-size: 100% 100%;
  z-index: -1;
}
.foot-mobile-item .center-foot-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 35%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}
.foot-mobile-item .center-foot-item img {
  width: 100%;
  height: auto;
}
.foot-mobile-item .l-foot-item {
  width: 35%;
}
.foot-mobile-item .l-foot-item img {
  width: 100%;
  height: auto;
}
.foot-mobile-item .r-foot-item {
  width: 35%;
}
.foot-mobile-item .r-foot-item img {
  width: 100%;
  height: auto;
}

.menu-mobile-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  background: rgba(17, 33, 21, 0.7);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile-fix .menu-mobile-fig-wrap {
  width: 80%;
  height: 100vh;
  padding: 15px;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 84, 15)), to(rgb(17, 33, 21)));
  background: linear-gradient(180deg, rgb(30, 84, 15) 0%, rgb(17, 33, 21) 100%);
}
.menu-mobile-fix .menu-mobile-fig-wrap .close-mobile-wrap {
  position: absolute;
  top: 10px;
  right: 15px;
}
.menu-mobile-fix .menu-mobile-fig-wrap .close-mobile-wrap i {
  font-size: 2rem;
  color: #fff;
  color: gold;
}
.menu-mobile-fix .main-menu-mobile {
  margin: 1rem 0 0;
}
.menu-mobile-fix .main-menu-mobile > li {
  display: inherit;
}
.menu-mobile-fix .main-menu-mobile > li a {
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 142, 127)), color-stop(40%, rgb(5, 85, 84)), color-stop(60%, rgb(5, 85, 84)), to(rgb(17, 142, 127)));
  background: linear-gradient(180deg, rgb(17, 142, 127) 0%, rgb(5, 85, 84) 40%, rgb(5, 85, 84) 60%, rgb(17, 142, 127) 100%);
  text-align: center;
  padding: 6px 0;
  color: #fff;
  border-radius: 5px;
  text-shadow: 0 0 6px #000, 0 0 10px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000;
}
.menu-mobile-fix .main-menu-mobile > li + li {
  margin: 10px 0 0;
}

.active-open {
  -webkit-transform: translateX(0%) !important;
      -ms-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.logo-mobile-nav {
  margin: 1rem 0 0;
}
.logo-mobile-nav img {
  width: 150px;
  height: auto;
}

.rlt-3 {
  position: relative !important;
  z-index: 3 !important;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none !important;
}

.content-layout {
  position: relative;
  z-index: 2;
}

.item-mobile {
  display: none;
}

.main-banner-wrap {
  padding: 1rem 0;
}

.game-tab-flex .tab-btn-game {
  width: 24.96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #2bf9a0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#32a876), to(#43de84));
  background: linear-gradient(180deg, #32a876, #43de84);
  cursor: pointer;
  padding: 8px 0;
  font-size: 1.5rem;
  font-weight: 500;
}
.game-tab-flex .tab-btn-game i {
  font-size: 1.8rem;
  color: #f2ca4e;
  margin-right: 10px;
}
.game-tab-flex .tab-btn-game:hover {
  color: #fff;
  background: #2f2e3f;
}

.active-tab-main {
  color: #fff;
  background: #2f2e3f !important;
}

.game-content-flex {
  margin: 1rem 0 0;
}
.game-content-flex .game-blog {
  width: 16.66%;
  padding: 5px;
  border-radius: 5px;
}
.game-content-flex .game-blog img {
  width: 100%;
  height: auto;
}
.game-content-flex .game-blog p {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px #d95700, 0 0 10px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700;
}

.item-game {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 10px;
  background-color: #2f2e3f;
  border-radius: 5px;
  cursor: pointer;
  color: #e6e6e6;
}
.item-game .thumb img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.item-game img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-game .icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  z-index: 2;
}
.item-game .icon-ribbon img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.item-game:hover .thumb img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.item-game:hover .icon-ribbon img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.blog-content-primary {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2rem;
  padding-top: 4rem;
}
.blog-content-primary.-full {
  padding-top: 6rem;
}
.blog-content-primary .head-blog-primary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-content-primary .head-blog-primary.-full {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-content-primary .head-blog-primary.-full img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.blog-content-primary .head-blog-primary img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.blog-content-primary:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  background: #03474b;
  opacity: 0.8;
  border: 5px solid #86f9cb;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0 0 1rem #06ff97, 0 0 0rem #06ff97, 0 0 1rem #06ff97, inset 0 0 1rem #06ff97;
          box-shadow: 0 0 0.1rem #fff, 0 0 0.1rem #fff, 0 0 1rem #06ff97, 0 0 0rem #06ff97, 0 0 1rem #06ff97, inset 0 0 1rem #06ff97;
}

.flex-btn-content {
  margin: 1.5rem 0 0;
}
.flex-btn-content img {
  width: 240px;
  height: auto;
  margin: 0 10px;
}

.load-game-btn img {
  width: 80%;
  height: auto;
}

.foot-content {
  margin: 8rem 0 0;
}

.main-footer {
  position: relative;
  z-index: 2;
  background: #044643;
  margin: 5rem 0 0;
  color: #fff;
}
.main-footer h2 {
  font-size: 1rem;
}
.main-footer p {
  font-size: 0.85rem;
}

.nav-footer {
  padding: 1.3rem 0;
  text-align: center;
  background: rgb(17, 142, 127);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 142, 127)), color-stop(40%, rgb(5, 85, 84)), color-stop(60%, rgb(5, 85, 84)), to(rgb(17, 142, 127)));
  background: linear-gradient(180deg, rgb(17, 142, 127) 0%, rgb(5, 85, 84) 40%, rgb(5, 85, 84) 60%, rgb(17, 142, 127) 100%);
}
.nav-footer > li {
  display: inline-block;
}
.nav-footer > li a {
  padding: 0 20px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
.nav-footer > li a:hover {
  text-shadow: 0 0 6px #000, 0 0 10px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000;
}
.nav-footer > li + li {
  border-left: 3px solid #b9e488;
}

.footer-logo-blog h2 {
  font-size: 1.3rem;
}
.footer-logo-blog img {
  width: 180px;
  height: auto;
  margin: 0 0 15px;
}

.copyright-footer {
  padding: 10px 0;
  background: #46c287;
  color: #fff;
}
.copyright-footer p {
  font-size: 1rem;
}

.icon-footer-wrap {
  padding: 1rem 0;
  padding-top: 10px;
}
.icon-footer-wrap > li {
  display: inline-block;
}
.icon-footer-wrap > li img {
  width: auto;
  height: 40px;
}
.icon-footer-wrap > li a {
  color: #fff;
  font-size: 1.5rem;
}
.icon-footer-wrap > li a:hover {
  text-shadow: 0 0 6px #000, 0 0 10px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000;
}
.icon-footer-wrap > li + li {
  margin-left: 10px;
}

#canvas-snow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.85rem;
  }
  .content-blog-main {
    margin: 2rem 0;
  }
  .logo-main img {
    width: 180px;
    height: auto;
  }
  .top-nav-action img {
    width: 150px;
    height: auto;
  }
  .wrap-action-nav > li a img {
    width: 40px;
    height: auto;
  }
  .main-menu-nav > li a {
    font-size: 1.2rem;
  }
  .main-menu-nav > li {
    display: inline-block;
    padding: 0 10px;
  }
  .game-content-flex .game-blog p {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    text-shadow: 0 0 6px #d95700, 0 0 10px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700;
  }
  .nav-footer > li a {
    padding: 0 20px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .footer-logo-blog img {
    width: 140px;
    height: auto;
    margin: 0 0 15px;
  }
  .foot-content {
    margin: 6rem 0 0;
  }
  .main-footer h2 {
    font-size: 0.95rem;
  }
  .main-footer p {
    font-size: 0.8rem;
  }
  .flex-btn-content img {
    width: 200px;
    height: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 0.9rem;
  }
  h5 {
    font-size: 0.8rem;
  }
  p {
    font-size: 0.7rem;
  }
  .logo-main img {
    width: 200px;
    height: auto;
  }
  .main-menu-nav > li a {
    font-size: 1rem;
  }
  .main-menu-nav > li {
    display: inline-block;
    padding: 0 10px;
  }
  .top-nav-action img {
    width: 120px;
    height: auto;
  }
  .wrap-action-nav > li a img {
    width: 30px;
    height: auto;
  }
  .nav-footer > li a {
    padding: 0 10px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .footer-logo-blog img {
    width: 120px;
    height: auto;
    margin: 0 0 15px;
  }
  .content-blog-main .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .content-blog-main .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
  .flex-btn-content img {
    width: 150px;
    height: auto;
    margin: 0 10px;
  }
  .content-blog-main {
    margin: 2rem 0;
  }
  .foot-content {
    margin: 6rem 0 0;
  }
  .blog-content-primary.-full {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 600px) {
  .content-blog-main .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .content-blog-main {
    margin: 0;
  }
  .content-blog-main .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.85rem;
  }
  .item-mobile {
    display: block;
  }
  .item-pc {
    display: none;
  }
  .main-banner-wrap {
    margin: 55px 0 0;
  }
  .game-tab-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .game-tab-flex .tab-btn-game {
    width: 50%;
    margin: 2px 0;
  }
  .game-content-flex .game-blog {
    width: 25%;
    padding: 2px;
    border-radius: 5px;
  }
  .game-content-flex .game-blog .item-game {
    padding: 10px 5px;
    border-radius: 15px;
  }
  .game-content-flex .game-blog p {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-size: 0.6rem;
    text-overflow: ellipsis;
    text-shadow: 0 0 6px #d95700, 0 0 10px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700, 0 0 6px #d95700;
  }
  .game-content-flex .game-blog .item-game:before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .game-content-flex .game-blog:last-child {
    display: none;
  }
  .flex-btn-content img {
    width: 150px;
    height: auto;
    margin: 0 10px;
  }
  .blog-content-primary {
    padding: 1.5rem;
    padding-top: 2.5rem;
    margin: 1rem 0;
  }
  .blog-content-primary.-full {
    padding-top: 4rem;
  }
  .load-game-btn img {
    width: 90%;
    height: auto;
  }
  .blog-content-primary .head-blog-primary img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .foot-content {
    margin: 2rem 0 0;
  }
  .foot-content .blog-content-primary {
    padding-top: 2rem;
  }
  .main-footer {
    margin: 2rem 0 0;
  }
  .nav-footer {
    display: none;
  }
  .footer-caption {
    padding: 1rem 0;
  }
  .icon-footer-wrap {
    padding: 1rem 0;
    padding-top: 2px;
  }
  .main-footer p {
    font-size: 0.75rem;
  }
  .footer-logo-blog {
    text-align: center;
  }
  .main-footer .row .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .main-footer .row .col-md-3:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .main-footer .row .col-md-3:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .main-footer h2 {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .footer-logo-blog h2 {
    font-size: 1.3rem;
  }
  .icon-footer-wrap > li img {
    width: auto;
    height: 23px;
  }
  .item-game {
    height: 100%;
  }
}
@media only screen and (max-width: 350px) {
  h1 {
    font-size: 1.3rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 0.9rem;
  }
  h5 {
    font-size: 0.85rem;
  }
  p {
    font-size: 0.8rem;
  }
  .nav-mobile .icon-berger {
    width: 25px;
    height: auto;
  }
  .nav-mobile .icon-title-menu {
    width: auto;
    height: 25px;
  }
  .nav-mobile .flex-nav-mobile .logo-nav-mobile {
    width: 90px;
  }
  .nav-mobile .flex-nav-mobile .logo-nav-mobile img {
    width: 90px;
    height: auto;
  }
  .nav-mobile .icon-contact-menu {
    width: auto;
    height: 25px;
  }
  .nav-mobile .icon-contact {
    width: 25px;
    height: auto;
  }
  .main-banner-wrap {
    margin: 45px 0 0;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
/*# sourceMappingURL=style.min.css.map */