.right-side{
	height: auto;
	overflow: visible;
	position: relative;
	padding-top: 70px;
}
.header-main{
	overflow: hidden;
	height: 600px;
}
/*.header-main-txt a:hover{
	box-shadow: 0px 0px 0px 0px #f12645, 0px 0px 0px 0px #9df772;
}*/

a.btn{
	width: 290px;
  height: 60px;
  border-radius: 1px;
  background-color: #fdd101;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  box-shadow: -3px 3px 0px 0px #f12645, 3px -3px 0px 0px #9df772;
}
a.btn-black{
	background-color: #000;
	color: #fff;
}
.right-now-number{
	z-index: 0;
}
.slick-next, .slick-prev{
	z-index: -1;
	transition: .2s linear;
}
.slick-prev span{
	width: 10px;
	height: 32px;
	background-image: url(../../images/v3/arrow-left.svg);
	position: absolute;
	left: 33px;
    top: 32px;
    opacity: 1;
    transition: .2s linear;
}
.slick-next span{
	width: 10px;
	height: 32px;
	background-image: url(../../images/v3/arrow-right.svg);
	position: absolute;
	left: 33px;
	top: 32px;
	opacity: 1;
	-webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
/*.slick-next:hover span{
	left: 38px;
}
.slick-prev:hover span{
	left: 28px;
}*/
.slick-next:before, .slick-prev:before{
	display: none;
}
.slick-disabled{
	pointer-events: none;
}
.work-item-bg{
  background-color: #000;
  width: 752px;
  margin: 0 auto;
  position: absolute;
  z-index: 11111;
  height: 470px;
  transform: translateX(-50%);
  left: 50%;
}
.professional-center{
	width: 0;
	opacity: 0;
}
.professional-left{
	width: 50%;
}
.professional-right{
	width: 50%;
}
.professional-txt{
	height: 0;
	overflow: hidden;
	padding: 0;
}
.professional-left, .professional-right{
	min-height: 289px;
}
.professional .btn{
	opacity: 0;
}
.professional .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.big-item-block1{
	position: absolute;
	bottom: 49px;
	left: -17px;
	width: 60px;
	height: 30px;
	z-index: 1;
	overflow: hidden;
}
.big-item-block1-inner, .big-item-block2-inner{
	width: 100%;
	height: 100%;
	background: #fdd101;
	transform: translateX(100%);
}
.big-item-block2{
  position: absolute;
  bottom: 31px;
  left: 23px;
  width: 40px;
  height: 10px;
  z-index: 1;
  overflow: hidden;
}
.big-item-block3{
	position: absolute;
  top: 121px;
  right: -24px;
  width: 60px;
  height: 30px;
  z-index: 11;
  overflow: hidden;
}
.big-item-block3-inner{
	width: 100%;
	height: 100%;
	background: #000;
	transform: translateX(100%);
}
.big-item:before, .big-item-p:before, .big-item:after{
	opacity: 0;
}
.big-item-block-bg{
	border-bottom: 610px solid #fdd101;
  border-left: 170px solid transparent;
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 557px;
}
.big-item{
	padding: 0;
}
.big-item-inner{
	overflow: hidden;
	padding: 65px 100px;
	position: relative;
}

.work-slider:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s linear;
	z-index: 1;
	opacity: 1;
}
.work-slider.active:before{
	opacity: 0;
}
#felix{
	background-color: #191819;
}
.navig-vh{
  display: none;
	opacity: 0;
	transform: translateX(20%);
  left: 0;
  top: 0;
}
.enter{
	position: relative;
  padding-top: 0;
}
.header-top .container{
	overflow: hidden;
}
.enter a{
	transition: .2s linear;
}
.side-item img{
	border-radius: 50%;
}
.online-number{
	width: 630px;
	margin: 0 auto;
  margin-top: 24px;
}
.online-number:after{
	display: none;
}

