@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-Regular.woff') format('woff'),
		url('../fonts/circe/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('../fonts/circe/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-ExtraLight.woff') format('woff'),
		url('../fonts/circe/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('../fonts/circe/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-Thin.woff') format('woff'),
		url('../fonts/circe/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-Light.woff') format('woff'),
		url('../fonts/circe/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/circe/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-Bold.woff') format('woff'),
		url('../fonts/circe/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/circe/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/circe/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/circe/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/circe/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}




.bggbgb{display:none;
    position: fixed;
    z-index: 9999998;
width: 100%;
height: 100%;
background-color: rgb(18, 23, 47);
top:0px;
}
.closeres{
    display: none;
    position: relative;
    z-index: 9999999;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: -50px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
    padding: 5px;
    
}
.pay .pay-block22{
    display:none;
    position: absolute;
    z-index: 9999999;
top:0px;
width: 94% !important;
max-width: 600px !important;
margin-top: 30px;
}


.preloader {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
     background: #222;
      z-index: 999999999;
      color: #eee;
    }

    .preloader__image {
      position: relative;
      top: 50%;
      left: 50%;
      width: 70px;
      height: 70px;
      margin-top: -35px;
      margin-left: -35px;
      text-align: center;
      animation: preloader-rotate 2s infinite linear;
    }

    @keyframes preloader-rotate {
      100% {
        transform: rotate(360deg);
      }
    }

    .loaded_hiding .preloader {
      transition: 0.3s opacity;
      opacity: 0;
    }

    .loaded .preloader {
      display: none;
    }
* { Outline: none}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
/** posts slider widget **/
.crsl-items {
  display: block;
  padding: 5px;
  position:absolute;
  width: 110% !important;

  
}
.titleactio{color:#fff;text-decoration:none;font-size:20px;}
.titleactio:hover{color:#5AAF64;text-decoration:none;}
.crsl-item {
 
}

.crsl-item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.crsl-item .thumbnail img { 
  display: block; /* fix 1px image space http://stackoverflow.com/q/5804256/477958 */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.crsl-item .thumbnail:hover img {
  opacity: 0.8;
}

.crsl-item h3 {
  font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}
.crsl-item h3 a {
  text-decoration: none;
  color: #333;
}
.crsl-item h3 a:hover {
  text-decoration: underline;
}

.crsl-item .postdate {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  font-size: 1.2em;
  font-weight: bold;
  background: #4e90da;
}

.crsl-item p {
  font-size: 1.2em;
  line-height: 1.55em;
  margin-bottom: 5px;
}

.crsl-item p.readmore a {
  display: block;
  float: right;
  color: #4e90da;
  padding: 3px 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crsl-item p.readmore a:hover {
  background: #4b6caa;
  color: #fff;
}


/** posts slider nav **/
.slidernav {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  right: 40px;
  margin-top: -70px;

position: absolute !important;
}

.slidernav a {
  display: inline-block;
padding: 2px 10px;

  font-size: 1.4em;

  text-decoration: none;
;
}
.slidernav a:active {
 
}
.tari2 {
    color: 
#fff;
border-color: #445745;

border: 2px solid
    #445745;
}
.next{
border-radius: 0px 5px 5px 0px;
margin-left:-1px;
}
.previous{
border-radius: 5px 0px 0px 5px;
}
/** media queries **/
@media screen and (max-width: 660px) {
	header .mobile-btns .btn{margin-bottom: 0px !important;}
	.foners .col-6{flex: none;max-width: 100% !important;}
	.Rectangle{width:auto;}
	.exitlk.col-3{width: 100px;max-width: 50px !important;}
	.arrow-4{margin-left: 55%;}
	.crsl-items {width:100% !important;}
	.tarif_page_menu{margin-top:10px;}
  h1 { font-size: 2.4em; line-height: 1.2em; }
  
  .crsl-item h3 { font-size: 1.65em; text-align:left;}
 .slidernav{ right: auto !important;

position: absolute !important;
margin-top: 90px;

width: 100% !important;
 }
 .crsl-items{padding:0px;}
 .post-slide .games22, .post-slide2 .games22{padding: 10px 30px !important;}
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }



@-webkit-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@-moz-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@-o-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}

.e-loadholder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #1B5F70;
  border-radius: 120px;
  box-sizing: border-box;
}
.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #222;
  transform-origin: center;
  z-index: 0;
}
.e-loadholder:after {
  width: 100px;
  height: 200%;
  -webkit-animation: outerRotate2 30s infinite linear;
  -moz-animation: outerRotate2 30s infinite linear;
  -o-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}
.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #2a93ae;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}
.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #222;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  -moz-animation: outerRotate1 15s infinite linear;
  -o-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}
.e-loadholder .m-loader .e-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  -moz-animation: textColour 1s alternate linear infinite;
  -o-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #3bb2d0;
  border-radius: 70px;
  box-sizing: border-box;
  z-index: 20;
}
.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #222;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  -moz-animation: outerRotate2 3.5s infinite linear;
  -o-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}
.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 110%;
  -webkit-animation: outerRotate1 8s infinite linear;
  -moz-animation: outerRotate1 8s infinite linear;
  -o-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}
#particleCanvas-White {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  height: 50%;
  opacity: 0.1;
}
#particleCanvas-Blue {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 300px;
  height: 300px;
}
.ovet{border:0px;}

.diagonal_swipe_left:hover{
    box-shadow: none;
    -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
    -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
    animation: si-button-pulse 0.8s 0s ease-out 1;
    overflow: hidden;
}

