* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 320px;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  color: #dcd9d5;
  background: #13100e;
  font-size: 14px;
  font-size: 1.4rem;
  overflow-x: hidden;
}
table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }


	img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

      .info__inner ul,ol {
        padding: 15px;
      }

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }

        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }
 
        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

.excerpt b,
.excerpt strong {
  font-weight: bold;
}

.excerpt i,
.excerpt em {
  font-style: italic;
}

.excerpt blockquote {
  display: block;
  margin: 0 0 10px 50px;
  padding: 5px 0 5px 15px;
  font: italic 16px Georgia;
  text-align: center;
  border-left: 3px solid #fdc061;
}

.excerpt blockquote p {
  font-size: 16px;
}

.excerpt ul {
  list-style-type: disc;
  margin: 0 0 15px 15px;
}

.excerpt ol {
  list-style-type: decimal;
  margin: 0 0 15px 30px;
}

.excerpt ul li {
  list-style-type: disc;
}

.excerpt ol li {
  list-style-type: decimal;
}

.excerpt li {
  margin: 0 0 10px 25px;
  line-height: 22px;
  text-align: left;
}

.excerpt .aligncenter {
  display: block;
  margin: 10px auto;
  float: none;
}

.excerpt .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.excerpt .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}

.excerpt td {
  border: 1px solid #000;
  padding: 2px 5px;
}

.excerpt table {
  margin: 5px auto 10px auto;
}

.excerpt table td {
  border: 1px solid #fff;
  padding: 4px;
  text-align: center;
}

.excerpt a {
  text-decoration: underline;
  color: #fdc061;
}

.excerpt a:hover {
  text-decoration: none;
}

.excerpt iframe {
  max-width: 100% !important;
  width: 100% !important;
  min-height: 500px !important;
  display: block;
}

.header__box-text {
  justify-content: center;
}

.excerpt h2,
h3,
h4 {
  margin: 0 0 20px 0;
  font-size: 22px;
}

.excerpt img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Comment */
.comment-box {
  padding: 10px;
}

#commentform {
  margin: 0 0 40px 0;
}

.guests-list {
  padding: 0;
}

.guests-list li {
  padding: 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #000;
  list-style: none;
  background: #302d28;
  border-radius: 6px;
}

.guest-info {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.guest-info a,
.guest-info span {
  text-transform: uppercase;
}

#feedback-form label,
.wpcf7-form label {
  padding: 0 0 4px 0;
  display: block;
  color: #fff;
  font-size: 12px;
}

#feedback-form input[type="text"],
input[type="email"],
.wpcf7-form input[type="text"] {
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px 0;
  width: 198px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #000;
}

#feedback-form input[type="submit"],
.wpcf7-form input[type="submit"] {
  border: none;
  padding: 8px 21px;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  background: #fdc061;
  border-radius: 6px;
}

#feedback-form textarea,
.wpcf7-form textarea {
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 0 0 15px 0;
  height: 120px;
  border: 1px solid #d2d2d2;
  resize: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  color: #000;
}

.navigation-single {
  padding: 15px 0;
}

#no-comments {
  padding: 0 0 20px 0;
}

.post-realted-box {
  padding: 20px 0;
  border-top: 2px solid #ccc;
  text-transform: uppercase;
}

.post-realted-box h3,
.rnd-artc {
  padding: 0 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  display: block;
}

.wp-pagenavi {
  overflow: hidden;
  padding: 10px 0 20px 0;
  text-align: center;
}

.comments-formed-arct,
.comment-this-them {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 22px;
}

.img-hov {
  transition: all .3s ease;
  text-decoration: none;
}

.img-hov:hover {
  opacity: 0.7;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 -2px 0 0;
  padding: 0 15px;
  border: none;
  background-color: transparent;
  color: #000;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 38px;
  transition: background .1s ease-in-out;
}

.dropdown {
  position: absolute;
  z-index: 200;
  background: #302d28;
  width: auto;
  left: -1px;
  border: 1px solid #000;
  display: none;
  border-top: none;
}

.header {
  position: relative;
  background: #13100e;
}

.header__box-gamburger {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #302d28;
  border: 2px solid #13100e;
  z-index: 210;
  box-sizing: content-box;
}

.header__box-gamburger::before,
.header__box-gamburger::after {
  content: "";
  transition: all .2s ease-in-out;
}

