.services_item_1 a{
	color: inherit;
}

.services_item_1 a:hover{
	color: #80deea;
}


.pricing-table .price span:first-of-type{
	font-size: 29px;
}


/*-----------------------------------------------------------------------------------------------*/

.effect-1 h1 {
  text-align: center;
  color: #fff;
  /*Create overlap*/
  
  margin: 0;
  line-height: 0;
  /*Animation*/
  
  animation: glitch1 2.5s infinite;
}

.effect-1 h1:nth-child(2) {
  color: #67f3da;
  animation: glitch2 2.5s infinite;
}

.effect-1 h1:nth-child(3) {
  color: #f16f6f;
  animation: glitch3 2.5s infinite;
}
/*Keyframes*/

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0.25;
  }
}

/*-----------------------------------------------------------------------------------------------*/
.effect-2 {
	height: 90px;
}

.effect-2 h1{
	left: 40%;
	position: absolute;
  animation: glitch 1s linear infinite;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

.effect-2 h1:before,
.effect-2 h1:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

.effect-2 h1:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

.effect-2 h1:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}
/*-----------------------------------------------------------------------------------------------*/


.context-white .heading-6, .context-white h3{
	color:#FFFFFF;
}

.context-white .nonstandart-post-header .icon {
	color: #fff;
}


.context-white .nonstandart-post-header a {
	color: #80deea;
}

.context-white .nonstandart-post-header a:hover {
	color: #fff;
}

.context-white .nonstandart-post-header a.icon:hover {
	color: #80deea;
}

.context-white .post-meta a{
		color: rgba(255, 255, 255, 0.7);
}

.context-white .post-meta a:hover{
	color: #1F2845;
}



.linear-icon-feather.manual-section:before{
	content: attr(data-literale);
	line-height: 1;
}

.select2-container--bootstrap{
	z-index: 1000;
}

	.fullscreen-top {
		margin-top: 25px;
	}
@media (min-width: 1400px) {
	.fullscreen-top {
		margin-top: 55px;
	}
}

.bg-gradient-2123{
	background-color:#544be2;
}

.form-site-1 .form-label{
	color:#41516A;
}

.marker-ic-1:before{
	position: absolute;
}

.marker-ic-1 .select2-container--bootstrap .select2-selection{
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}

.rd-navbar-static .rd-navbar-nav > li.sub_display > .rd-navbar-submenu-toggle{
	display:none;
}

.rd-navbar-static.rd-navbar_corporate .rd-navbar-nav > li.sub_display > .rd-navbar-dropdown{
	display:none;	
}

.map-columns li{
	text-align: left;
}

.map-columns li>ul{
	margin-left:30px;
}


.parallax-window {
	min-height: 900px;
	background: transparent;
}
.parallax-window2 {
	min-height: 900px;
	background: transparent;
}
.parallax-window3 {
	min-height: 900px;
	background: transparent;
}
.parallax-window4 {
	min-height: 900px;
	background: transparent;
}


@media (min-width: 1200px) {
	.paralax-text-1{
		max-width: 800px;
		text-align: left;
		line-height: 1;	
	}
}

.paralax-text-1,.paralax-site-1,.paralax-pref-1{
	position:absolute; 
	left: 34%;	
}

.paralax-pref-1{top: 234px;}
.paralax-text-1{top: 38px;}
.paralax-site-1{top: 163px;}


.paralax-text-1, .paralax-text-1 a,.paralax-site-1,.paralax-pref-1{
	color:white;
}

.paralax-text-1, .paralax-text-1 a{
	font-weight: bold;
	font-size: 38px;
}


.paralax-site-1{	
	font-size: 24px;
}

.parallax-event{
	cursor:pointer;
}

.paralax-pref-1{
	width: 14%;
	text-align: left;
}


.parallax-window{
	width:1000px;
	margin:0px auto;
}

.parallax-mirror, .parallax-mirror img{
	border-radius: 10px;
}

.fullwidth-page.particles-js-wrap{
	min-height: 50vh;
}

.fullwidth-page.particles-js-wrap.blog_h{
  height: 50vh;
}


.pre-footer-corporate.bg-image-7 .list-primary > li > a{
	color:#80deea;
}

.pre-footer-corporate.bg-image-7 .list-primary > li > a:hover{
	color:#ffffff;
}

.page header .button-gray-light-outline{
	border-color: #006DF0;
}

.header-telefon.list-semicolon > li + li::before{
	content: '';
}


@media (max-width: 992px) {
	.parallax-window{
		width:100%;
	}
	
	.parallax-window{
		min-height: 400px;
	}
	
	.paralax-pref-1{
		width:100%;
	}
	
	.paralax-text-1, .paralax-text-1 a {
    font-weight: bold;
    font-size: 24px;
}

.paralax-site-1 {
    font-size: 12px;
}
	
.paralax-text-1,.paralax-site-1,.paralax-pref-1{
	position:relative;
left: 0;	
}	
}

.file-but:before{
	content: "ТЗ, бриф";
	position: absolute;
	top: -1px;
	left: 74px;
	background-color:
	#FFFFFF;
	width: 42%;
	height: 40px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #41516A;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #41516A;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #41516A;
}

.fa-dzen:before{
	content:"";
	background-image:url('../images/yandex_dzen.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
	position: absolute;
	top: -15px;
	left: 3px;
}

.list-inline-xxs.footer-icons-blk > * {
	padding-left: 2px;
	padding-right: 2px;
}


.fa-pushs:before{
	content:"";
	background-image:url('../images/bell-wh.png');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	width: 13px;
	height: 18px;
	position: absolute;
	top: -15px;
	left: 0px;
}


.rd-navbar-static:not(.rd-navbar--is-stuck) * + .rd-navbar-bottom-panel::before {
	width: 98vw;
}

.rd-navbar-static .rd-navbar-top-panel::before,
.rd-navbar-sidebar .rd-navbar-top-panel::before {
	width: 98vw;
}


.swiper-slide .swiper-slide-caption{
	z-index:10;
}


.swiper-container{
	height: 85vh;	
}

/*
.swiper-svg{
	height: 70%;	
}

.swiper-slide{
	height: 70%;
}
*/


.col-width-2 {
    column-width: 50%;
    column-count: 2;
    column-gap: 30px;

}