@keyframes si-button-pulse {
    from {box-shadow: 0 0 8px 6px #7F17BB, 0 0 12px 14px #7F17BB;}

    to {box-shadow: 0 0 10px 4px rgba(127, 23, 187, 0), 0 0 5px 30px rgba(127, 23, 187, 0);}
}

 
.diagonal_swipe_left2:hover{
    box-shadow: none;
    -webkit-animation: si-button-pulse2 0.8s 0s ease-out 1;
    -moz-animation: si-button-pulse2 0.8s 0s ease-out 1;
    animation: si-button-pulse2 0.8s 0s ease-out 1;
    overflow: hidden;
}

@keyframes si-button-pulse2 {
    from {box-shadow: 0 0 8px 6px #5AAF64, 0 0 12px 14px #5AAF64;}

    to {box-shadow: 0 0 10px 4px rgba(90, 175, 100, 0), 0 0 5px 30px rgba(90, 175, 100, 0);}
}























html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html, body {max-width: 100%;overflow-x: hidden;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
	font-family: 'Circe', sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #FFF;
	background: url(../img/bg/body.jpg) repeat center top;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	min-width: 320px;
}

.animate22 {
    
    webkit-animation: ripple 4s linear infinite;
    -moz-animation: ripple 4s linear infinite;
    -ms-animation: ripple 4s linear infinite;
    -o-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
}

.autoink{
    position: relative;
    overflow: hidden;
   -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ink{
   display: block;
   position: absolute;
   background: rgba(255, 255, 255, 1.0);
   border-radius: 100%;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   z-index: 20;  
}

@keyframes ripple {  
20% {     
    opacity: 0;     
    transform: scale(2.5);
    }
100% {     
    opacity: 0;     
    transform: scale(2.5);
    }
}


/*****GLOBAL *****/

/* Btns */

.btn {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding: 0 32px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
	-webkit-transition: .3s background, .3s border-color, .3s color;
	-o-transition: .3s background, .3s border-color, .3s color;
	transition: .3s background, .3s border-color, .3s color;
	border:0px;
}

.btn-border {
    background: transparent;
}

.btn-border-gray {
    border: 3px solid #9b9cae;
    line-height: 52px;
}

.btn-border-gray:hover {
	background: #9b9cae;
	color: #000;
}

.btn-dark {
    background: #181e3c;
}

.btn-dark:hover {
	background: #1f274c;
}

.btn i {
    position: relative;
    z-index: 5;
}

.btn span {
    position: relative;
    z-index: 5;
}

.btn-border-colors:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #0f1729;
    border-radius: 15px;
    opacity: 1;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.btn-border-colors:hover:after {
	opacity: 0;
}

.btn-border-colors {
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
}

/* Section title */

.section-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.section-title .link {
	font-size: 16px;
	line-height: 1;
}

.section-title .link a {
    color: #ced1e8;
    font-size: 16px;
    border-bottom: 2px solid #2d3447;
    padding: 0 0 6px;
    -webkit-transition: .3s color, .3s border-color;
    -o-transition: .3s color, .3s border-color;
    transition: .3s color, .3s border-color;
}

.section-title .link a:hover {
	color: #FFF;
	border-color: transparent;
}

.section-title .link a i {
    font-size: 12px;
}

/* Slick Arrows */

.slick-slider .arrow {
    position: absolute;
    top: calc(100%/2 - 60px/2);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: #171d39;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.slick-slider .arrow.slick-disabled {
    opacity: .3;
}

.slick-slider .arrow.prev {
    left: -60px;
}

.slick-slider .arrow.next {
    right: -60px;
}

.slick-slider .arrow img {
    vertical-align: middle;
}

.slick-slider .arrow:hover {
    background: #1b2245;
}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.slick-dots {
    bottom: 0;
    position: relative;
    margin: 40px 0 0;
}

.slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 20px;
    background: #a6aaae;
    border-radius: 50%;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    -webkit-box-shadow: 0 0 20px 3px #f94e46;
            box-shadow: 0 0 20px 3px #f94e46;
}


/* Grid */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


/***** HEADER *****/


header {
    padding: 18px 0;
}

header .logo {
    margin-right: 100px;
}

header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header .menu ul li {
    margin-right: 40px;
}

header .menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

header .menu ul li a:hover {
    color: #f4465f;
}

header .menu ul li:last-child {
    margin-right: 0;
}

header .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 80px;
}

header .stats .item {
    position: relative;
    padding-left: 28px;
    margin-right: 53px;
}

header .stats .item:last-child {
    margin: 0;
}

header .stats .item .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

header .stats .item .title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1;
    margin: 0 0 2px;
}

header .stats .item .text {
    font-size: 13px;
    color: #a6aaae;
}

header .btns a {
    margin-right: 15px;
}

header .btns a:last-child {
    margin-right: 0;
}

.login {
    position: relative;
    padding-left: 100px;
    margin-bottom: 10px;
}
header .login {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.login .photo {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 3px;
    overflow: hidden;
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.login .title {
    margin: 0 0 5px;
    line-height: 1;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

.login .price {
    color: #00ffab;
}

header .mobile-header {
	display: none;
}

header .mobile-.login {
    padding: 0;
}

header .mobile-.login .photo {
    width: 36px;
    height: 36px;
    padding: 2px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto 5px;
}

header .mobile-.login .price {
    font-size: 12px;
}

.mobile-menu {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0d1428;
    z-index: 44;
    padding: 80px 20px 20px;
}

.mobile-menu .close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #4f5365;
}

#menu-block {
    display: none;
}

.mobile-menu .logo {
    margin: 0 auto 50px;
}

#menu-login {
    text-align: center;
    display: none;
}

.mobile-menu .btns {
    margin: 0 0 40px;
}

.mobile-menu .btns a {
    height: 58px;
    line-height: 59px;
    border-radius: 10px;
}

.mobile-menu .lostpass a {
    color: #ced1e8;
}

.mobile-menu .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mobile-menu .menu ul li {
    width: 100%;
    margin: 0 0 30px;
}

.mobile-menu .menu ul li a {
    font-size: 18px;
}

.mobile-menu .socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-menu .socials ul li {
    margin: 0 5px;
}

.mobile-menu .socials ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #12172f;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
}

.mobile-menu .socials ul li a i {
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 36px;
}

.mobile-menu.lk-mobile .sidebar .menu {
    display: block;
    background: transparent;
    padding: 0;
    margin: 40px 0 130px;
}

.mobile-menu.lk-mobile #menu-block .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-menu.lk-mobile #menu-block .menu ul li {
    width: auto;
    margin-right: 14px;
}

.mobile-menu.lk-mobile #menu-block .menu ul li a {
    font-size: 17px;
}

.mobile-menu.lk-mobile .balance {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #00ffab;
}

.mobile-menu.lk-mobile {
    padding-top: 40px;
}


/***** MAIN *****/


.main {
    margin: 0 0 25px;
}

.main-slider .item {
    position: relative;
}

.main-slider .item .bg {
    overflow: hidden;
    border-radius: 30px;
}

