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

/* оранжевый цвет
.bg-gradient-2123{
	background: linear-gradient(to right, #3e1e0c 0%, #e98305 30%, #e98305 70%, #f55816 100%);
}
*/
.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;
}



.button-blue-light {
	border-color: #006DF0;
		    color: #006DF0;
    background-color: #fff;
	
}



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





        /*  зеленый цвет

.page header .button-gray-light-outline{
	    color: #fff;
    background-color: #00afac;
    border-color: #00afac;
}
*/

.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:150px;
}

.card-services-list .price{
	font-size: 24px;
}
/* старый цвет
.card-services-list .price span{
	font-size: 28px;
	color: #006DF0;
	font-weight: bold;
}
*/
.card-services-list .price span{
	font-size: 28px;
	color: #1f3a3d;
	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: 40px 0;
}

.shape-outside:after{
    clear: both;
    display: table;
    content: " ";
}
.shape-outside .shape-img-1 {
    float: left;
    shape-outside: url(https://exiterra.ru/bitrix/templates/exiterra/css/image-1.png);
    width: 252px;
    transform: translateX(-20px);
}
.shape-outside .shape-img-2 {
    float: right;
    shape-outside: url(https://exiterra.ru/bitrix/templates/exiterra/css/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(../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(../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;
}

.bg-animation {

    text-align: center;
    background-image: url(https://exiterra.ru/23/sky.jpg); /* Фоновая картинка */
    background-repeat: repeat;

}
 
.quote-default__text .list-marked > li {
	font-size: 13px;
	
}

.blog-price {
	border: solid 1px #006df0;
    padding: 30px;
    margin-bottom: 38px;
    text-align: center;
}

.blog-price .heading-3,
.blog-price .price {
	padding-bottom: 15px;
}

.mb-30 {
	    margin-bottom: 30px;
}

.list-ordered .list-decimal-start {
	list-style: decimal !important;
}

.list-ordered .list-decimal-start li {
	display: list-item !important;
}


.blockquote-8 {
    position: relative;
    padding: 16px 24px;
    margin: 16px 30px;    
	background-color: #fff;
	font-weight: 700;
	    font-style: italic;
  /*  text-align: center;*/
}
.blockquote-8:before,
.blockquote-8:after {
    position: absolute;
    color: #006DF0;
    font-size: 100px;
    font-family: Times, sans-serif;    
    line-height: 100px;    
}
.blockquote-8:before {
    content: '“';
    left: -30px;
    top: -10px;
}

.blockquote-8 cite {

    font-size: 15px;
    display: block;
	text-align: right;
    margin-top: 10px;
	font-weight: 500;
}

.blockquote-6 {
    border-left: 4px solid #006DF0;

 	background-color: #fff;
    margin: 16px;
    padding: 16px 24px;
    position: relative;
}
.blockquote-6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
}
.blockquote-6:after {
    content: "”";
    position: absolute;
    top: 50%;
    left: -20px;
    color: #006DF0;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;    
}
.blockquote-6 cite {
    font-size: 15px;
    margin-top: 10px;
    display: block;
    text-align: right;
}

.blockquote-7 {
    border: 2px solid #006DF0;
    margin: 16px 31px 15px 16px;
    padding: 16px 24px;
    position: relative;
    box-shadow: 15px 15px 0 0 #006DF0;  
	    background-color: #fff;
font-style: italic;
   font-size: 18px;

}
.blockquote-7 cite {

    font-size: 15px;
margin-top: 10px;
    display: block;
    text-align: right;
}

.catalog-properties-premiya {
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: 700;
}

.catalog-properties-komissiya {
	font-weight: 800;
    color: #006DF0;
    font-size: 24px;
	
}

.card-services-list .price ~ .catalog-properties-premiya {
	padding-top: -15px;
}


/*-------------*/
.button-form-new {
	
	color: #fff;
    background-color: #00beba;
    border-color: #00beba;
}


.button-form-new:hover,
.button-form-new:focus,
.button-form-new:active,
.button-form-new:focus {	
	color: #fff;
    background-color: #e98305;
    border-color: #e98305;
}

.new-color .card-services-list .price span {
	color: #1f3a3d;
}


.new-color .bg-action {
	
	background: linear-gradient(to right, #f55816 0%, #e98305 30%, #e98305 70%, #3e1e0c 100%);
}

.new-color  .btn-section .group-middle a {
	
	color: #fff;
    background-color: #00afac;
    border-color: #06a39f;
}

.new-color  .group-middle a:hover, 
.new-color  .group-middle a:focus,
.new-color  .group-middle a:active
 {
	color: #fff;
    background-color: #e98305;
    border-color: #e98305;
}

.new-color  .bg-action .group-middle a {
	
	color: #fff;
    background-color: #00afac;
    border-color: #00afac;
}

.new-color  .bg-action a:hover, 
.new-color  .bg-action a:focus,
.new-color  .bg-action a:active
 {
	color: #fff;
    background-color: #e98305;
    border-color: #e98305;
}



.bg-action a:hover {
    border-color: #ff1c85;
    color: #fff;
    background-color: #ff1c85;
}


.new-color .bg-action-2 {
	
	background: linear-gradient(to right, #3e1e0c 0%, #e98305 30%, #e98305 70%, #f55816 100%);
}

.enime:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 0.7s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


@media (any-hover: hover) {
.main-marketplace:hover::before {
    transform: scale(1);
    opacity: 1;
}
.main-marketplace::before {
    content: "";
    position: absolute;
    inset: 0;
	border: 1px dashed #5348e2;
    border-radius: 20px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

}
.main-marketplace-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
}


.ul-none-padding  .list-marked {
    text-align: left;
    padding-left: 0px;
}

.back-dark {
    background: #eaeaeb;

}




 .lab {
    display: flex;
  }

  .lab-content {
    display: none;
  }

  .lab-content:target {
    display: block;
  }

  .lab-nav {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    order: -1;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .lab-link {
    display: block;
    padding: 0.5rem 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-decoration: none;
    color: #0d6efd;
    border: 0;
    border-radius: 0.375rem;
    background: 0 0;
  }

  #content-1:target ~ .lab-nav > [href="#content-1"],
  #content-2:target ~ .lab-nav > [href="#content-2"],
  #content-3:target ~ .lab-nav > [href="#content-3"] {
    cursor: default;
    color: #fff;
    background-color: #0d6efd;
  }
  
  .blue-fon {
	   background-color: #26303e;
	   text-align: center;
  }
  
  .zag1 {
	  color: #fff;
	  font-weight: 600px;
	  font-size: 24px;
  }
    .zag2 {
	  color: #006DF0;
  }
    .zag3 {
	  color: #fff;
	  font-weight: 600px;
	  font-size: 28px;
  }
      .zag4 {
	  color: #fff;
	  font-weight: 600px;
	  font-size: 28px;
  }
  .pl-20 p {
	 padding-left: 20px; 
	  
  }
  @media (max-width: 770px) {	  
  .flex-cont-logo {

 display: flex;
 flex-flow: column nowrap;
 justify-content: center;
 align-items: flex-start;
 align-content: center;


}
  .main-marketplace-item {
    padding: 0px;
}
  }  

.flex-cont-logo {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 align-content: center;

}

.flex-box-logo {
 margin: 5px;
 padding: 5px;
 flex: 0 1 auto;
 align-self: stretch;
}



.zag-tab {
	font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.6;
    color: #41516A;
	font-weight: 600;
}

.red-tab:after {
	content: '✕';
	color: red;
	font-size: 20px;
  font-weight: 500;
}



.green-tab:after {
  content: '✓';
  color: green;
  font-size: 20px;
  font-weight: 500;
}

.square-tab-green:after {
  content: '■';
  color: green;
}
.square-tab-grey:after {
  content: '■';
  color: #d5d3d3;
}

table.td-p-5 tbody > tr > td,
table.td-p-5 tbody > tr > th {
	padding: 10px;
	
}

table.pt-30 {
	padding-top: 30px;
}

.fa-star:before {
    content: "\f005";
}

.pt-70 {
	padding-top: 70px;
	
}

.ttab-jft { 

background-color: rgb(48, 48, 48);

}
.ttab-jft td {
	font-size: 24px;
    line-height: 1.6;
    color: #fff;
	text-align: left;
	padding: 20px;
}

.w-80 {
	width: 80%;
}

.fftf td {
		padding: 20px;
}

.dark-block {
	    background: linear-gradient(270deg, #01C9F5 0%, #028dfc 100.44%);
	padding: 25px;
}

.dark-block p {
	paddin-g: 15px;
}
.dark-block-w h3 {
	colo-r: #fff;
	font-size: 22px;
    line-height: 1.2;
}

.dark-block h2 {
	color: #fff;
	text-align: center;
}

.dark-block-w {
	background-color: #fff;
		padding: 25px;
}

.color-w {
		color: #fff;
}


/*cookie*/

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    color: #FFF;
background-image: linear-gradient(to right, #ff1c85 5%, #5348e2);
    padding: 20px; 
	max-width: 400px;	
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 

	border: 1px solid #BFE2FF;

}
.cookie_btn:hover {
    color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

.sl-link a {
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
}


.btn-section .group-meiddle-blue {
    color: #fff;
    background-color: #006DF0;
    border-color: #006DF0;
}
.btn-section .group-meiddle-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.btn-section .group-meiddle-blue:hover,
.btn-section .group-meiddle-white:hover  {
    color: #fff;
    background-color: rgb(240, 4, 127);
    border-color: rgb(240, 4, 127);
}