.header__box-gamburger .header__gamburger,
.header__box-gamburger::before,
.header__box-gamburger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fdc061;
}

.header__box-gamburger::before {
  margin: -7px 0 0 -10px;
}

.header__box-gamburger::after {
  margin: 5px 0 0 -10px;
}

.header__box-gamburger--active .header__gamburger {
  display: none;
}

.header__box-gamburger--active::before {
  margin: -1px 0 0 -10px;
  transform: rotate(-45deg);
}

.header__box-gamburger--active::after {
  margin: -1px 0 0 -10px;
  transform: rotate(45deg);
}

.header .header__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
}

.header__top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 8px;
}

.header__box {
  display: flex;
  align-items: center;
}

.header__nav {
  background: #302d28;
}

.header__list {
  flex-wrap: wrap;
  display: flex;
}

.header__item {
  list-style: none;
  position: relative;
}

.header__item:not(:last-child) {
  border-right: 1px solid #000;
}

.header__item:hover .dropdown {
  display: block;
}

.header__link {
  transition: background .1s ease-in-out;
  text-decoration: none;
  display: block;
  padding: 10px 35px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fdc061;
}

.header__link:hover {
  transition: all .1s ease-in-out;
  background: rgba(253, 192, 97, 0.1);
}

.header__link--active {
  background-color: #fdc061;
  color: #000;
  pointer-events: none;
}

.sidebar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 110px 0 25px 0;
  background: #302d28;
  z-index: 200;
}

.sidebar__box-logo-reg {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
}

.sidebar__logo {
  display: block;
  margin-bottom: 13px;
  text-align: center;
}

.sidebar__inner {
  position: relative;
  width: 290px;
  min-width: 290px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sidebar__scroll {
  width: 310px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar__wrap {
  width: 290px;
  min-height: 100%;
}

.sidebar__dropdown span {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fdc061;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
}

.sidebar__dropdown span:hover {
  color: #ededed;
}

.sidebar__dropdown ul {
  text-align: center;
  display: none;
  width: 100% !important;
}

.sidebar__dropdown ul li {
  border-top: 2px solid #13100e !important;
}

.sidebar__dropdown ul li a {
  background-color: #13100e;
  font-size: 18px !important;
}

.sidebar__nav ul {
  width: 96%;
}

.sidebar__nav ul li {
  text-align: center;
}

.sidebar__nav ul li a {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fdc061;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 24px;
}

.sidebar__nav ul li a:hover {
  color: #ededed;
}

.sidebar__nav ul li:hover .dropdown {
  display: block;
  width: 100%;
  border: none;
  position: static;
}

.sidebar__nav ul li:not(:first-child) {
  border-top: 2px solid #13100e;
}

.sidebar__support {
  position: relative;
  width: 100%;
  padding: 0 15px;
  letter-spacing: 2px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  border-radius: 50px;
  color: #fdc061;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #fdc061;
  font-size: 14px;
  text-align: center;
  border: 2px solid #13100e;
  margin: 15px 0 10px 0;
  transition: background .1s ease-in-out;
}

.sidebar__support:hover {
  color: #13100e;
  text-decoration: none;
  background: #fdc061;
}

.sidebar__box-lang {
  margin: 15px 50px 0 50px;
}

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

.lang-list__item {
  position: relative;
  display: inline-block;
}

.lang-list__link {
  display: block;
  width: 50px;
  height: 50px;
  color: #fdc061;
}

.lang-list__link--active::before {
  position: absolute;
  top: calc(20% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  border: 2px solid #13100e;
}

@media (max-width: 1300px) {
  .header__inner {
    width: 96% !important;
  }
}

@media (max-width: 768px) {
  .header {
    top: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 20px #13100e;
    z-index: 100;
    border-bottom: 2px solid #302d28;
  }

  h1 {
    padding-top: 130px;
  }

  .header__box-gamburger {
    display: block;
  }

  .header__top-bar {
    display: block;
  }

  .header__logo {
    display: block;
    margin: 0 auto 20px;
    height: 37.5px;
    width: 193px;
    background: url(logo-small.png);
  }

  .header__logo img {
    display: none;
  }

  .header__box {
    justify-content: center;
  }

  .header__lang {
    display: none;
  }

  .header__nav {
    display: none;
  }

  .header__box-text {
    display: none;
  }
}

@media (max-width: 768px) {
  .main-slider {
    display: none;
  }
}

.main-slider {
  position: relative;
  width: 100%;
  max-height: 315px;
  overflow: hidden;
  z-index: 10;
}

.main-slider__img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 315px;
}

.main-slider__link {
  display: block;
}

.main-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 41px;
  height: 0;
  text-align: center;
}

.main-slider .owl-dots .owl-dot {
  outline: none;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.main-slider .owl-dots .owl-dot span {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #13100e;
  border: 1px solid #797979;
  width: 18px;
  height: 18px;
}

.main-slider .owl-dots .owl-dot span::before {
  content: "";
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #fdc061;
  border-radius: 5px;
}

.main-slider .owl-dots .owl-dot.active span::before {
  display: block;
}

.nav-category {
  position: relative;
}

.nav-category__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.nav-category__box {
  top: 10px;
  transition: top .2s ease-in-out;
  position: relative;
  height: 81px;
}

.nav-category__box::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 16px);
  height: 1px;
  content: "";
  background: #fdc061;
  z-index: 10;
}

