* {
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  text-decoration: none;
  color: #EC7123;
}
a:hover {
  text-decoration: underline;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
}

.hide {
  display: none;
}

.show {
  display: block;
}

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

.no-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.side-pads {
  padding-right: 10px;
  padding-left: 10px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-center {
  margin-right: auto;
  margin-left: auto;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 1px;
}

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

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

.mt1 {
  margin-top: 80px;
}

.mt2 {
  margin-top: 60px;
}

.mt3 {
  margin-top: 40px;
}

.mt4 {
  margin-top: 20px;
}

.mt5 {
  margin-top: 10px;
}

.mt6 {
  margin-top: 5px;
}

.mtz {
  margin-top: 0;
}

.notice-msg {
  background-color: #cfefe4;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.notice-msg.err {
  background-color: #ffb0b0;
}

@media (max-width: 560px) {
  .mt1 {
    margin-top: 60px;
  }
  .mt2 {
    margin-top: 40px;
  }
  .mt3 {
    margin-top: 30px;
  }
  .mt4 {
    margin-top: 20px;
  }
  .mob-mt1 {
    margin-top: 60px;
  }
  .mob-mt2 {
    margin-top: 40px;
  }
  .mob-mt3 {
    margin-top: 30px;
  }
  .mob-mt4 {
    margin-top: 20px;
  }
  .mob-mt5 {
    margin-top: 10px;
  }
}
input, button, textarea, select {
  font-family: "Nunito", sans-serif;
}

select.select-control {
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #eab493;
  padding: 5px 10px;
  border-radius: 5px;
}
select.select-control.select-control-full {
  width: 100%;
}
select.error {
  border-color: #f00;
}

input.text-control, textarea.text-control {
  font-size: 1em;
  line-height: 1.5em;
  border: 1px solid #eab493;
  padding: 5px 10px;
  border-radius: 5px;
}
input.text-control.text-control-full, textarea.text-control.text-control-full {
  width: 100%;
}
input.error, textarea.error {
  border-color: #f00;
}

textarea.text-control.text-control-full {
  resize: vertical;
}

.form-label {
  font-size: 0.8em;
  color: #999;
  line-height: 1.2em;
}
.form-label.required:after {
  content: "*";
  color: #f00;
}

.form-row-checkbox {
  display: flex;
  align-items: center;
}
.form-row-checkbox .form-label {
  color: #000;
  margin-left: 5px;
}

.form ul.err {
  color: #f00;
  padding: 0;
  list-style-type: none;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  font-size: 1em;
  background-color: #EC7123;
  line-height: 1.2em;
  border-radius: 30px;
  border-width: 0;
  white-space: nowrap;
}
.btn.with-icon {
  position: relative;
  padding-right: 40px;
}
.btn.with-icon .material-icons {
  position: absolute;
  top: 7px;
  right: 12px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 0.9em;
}
.btn.btn-outline {
  background-color: transparent;
  color: #EC7123;
  border: 1px solid #EC7123;
}
.btn.btn-outline:hover {
  background-color: #EC7123;
  color: #fff;
}
.btn:hover {
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.btn.btn-disabled {
  background-color: #eee;
  color: #999;
  box-shadow: none;
}
.btn.btn-disabled:hover {
  background-color: #eee;
  color: #999;
  cursor: default;
}

.site-header .header-menu {
  border-bottom: 1px solid #ddd;
}
.site-header .header-menu .logo {
  display: block;
  float: left;
  width: 120px;
  margin-top: 17px;
}
.site-header .header-menu .logo img {
  display: block;
  width: auto;
  height: 24px;
}
.site-header .header-menu .cart {
  color: #000;
  display: block;
  background-color: #eee;
  padding: 0 20px;
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  margin-left: 20px;
}
.site-header .header-menu .cart i {
  position: relative;
  font-size: 18px;
  top: 3px;
}
.site-header .header-menu .cart:hover {
  text-decoration: none;
  background-color: #EC7123;
  color: #fff;
}
.site-header .header-menu .menu {
  margin-right: 10px;
}
.site-header .header-menu .menu a {
  color: #000;
  display: inline-block;
}
.site-header .header-menu .menu > li {
  display: block;
  float: left;
  position: relative;
  padding: 10px 0;
  height: 56px;
  line-height: 36px;
  margin-left: 10px;
}
.site-header .header-menu .menu > li > a {
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
.site-header .header-menu .menu > li > a i {
  float: right;
  margin-top: 5px;
}
.site-header .header-menu .menu > li:first-child {
  margin-left: 0;
}
.site-header .header-menu .menu > li:first-child > a {
  border-left-width: 0;
  padding-left: 0;
}
.site-header .header-menu .submenu {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 95%;
  right: 5px;
  text-align: right;
  padding: 10px 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.site-header .header-menu .submenu.act {
  display: block;
}
.site-header .header-menu .submenu li {
  display: block;
  border-top: 1px solid #eee;
}
.site-header .header-menu .submenu li:first-child {
  border-top-width: 0;
}
.site-header .header-menu .submenu a {
  white-space: nowrap;
  display: block;
  padding: 6px 0;
  line-height: 1.2em;
}
.site-header .header-menu .app-item {
  margin-left: 10px;
  margin-top: 10px;
}
.site-header .header-menu .app-item a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site-header .header-menu .app-item a b {
  font-weight: 400;
}
.site-header .header-menu .app-item a.btn-go-to-app {
  background-color: #EC7123;
  color: #fff;
}
.site-header .header-menu .app-item a.btn-login-to-app {
  background-color: #fff;
  color: #EC7123;
  border: 1px solid #EC7123;
}
.site-header .header-menu .app-item a:hover {
  text-decoration: none;
}
.site-header .header-menu .app-item a:hover.btn-go-to-app {
  background-color: #c65d1c;
  color: #fff;
}
.site-header .header-menu .app-item a:hover.btn-login-to-app {
  background-color: #EC7123;
  color: #fff;
}
.site-header .header-import-msg {
  text-align: center;
  background-color: rgb(239, 234, 169);
  font-size: 0.9em;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
}
.site-header .header-import-msg a {
  color: #000;
  text-decoration: underline;
}
.site-header .header-import-msg a:hover {
  text-decoration: none;
}
.site-header .header-import-msg p {
  margin: 0;
}
.site-header .header-import-msg .icon {
  font-size: 18px;
  color: rgb(247, 102, 44);
  margin-right: 5px;
}

.site-footer {
  border-top: 1px solid #ddd;
  padding: 40px 0;
  background-color: #fafafa;
  font-size: 0.8em;
}
.site-footer .countrysel label {
  padding-right: 5px;
}
.site-footer .countrysel .currency {
  color: #666;
  font-size: 0.8em;
}
.site-footer .links-bl .sep {
  color: #eee;
  padding-right: 5px;
  padding-left: 5px;
}
.site-footer .copy {
  color: #999;
}

.bl-title {
  font-size: 2.5em;
  color: #000;
  font-weight: 300;
}
.bl-title.title-size-sm {
  font-size: 2em;
}
.bl-title .subtitle {
  display: block;
  font-size: 0.6em;
  color: #999;
  line-height: 1.2em;
}

.sep-line {
  height: 1px;
  background-color: #eee;
}
.sep-line.sep-line-light {
  background-color: #fafafa;
}

.text-cont {
  max-width: 560px;
}

.text-cont-img {
  width: 40%;
}
.text-cont-img.pull-right {
  margin-left: 40px;
}
.text-cont-img .img {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

.gam-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gam-items .gam-item {
  max-width: calc((100% - 60px) / 3);
}
.gam-items .gam-item-cont {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  position: relative;
}
.gam-items .gam-item-cont .cont {
  padding: 10px;
}
.gam-items .gam-item-cont .title .t {
  color: #000;
  font-weight: 700;
}
.gam-items .gam-item-cont .descr {
  font-size: 0.8em;
  line-height: 1.5em;
}
.gam-items .img-btn {
  display: block;
  position: relative;
}
.gam-items .img-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.15);
}
.gam-items .img-btn:hover:after {
  display: none;
}
.gam-items .badge {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  z-index: 2;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
}
.gam-items .badge.badge-new {
  background-color: rgb(223, 85, 85);
  color: #fff;
}
.gam-items .badge.badge-free {
  background-color: rgb(32, 28, 28);
  color: #fff;
}
.gam-items .badge.badge-bonus {
  background-color: rgb(35, 154, 35);
  color: #fff;
}

@media (min-width: 561px) and (max-width: 820px) {
  .gam-items {
    gap: 0;
  }
  .gam-items .gam-item {
    max-width: 50%;
  }
}
@media (max-width: 560px) {
  .gam-items {
    display: block;
  }
  .gam-items .gam-item {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
  .gam-items .gam-item-cont:after {
    clear: both;
    content: "";
    display: block;
  }
  .gam-items .gam-item-cont .descr {
    margin-top: 5px;
    font-size: 0.7em;
  }
  .gam-items .img-btn {
    float: right;
    width: 40%;
    margin: 10px;
  }
  .gam-items .img-btn:after {
    box-shadow: none;
  }
}
.black-friday-top-line {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px 5px;
}
.black-friday-top-line p {
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0;
}
.black-friday-top-line p b {
  background-color: #fff;
  color: #000;
  padding: 0 2px;
}
.black-friday-top-line p em {
  font-style: normal;
  color: #ccc;
}

.black-friday-line {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
}
.black-friday-line .wrap {
  display: flex;
  justify-content: center;
}
.black-friday-line .img-wrap {
  display: block;
  width: 170px;
}
.black-friday-line .sep {
  display: block;
  margin: 0 20px;
  width: 1px;
  background-color: #fff;
}
.black-friday-line .msg {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

@media (min-width: 561px) and (max-width: 820px) {
  .black-friday-line .img-wrap {
    width: 150px;
  }
  .black-friday-line .msg {
    font-size: 1em;
  }
}
@media (max-width: 560px) {
  .black-friday-line .wrap {
    display: block;
    text-align: center;
  }
  .black-friday-line .img-wrap {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .black-friday-line .sep {
    display: none;
  }
  .black-friday-line .msg {
    font-size: 1em;
    margin-top: 10px;
  }
}
.rel-notes-bl .record > .date {
  width: 20%;
  font-size: 0.9em;
}
.rel-notes-bl .record > .cont {
  width: 80%;
  padding-left: 20px;
}
.rel-notes-bl .record .vers {
  color: #999;
  font-size: 0.8em;
  padding-left: 10px;
}
.rel-notes-bl .record .notes ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  list-style-type: circle;
}
.rel-notes-bl .record .notes ul > li {
  margin-top: 5px;
}

@media (min-width: 561px) and (max-width: 820px) {
  .bl-title {
    font-size: 2em;
  }
  .rel-notes-bl .record > .date {
    width: 25%;
  }
  .rel-notes-bl .record > .cont {
    width: 75%;
  }
}
@media (max-width: 560px) {
  .site-header .header-menu .logo {
    margin-top: 10px;
  }
  .site-header .header-menu .cart {
    padding: 0 15px;
    margin-left: 0;
    height: 28px;
    line-height: 28px;
    margin-top: 7px;
  }
  .site-header .header-menu .menu {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 10px;
  }
  .site-header .header-menu .menu > li {
    display: inline-block;
    float: none;
    padding: 5px 0;
    height: 40px;
    line-height: 30px;
  }
  .site-header .header-menu .menu > li > a {
    font-size: 0.9em;
  }
  .site-header .header-menu .menu > li > a i {
    margin-top: 2px;
  }
  .site-header .header-menu .app-item {
    margin-top: 7px;
  }
  .site-header .header-menu .app-item a {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
  }
  .site-header .header-menu .app-item a b {
    display: none;
  }
  .site-footer {
    padding: 20px 0;
  }
  .bl-title {
    font-size: 1.8em;
  }
  .text-cont-img {
    width: 100%;
  }
  .text-cont-img.pull-right {
    margin-left: 0;
    float: none;
  }
  .rel-notes-bl .record > .date {
    width: 30%;
    font-size: 0.7em;
  }
  .rel-notes-bl .record > .cont {
    width: 70%;
  }
  .rel-notes-bl .record .notes {
    font-size: 0.9em;
    line-height: 1.2em;
  }
}

