.msg-success{
    text-align: center;
    font: 400 18px Akrobat, Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
}

#qpgamesearch-cityid option{
    color: black;
}

#scheduleListView .empty{
    text-align: center;
    font-size: 20px;
    margin: 160px auto;
}
.msg-success{
    text-align: center;
    font-size: 20px;
}

span.dot { position:absolute; text-indent: -1000em; }

.sliderEmptyText{
    text-align: center;
    margin-top: 73px;
    font-size: 18px;
}

.noGamesText {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
    .nearGamesBtn {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .noGamesText {
        position: relative;
        transform: 0;
    }
    .bgBlock-bottom-no-item {
        padding-top: 30px;
    }
}

@media screen and (max-width: 425px) {
    .bgBlock-bottom-no-item {
        padding-top: 50px;
    }
}
.errorMsg{
    font-size: 12px !important;
    margin-top: 6px !important;
    color: red !important;
    font-weight: normal !important;
}

.answer{
    font-weight: bold;
    display: block;
    margin-top: 40px;
}

.cerf-radio > label {
    cursor: pointer;
    font: 600 12px Raleway, Arial, Helvetica, sans-serif;
    color: black;
    display: inline-block;
    margin-right: 20px;
    line-height: 2.5;
}

.cerf-radio.type-certificate{
    margin-left: 15%;
}
.cerf-radio.delivery{
    margin-left: 28%;
}
@media (max-width: 767px){
    .what-happens-questions-slider-item-text{
        padding-top: 50px;
    }
    .cerf-radio.type-certificate{
        margin-left: 24%;
    }
    .cerf-radio.delivery{
        margin-left: 18%;
    }
}

.filter .filter-input, .filter .filter-submit{
    display: inline-block;
    width: 190px;
    height: 30px;
}

.filter .filter-input{
    margin: 0 auto;
    border: none;
    color: #000;
    letter-spacing: 0.1px;
    font-size: 14px;
    padding: 10px;
}

.filter .filter-submit{
    width: 80px;
    background: #fdd835;
    border: 1px solid #fdd835;
	vertical-align: bottom;
}
#agreement{
    color: #000;
    margin: auto;
    max-width: 701px;
    color: rgba(0, 0, 0, 0.84);
    padding: 27px 45px;
}
#agreement p{
    line-height: 27px;
    margin-bottom: 12px;
    text-indent: 25px;
    text-align: justify;
}
#agreement .title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

#policy {
    color: #000;
    margin: auto;
    max-width: 701px;
    color: rgba(0, 0, 0, 0.84);
    padding: 27px 45px;
}
#policy p, #policy h6{
    line-height: 27px;
    margin-bottom: 12px;
    text-align: justify;
}

#policy h6 {
    font-weight: bolder;
}

#policy ol {
    list-style: decimal;
    padding-left: 30px;
}
#policy ol li {
    padding: 5px 0;
}
#policy .title{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

#policy a {
    color: rgb(56, 56, 191);
}
.games-form-agreement {
    font-size: 10px;
    margin-bottom: -25px;
    text-align: center;
    color: black;
}

.iti-flag {background-image: url("libs/intl-tel/img/flags.png");}

.intl-tel-input {
    color: #202020;
}

.intl-tel-input::placeholder {
    color: #202020;
}

.country-list {
    min-width: 300px;
}

.menu {
    text-align: center;
    width: 200px;
    position: relative;
    display: flex;
    justify-content: center;
 }

  .menu-title {
    right: 48px;
    width: 300px;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center; }
    .menu-title span {
      margin: 5px;
      color: #fff; }
  .menu-nav {
    top: 40px;
    left:80px;
    position: absolute;
    display: none;
  }
  .menu-nav-list {
    cursor: pointer;
    background-color: #2A1B3F;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    margin: 0; }
    .nav-list__item {
      display: flex;
      justify-content: center;
      width: 100%;
      list-style: none; }
    .nav-list__link {
      display: flex;
      justify-content: center;
      height: 100%;
      width: 100%;
      padding: 15px 0;
      color: #ffffff;
      transition: 0.2s; }
      .nav-list__link:hover {
        text-decoration: none;
        color: #2A1B3F;
        background-color: yellow; }

.menu-title img {
    display: inline-block;
    margin: 0px 7px 0px 7px;
}

@media (max-width: 992px){
    .header-mobil-row {
        position: relative;
    }
    .menu {
        margin: 0 auto;
    }
    .menu-title {
        margin: 0 auto;
    }
    .header-mobil-menu {
        top: 26px;
    }
}
.schedule-places-info {
    position: absolute;
    top: 20%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #fdd835;
    font: 900 26px/52px Akrobat, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}

.schedule-block-reserve img {
    position: relative;
    left: -4px;
    top: 4px;
}

@media (min-width: 1200px){
    .small-amount {
        position: relative;
        top: -50px;
        left: 47px;
    }
}

@media (max-width: 1200px){
    .small-amount {
        width: 50%;
        margin: 0 auto;
    }
    .small-amount > img {
        display: block;
        margin: 0 auto;
    }
}

.schedule-places-info {
    position: absolute;
    top: 20%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #fdd835;
    font: 900 26px/52px Akrobat, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}

.schedule-block-reserve img {
    position: relative;
    left: -4px;
    top: 4px;
}

@media (min-width: 1200px){
    .small-amount {
        position: relative;
        top: -50px;
        left: 47px;
    }
}

@media (max-width: 1200px){
    .small-amount {
        width: 50%;
        margin: 0 auto;
    }
    .small-amount > img {
        display: block;
        margin: 0 auto;
    }
}

.intl-tel-input .selected-flag .flag {
    top: 12px !important;
}
.intl-tel-input p {
    font: 700 22px Akrobat, Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: red;
    font-weight: normal;
}

.wrap-slider-preview .preloader{margin: 0 auto;display: block;position: relative;width: 100px;height: 100px;}
@media (max-width: 991px) {
    .wrap-slider-preview .preloader{top:0;}
}
@media (min-width: 992px) {
    .wrap-slider-preview .preloader{top:40px;}
}
.btn-more-slider-game{margin: 20px 0 24px 0;}



.policy__contact__title {
    font-weight: bolder;
}

.policy__contact__field {
    text-indent: 0 !important;
    margin: 0 !important;
}

.policy__block {
    padding: 20px 40px;
    background-color: #f3f3f3;
}