.glitch {
  position: relative;
  display: block;
}
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, 0, 0, 0);
}
.glitch::before {
  /* ... всё, что нужно, чтобы сделать слой идентичным оригиналу */
  /* отличия от оригинала */
  left: 4px;
  text-shadow: -2px 0 #f12645;
  /* Важно: непрозрачный фон закрывает предыдущий слой */
  background: white;
  animation: glitch-anim-1 2s infinite linear alternate-reverse;
}
.glitch::after {
  /* ... всё, что нужно, чтобы сделать слой идентичным оригиналу */
  /* отличия от оригинала */
  left: -4px;
  text-shadow: 3px 0 #9df772;
  /* Важно: непрозрачный фон закрывает предыдущий слой */
  background: white;
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
@keyframes glitch-anim-1 {
  0% {
    clip: rect(70px, 630px, 76px, 0);
  }
  20% {
    clip: rect(29px, 630px, 16px, 0);
  }
  40% {
    clip: rect(76px, 630px, 3px, 0);
  }
  60% {
    clip: rect(42px, 630px, 78px, 0);
  }
  80% {
    clip: rect(15px, 630px, 13px, 0);
  }
  100% {
    clip: rect(53px, 630px, 5px, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip: rect(170px, 630px, 176px, 0);
  }
  20% {
    clip: rect(129px, 630px, 116px, 0);
  }
  40% {
    clip: rect(176px, 630px, 13px, 0);
  }
  60% {
    clip: rect(142px, 630px, 178px, 0);
  }
  80% {
    clip: rect(115px, 630px, 113px, 0);
  }
  100% {
    clip: rect(153px, 630px, 15px, 0);
  }
}
@keyframes glitch-anim-1 {
  0% {
    clip: rect(39px, 630px, 70px, 0);
  }
  5.88235% {
    clip: rect(22px, 630px, 23px, 0);
  }
  11.76471% {
    clip: rect(101px, 630px, 113px, 0);
  }
  17.64706% {
    clip: rect(67px, 630px, 32px, 0);
  }
  23.52941% {
    clip: rect(104px, 630px, 69px, 0);
  }
  29.41176% {
    clip: rect(92px, 630px, 14px, 0);
  }
  35.29412% {
    clip: rect(58px, 630px, 80px, 0);
  }
  41.17647% {
    clip: rect(101px, 630px, 107px, 0);
  }
  47.05882% {
    clip: rect(26px, 630px, 41px, 0);
  }
  52.94118% {
    clip: rect(53px, 630px, 20px, 0);
  }
  58.82353% {
    clip: rect(42px, 630px, 69px, 0);
  }
  64.70588% {
    clip: rect(37px, 630px, 94px, 0);
  }
  70.58824% {
    clip: rect(39px, 630px, 86px, 0);
  }
  76.47059% {
    clip: rect(22px, 630px, 70px, 0);
  }
  82.35294% {
    clip: rect(47px, 630px, 59px, 0);
  }
  88.23529% {
    clip: rect(10px, 630px, 94px, 0);
  }
  94.11765% {
    clip: rect(19px, 630px, 84px, 0);
  }
  100% {
    clip: rect(2px, 630px, 111px, 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    clip: rect(61px, 630px, 26px, 0);
  }
  5.88235% {
    clip: rect(104px, 630px, 81px, 0);
  }
  11.76471% {
    clip: rect(46px, 630px, 32px, 0);
  }
  17.64706% {
    clip: rect(8px, 630px, 26px, 0);
  }
  23.52941% {
    clip: rect(46px, 630px, 36px, 0);
  }
  29.41176% {
    clip: rect(58px, 630px, 46px, 0);
  }
  35.29412% {
    clip: rect(47px, 630px, 37px, 0);
  }
  41.17647% {
    clip: rect(73px, 630px, 105px, 0);
  }
  47.05882% {
    clip: rect(44px, 630px, 2px, 0);
  }
  52.94118% {
    clip: rect(43px, 630px, 83px, 0);
  }
  58.82353% {
    clip: rect(87px, 630px, 21px, 0);
  }
  64.70588% {
    clip: rect(66px, 630px, 110px, 0);
  }
  70.58824% {
    clip: rect(8px, 630px, 95px, 0);
  }
  76.47059% {
    clip: rect(11px, 630px, 72px, 0);
  }
  82.35294% {
    clip: rect(112px, 630px, 6px, 0);
  }
  88.23529% {
    clip: rect(27px, 630px, 26px, 0);
  }
  94.11765% {
    clip: rect(73px, 630px, 74px, 0);
  }
  100% {
    clip: rect(54px, 630px, 115px, 0);
  }
}
.footer-web{
  opacity: .5;
  transition: .2s linear;
}
.footer-web:hover{
  opacity: 1;
}
.navig-vh li a:hover{
  text-decoration: underline;
}
.search-item{
  min-height: 195px;
}
.trusted-item img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: .2s linear;
  transition: .2s linear;
  opacity: .2;
}
.trusted-item:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
.header-main{
  background-image: url(../../images/v3/header-main-bg.jpg);
  background-position: 68% center;
  background-size: cover;
}
.header-main-txt h1{
  font-size: 75px;
  color: white;
  margin: 0;
  color: #fdd101;
}

/* 050718 */
.attention{
  background-color: #fdd101;
}
.attention-inner{
  display: flex;
  justify-content: center;
}
.attention-link{
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 11px 0;
  padding-right: 50px;
}
.attention-link:after{
  content: "";
  background-image: url(../../images/v3/three-arrows.svg);
  width: 37px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 11px;
}
.attention-link:hover{
  text-decoration: underline;
}
.header-main-txt{
  padding-top: 135px;
  padding-left: 96px;
}
.header-main-txt p{
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  padding-top: 24px;
  padding-bottom: 56px;
}
#search{
  padding: 152px 0;
}
.section-title{
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.cost{
  padding-bottom: 152px;
}
.cost-items{
  margin-top: 56px;
  margin-bottom: 32px;
}
.cost-item{
  border-radius: 2px;
  border: 1px solid #edeef0;
  background-color: #ffffff;
  padding: 24px;
  padding-top: 16px;
}
.cost-item-title{
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.cost-item-list{
  margin-top: 8px;
  padding-left: 20px;
}
.cost-item-list li{
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.cost-item-list li:last-child{
  margin-bottom: 0;
}
.cost-item-list li s{
  color: #9b9b9b;
}
#felix .btn{
  margin-top: 56px;
}
#work,
#online{
  padding: 152px 0;
}
.work-item{
  padding: 58px 118px 118px;
  margin-top: 56px;
}
.online-number+p{
  padding-top: 16px;
  padding-bottom: 56px;
}
#answer{
  padding-top: 56px;
  padding-bottom: 152px;
}
.search-more-item-p{
  width: 100%;
}
#felix .section-title{
  padding-top: 120px;
}
#felix .section-title{
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
#search .section-title{
  margin-bottom: 56px;
}
.header-top.pos-r .row{
  position: relative;
}
.navig-vh{
  position: relative;
}
.navig-vh-wrapper{
  position: absolute;
  right: 0;
  top:0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navigation-wrapper{
  transition: .3s ease-out;
}
.navig-mobile,
.navig-vh-mobile{
  height: 100vh;
}

/* media */
@media only screen and (max-width: 1199px){
	.big-item-block-bg{
		border-bottom: 1110px solid #fdd101;
	}
  .work-item{
    padding: 58px 95px 95px;
  }
  .navigation-wrapper.hidy{
    opacity: 0;
    transform: translateX(-20%);
  }
}
@media only screen and (max-width: 991px){
	.header-main-txt:after{
		display: none;
	}
	.big-item-block-bg{
		width: 350px;
	}
  .cost-item{
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .work-item {
    padding: 58px 74px 74px;
  }
  .header-main-txt{
    padding-left: 62px;
  }
  .header-main-txt h1,
  .header-main-txt p,
  .hov-button{
    text-align: left;
  }
  .header-main-txt p{
    max-width: 480px;
  }
  .search-row:first-child{
    display: flex;
    flex-wrap: wrap;
  }
  .search-item{
    min-height: 225px;
  }
  #felix .section-title{
    text-align: center;
  }
  .big-item.pos-r{
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px){
	.work-slider.active:before{
		z-index: 0;
	}
	.search-item{
		max-width: 320px;
	}
	.navig-vh{
		opacity: 1;
		transform: translateX(0);
		display: none;
	}
	.online-number > div{
		display: none;
	}
	.online-number{
		width: 100%;
	}
  .header-main-txt{
    padding-left: 0px;
  }
  .search-row > div{
    width: 100%;
  }
  .work-item{
    padding: 0;
    height: 300px;
  }
  .navig-vh-wrapper{
    height: auto;
  }
  .enter{
    padding-top: 6px;
  }
  .header-top.pos-r .row{
    position: initial;
  }
}
@media only screen and (max-width: 576px){
  .search-item{
    max-width: 100%;
  }
	.big-item-block-bg{
		display: none;
	}
	.professional .row{
		display: block;
	}
	.header-main{
		height: auto;
        background-position: 80% center;
        background-color: #333333;
        background-blend-mode: overlay;
	}
	#big{
		overflow: hidden;
	}
	.big-item-inner{
		padding: 0;
	}
	.professional-left, .professional-right{
		width: 100%!important;
	}
	.big-item{
		padding: 30px 20px;
	}
	.big-item-block1-inner, .big-item-block2-inner, .big-item-block3-inner {
    transform: translateX(0);
    display: none;
	}
	.enter a:hover{
		background-color: transparent;
	}
  .footer-web-mobile{
    top: -55px;
  }
  .header-main-txt h1{
    font-size: 38px;
  }
  .header-main-txt h1, .header-main-txt p, .hov-button{
    text-align: center;
  }
  .header-main-txt{
    padding-top: 127px;
  }
  .header-main-txt p{
    font-size: 20px;
    line-height: 30px;
  }
  .header-main-txt p{
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .section-title{
    font-size: 20px;
    line-height: 30px;
  }
  #search{
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #search .section-title{
    margin-bottom: 32px;
  }
  .search-item{
    min-height: auto;
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .search-item h4{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 4px;
  }
  .search-item p{
    font-size: 12px;
    line-height: 22px;
  }
  .cost{
    padding-bottom: 80px;
  }
  .cost-items{
    margin-top: 32px;
    margin-bottom: 0;
  }
  .cost-item{
    padding: 16px 24px;
  }
  .cost-item-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .cost-item-list{
    margin-top: 8px;
  }
  .cost-item-list li{
    font-size: 14px;
    line-height: 26px;
  }
  #felix .section-title{
    text-align: center;
    padding-top: 0;
  }
  #felix h2+div{
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 24px;
  }
  #felix p{
    font-size: 12px;
    line-height: 22px;
  }
  #felix{
    padding-top: 32px;
  }
  #work{
    padding: 80px 0;
  }
  .work-item{
    height: 192px;
    margin-top: 32px;
  }
  .big-item{
    padding: 32px 15px;
  }
  #big h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .big-item-p p{
    font-size: 14px;
    line-height: 24px;
  }
  #big .container{
    padding: 0;
  }
  #work, #online{
    padding: 80px 0;
  }
  .online-number{
    margin-top: 16px;
  }
  .online-number+p{
    padding-bottom: 32px;
  }
  #online .right-now-item h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  #answer{
    padding-top: 32px;
    padding-bottom: 80px;
  }
}