.main-slider .item .image {
    position: absolute;
    right: 70px;
    bottom: -10px;
}

.main-slider .item .info {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px 0px 20px 80px;
    width: 920px;
    max-width: 100%;
}

.main-slider .item .info .title {
    font-size: 66px;
    line-height: 1;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 60px;
}

.main-slider .item .info .btns a:first-child {
    margin-right: 15px;
}

.main-slider .item .info .btns .btn {
    height: 68px;
    line-height: 69px;
    width: 200px;
    text-align: center;
    max-width: 100%;
}


/***** ADVANTAGES *****/


.advantages {
	margin: 0 0 130px;
}

.advantages-blocks {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #191e36;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    border-radius: 15px;
}

.advantages-blocks .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 280px;
    min-width: 280px;
    min-height: 140px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.advantages-blocks .item:nth-child(2) {
	margin: 0 180px;
	width: 330px;
	min-width: 330px;
}

.advantages-blocks .item .num {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 58px;
    background: #fff;
    min-width: 55px;
    min-height: 55px;
	background: rgb(90,111,240);
	background: -o-linear-gradient(335deg, rgba(90,111,240,1) 0%, rgba(0,255,221,1) 100%);
	background: linear-gradient(115deg, rgba(90,111,240,1) 0%, rgba(0,255,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a6ff0",endColorstr="#00ffdd",GradientType=1);
    font-weight: bold;
    font-size: 18px;
    margin-right: 130px;
}

.advantages-blocks .item .image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 3;
    margin-left: -30px;
}

.advantages-blocks .item .image img {
    max-width: inherit;
}

.advantages-blocks .item:nth-child(2) .num {
	background: rgb(156,115,207);
	background: -o-linear-gradient(335deg, rgba(156,115,207,1) 0%, rgba(67,68,195,1) 100%);
	background: linear-gradient(115deg, rgba(156,115,207,1) 0%, rgba(67,68,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c73cf",endColorstr="#4344c3",GradientType=1);
}

.advantages-blocks .item:nth-child(3) .num {
	background: rgb(241,10,186);
	background: -o-linear-gradient(335deg, rgba(241,10,186,1) 0%, rgba(102,49,229,1) 100%);
	background: linear-gradient(115deg, rgba(241,10,186,1) 0%, rgba(102,49,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f10aba",endColorstr="#6631e5",GradientType=1);
}

.advantages-blocks .item .title {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.2;
    min-width: 150px;
}

.advantages-blocks .item:after {
    content: "";
    position: absolute;
    right: -130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 84px;
    height: 27px;
    background: url(../img/icons/advantage-arrow.svg);
    pointer-events: none;
}

.advantages-blocks .item:nth-child(2) .image {
    margin-top: -25px;
    margin-left: -50px;
}

.advantages-blocks .item:nth-child(3):after {
    display: none;
}

.advantages-type-2 {
	margin: 0 0 130px;
}

.advantages-type-2 .item {
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.4);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.4);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    background: #12172f;
}

.advantages-type-2 .item .title {
    position: relative;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #1b2245;
    border-radius: 25px 25px 0 0;
    font-weight: bold;
    font-size: 21px;
}

.advantages-type-2 .item .title .icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background: #12172f;
    border-radius: 17px;
    margin-right: 15px;
}

.advantages-type-2 .item .title .icon img {
    display: inline-block;
    vertical-align: middle;
}

.advantages-type-2 .item .text {
    padding: 28px 28px 42px;
    font-size: 16px;
    line-height: 1.4;
}


/***** CASES *****/


.cases-filter {
    padding: 15px 20px 15px 25px;
    background: #ccc;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    background-color: rgb(27, 34, 69);
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 115px;
}

.cases-filter .title {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    margin-right: 16px;
}

.cases-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
}

.cases-filter ul li {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: .5s transform;
    -o-transition: .5s transform;
    transition: .5s transform;
}

/*.cases-filter ul li:nth-child(1) {
	transform-origin: 50% 0 0;
	-webkit-animation: bounce 5.2s infinite;
	animation: bounce 5.2s infinite;
}

.cases-filter ul li:nth-child(2) {
	transform-origin: 50% 0 0;
	-webkit-animation: bounce 6.5s infinite;
	animation: bounce 6.5s infinite;
}

.cases-filter ul li:nth-child(3) {
	transform-origin: 50% 0 0;
	-webkit-animation: bounce 7.8s infinite;
	animation: bounce 7.8s infinite;
}

.cases-filter ul li:nth-child(4) {
	transform-origin: 50% 0 0;
	-webkit-animation: bounce 8.1s infinite;
	animation: bounce 8.1s infinite;
}

.cases-filter ul li:nth-child(5) {
	transform-origin: 50% 0 0;
	-webkit-animation: bounce 8.4s infinite;
	animation: bounce 8.4s infinite;
}*/

.cases-filter ul li:hover,
.cases-filter ul li.active {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}

.cases-filter ul li span {
    position: relative;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 54px;
    height: 54px;
    background: #10172a;
    border-radius: 50%;
    left: 2px;
    top: 2px;
    -webkit-transition: .5s background;
    -o-transition: .5s background;
    transition: .5s background;
}

.cases-filter ul li:hover span,
.cases-filter ul li.active span {
    background: transparent;
}

.cases-filter ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
}

.cases-filter .btn {
    padding: 0 15px;
}