.nav-category__wrap {
  overflow: hidden;
  height: inherit;
}

.nav-category__list {
  display: table;
  width: 100%;
}

.nav-category__item {
  display: table-cell;
  position: relative;
  width: 1%;
  text-align: center;
  overflow: hidden;
}

.nav-category__item:first-child a {
  margin-left: 0;
}

.nav-category__link {
  display: block;
  position: relative;
  height: 81px;
  margin: 0 5px;
  padding: 1px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fdc061;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
  font-size: 10px;
}

.nav-category__link svg {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 46px;
  height: 27px;
  margin: 0 0 0 -23px;
  fill: #fdc061;
}

.nav-category__link:hover {
  background: #fdc061;
}

.nav-category__link:hover svg {
  fill: #13100e;
}

.nav-category__link:hover .nav-category__text {
  color: #13100e;
}

.nav-category__link--active {
  border: 1px solid #fdc061;
  border-bottom: 1px solid #13100e;
  pointer-events: none;
}

.nav-category__text {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.nav-category__more {
  z-index: 12;
  position: absolute;
  right: 0;
  top: calc(100% - 4px);
  display: none;
}

@media (max-width: 1300px) {
  .nav-category__inner {
    width: 96%;
  }
}

@media only screen and (max-width: 768px) {
  .nav-category {
    margin-top: 129.5px;
  }

  .nav-category__box {
    margin-bottom: 20px;
  }

  .nav-category__more {
    display: block;
  }

  .nav-category__list {
    display: block;
    text-align: center;
    width: auto;
  }

  .nav-category__item {
    display: inline-block;
    width: 130px;
    min-width: 130px;
  }
}

.provider-search-box {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.provider-box {
  width: 240px;
}

.provider-box__select {
  width: 100%;
  background: #302d28;
  color: #fdc061;
  width: 100%;
  height: 30px;
  margin: 0;
  border: none;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .provider-search-box {
    display: block;
  }

  .provider-box {
    margin-bottom: 4px;
  }
}

.game-list-box {
  margin-top: 10px;
  overflow: hidden;
}

.game-list-box__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
}

.game-list-box__btn-box {
  text-align: center;
}

.game-list {
  overflow: hidden;
}

.game-list__item {
  display: inline-block;
  width: 30%;
  margin: 0 -4px 0 0;
  padding: 8px;
}

.game-list__game {
  position: relative;
  padding: 2px;
  background: #302d28;
}

.game-list__game:hover .game-list__hover {
  transform: scale(1);
}

.game-list__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.game-list__hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(19, 16, 14, 0.8);
  transform: scale(0);
  transition: all .1s ease-in-out;
}

.game-list__title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 7% 0 0 0;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 13px;
}

.game-list__btn-box {
  padding: 5% 0 0 0;
  position: relative;
  text-align: center;
}

.game-list__btn-onmoney {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  border: 1px solid #3daa45;
  background: #3daa45;
  border-radius: 50px;
}

.game-list__btn-onmoney:hover {
  background: #000;
  color: #3daa45;
  border: 1px solid #3daa45;
}

