.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;

}


/*-----------------------------------------------------------------------------------------------*/
.row-flex{
	display: flex;
	flex-wrap: wrap;
}

.col-flex{
	margin: 5px;
	padding: 5px;
	flex: 0 1 100%;
	border: 1px solid #CCC;
	position: relative;
}

@media (min-width: 768px) {
	.col-flex{
		flex: 0 1 48%;
	}
}

@media (min-width: 992px) {
	.col-flex{
	    flex: 0 1 48%;
	}
}

@media (min-width: 1200px) {
	.col-flex{
		flex: 0 1 32%;
	}
}

@media (min-width: 1400px) {
	.col-flex{
		flex: 0 1 32%;
	}
}

@media (min-width: 1900px) {
	.col-flex{
		flex: 0 1 24%;
	}
}


.card-services-list .col-flex{	
	padding: 30px;
	padding-bottom:120px;
}

.card-services-list .price{
	font-size: 24px;
}

.card-services-list .price span{
	font-size: 28px;
	color: #006DF0;
	font-weight: bold;
}

.card-services-list .button-12{
	position: absolute;
	/*bottom: 14px;*/
	left: 0;
	width: 100%;
	text-align: center;
}

.card-services-list .button{
	margin-top: 0px;
	margin-bottom: 10px;
}


.shot-box-text{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.shot-box-text:hover{
    overflow:inherit;
    text-overflow:initial;
    width:initial;
    white-space: inherit;
}


/*tabs*/
.tabtss * {
    box-sizing: border-box;
}        
.tabtss {
    position: relative;
    margin: 20px 10px;
}
.tabtss:after{
    display:table;
    content:"";
    clear:both;
}
.tabtss .tabts .tabts-toggle {
    display: flex;
    padding: 4px 40px 4px 0;
    margin-bottom: 8px;
    position: relative;
    outline: none;
    width: 100%;
    line-height: 1.2;
    margin-left: 20px;
    align-items: center;    
    cursor: pointer;
}
.tabtss .tabts .tabts-toggle .tabts-nums  {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 0 16px;
}
.tabtss .tabts .tabts-toggle .tabts-nums .tabts-num  {
    color: #337AB7;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background: #FFF;
    border: 3px solid #337AB7;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    position: relative;
    z-index: 1;
}
.tabtss .tabts .tabts-toggle .tabts-nums .tabts-tabts  {
    padding: 0 12px 0 24px;
    margin-left: -20px;
    font-size: 13px;
    font-weight: bold;    
    border: 2px solid #BFE2FF;
    background: #BFE2FF;
    color: #337AB7;
    border-radius: 0 22px 22px 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabtss .tabts .tabts-toggle .tabts-name {
    padding: 6px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;    
	line-height: 1.44444;
}
.tabtss .tabts .tabts-toggle:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23000000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 10px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
	opacity: 0;
    transition: .3s;
}
.tabtss .tabts .tabts-toggle.active {
    cursor: default;
	line-height: 1.44444;
}

.tabtss .tabts .tabts-toggle.active .tabts-name  {
  font-size: 18px;
  line-height: 1.44444;
  color: #41516A;
  
}
.tabtss .tabts .tabts-toggle.active:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23337AB7' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
opacity: 1;
    color: #f0047f;
    transform: rotate(180deg) translateY(50%);
}
.tabtss .content {
    overflow: hidden;
    padding: 0;
    transition: opacity 0.4s;
    visibility: hidden;
    opacity: 0;
    padding: 0 0 10px 0;
    max-height: 0;
}
.tabtss .content.active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .tabtss {
        position: relative;
        transition: all 0.5s;
    }
    .tabtss .tabts {
        float: left;
        clear: left;
        width: 32%;
    }
    .tabtss .tabts .tabts-toggle {
        text-align: left;
    }
    .tabtss .tabts .tabts-toggle:after {
        transform: rotate(-90deg) translateX(50%);
    }
    .tabtss .tabts .tabts-toggle.active:after {
        transform: rotate(-90deg) translateX(50%) translateY(0);
    }
    .tabtss .content {
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        opacity: 0;
        padding: 0 0 30px 40px;
        transition: opacity 0.4s;
    }
    .tabtss .content.active {
        opacity: 1;
        padding: 0 0 10px 40px;
    }
}