.cases-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.cases-list .item {
    position: relative;
    padding: 115px 20px 30px;
    -webkit-box-shadow: 0px 17px 35px 0px rgba(120, 227, 244, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(120, 227, 244, 0.8);
    width: calc(100% / 5 - 30px);
    margin: 0 15px;
    border-radius: 25px;
    background-image: url(../img/cases/cases-bg/bg-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cases-list .item.pink {
	background-image: url(../img/cases/cases-bg/bg-2.svg);
}

.cases-list .item.mint {
	background-image: url(../img/cases/cases-bg/bg-3.svg);
}

.cases-list .item.purple {
	background-image: url(../img/cases/cases-bg/bg-4.svg);
}

.cases-list .item.orange {
	background-image: url(../img/cases/cases-bg/bg-5.svg);
}

.cases-list .item:after {
	display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(90deg, rgb(27, 28, 52) 0%, rgb(101, 184, 255) 0%, rgba(101, 184, 255, 0) 100%);
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    opacity: 0.2;
    border-radius: 25px;
}

.cases-list .item .image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -130px;
    pointer-events: none;
}

.cases-list .item .image img {
    max-width: inherit;
}

.cases-list .item .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 15px;
    color: #ced1e8;
}

.cases-list .item .info ul li:last-child {
    margin: 0;
}

.cases-list .item .info ul li i {
    margin-right: 15px;
    color: #5ca6e7;
    font-size: 16px;
    width: 15px;
    text-align: center;
}

.cases-list .item.pink .info ul li i {
	color: #ff65fa;
}

.cases-list .item.mint .info ul li i {
	color: #70fffa;
}

.cases-list .item.purple .info ul li i {
	color: #b865ff;
}

.cases-list .item.orange .info ul li i {
	color: #ff607e;
}

.cases-list .item .info ul li b {
    margin-left: auto;
    color: #fff;
}

.cases-slider .slick-list {
    padding: 130px 0 0;
    margin: -130px -15px 0;
    min-width: 100% !important;
}

.cases-slider .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.cases-list .item .open {
    text-align: center;
    margin: 25px 0 0;
}

.cases-list .item .open .btn {
    border: 2px solid #65b8ff;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

.cases-list .item .open .btn:hover {
    background: #65b8ff;
}

.cases-list .item.pink .open .btn {
    border-color: #ff65fa;
}

.cases-list .item.pink .open .btn:hover {
	background: #ff65fa;
}

.cases-list .item.mint .open .btn {
    border-color: #69efea;
}

.cases-list .item.mint .open .btn:hover {
	background: #69efea;
}

.cases-list .item.purple .open .btn {
    border-color: #b865ff;
}

.cases-list .item.purple .open .btn:hover {
	background: #b865ff;
}

.cases-list .item.orange .open .btn {
    border-color: #ff607e;
}

.cases-list .item.orange .open .btn:hover {
	background: #ff607e;
}


/***** LK PAGE *****/


.lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 70px;
}

.lk .sidebar {
    width: 282px;
    margin-right: 30px;
}

.lk .cases {
    margin: 0;
    width: calc(100% - 312px);
}



.sidebar .login .photo {
    left: 19px;
}

.sidebar .login .price {
    font-size: 22px;
    line-height: 1;
}

.sidebar .login .name {
   font-size: 18px;
line-height: 1;
margin: 5px;

margin-top: 1px;
padding-top: 10px
}

.sidebar .login .exit {
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sidebar .login .exit a {
    color: #9b9cae;
}

.sidebar .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 42px;
}

.sidebar .btns .item {
    text-align: center;
    width: 50%;
    height: 48px;
    line-height: 48px;
    border: 2px solid #25add4;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.sidebar .btns .item:first-child {
    border-color: #00ffab;
    border-radius: 15px 0 0 15px;
    color: #00ffab;
    background: #1a2143;
    position: relative;
    z-index: 3;
    margin-right: -2px;
}

.sidebar .btns .item:last-child {
    background: #11263d;
    border-radius: 0 15px 15px 0;
}

.sidebar .btns .item.active:last-child {
    background: #25add4;
}

.sidebar .btns .item.active:first-child {
    background: #00ffab;
    color: #FFF;
}

.sidebar .menu {
    padding: 30px 20px;
    background: #12172f;
    border-radius: 15px;
    margin: 0 0 20px;
}

.sidebar .menu ul li {
    margin: 0 0 35px;
}

.sidebar .menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
    position: relative;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
}

.sidebar .menu ul li a span {
    margin-left: 10px;
    background: #ed1844;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 50%;
}

.sidebar .menu ul li a img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.sidebar .menu ul li:last-child {
    margin: 0;
}

.lk .cases .cases-blocks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.lk .cases .cases-blocks .left {
    width: calc(100% - 508px);
    margin-bottom: 115px;
}

.lk .cases .cases-blocks .right {
    width: 458px;
    margin-left: 50px;
}