.game-list__demo {
  display: inline-block;
  margin: 6% 0 0 0;
  white-space: nowrap;
  color: #dcd9d5;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}

.game-list__demo:hover {
  color: #dcd9d5;
  text-decoration: none;
}

.icon-tape {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 77px;
  width: 77px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}

.icon-tape--new {
  background-image: url(../img/new.png);
}

.icon-tape--hot {
  background-image: url(../img/hot.png);
}

.icon-tape--tour {
  background-image: url(../img/tournament.png);
}

@media (max-width: 1300px) {
  .game-list-box__inner {
    width: 96%;
  }

  .game-list__btn-onmoney {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1180px) {
  .game-list__btn-onmoney {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .game-list__btn-onmoney {
    font-size: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .game-list__btn-onmoney {
    font-size: 13px;
  }
}

@media only screen and (max-width: 820px) {
  .game-list__btn-onmoney {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .game-list__item {
    width: 49.9%;
  }

  .game-list__img {
    margin: 0 auto;
  }

  .game-list__btn-onmoney {
    font-size: 14px;
  }
}

@media only screen and (max-width: 680px) {
  .game-list__btn-onmoney {
    font-size: 12px;
  }
}

@media only screen and (max-width: 620px) {
  .game-list__btn-onmoney {
    font-size: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .game-list__item {
    width: 50%;
  }
}

@media only screen and (max-width: 450px) {
  .game-list__btn-onmoney {
    font-size: 12px;
  }
}

@media only screen and (max-width: 340px) {
  .game-list__btn-onmoney {
    font-size: 10px;
  }
}

.info {
  padding-top: 40px !important;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.info h1 {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ededed;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: .1rem;
}

.info__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: content-box;
}

.info__toggle {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.info__fade-out {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #13100e 100%);
}

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

.info__btn-show-all {
  cursor: pointer;
  color: #fdc061;
  text-decoration: underline;
}

.info__btn-show-all:hover {
  text-decoration: none;
}

.info p {
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.info__sub-title {
  padding: 0 0 20px 0;
  font-weight: 700;
  color: #fdc061;
}

.info__list {
  margin-bottom: 30px;
}

.info__list li {
  padding: 0 0 15px 20px;
  position: relative;
}

.info__list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #fdc061;
  border-radius: 50%;
}

.info__img {
  margin: 15px 0 0 0;
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .info__inner {
    width: 96%;
  }
}

@media only screen and (max-width: 768px) {
  .info h1 {
    font-size: 28px;
  }

  .info h2 {
    font-size: 16px;
  }

  .info h3 {
    font-size: 12px;
  }
}

.footer {
  position: relative;
  padding: 40px 0 20px 0;
}

.footer__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  min-width: 320px;
}

.footer__nav-box {
  padding: 30px 0;
  background: #302d28;
}

.footer__copyrights-box {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

.payment-box {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.payment-box__item {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.payment-box__link {
  display: table-cell;
  vertical-align: bottom;
}

.payment-box__img-box {
  width: 100%;
  margin-bottom: 10px;
}

.payment-box__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.payment-box__text {
  font-size: 13px;
  color: #302d28;
  display: inline;
}

@media only screen and (max-width: 768px) {
  .payment-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .payment-box__item {
    width: auto;
    min-width: 100px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 415px) {
  .payment-box__item:last-child {
    margin-bottom: 20px;
  }
}

.provider-list {
  padding: 40px 0 0 0;
  text-align: center;
}

.provider-list__item {
  display: inline-block;
  padding: 0 20px 40px 20px;
  vertical-align: middle;
}

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

.footer-nav__item {
  display: inline-block;
  margin: 0 0 0 20px;
}

.footer-nav__link {
  color: #fdc061;
  text-decoration: none;
  transition: all .1s ease-in-out;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-nav__link:hover {
  color: #dcd9d5;
}

@media only screen and (max-width: 768px) {
  .footer-nav__item {
    display: block;
    margin: 0;
    width: 100%;
  }

  .footer-nav__link {
    line-height: 28px;
  }
}

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

.certificate-list__item {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}

@media (max-width: 1300px) {
  .footer__inner {
    width: 96%;
  }
}

@media only screen and (max-width: 992px) {
  .footer__copyrights-box {
    width: 90%;
  }
}

.ask-question {
  position: fixed;
  bottom: 0px;
  right: 150px;
}

.ask-question img {
  display: block;
}

.art-img {
  text-align: center;
  max-width: 100%;
  margin: 15px auto;
  display: block;

}