/*tabsLast*/

.tabtss-last * {
    box-sizing: border-box;
}        
.tabtss-last {
    position: relative;
    margin: 20px 10px;
}
.tabtss-last:after{
    display:table;
    content:"";
    clear:both;
}
.tabtss-last .tabts .tabts-toggle-last {
    display: flex;
    padding: 4px 40px 4px 0;
    margin-bottom: 8px;
    position: relative;
    outline: none;
    width: 100%;
    line-height: 1.2;
    margin-left: 20px;
    align-items: center;    
    cursor: pointer;
}
.tabtss-last .tabts .tabts-toggle-last .tabts-nums  {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 0 0 16px;
}
.tabtss-last .tabts .tabts-toggle-last .tabts-nums .tabts-num  {
    color: #337AB7;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    background: #FFF;
    border: 3px solid #337AB7;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    position: relative;
    z-index: 1;
}
.tabtss-last .tabts .tabts-toggle-last .tabts-nums .tabts-tabts  {
    padding: 0 12px 0 24px;
    margin-left: -20px;
    font-size: 13px;
    font-weight: bold;    
    border: 2px solid #BFE2FF;
    background: #BFE2FF;
    color: #337AB7;
    border-radius: 0 22px 22px 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabtss-last .tabts .tabts-toggle-last .tabts-name {
    padding: 6px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;    
	line-height: 1.44444;
}
.tabtss-last .tabts .tabts-toggle-last:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23000000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: 10px;
    top: 50%;
    transform: rotate(0deg) translateY(-50%);
	opacity: 0;
    transition: .3s;
}
.tabtss-last .tabts .tabts-toggle-last.active {
    cursor: default;
	line-height: 1.44444;
}

.tabtss-last .tabts .tabts-toggle-last.active .tabts-name  {
  font-size: 18px;
  line-height: 1.44444;
  color: #41516A;
  
}
.tabtss-last .tabts .tabts-toggle-last.active:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23337AB7' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3e%3c/svg%3e");
opacity: 1;
    color: #f0047f;
    transform: rotate(180deg) translateY(50%);
}
.tabtss-last .content {
    overflow: hidden;
    padding: 0;
    transition: opacity 0.4s;
    visibility: hidden;
    opacity: 0;
    padding: 0 0 10px 0;
    max-height: 0;
}
.tabtss-last .content.active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
}
@media screen and (min-width: 992px) {
    .tabtss-last {
        position: relative;
        transition: all 0.5s;
    }
    .tabtss-last .tabts {
        float: left;
        clear: left;
        width: 32%;
    }
    .tabtss-last .tabts .tabts-toggle-last {
        text-align: left;
    }
    .tabtss-last .tabts .tabts-toggle-last:after {
        transform: rotate(-90deg) translateX(50%);
    }
    .tabtss-last .tabts .tabts-toggle-last.active:after {
        transform: rotate(-90deg) translateX(50%) translateY(0);
    }
    .tabtss-last .content {
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        opacity: 0;
        padding: 0 0 30px 40px;
        transition: opacity 0.4s;
    }
    .tabtss-last .content.active {
        opacity: 1;
        padding: 0 0 10px 40px;
    }
}

.shape-outside {
    margin: 20px 0;
}

.shape-outside:after{
    clear: both;
    display: table;
    content: " ";
}
.shape-outside .shape-img-1 {
    float: left;
    shape-outside: url(image-1.png);
    width: 252px;
    transform: translateX(-20px);
}
.shape-outside .shape-img-2 {
    float: right;
    shape-outside: url(image-2.png);
    width: 252px;
    transform: translateX(20px);
}

/*dlurd*/

.dlurd .dlurd-header > * {
	margin-top: 0;
}

.dlurd-embed {
	line-height: 1;
	color: #f0008c;
}

.dlurd-embed .dlurd-number {
	color: #f0008c;
	font-size: 70px;
	padding-right: 20px;
}

.dlurd-icon {
	font-size: 4rem;
}

.dlurd-header {
	display: flex;
	align-items: center;
	margin-bottom: -20px;
	margin-left: -20px;
}