.lk .cases .cases-blocks .cases-sum {
    padding: 20px 20px 20px 25px;
    background: #ccc;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    background-color: rgb(27, 34, 69);
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lk .cases .cases-blocks .cases-filter {
    width: 100%;
    margin-bottom: 0;
}

.lk .cases .cases-blocks .cases-sum .title {
    width: 125px;
    margin-right: 30px;
    font-size: 21px;
    line-height: 1;
    color: #fff;
}

.lk .cases .cases-blocks .cases-sum .btns {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.lk .cases .cases-blocks .cases-sum .btns button {
    font-weight: bold;
    border-color: #00ffab;
    border-radius: 10px;
    background: #26383a;
    text-align: center;
    color: #FFF;
    padding: 0 16px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.lk .cases .cases-blocks .cases-sum .form-group {
    position: relative;
}

.lk .cases .cases-blocks .cases-sum .form-group input {
    background: #12172f;
    width: 100%;
    border: none;
    padding: 0 35px 0 20px;
    height: 48px;
    line-height: 48px;
    border-radius: 15px;
    color: #FFF;
    font-weight: bold;
}

.lk .cases .cases-blocks .cases-sum .form-group .tip {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #484c59;
}

.lk .cases .slick-list {
    margin-left: 0;
    margin-right: 0;
}

.lk .cases-image.mobile {
    margin: 20px 0 0;
}

.lk .cases-image.mobile img {
    width: 100%;
}


/***** PAY *****/


.pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pay .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pay .title img {
    margin-right: 15px;
}

.pay .pay-block {
    border-radius: 15px;
    overflow: hidden;
    width: 715px;
}


.pay .left {
    width: 710px;
    margin-right: 50px;
}

.pay .right {
    width: calc(100% - 760px);
}

.pay .pay-block .caption ul {
    background: #272d4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pay .pay-block .caption ul li img{
    width: 80%;
}
.pay .pay-block .caption ul li {
    margin: 0 27px;
    font-size: 21px;
    color: #fff;
    padding: 22px 6px 19px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s color, 0.3s border-color;
    -o-transition: 0.3s color, 0.3s border-color;
    transition: 0.3s color, 0.3s border-color;
}

.pay .pay-block .caption ul li.active {
    color: #27b7e0;
    border-color: #27b7e0;
}

.pay .pay-block .tabs {
    padding: 15px 30px 30px;
    background: #1b2245;
}

.pay .pay-block .tabs .tab {
	display: none;
}

.pay .pay-block .tabs .tab.active {
	display: block;
}

.pay .pay-block .tabs .tab.cart {
	background: url(../img/icons/carts.svg) no-repeat right bottom;
}

.pay .pay-block .tabs .tab.qiwi {
	background: url(../img/bg/qiwi.png) no-repeat right bottom;
}

.pay .pay-block .info {
    color: #fe752d;
    background: #32283f;
    padding: 11px 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    margin: 0 0 15px;
}

.pay .pay-block ol {
    margin: 0 0 24px;
}

.pay .pay-block ol li {
    position: relative;
    padding-left: 28px;
    margin: 0 0 16px;
    counter-increment: ol-list;
}

.pay .pay-block ol li:before {
    content: counter(ol-list);
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #27b6df;
    border-radius: 50%;
    text-align: center;
    color: #1b2245;
    font-weight: bold;
}

.pay .pay-block ol li:last-child {
    margin: 0;
}

.pay .pay-block ol li span {
    color: #00ffab;
}

.pay .pay-block .form-group {
    margin: 0 0 20px;
}

.pay .pay-block .form-group .form-title {
    font-size: 16px;
    color: #a7a7ac;
    padding-left: 14px;
    margin: 0 0 4px;
}

.pay .pay-block .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    background: #12172f;
    border: none;
    border-radius: 10px;
    padding: 0 15px;
    color: #fff;
}

.pay .pay-block .input {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.pay .pay-block .input button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    height: 48px;
    background: #27b6df;
    border: none;
    color: #1b2245;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
}

.pay .pay-block .btn {
    border: none;
    cursor: pointer;
}





.btn-border-colors:after {
    display: none;
}

.pay .history {
    padding: 30px 30px 17px;
    background: #1b2245;
    margin: 20px 0 0;
    border-radius: 15px;
}

.pay .history .history-title {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
}

.pay .history .history-table table {
    width: 100%;
}

.pay .history .history-table table th {
    color: #a9acc4;
    padding: 0 25px 14px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

.pay .history .history-table table td {
    background: #12172f;
    padding: 19px 25px;
    border-bottom: 14px solid #1b2245;
    overflow: hidden;
    font-size: 16px;
}

.pay .history .history-table table td.date {
    font-weight: bold;
}

.pay .history .history-table table td.sum {
    font-weight: bold;
    color: #00ffab;
}

.pay .history .history-table table td.system img {
    max-width: 60px;
}

.pay .history .history-table table td:first-child {
}

.pay .history .history-table table td:last-child {
}

.pay .history .history-table table td.status.wait {
    color: #27b7e0;
}

.pay .history .history-table table td.status.ok {
    color: #00ff5a;
}

.pay .history .history-table table td.status.cancel {
    color: #f24841;
}

.pay .history .history-table table td.status img {
    margin-right: 7px;
}

.pay .pay-block .balance {
    margin: 0 -30px 18px;
    border-bottom: 1px solid #272d4e;
    font-weight: bold;
    font-size: 24px;
    padding: 4px 30px 18px;
    line-height: 1;
}

.pay .pay-block .balance span {
    color: #00ffab;
}


/***** STATISTICS *****/


.statistics {
	margin: 0 0 120px;
}

.statistics .statistics-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 50px;
}

.statistics .statistics-blocks .item {
    width: calc(100% / 5 - 30px * 4 / 5);
    margin-right: 30px;
    border-radius: 25px;
    padding: 30px 30px 30px 115px;
    position: relative;
    background-color: #1b2245;
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
}

.statistics .statistics-blocks .item:nth-child(5n) {
    margin-right: 0;
}

.statistics .statistics-blocks .item .icon {
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    background: #12172f;
    border-radius: 17px;
    margin-right: 15px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.statistics .statistics-blocks .item .icon img {
    display: inline-block;
    vertical-align: middle;
    min-width: 28px;
}

.statistics .statistics-blocks .item .title {
    font-size: 25px;
    line-height: 1;
    width: 100%;
    font-weight: bold;
    margin: 0 0 5px;
}

.statistics .statistics-blocks .item .info {
    width: 100%;
    color: #a6aaae;
    font-size: 16px;
}

.statistics-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.statistics-last .block {
    margin-right: 30px;
    width: calc(100% / 2 - 230px / 2 - 30px);
    border-radius: 25px;
    background-color: rgb(27, 34, 69);
    -webkit-box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
            box-shadow: 0px 17px 35px 0px rgba(21, 22, 25, 0.15);
    padding: 30px;
}

.statistics-last .block.top-day {
    width: 230px;
    margin-right: 0;
    text-align: center;
}

.statistics-last .block .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px;
}

.statistics-last .block .title span {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}

.statistics-last .block .last-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    min-height: 48px;
    background: #12172f;
    border-radius: 50px 20px 20px 50px;
    margin: 0 0 13px;
    padding: 0 6px 0 60px;
}

.statistics-last .block .last-list .item .photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
	font-size: 25px;
text-transform: uppercase;
text-align: center;

line-height: 55px;
}

.statistics-last .block .last-list .item .photo img {
    border-radius: 50%;
}

.statistics-last .block .last-list .item .name {
    font-size: 16px;
}

.statistics-last .block .last-list .item .time {
    margin-left: auto;
    margin-right: 60px;
    color: #ced1e8;
    text-align: right;
}

.statistics-last .block .last-list .item .time i {
    color: #ced1e8;
    font-size: 16px;
    margin-right: 2px;
}

.statistics-last .block .last-list .item .price {
    background: #26383a;
    border: 2px solid #00ffab;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    width: 91px;
    min-width: 91px;
    text-align: center;
    padding: 0 4px;
}

.statistics-last .block .last-list .item:last-child {
    margin-bottom: 0;
}

.statistics-last .block.top-day .title {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 15px;
}

.statistics-last .block.top-day .photo {
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 2px;
    margin: 0 0 10px;
    position: relative;
	width: 80px;
height: 80px;
}
.statistics-last .block.top-day .photo .imgs{font-size: 40px;text-transform: uppercase;line-height: 40px;text-align: center;padding-top: 15px;}
.statistics-last .block.top-day .photo:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: 125px;
    height: 40px;
    background: url(../img/icons/rewards.svg) no-repeat center center;
}

