/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #f7f7fb;
}
footer {
  padding: 30px 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

ul li {
  list-style: none;
}

.input_in{
display: none;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}



.navbar-inverse{
  background-color: #2a263d;
  border: 0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.navbar{
  border-radius: 3px;
  margin-bottom: 0;
}
.navbar-collapse{
  padding: 0 5px;
}
.navbar-inverse .navbar-nav>li>a{
  color: #c8c4d8;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.link-forum.active{
  background-color: #ffbc6b;
  color: #2a263d;
}
.nav>li>a{
  padding: 15px 25px;
}
.navbar-inverse .navbar-nav>li>a:focus, 
.navbar-inverse .navbar-nav>li>a:hover{
  background-color: #ffbc6b;
  color: #2a263d;
}
.link-forum{
  float: right;
  font-size: 14px;
  color: #ffbb6b;
  display: block;
  transition: 0.3s all;
  padding: 15px 25px;
  margin-right: 5px;
}
.link-forum:hover{
  background-color: #ffbc6b;
  color: #2a263d;
  text-decoration: none;
}

.sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  padding: 18px 0 27px 0;
  width: 225px;
  background-color: #2a263d;
  z-index: 9;
  border-radius: 0 0 3px 3px;
  display: none;
}
.sub-menu li{
  margin-bottom: 10px;
  position: relative;
  padding: 0 30px 0 16px ;
}
.sub-menu>li>a:before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #c8c4d8;
}
.sub-menu a{
  color: #c8c4d8;
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 15px;
  transition: 0.3s all

}
.sub-menu a:hover {
  text-decoration: none;
  color: #ffbc6b;
  padding-left: 40px;

}
.sub-menu>li.active> a {
  text-decoration: none;
  color: #ffbc6b;
  padding-left: 40px;

}
.sub-menu li a:hover:before {
  content: '\2192';
  width: auto;
  height: auto;
  border: 0;
  left: 15px;
}
.sub-menu>li.active> a:before{
  content: '\2192';
  width: auto;
  height: auto;
  border: 0;
  left: 15px;
}
.sub-menu li:last-child{
  margin-bottom: 0;
}
.sub-menu ul{
  width: 195px;
  padding: 18px 0 15px 0; 
  top: -20px;
  left: 100%;
  border-radius: 0 3px 3px 0;
  display: none!important;
}
.sub-menu ul li{
  padding: 0 10px 0 23px;
}
.sub-menu li:first-child ul{
  top: -16px;
}
.sub-menu ul a:before{
  width: auto;
  height: auto;
  border: 0;
}
.sub-menu ul a:hover:before{
  left: 0;
}
.sub-menu ul a:hover {
  padding-left: 23px;
}
.sub-menu ul a{
  padding-left: 0;
}
.has-child{
  background: url(../images/arrow-menu.png) no-repeat 92% center;
}
ul.fadeInImp{
  display: block !important;
}