.dlurd-header:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.dlurd-header > * {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

* + .dlurd {
	margin-top: 2.5rem;
}

* + .dlurd-title {
	margin-top: 1.875rem;
}

* + .dlurd-text {
	margin-top: 1.25rem;
}

* + .dlurd-embed {
	margin-top: 1.875rem;
}

.dlurd-header + .dlurd-divider {
	margin-top: 1.25rem;
}

.dlurd-divider + .dlurd-text {
	margin-top: 1.875rem;
}

.dlurd-boxed {
	padding: 10%;
	border-radius: 0.375rem;
	background-color: #fff;
	box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
}

.dlurd-minimal {
	padding: 15%;
	border-radius: 0.375rem;
	background-color: #fff;
	box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
}

.dlurd-small * + .dlurd-title {
	margin-top: 1.25rem;
}

.dlurd-inline * + .dlurd-text {
	margin-top: 5px;
}

.dlurd-modern {
	padding: 10%;
	border-radius: 0.375rem;
	border: 1px solid #e8e8e9;
	background-color: #fff;
	transition: .3s ease;
}

.dlurd-classic {
	font-size: inherit;
}

.context-dark .dlurd-embed {
	color: inherit;
}

.context-dark .dlurd-boxed,
.context-dark .dlurd-minimal {
	background-color: #171724;
}

.context-dark .dlurd-modern {
	background-color: #171724;
	border-color: #393944;
}

.desktop .dlurd-modern:hover {
	border-color: transparent;
	box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
	transform: translateY(-10px);
}

.dlurd.dlurd-primary {
	color: #fff;
	background-color: #f0008c;
	border-color: transparent;
}

.dlurd.dlurd-primary .dlurd-title,
.dlurd.dlurd-primary .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-secondary {
	color: #fff;
	background-color: #6b39bd;
	border-color: transparent;
}

.dlurd.dlurd-secondary .dlurd-title,
.dlurd.dlurd-secondary .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-success {
	color: #fff;
	background-color: #77ba21;
	border-color: transparent;
}

.dlurd.dlurd-success .dlurd-title,
.dlurd.dlurd-success .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-info {
	color: #fff;
	background-color: #138ce4;
	border-color: transparent;
}

.dlurd.dlurd-info .dlurd-title,
.dlurd.dlurd-info .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-warning {
	color: #fff;
	background-color: #f19711;
	border-color: transparent;
}

.dlurd.dlurd-warning .dlurd-title,
.dlurd.dlurd-warning .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-danger {
	color: #fff;
	background-color: #e72660;
	border-color: transparent;
}

.dlurd.dlurd-danger .dlurd-title,
.dlurd.dlurd-danger .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-light {
	color: #171724;
	background-color: #f7f7f7;
	border-color: transparent;
}

.dlurd.dlurd-light .dlurd-title,
.dlurd.dlurd-light .dlurd-embed {
	color: inherit;
}

.dlurd.dlurd-dark {
	color: #fff;
	background-color: #171724;
	border-color: transparent;
}

.dlurd.dlurd-dark .dlurd-title,
.dlurd.dlurd-dark .dlurd-embed {
	color: inherit;
}

@media (min-width: 480px) {
	.dlurd-minimal {
		padding-right: 18%;
		padding-left: 18%;
	}
}

@media (min-width: 768px) {
	* + .dlurd {
		margin-top: 3.4375rem;
	}
}

@media (min-width: 1600px) {
	.dlurd-minimal {
		min-width: 224px;
	}
}

/**/

.price-table-card  .heading-6{
	font-size: 22px;
    line-height: 1.44444;
	font-weight: 800;
	
}

.price-table-card  .pricing-body {
    padding-top: 0px;
	padding: 25px 0;
}


.price-table-card  .list-marked {
    text-align: left;
    padding-left: 0px;
}

.price-table-card  .price .price-h2 {
		font-weight: 800;
	color: #41516A;
	font-size: 24px;
}

.fa-meconnect:before {
	background-image: url(/images/meconnect.png);
     background-repeat: no-repeat;
     height: 20px;
     width: 25px;
     content: "";
     display: block;
     background-size: contain;
	 margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.fa-tenchat:before {

	background-image: url(/images/tenchat.png);
     background-repeat: no-repeat;
     height: 20px;
     width: 20px;
     content: "";
     display: block;
     background-size: contain;
	 margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}