.statistics-last .block.top-day .photo img {
    position: relative;
    z-index: 5;
}

.statistics-last .block.top-day .name {
    font-size: 18px;
    margin: 0 0 13px;
    line-height: 1;
}

.statistics-last .block.top-day .time {
    color: #ced1e8;
    margin: 0 0 15px;
}

.statistics-last .block.top-day .time i {
    margin-right: 3px;
    color: #ced1e8;
}

.statistics-last .block.top-day .price {
    height: 44px;
    text-align: center;
    color: #004939;
    font-weight: 900;
    background: #00ffab;
    line-height: 48px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    font-size: 20px;
}

.statistics-last .block.top-day .game {
    margin: -15px 0;
}

.statistics-last .block.top-day .info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px;
}

.statistics-last .block.top-day .info ul li span {
    margin-right: 8px;
    color: #ced1e8;
}

.statistics-last .block.top-day .info ul li b {
    font-weight: bold;
}

.statistics-last .block-btns {
	display: none;
    width: 100%;
}

.statistics-last .block-btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
}

.statistics-last .block-btns ul li {
    margin: 0 15px;
    color: #ced1e8;
    position: relative;
}

.statistics-last .block-btns ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: rgb(254, 92, 7);
    background: -o-linear-gradient(left, rgba(254, 92, 7, 1) 0%, rgba(247, 72, 89, 1) 50%, rgba(198, 57, 198, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 92, 7, 1)), color-stop(50%, rgba(247, 72, 89, 1)), to(rgba(198, 57, 198, 1)));
    background: linear-gradient(90deg, rgba(254, 92, 7, 1) 0%, rgba(247, 72, 89, 1) 50%, rgba(198, 57, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    -webkit-transition: 0.3s background, 0.3s border-color, 0.3s color;
    -o-transition: 0.3s background, 0.3s border-color, 0.3s color;
    transition: 0.3s background, 0.3s border-color, 0.3s color;
    -webkit-transition: .3s width;
    -o-transition: .3s width;
    transition: .3s width;
}


.statistics-last .block-btns ul li.active {
    background: rgb(254,92,7);
    background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
    background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statistics-last .block-btns ul li.active:after {
    width: 100%;
}


/***** GAME PAGE *****/


.game-page {
    min-height: 100vh;
	background: rgb(0,255,206);
	background: -o-linear-gradient(left, rgba(0,255,206,1) 0%, rgba(92,63,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,255,206,1)), to(rgba(92,63,255,1)));
	background: linear-gradient(90deg, rgba(0,255,206,1) 0%, rgba(92,63,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffce",endColorstr="#5c3fff",GradientType=1);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.game-circle {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    opacity: 1;
    background: #0f1635;
}

.game-circle.two {
    width: 1241px;
    height: 1241px;
    background-color: rgba(13, 20, 39, 0.102);
    z-index: 3;
    opacity: 0.8;
}

.game-circle.three {
    background-color: rgba(13, 20, 39, 0.051);
    width: 1281px;
    height: 1281px;
    z-index: 2;
    opacity: 0.8;
}

.game-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1390px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 7;
    padding: 30px 0;
}

.game-block.mobile-block {
	display: none;
}

.game-block .block {
    width: 420px;
    background-image: url(../img/cases/cases-bg/bg-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 30px;
    padding: 120px 70px 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.game-block .block .cases-list {
	width: 100%;
}

.game-block .block > div {
    width: 100%;
}

.game-block .cases-list .item {
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
}

.cases-list .item .image {
    top: -120px;
}

.cases-list .item .image img {
    max-width: 280px;
}

.game-block .block.right {
    padding-top: 127px;
    padding: 127px 47px 50px;
}

.game-block .result_title {
    text-align: center;
    font-size: 32px;
    line-height: 1;
    margin: 0 0 32px;
}

.game-block .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 110px;
}

.game-block .result .item {
    margin: 0 15px;
    height: 42px;
    padding: 0 24px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    border-radius: 15px;
    opacity: .5;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
}

.game-block .result .item.active {
	opacity: 1;
}

.game-block .result .item.yes {
    background: rgb(0,255,147);
    background: -o-linear-gradient(left, rgba(0,255,147,1) 0%, rgba(2,161,249,1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,255,147,1)), to(rgba(2,161,249,1)));
    background: linear-gradient(90deg, rgba(0,255,147,1) 0%, rgba(2,161,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff93",endColorstr="#02a1f9",GradientType=1);
    margin-left: 0;
}

.game-block .result .item.no {
    background: rgb(247,27,102);
    background: -o-linear-gradient(right, rgba(247,27,102,1) 0%, rgba(255,226,67,1) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(247,27,102,1)), to(rgba(255,226,67,1)));
    background: linear-gradient(270deg, rgba(247,27,102,1) 0%, rgba(255,226,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f71b66",endColorstr="#ffe243",GradientType=1);
    margin-right: 0;
}

.game-block .stats ul li {
    margin: 0 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #FFF;
    font-size: 26px;
}

.game-block .stats ul li:last-child {
    margin: 0;
}

.game-block .center {
    width: 360px;
    text-align: center;
}

.game-block .question {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 20px;
	white-space:nowrap;
}

.game-block .answer .title {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 1;
}

.game-block .answer .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.game-block .answer .btns button {
    height: 92px;
    width: 160px;
    line-height: 88px;
    padding: 0;
    background: #131e3a;
    border: none;
    border: 3px solid transparent;
    font-size: 32px;
    font-weight: bold;
    border-radius: 100px;
    cursor: pointer;
}

.game-block .answer .btns button.yes {
    background: rgba(68, 183, 89, 0.051);
    border-color: rgb(68, 183, 89);
    color: #44b759;
}

.game-block .answer .btns button.no {
    background: rgba(247, 72, 89, 0.051);
    border-color: rgb(247, 72, 89);
    color: rgb(247, 72, 89);
}

.timer {
    position: relative;
    width: 275px;
    height: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 85px;
    border-radius: 50%;
}

.timer .val {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 7;
}

.timer .val b {
    display: block;
    font-weight: 900;
    font-size: 66px;
    line-height: 1;
}

.timer .val span {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #a6aaae;
}

.timer .circle-1,
.timer .circle-2,
.timer .circle-3 {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 215px;
    height: 215px;
    background: #424965;
    border-radius: 50%;
    z-index: 5;
}

.timer .circle-2 {
    background: #2d3454;
    width: 245px;
    height: 245px;
    z-index: 4;
}

.timer .circle-3 {
    background: #22294b;
    width: 275px;
    height: 275px;
    z-index: 3;
}

.timer svg {
    position: relative;
    z-index: 6;
    background: #0f1635;
    border-radius: 50%;
}



/***** REVIEWS *****/


.reviews {
	margin: 0 0 73px;
}

.reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.reviews-list .item {
    width: calc(100% / 3 - 30px * 2 / 3);
    margin: 0 30px 0 0;
    padding: 30px;
    background: #1b2245;
    border-radius: 25px;
}

.reviews-list#reviews-slider .item {
    margin: 0 15px;
    width: auto;
}

#reviews-slider .slick-list {
	margin: 0 -15px;
}

.reviews-list .item:nth-child(3n) {
    margin-right: 0;
}

.reviews-list .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reviews-list .item .info .photo {
    width: 74px;
    height: 74px;
	background: #6ec9cb;

    padding: 3px;
    border-radius: 50%;
    margin-right: 15px;
}
.lk .login .photo {
    width: 54px;
    height: 54px;
	background: #6ec9cb;

    padding: 3px;
    border-radius: 50%;
    margin-right: 15px;
}
.lk .login .photo .imgs{font-size: 30px;text-transform: uppercase;line-height: 30px;text-align: center;padding-top: 10px;}


.reviews-list .item:nth-child(0) .info .photo{background:#effdde;}
.reviews-list .item:nth-child(1) .info .photo{background:#ee7aae;}
.reviews-list .item:nth-child(2) .info .photo{background:#a695e7;}
.reviews-list .item:nth-child(3) .info .photo{background:#6ec9cb;}
.reviews-list .item:nth-child(4) .info .photo{background:#30a3e6;}
.reviews-list .item:nth-child(5) .info .photo{background:#65aadd;}
.reviews-list .item:nth-child(6) .info .photo{background:#7bc862;}
.reviews-list .item:nth-child(7) .info .photo{background:#65aadd;}
.reviews-list .item:nth-child(8) .info .photo){background:#a695e7;}
.reviews-list .item:nth-child(9) .info .photo{background:#cfbeac;}
.reviews-list .item:nth-child(10) .info .photo{background:#ee7aae;}
.reviews-list .item:nth-child(11) .info .photo{background:#a695e7;}
.reviews-list .item:nth-child(12) .info .photo{background:#6ec9cb;}
.reviews-list .item:nth-child(13) .info .photo{background:#30a3e6;}
.reviews-list .item:nth-child(14) .info .photo{background:#65aadd;}
.reviews-list .item:nth-child(15) .info .photo{background:#7bc862;}
.reviews-list .item:nth-child(16) .info .photo{background:#65aadd;}
.reviews-list .item:nth-child(17) .info .photo){background:#a695e7;}
.reviews-list .item:nth-child(18) .info .photo{background:#cfbeac;}




.statistics-last .block .last-list .item:nth-child(0) .photo{background:#effdde;}
.statistics-last .block .last-list .item:nth-child(1) .photo{background:#ee7aae;}
.statistics-last .block .last-list .item:nth-child(2) .photo{background:#a695e7;}
.statistics-last .block .last-list .item:nth-child(3) .photo{background:#6ec9cb;}
.statistics-last .block .last-list .item:nth-child(4) .photo{background:#30a3e6;}
.statistics-last .block .last-list .item:nth-child(5) .photo{background:#65aadd;}
.statistics-last .block .last-list .item:nth-child(6) .photo{background:#7bc862;}
.statistics-last .block .last-list .item:nth-child(7) .photo{background:#65aadd;}
.statistics-last .block .last-list .item:nth-child(8) .photo){background:#a695e7;}
.statistics-last .block .last-list .item:nth-child(9) .photo{background:#cfbeac;}
.statistics-last .block .last-list .item:nth-child(10) .photo{background:#ee7aae;}
.statistics-last .block .last-list .item:nth-child(11) .photo{background:#a695e7;}
.statistics-last .block .last-list .item:nth-child(12) .photo{background:#6ec9cb;}
.statistics-last .block .last-list .item:nth-child(13) .photo{background:#30a3e6;}
.statistics-last .block .last-list .item:nth-child(14) .photo{background:#65aadd;}
.statistics-last .block .last-list .item:nth-child(15) .photo{background:#7bc862;}
.statistics-last .block .last-list .item:nth-child(16) .photo{background:#65aadd;}
.statistics-last .block .last-list .item:nth-child(17) .photo){background:#a695e7;}
.statistics-last .block .last-list .item:nth-child(18) .photo{background:#cfbeac;}







.reviews-list .item .info .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.reviews-list .item .info .name {
}

.reviews-list .item .info .name b {
    display: block;
    font-size: 21px;
    margin: 0 0 10px;
}

.reviews-list .item .info .name span {
    display: block;
    color: #ced1e8;
}

.reviews-list .item .info .stars {
    margin-left: auto;
    margin-right: 20px;
    font-size: 16px;
    line-height: 1;
}

.reviews-list .item .info .stars i {
    color: #ff5f07;
}

.reviews-list .item .info .stars i.inactive {
    font-weight: 200;
}

.reviews-list .item .info .full {
    font-size: 20px;
    color: #676a6e;
    cursor: pointer;
}

.reviews-list .item .text {
    font-size: 16px;
    line-height: 1.5;
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.reviews-list .item .text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
  /*  background: rgb(255, 255, 255);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) -83%, rgba(27, 34, 69, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-83%, rgba(255, 255, 255, 0)), to(rgba(27, 34, 69, 1)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -83%, rgba(27, 34, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1b2245",GradientType=1);
    pointer-events: none;**/
}


/***** FOOTER *****/


footer {
    background: #0a0f1f;
    padding: 30px 0;
}

footer .top-line .logo {
    margin-right: 55px;
}

footer .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .menu ul li {
    margin-right: 40px;
}

footer .menu ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

footer .menu ul li a:hover {
    color: #f4465f;
}

footer .menu ul li:last-child {
    margin-right: 0;
}

footer .top-line .copyright {
    color: #a6aaae;
    text-align: right;
}

footer .footer-line {
    width: 100%;
    height: 1px;
    background: #161b2a;
    margin: 30px 0;
}

footer .bottom-line .app a {
    overflow: hidden;
    border-radius: 10px;
}

footer .bottom-line .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .bottom-line .app a:first-child {
    margin-right: 30px;
}

footer .bottom-line .socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .bottom-line .socials ul li {
    margin: 0 5px;
}

footer .bottom-line .socials ul li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #12172f;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: .3s background;
    -o-transition: .3s background;
    transition: .3s background;
}

footer .bottom-line .socials ul li a:hover {
    background: #1b2245;
}

footer .bottom-line .socials ul li a i {
	background: rgb(254,92,7);
	background: -o-linear-gradient(left, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(254,92,7,1)), color-stop(50%, rgba(247,72,89,1)), to(rgba(198,57,198,1)));
	background: linear-gradient(90deg, rgba(254,92,7,1) 0%, rgba(247,72,89,1) 50%, rgba(198,57,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe5c07",endColorstr="#c639c6",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 36px;
}

footer .bottom-line .pay {
    text-align: right;
}
.pagination {
	display: flex;
}
.pagination-item {
	margin-right: 18px;
	border-radius: 10px;
  	border: solid 1px #ececec;
	list-style-type: none;
}



.icon-left{ background:url('../img/icons/arrow-left.svg') center;width: 20px;display:block;
height: 20px;}
.icon-right{background:url('../img/icons/arrow-right.svg') center;width: 20px;display:block;
height: 20px;}
.pagination__link{padding: 11px 16px 11px 16px;display: block;background: #1b2245;border-radius: 10px;
margin: 0px 2px 0px 2px;}
.pagination a {
	padding: 11px 16px 11px 16px;
	transition: .2s all;
    display: flex;
	text-decoration: none;
	color: black;
	background: #1b2245;
	border-radius: 10px;
margin: 0px 2px 0px 2px;
}


.pg-active {
	background-color: #ececec;
}

/***** MODAL *****/


.modal {
    width: 400px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    overflow: visible;
    display: none;
}

.modal .modal-tabs {
    border-radius: 15px;
    overflow: hidden;
    background: #1b2245;
}

.modal .modal-tabs .caption {
    background: #272d4e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.modal .modal-tabs .caption li {
    margin: 0 27px;
    font-size: 21px;
    color: #fff;
    padding: 19px 6px 22px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s color, 0.3s border-color;
    -o-transition: 0.3s color, 0.3s border-color;
    transition: 0.3s color, 0.3s border-color;
    font-weight: bold;
}

.modal .modal-tabs .caption li.active {
    color: #27b7e0;
    border-color: #27b7e0;
}

.modal .fancybox-close-small {
    padding: 7px;
    right: -45px;
    top: -45px;
}

.modal .modal-tabs .tab {
    display: none;
    padding: 30px;
}

.modal .modal-tabs .tab.active {
    display: block;
}

.modal .form-group {
    margin: 0 0 28px;
}


.modal .form-group input {
    width: 100%;
    height: 48px;
    background: #12172f;
    line-height: 48px;
    border: none;
    border-radius: 10px;
    padding: 0 21px;
    color: #fff;
}
.modal22 .form-group textarea {
    width: 100%;
    height: 148px;
    background: #12172f;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 21px;
    color: #fff;
	margin-bottom:20px;
}
.safasdasa{margin-bottom:20px;}
.modal .btn {
    border: none;
    cursor: pointer;
    width: 100%;
}

.modal .modal-tabs a {
    color: #6b6e7e;
}

.text-right {
    text-align: right;
}
.brrr{margin-bottom:20px !important;}



.scrolss{}
.scres{font-size:10px;}
.hes{color:#bec0e2;font-size:13px;margin-bottom:20px;}
.tarife{color:#00b5d3;font-weight:bold;}
.sum{color:#53a25c;font-weight:bold;}
.color-red{color:#ff823d;}
.riher{padding:10px 0px ;border-radius: 5px;margin-left: 0px;}
.riher:nth-child(odd){background:#161b44}
.prim{white-space: nowrap;min-width: 100px;}

.sidebar .btns .item a{color:#fff;display: inline-block;width: 100%;}
.sidebar .btns .item a:hover{background:none !important;}

@media screen and (max-width: 1440px) {
.btn {padding: 0 22px;}
}
.bonus img, .cases-image img{border-radius:20px;}
.foners p{white-space: normal !important;}

.plus_summ{
    position: absolute;
right: 0px;
top: 0%;
color: #fff;
font-weight: bold;
border-color: #00ffab;
/* border-radius: 10px; */
background: #26383a;
text-align: center;
padding: 0 16px;
height: 25px;
line-height: 25px;
/* margin-right: 10px; */
cursor: pointer;
width: 50px;
font-size: 20px;
border-top: 1px solid #25add4;
border-left: 1px solid #25add4;
border-right: 1px solid #25add4;
border-bottom: 1px solid #25add4;
border-radius: 10px 10px 0px 0px;
}
    



.minus_summ{
    position: absolute;
    right: 0px;
    top: 50%;
    color: #fff;
    font-weight: bold;
    border-color: #00ffab;
    /* border-radius: 10px; */
    background: #26383a;
    text-align: center;
    padding: 0 17px;
    height: 25px;
    line-height: 25px;
    /* margin-right: 10px; */
    cursor: pointer;
    width: 50px;
    font-size: 20px;
    border-top: 1px solid #25add4;
    border-left: 1px solid #25add4;
    border-right: 1px solid #25add4;
    border-bottom: 1px solid #25add4;
    border-radius: 0px 0px 10px 10px;
}
.sub_mens{
    width: 47%;
display: inline-block;
background: #f0f0f0;
border:2px solid #25add4;
cursor: pointer;
text-align: center;
border-radius: 10px;
margin-right: 2%;
padding: 10px;
margin-bottom: 10px;
}
.sub_mens img{display: inline;margin:0px auto;}

.cases-potential {
    flex-grow: 1;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.cases-potential .amount {
    color: rgb(254, 254, 7);
}