/*header*/
header{
  padding: 10px 0;
}
header .row{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo{
  width: 21%;
}
/*.logo p{
  font-size: 22px;
  color: #2a263d;
  font-weight: 800;
  margin-bottom: 0;
}
.logo span{
  color: #ffbc6b;
}
.logo a{
  display: flex;
  align-items: center;
}
.logo a:hover{
  text-decoration: none;
}
*/
.header__banner{
  width: 728px;
  height: 90px;
  background: #e4e4f1;
  margin-left: auto;
}
/*ENDheader*/
.main-content{
  padding-bottom: 45px;
}
.left-block{
  width: 220px;
  box-shadow: 50px 5px 60px -20px rgba(236,236,241,1);
  margin: 40px 0;
  height: 100%;
}
.left-block .active ul{
	display: block !important;
	height: auto !important;
}
.list-group-item{
  background: #f7f7fb;
  border: 1px solid #e6e4f1;
  border-width: 0;
  border-bottom-width: 1px;
}
.left-nav{
  padding-right: 15px;
}
.left-nav li{
  border-bottom: 1px solid #e6e4f1;
  padding-right: 16px;
  position: relative;
}
.left-nav li:last-child{
  border: 0;
}

.sub-arr{
  position: absolute;
  top: 17px;
  right: 0;
  width: 16px;
  height: 10px;
  cursor: pointer;
  background: url(../images/select-arr.png) no-repeat center;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}
.sub-arr.active{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.left-nav li a{
  color: #2a263d;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 12px 0 12px 15px;
  position: relative;
  transition: 0.3s all;
}
.left-nav a:hover{
  color: #ffbc6b;
}
.left-nav>li>a:before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #2a263d;
}

.left-nav li ul{
  padding: 12px 0 30px;
  display: none;
}
.left-nav ul a{
  padding: 3px 0 3px 15px;
  transition: 0.3s all;
}
.left-nav li li{
  border-bottom: 0;
  margin-right: -16px;
}
.left-nav ul a:hover:before {
  content: '\2192';
  width: auto;
  height: auto;
  border: 0;
  left: 15px;
}
.left-nav ul a:hover{
  padding-left: 40px;
}
.left-nav li.active > a{
  padding-left: 0;
}
.left-nav li.active> a:before{
  display: none;
}

.title-banner{
  font-size: 16px;
  line-height: 37px;
  height: 37px;
  text-align: center;
  position: relative;
  border-radius: 3px
}
.title-banner:after{
  content: '';
  position: absolute;
  border-left: 9px solid;
  border-right: 9px solid;
  border-bottom: 15px solid;
  border-color: transparent transparent transparent #d4964c;
  bottom: -14px;
  right: -8px;
}
.title-recomend{
  background: #ffbb6b;
  color: #29263d;
  width: 230px;
  margin-bottom: 20px;
}
.recomend{
  padding: 45px 0 8px;
}
.recomend-banner, .news-banner{
  width: 200px;
  height: 200px;
  background: #ccc;
}
.recomend-banner-text{
  padding-right: 15px;
}
.banner-text{
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  margin: 8px 0 0;
}
.banner-text a{
  color: #29263d;
  text-decoration: underline;
  transition: 0.3s all;
}
.banner-text a:hover{
  text-decoration: none;
}
.news-banner-block{
  padding-top: 50px;
}
.news-banner-block .title-banner:after{
  border-color: transparent transparent transparent #819319;

}
.title-news{
  background: #a7bf27;
  color: #fff;
  width: 230px;
  margin-bottom: 20px;
}
h1{
  color: #29263d;
  font-weight: bold;
  font-size: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
h1:before{
  content: '';
  height: 31px;
  width: 3px;
  background: #ffbb6b;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.some-casino{
  margin-top: 45px;
}
.about-casino, .some-casino li{
  padding-left: 0;
  padding-right: 2.5em;
}
.about-casino, .some-casino li{
  transform: translateX(2.5em);
  animation: fixlists 1s;
}
.about-casino, .some-casino ul li {
  list-style: disc;
}
.over-slide li{
  padding-right: 0;
  transform: translateX(0);
}
@keyframes fixlists {
  0% {
    text-indent: -0.001em;
  }
  100% {
    text-indent: 0;
  }
}
.title-2{
  color: #a7bf27;
  font-weight: bold;
}

/*about-casino*/
.about-casino{
  margin-top: 45px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9e7;
}
.about-text{
  font-size: 14px;
  color: #29263d;
  line-height: 18px;
  width: 63.33%;
  padding-right: 10px;
}
.about-text p{
  padding-bottom: 15px;
}
.about-slider{
  width: 100%;
}
.about-slider .carousel-control .glyphicon-chevron-left,
.about-slider .carousel-control .glyphicon-chevron-right,
  {
  width: 16px;
  height: 24px;
}
.about-slider .item{
  overflow: hidden;
  position: relative;
  height: 200px;
  border-radius: 3px;
}

.about-slider div {
  outline: none;
}

.about-slider .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-slider .item-text{
  background: rgba(0, 0, 0, 0.65);
  min-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 12px;
  text-align: center;
  line-height: 12px;
}
.about-slider .item-text a{
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all;
  outline: none;
}
.about-slider .item-text a:hover{
  text-decoration: none;
}
.about-slider .slick-prev, .about-slider .slick-next {
  width: 16px;
  height: 24px;
  border: 0;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: -35px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about-slider .slick-prev:hover, .about-slider .slick-next:hover {
  opacity: 0.8;
}
.about-slider .slick-prev {
  background: url(../images/slide-arr-l.png) no-repeat center;
  left: 77px;
}
.about-slider .slick-next {
  background: url(../images/slide-arr-r.png) no-repeat center;
  right: 77px;
}
.about-slider .slick-dots li button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dcdae6;
}
.about-slider .slick-dots li.slick-active button{
  background: #ffc47d;
}
.about-slider .slick-dots li{
  margin: 0 2px ;
}
.over-slide .title-banner:after{
  border-left: 8px solid;
  border-right: 8px solid;
  border-bottom: 14px solid;
  border-color:  transparent #ca672c  transparent transparent ;
  bottom: -14px;
  left: -6px;
  right: auto;
  
}
.description-slide{
  font-size: 14px;
  position: absolute;
  border-radius: 3px;
  top: 7px;
  left: -8px;
  width: 150px;
  background: #f9823b;
}
.description-slide a{
  color: #fff;
}
.over-slide{
  position: relative;
  width: 44%;
}
.about-content{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*about-casino*/
/*reviews-casino*/
.title-link{
  font-size: 14px;
  color: #e78815;
  display: inline-block;
  text-decoration: underline;
  position: absolute;
  transition: 0.3s;
  font-weight: normal;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-link:hover{
  text-decoration: none;
  color: #e78815;
}
.reviews{
  margin-top: 40px;
}
.reviews .row > [class*='col-']:first-child {
    padding-right: 0px;
}
.reviews .row > [class*='col-']:last-child {
    padding-left: 0px;
}
.reviews .row > [class*='col-']:nth-child(2) {
    padding-right: 5px;
    padding-left: 10px;
}
.reviews .row > [class*='col-']:nth-child(3) {
    padding-right: 10px;
    padding-left: 5px;
}

.decription-block{
  color: #29263d;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.example-review{
  padding: 13px 7px;

}
.add-blocks{
  border: 1px solid #e9e9f3;
  border-radius: 4px;
  position: relative;
  background: #fff;

}
.add-blocks:after,.add-blocks:before{
  content: '';
  border: 1px solid #e9e9f3;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.add-blocks:after{
  content: '';
  width: 99%;
  bottom: -3px;
  z-index: -1;
}
.add-blocks:before{
  content: '';
  width: 98%;
  bottom: -5px;
  z-index: -1;
}
.img-review{
  position: relative;
  overflow: hidden;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  background: #f3f3f3;
}
.img-review img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-review{
  color: #29263d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px; 
}
.title-review a{
  color: #29263d;
  text-decoration: underline;
  transition: 0.3s;
}
.title-review a:hover{
  text-decoration: none;
}
.review-list{
  font-size: 14px;
  color: #29263d;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}
.review-list li{
  border-bottom: 1px solid #e3e3f1;
  padding: 10px 0;
}
.review-list li:last-child{
  border: 0;
  padding-bottom: 0;
}
/*reviews-casino*/
/*news-casino*/
.news{
  margin-top: 40px;
}
.news .row > [class*='col-']:first-child {
    padding-right: 5px;
}
.news .row > [class*='col-']:last-child {
    padding-left: 5px;
}
.news .row > [class*='col-']:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
.example-news{
  padding: 15px 15px 17px ;
  margin-top: 10px;

}
.news-img{
  height: 117px;
  position: relative;
  overflow: hidden;
}
.news-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-link{
  font-size: 14px;
  color: #3f3c4f;
  text-decoration: underline;
  line-height: 18px;
  margin-top: 15px;
  transition: 0.3s;
}
.news-link:hover{
  text-decoration: none;
  color: #3f3c4f;
}
.example-news p{
  margin-top: 8px;
  margin-bottom: 0;
}
.count-news{
  background: #29253d;
  border-radius: 3px;
  font-size: 12px;
  color: #e9e7f2;
  width: 45px;
  height: 25px;
  position: absolute;
  top: -1px;
  left: -1px;
  line-height: 25px;
  text-align: center;
}
/*news-casino*/
/*articles-casino*/
.articles{
  margin-top: 40px;
}
.sliders-art .item{
  overflow: hidden;
  position: relative;
  height: 260px;
  border-radius: 3px;
}
.sliders-art .item img{
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sliders-art div {
  outline: none;
}

.sliders-art .item-text{
  background: rgba(0, 0, 0, 0.65);
  min-height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 24px;
  padding: 15px 15px 15px;
}
.sliders-art .item-text a{
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
  outline: none;
}
.sliders-art .item-text a:hover{
  text-decoration: none;
}
.sliders-art .slick-prev, .sliders-art .slick-next {
  width: 16px;
  height: 24px;
  border: 0;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: -45px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sliders-art .slick-prev:hover, .sliders-art .slick-next:hover {
  opacity: 0.8;
}
.sliders-art .slick-prev {
  background: url(../images/slide-arr-l.png) no-repeat center;
  left: 120px;
}
.sliders-art .slick-next {
  background: url(../images/slide-arr-r.png) no-repeat center;
  right: 120px;
}
.sliders-art .slick-dots li button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dcdae6;
}
.sliders-art .slick-dots li.slick-active button{
  background: #ffc47d;
}
.sliders-art .slick-dots li{
  margin: 0 2px ;
}
.sliders-art .slick-dots{
  bottom: -55px;
}
.over-slide .title-banner:after{
  border-left: 8px solid;
  border-right: 8px solid;
  border-bottom: 14px solid;
  border-color:  transparent #ca672c  transparent transparent ;
  bottom: -14px;
  left: -6px;
  right: auto;
  
}
.sliders .description-slide{
  font-size: 14px;
  position: absolute;
  border-radius: 3px;
  top: 7px;
  left: -8px;
  width: 150px;
  background: #f9823b;
  color: #fff;
}

.sliders{
  position: relative;
  width: 100%;
}
.articles .row > [class*='col-']:first-child .title-banner:after{
  border-color:  transparent #819319  transparent transparent ;

}
.articles .row > [class*='col-']:first-child .description-slide{
  background: #a7bf27;
}
/*articles-casino*/
/*games-casino*/
.games{
  margin-top: 90px;
}
.example-games{
  padding: 15px 15px 17px ;
}
.games-img{
  height: 117px;
  position: relative;
  overflow: hidden;
}
.position-img  img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-game{
  font-size: 14px;
  font-weight: bold;
  color: #3f3c4f;
  text-align: center;
  margin: 15px 0;
}
.title-game a{
  color: #3f3c4f;
  transition: 0.3s;
}
.title-game a:hover{
  text-decoration: underline;
}
.links-block{
  margin-bottom: 0;
}
.links-block .title-link{
  color: #ffbb6b;
  position: static;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.links-block li{
  padding: 3px 0;
  border-right: 1px solid #e9e9f3;
  text-align: center;
  display: inline-block;
  width: 49%;
}
.links-block li:last-child{
  border: 0;
}
.games .row > [class*='col-']:first-child {
    padding-right: 5px;
}
.games .row > [class*='col-']:last-child {
    padding-left: 5px;
}
.games .row > [class*='col-']:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
/*games-casino*/
/*soft-casino*/
.soft{
  margin-top: 50px;
}
.example-soft{
  padding: 15px;
  margin-top: 10px;
}
.example-soft p{
  color: #3f3c4f; 
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 3px;
  text-align: center;
}
.example-soft p a{
  color: #3f3c4f; 
  text-decoration: underline;
  transition: 0.3s;
}
.example-soft p a:hover{
  text-decoration: none;  
}
.soft-img{
  background: #f7f7fb;
  height: 115px;
  position: relative;
  overflow: hidden;
}
.soft .row > [class*='col-']:first-child {
    padding-right: 5px;
}
.soft .row > [class*='col-']:last-child {
    padding-left: 5px;
}
.soft .row > [class*='col-']:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
/*soft-casino*/
/*more-information*/
.more-information{
  margin-top: 65px; 
}
.info-img{
  height: 147px;
  position: relative;
  overflow: hidden;
}
.example-info{
  padding: 15px 15px 17px ;
}
.example-info p {
  margin-top: 8px;
  margin-bottom: 0;
}
.more-information .row > [class*='col-']:first-child {
    padding-right: 5px;
}
.more-information .row > [class*='col-']:last-child {
    padding-left: 5px;
}
.more-information .row > [class*='col-']:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
/*more-information*/
/*footer*/
footer{
  background: #2a263d;
  padding: 40px 0 30px;
}
.copyright{
  font-size: 12px;
  color: #c8c4d8;
  line-height: 14px;
  margin-bottom: 0;
  margin-top: 20px;
}

.left-footer{
  width: 21%;
  float: left;
}
.right-footer{
  width: 47%;
  float: right;
}
.footer-links{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}
.footer-links a{
  color: #c8c4d8;
  transition: 0.3s;
}
.footer-links a:hover{
  color: #ffbc6b;
  text-decoration: none;
}
.my-en-site{
  font-size: 16px;
  color: #c8c5d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  border-bottom: 1px solid #4b4665;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.my-en-site p{
  font-weight: 500;
}
.my-en-site a{
  color: #c8c5d9;
  transition: 0.3s;
  text-decoration: underline;  
}
.my-en-site a:hover{
  text-decoration: none;
}
/*footer*/
/*obzor-page*/
.breadcrumb>li+li:before{
  content:'>';
  color: #aba8b9;
}
.breadcrumb{
  margin-top: 45px;
}
.breadcrumb a{
  color: #29263d;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: underline;
}
.breadcrumb a:hover{
  color: #29263d;
  text-decoration: none;
}
.breadcrumb>.active{
  color: #918da5;
}

.sm-casino{
  width: 54%;
  margin-bottom: 70px;
  margin-right: 30px;
}
.sm-casino .item{
  height: auto;
}
.sm-casino .item img{
  max-width: 100%;
  position: static;
  transform: translate(0, 0);
}
.sm-casino .slick-next{
  right: 155px;
}
.sm-casino .slick-prev{
  left: 155px;
}
.about-this-casino p{
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #29263d;
  margin-bottom: 0;
}
.top-some{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.about-this-casino p a{
  color: #ffbc6b;
  text-decoration: underline;
  transition: 0.3s;
}
.about-this-casino p a:hover{
  text-decoration: none;
}
.table>tbody>tr:first-child td{
  border-top: 0;
}
.table>tbody>tr td:first-child{
  border-right: 1px solid #d2cfe1;
  padding-left: 8px;
  font-weight: 700;
}
.table>tbody>tr>td{
  border-color: #d2cfe1;
  padding: 13px 8px 13px 30px;
  font-weight: 300;
}
.table-responsive{
  margin-bottom: 10px;
}

.top-form{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-form .form-group:first-child{
  margin-right: 15px;
}
.top-form .form-group{
  width: calc( 50% - 7.5px)
}
.form-group input{
  font-size: 14px;
  color: #b9b5cb;
  height: 38px;
}
.form-group textarea{
  font-family: 'Open Sans', sans-serif;
}
.btn{
  padding: 11px 20px;
  background: #ffbb6b;
  border: 0;
  outline: none;
  color: #2a263d;
}
.btn:hover{
  background: rgb(248, 200, 120);
  color: #fff;
}
.text-form{
  font-size: 24px;
  color: #2a263d;
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-big{
  background: #fff;
  padding: 15px 30px 25px 15px;
  border-radius: 3px;
  border-bottom: 2px solid #e4e4ef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.comment-foto{
  position: relative;
  overflow: hidden;
  width: 45px;
  height: 50px;
  background: #e7e7f4;
  border-radius: 3px;
  margin-right: 12px;
}
.name-comment{
  font-size: 14px;
  color: #29263d;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 0;
}
.name-comment a{
  color: #29263d;
  transition: 0.3s;
}
.name-comment a:hover{
  color: #29263d;
  text-decoration: underline;
}
.date-comment{
  font-size: 12px;
  color: #aca8bf;
  margin-bottom: 0;
}
.link-answ{
  font-size: 12px;
  color: #fff;
  background: #867fa8;
  border-radius: 3px;
  width: 70px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: block;
  transition: 0.3s;
  margin-left: auto;
}
.link-answ:hover{
  background: #ffbb6b;
  color: #fff;
  text-decoration: none;
}
.header-comment{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.text-comment{
  width: calc( 100% - 45px);
}
.main-comment{
  line-height: 18px;
  color: #191919;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.comment-smal{
  width: 90%;
  margin-left: auto;
  margin-top: 20px;
}
/*obzor-page*/
/*text-page*/
.fl-img{
  max-width: 385px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;

}
.fl-img img{
  width: 100%;
}
.text-content p{
  font-size: 14px;
  color: #29263d;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.text-content h1{
  font-size: 30px;
  color: #29263d;
  font-weight: bold;
}
.text-content h2{
  font-size: 24px;
  color: #29263d;
  font-weight: bold;
}
.text-content h3{
  font-size: 18px;
  color: #29263d;
  font-weight: bold;
}
.text-img {
  margin-bottom: 15px;
}
.text-img img{
  max-width: 100%;
}
.text-img .row > [class*='col-']:first-child {
    padding-right: 5px;
}
.text-img .row > [class*='col-']:last-child {
    padding-left: 5px;
}
.text-img .row > [class*='col-']:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
.img-center{
  display:block;
  margin:0 auto;
}
.video-block{
  width: 475px;
  height: 275px;
  margin-right: 20px;
  float: left;
}
.videocenter{
  display: block;
  width: 560px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}
.sort-select{
  width: calc( 50% - 7.5px);
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 32px;
  color: #29263d;
  font-size: 14px;
  margin-right: 25px;
  background: #fff url(../images/select-arr.png) no-repeat 90% center;
}
.sort-block div{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-sort{
  margin-right: 10px;
  color: #29263d;
  font-size: 14px;
  margin-bottom: 0;
}
.sort-block{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.sort-block .btn-warning{
  color: #29263d;
  font-size: 14px;
  padding: 9px 29px;
}
.sort-block .btn-warning:hover{
  color: #fff;
}
.table-text{
  font-size: 14px;
  color: #000d19;
}
.table-center{
  font-size: 14px;
  color: #000d19;
  text-align: center;
}
.comments{
  font-size: 10px;
  color: #000d19;
  font-weight: 300;
  padding: 10px 5px 12px;
}
.table-smalltext{
  font-size: 12px;
  color: #000d19;
  text-align: center;
}
.table-link{
  color: #f3af5b;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}
.table-link:hover{
  text-decoration: none;
  font-weight: bold;
  color: #f3af5b;
}
.sort-table>tbody>tr>td{
  border: 1px solid #ccc;
  padding: 10px 5px;
}

.ru-table{
  margin-bottom: 15px;
}

.ru-table>tbody>tr>td{
  border: none;
  padding: 3px 15px;
}
.sort-table{
  margin-top: 10px;
}
.sort-table p{
  margin-bottom: 0;
}
.sort-table tr:first-child{
  border: 1px solid #ccc;
}
.table-head{
  color: #f7f7fa;
  font-size: 14px;
  text-align: center;
  background-color: #534f66;
}
td.table-head{
  border: 0!important;
}
/*text-page*/
.other-footer .right-footer{
  display: none;
}
.other-footer .left-footer{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.other-footer .copyright{
  margin-top: 0;
}
.navbar-nav .sub-arr{
  display: none;
  top: 20px;
  right: 6px;
}
.navbar-nav li li .sub-arr{
  top: 6px;
  right: 0;
}

@media screen and ( max-width: 1200px){
  .nav>li>a {
    padding: 15px 21px;
}
.main-content >.container>.row>[class*='col-']:last-child{
    padding-left: 25px;
  }
  .about-slider .slick-prev{
    left: 58px;
  }
  .about-slider .slick-next{
    right: 58px;
  }
  .sm-casino .slick-next{
    right: 120px;
  }
  .sm-casino .slick-prev{
    left: 120px;
  }
}
@media screen and ( max-width: 1169px){
  .logo {
    width: 240px;
    margin-left: 10px;
  }
  .about-content{
    padding-right: 10px;
  }
  .about-slider .slick-next{
    right: 50px;
  }
  .about-slider .slick-prev{
    left: 50px;
  }
  .title-link{
    right: 10px;
  }
  .reviews .row, .news .row, .articles .row,
  .games .row, .soft .row, .more-information .row{
    padding-right: 10px;
  }
  .right-footer{
    width: 55%;
  }
  .copyright{
    margin-left: 10px;
  }
  .sm-casino .slick-next{
    right: 135px;
  }
  .sm-casino .slick-prev{
    left: 135px;
  }
  .some-casino{
    padding: 0 10px;
  }
  .main-content >.container>.row>[class*='col-']:last-child{
    padding-left: 15px;
  }
  .container{
    width: 100%;
  }

}
@media screen and ( max-width: 1023px){
  .nav>li>a{
    padding: 15px 9px;
  }
  header .row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo{
    margin: 20px auto;
  }
  .header__banner{
    margin: 0 auto;
  }
  .left-block{
    width: 100%;
  }
  .left-nav ul a:hover{
    padding-left: 20px;
  }

  .title-recomend, .title-news{
    width: 106%;
  }
  .banner-text{
    padding: 0;
  }
  .recomend-banner, .news-banner{
    width: 100%;
  }
  .reviews .row > [class*='col-']:first-child {
    padding-right: 15px;
  }
  .reviews .row > [class*='col-']:last-child {
      padding-left: 15px;
  }
  .reviews .row > [class*='col-']:nth-child(2) {
      padding-right: 15px;
      padding-left: 15px;
  }
  .reviews .row > [class*='col-']:nth-child(3) {
      padding-right: 15px;
      padding-left: 15px;
  }
  .decription-block{
    margin-bottom: 10px;
  }
  .example-review{
    margin-top: 20px;
  }
  .over-slide{
    width: 46%;
  }
  .about-text{
    width: 54%;
  }
  .about-text p{
    margin-bottom: 0;
  }
  .about-casino{
    padding-bottom: 35px;
  }
  .sliders{
    width: 100%;
  }
  .sliders-art .item{
    height: 240px;
  }
  .sliders-art .item-text a{
    font-size: 15px;
  }
  .sliders-art .item-text{
    line-height: 20px;
    padding: 5px 10px 10px;
  }
  .sliders-art .slick-next{
    right: 55px;
  }
  .sliders-art .slick-prev{
    left: 55px;
  }
  .games .row > [class*='col-']:nth-child(2){
    padding: 0 5px;
  }
  .games .row > [class*='col-']:last-child{
    padding-left: 0;
    padding-right: 10px;
  }
  .games .row > [class*='col-']:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .links-block .title-link{
    font-size: 12px;
  }
  .links-block li{
    width: 48%;
  }

  .soft .row > [class*='col-']:nth-child(2){
    padding: 0 5px;
  }
  .soft .row > [class*='col-']:last-child{
    padding-left: 0;
    padding-right: 10px;
  }
  .soft .row > [class*='col-']:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .more-information .row > [class*='col-']:nth-child(2){
    padding: 0 5px;
  }
  .more-information .row > [class*='col-']:last-child{
    padding-left: 0;
    padding-right: 10px;
  }
  .more-information .row > [class*='col-']:first-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .right-footer{
    width: 62%;
  }
  .left-footer{
    width: 33%;
  }
  footer .logo{
    margin: 0;
  }
  .my-en-site{
    font-size: 14px;
  }
  .sm-casino{
    width: 80%;
    margin: 0 auto 70px;
  }
  .top-some{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-block{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-block div{
    width: 355px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .sort-block .btn-warning{
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
  .sort-table{
    margin-top: 0;
  }
  .sort-block{
    margin-bottom: 30px;
  }
  .sub-menu ul{
    margin-left: 20px;
  }
  .video-block{
    margin: 0 auto 20px;
    float: none;
  }
  .videocenter{
    margin: 0 auto 20px;
    float: none;
  }
  .recomend-banner img, .news-banner img{
    max-width: 100%;
  }
  .recomend-banner , .news-banner {
    height: auto;
  }
  
}
@media screen and ( max-width: 767px){
  .navbar-nav{
    margin: 0;
  }
  .navbar-inverse .navbar-collapse{
    width: 100%;
  }
  .link-forum{
    position: absolute;
    top: 0;
    margin-right: 0;
    left: 0;
  }
  .nav>li{
    border-bottom: 1px solid #c8c4d8;
  }
  .nav>li:last-child{
    border-bottom: 0;
  }
  .sub-menu{
    position: static;
  }
  h1{
    margin-left: 10px;
  }
  .about-content{
    padding: 0 10px; 
  }
  .about-text{
    width: 100%;
    padding-right: 0;
  }
  .about-content{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .over-slide{
    width: 400px;
  }
  .about-casino{
    padding-bottom: 70px;
  }
  .decription-block{
    padding: 0 10px;
  }
  .reviews .row > [class*='col-']:first-child,
  .reviews .row > [class*='col-']:nth-child(2),
  .reviews .row > [class*='col-']:last-child,
  .reviews .row > [class*='col-']:nth-child(3),
  .news .row > [class*='col-']:last-child,
  .news .row > [class*='col-']:nth-child(2),
  .news .row > [class*='col-']:first-child,
  .games .row > [class*='col-']:first-child,
  .games .row > [class*='col-']:last-child,
  .games .row > [class*='col-']:nth-child(2),
  .soft .row > [class*='col-']:first-child,
  .soft .row > [class*='col-']:last-child,
  .soft .row > [class*='col-']:nth-child(2),
  .more-information .row > [class*='col-']:first-child,
  .more-information .row > [class*='col-']:last-child,
  .more-information .row > [class*='col-']:nth-child(2),
  .text-img .row > [class*='col-']:first-child,
  .text-img .row > [class*='col-']:last-child,
  .text-img .row > [class*='col-']:nth-child(2){
    padding: 0;
  }
  .example-review{
    width: 370px;
    margin: 20px auto 0; 
  }
  .example-news{
    width: 255px;
    margin: 20px auto 0;
  }
  .over-slide{
    width: 400px;
    margin: 20px auto 0;
  }
  .reviews .row, .news .row, .articles .row,
  .games .row, .soft .row, .more-information .row{
    padding-right: 0;
  }
  .articles .row > [class*='col-']:last-child{
    margin-top: 80px;
  }
  .example-games,.example-soft,.example-info{
    width: 370px;
    margin: 20px auto 0;
  }
  .left-footer{
    width: 100%;
  }
  footer .logo{
    margin: 0 auto 20px;
  }
  .copyright{
    text-align: center;
  }
  .right-footer{
    width: 100%;
    margin-top: 25px;
  }
  .main-content >.container>.row>[class*='col-']:last-child{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .main-content >.container>.row>[class*='col-']:first-child{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
  .main-content >.container>.row{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-recomend, .title-news{
    width: 104%;
  }
  .recomend-banner, .news-banner{
    width: 200px;
    margin: 0 auto;
  }
  .top-form .form-group:first-child{
    margin-right: 0;
  }
  .top-form .form-group{
    width: 100%;
  }
  .top-form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fl-img{
    float: none;
    margin: 0 auto 10px;
  }
  .text-img{
    text-align: center;
  }
  .video-block{
    max-width: 400px;
    height: 250px;
    margin: 0 auto 20px; 
  }
  .video-block img{
    max-width: 100%;
  }
  .videocenter{
    max-width: 400px;
    height: 290px;
    margin: 0 auto 20px; 
  }
  .videocenter img{
    max-width: 100%;
  }
  .sort-block{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sort-block{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .other-footer .left-footer{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-content >.container>.row>[class*='col-']:first-child{
    display: none;
  }
  .header__banner{
    height: auto;
  }
  .header__banner img{
    max-width: 100%;
  }
  .table>tbody>tr>td{
    padding-left: 15px;
  }
  h1:before{
    height: 100%;
  }
  .navbar-nav .sub-arr{
    display: block;
  }
  .has-child{
    display: none;
  }

}
@media screen and ( max-width: 424px){
  .over-slide{
    width: 300px;
  }
  
  .example-review, .example-games, .example-soft, .example-info{
    width: 290px;
  }
  .right-footer{
    display: none;
  }
  .sm-casino{
    width: 100%;
  }
  .name-comment{
    margin-right: 10px;
  }
  .comment-big{
    padding: 15px 10px;
  }
  .comment-smal{
    width: 95%;
  }
  .video-block{
    width: 300px;
    height: 200px;
  }
  .videocenter{
    width: 300px;
    height: 220px;
  }
  h1{
    font-size: 26px;
  }
  .reviews .title-link, .more-information .title-link{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: -25px;
  }

}
