/*
Theme Name: Mostbet

*/

@import "assets/css/fonts.css";
@import "assets/css/normalize.css";
/*@import "assets/css/swiper-bundle.min.css";*/
@import "assets/css/jquery.formstyler.css";
@import "assets/css/header.css";
@import "assets/css/home.css";
@import "assets/css/footer.css";

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');*/

.layout__head h1 {
    font-weight: 500;
}

.genres-menu span {
    font-weight: 500;
}

.genres-menu li.fave-genres-li:first-child {
    border-bottom: 2px solid white;
}

.navigation.pagination {
    margin: 0 auto;
    display: block;
    width: max-content;
}

.navigation.pagination .page-numbers {
    background: #87c00e;
    padding: 10px 15px;
    color: white;
    border-radius: 7px;
}


img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.comments {
    margin-top: 20px;
}

.comments-wrapper__title {
    font-size: 22px;
}

.comments-wrapper__subtitle {
    color: #7d7d7d;
    font-size: 15px;
}

#commentform {
    margin-top: 20px;
}

.comments-wrapper__form-control {
    width: 300px;
    border: 1px solid #777777;
    height: 31px;
    border-radius: 3px;
    margin-top: 5px;
}

.comments-wrapper__lable {
    display: block;
    color: #474747;
    font-size: 17px;
    margin-top: 10px;
}

.comments-wrapper__textarea {
    width: 300px;
    height: 100px;
}

.comments-wrapper__submit {
    background-image: linear-gradient(0deg, #87bc17, #88c504);
    box-shadow: 0 10px 30px #87bb1866;
    margin: 20px auto 0;
    max-width: 257px;
    color: white;
    padding: 10px 24px;
    border-radius: 21px;
    font-size: 14px;
}

.layout__text table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.layout__text table td {
    border: 1px solid;
    padding: 0.5em;
}

ol.comments {
    list-style: none;
    margin: 0 !important;

}

.comment_item {
    display: flex;
    padding-left: 0 !important;
    margin-top: 18px !important;
}

.comm_text {
    width: calc(100% - 100px);
}

.ava {
    margin-right: 20px;
}

.ava img {
    border-radius: 10px;
}

.name a {
    font-weight: 500;
    font-size: 17px;
}

@media (max-width: 600px) {
    .layout__text table {
        margin-top: 20px;
        overflow: scroll;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
}

/*add style*/

.img-big {
    display:flex;
    margin: 20px auto;
}

.img-micro {
    width:200px;
    height: 200px;
}
.img-micro img {
    width:100%;
    height: 100%;
    border-radius: 25px;
}
.anchor__menu a {
    color:inherit;
}

.anchor__menu a:hover {
    color:#509aea;
}

table tbody tr:nth-child(2n+1) {
    background:#509aea;
    color:#FFFFFF;
}

@media screen and (max-width:768px) {
    .img-micro {
        float: none !important;
        margin: 20px auto !important;
    }
}

.main-layout-left::-webkit-scrollbar {
    width: 0; 
    background-color: transparent; 
  }

.main-layout-left::-moz-scrollbar {
    width: 0; 
    background-color: transparent; 
  }

.main-layout-left::-ms-scrollbar {
    width: 0; 
    background-color: transparent; 
  }
  
  .main-layout-right::-webkit-scrollbar {
    width: 0; 
    background-color: transparent; 
  }

.main-layout-right::-moz-scrollbar {
    width: 0; 
    background-color: transparent; 
  }

.main-layout-right::-ms-scrollbar {
    width: 0; 
    background-color: transparent; 
  }
  table tr:nth-child(1) {
    font-weight: bold;
    color:#FFFFFF;
  }

  @media (max-width: 570px) {
    .layout__head {
       padding: 10px 15px;
       align-items: flex-start;
    }
   .arrow-circle:before {
       position:absolute;
       /*top:0;*/
   }
}

@media (max-width: 1099px) {
    .header__nav {
        transform: translateX(-101%);
    }
    .header__nav-open {
        display: flex;
        position: fixed;
        z-index: 100;
        display: block;
        /* flex-direction: column;
        justify-content: flex-start; */
        width: 100%;
        /* align-items: baseline; */
        top: 160px;
        left: 0;
        right: 0;
        margin-left: 0;
        border-radius: 0;
        border: none;
        background: #001225;
        transform: translateX(0%);
        transition: 0.6s;
    }
}
.logo-desktop, .main__slider img, .footer-logo__img img {
    width:100%;
    height:100%;
}
.footer-logo__img img {
     object-fit: contain;
}
.main__slider {
    text-align:center;
}
.main__slider img {
    border-radius:25px;
}
.table td {
    width:50%;
}
.protect {
    width:80px;
    /*display:flex;*/
    /*margin:auto;*/
}


.submenu__active {
    display:block;
   animation: shows 1s;
}
@keyframes shows {

from {
opacity: 0;
}
to {
opacity: 1;
}
}

#loadMore {
   animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.6);
    box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
      box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0);
      box-shadow: 0 0 0 0 rgba(219, 110, 175, 0);
  }
}
#loadMore:hover {
  animation: none;
  background:#1e90ff;
}
.slider__main-page {
    /*border-radius:25px;*/
    background-image: url(/assets/img/slider/faq-banner.webp);
    /*min-height: 254px;*/
    background-repeat: no-repeat;
    background-size: contain;
   background-position:right;
}
.slider__casino-page {
    /*border-radius:25px;*/
    background-image: url(/assets/img/slider/casino-banner.webp);
    /*min-height: 254px;*/
    background-repeat: no-repeat;
    background-size: contain;
   background-position:right;
}
.slider__app-page {
    /*border-radius:25px;*/
    background-image: url(/assets/img/slider/app-banner.webp);
    /*min-height: 254px;*/
    background-repeat: no-repeat;
    background-size: contain;
   background-position:right;
}
.slider__bonus-page {
    /*border-radius:25px;*/
    background-image: url(/assets/img/slider/bonus-banner.webp);
    /*min-height: 254px;*/
    background-repeat: no-repeat;
    background-size: contain;
   background-position:right;
}
.slider__info {
    padding:40px;
    text-align:left;
    width:60%;
}
.slider__title {
    font-size: 38px;
    color: #FFFFFF;
    font-weight:800;
    margin-bottom:14px;
    text-transform: uppercase;
}
.slider__text {
    color: #FFFFFF;
    font-size:26px;
    font-weight:400;
    /*width:55%;*/
}
.slider__btn {
    border:none;
    padding:22px 50px;
    border-radius:50px;
    color:#ffffff;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    font-weight:700;
    margin-top:100px;
    font-size:20px;
}
.slider__btn {
   animation: pulse2 2s infinite;
}
.slider__btn:hover {
    animation:none;
    background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.8);
    box-shadow: 0 0 0 0 rgba(19, 110, 175, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
      box-shadow: 0 0 0 10px rgba(19, 110, 175, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(19, 110, 175, 0);
      box-shadow: 0 0 0 0 rgba(219, 110, 175, 0);
  }
}
@media screen and (max-width:767px) {
    /*.slider__faq {*/
    /*    background-size:contain;*/
    /*    min-height:180px;*/
    /*}*/
    .slider__info {
        padding:13px;
    }
    .slider__title {
        font-size:17px;
        margin-bottom:8px;
    }
    .slider__text {
        font-size:14px;
    }
    .slider__btn  {
        margin-top:15px;
        padding:8px 15px;
        font-size:10px;
    }
}