body {
	background: white;
	font-family: 'Montserrat', sans-serif !important;
	color: var(--color-text) !important;
	line-height: 1.7;
}

#header.container-fluid {
	margin-right: 0px !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'Montserrat', sans-serif !important;
	line-height: 1.2;
}

b, strong {
	font-weight: 900;
}

a:hover {
	text-decoration: none;
	color: unset;
}

.vh-100 {
	height: 100vh;
}

button:focus {
	outline: none;
}

h1, .h1 {
	font-size: 3rem;
}

h2, .h2 {
	font-size: 2.5rem !important;
}

h3, .h3 {
	font-size: 2rem !important;
}

h4, .h4 {
	font-size: 1.7rem;
}

h5, .h5 {
	font-size: 1.3rem;
}

.sticky-top {
	z-index: 1000 !important;
}

/*цвета*/
.bg-dark {
	background-color: #212121 !important;
}

.c-1 {
	color: var(--color-1) !important
}

.c-2 {
	color: var(--color-2) !important
}

.c-3 {
	color: var(--color-3) !important
}
.c-white{color: #fff}
.c-black{color: #000}
.c-grey{color: #5B5B5B}
/*Фоны*/
.bg-1 {
	background-color: var(--color-1)
}

.bg-2 {
	background-color: var(--color-2)
}

.bg-3 {
	background-color: var(--color-3)
}

/*Градиенты*/
.mg-1 {
	background: var(--gradient-1)
}

.mg-2 {
	background: var(--gradient-2)
}

/*Кнопки*/
.btn:focus {
	border: none;
	box-shadow: none !important;
}

.btn-light {
	color: var(--color-1)
}

.btn[disabled] {
	pointer-events: auto;
	cursor: default;
}

.btn-1 {
	background-color: var(--color-1);
	color: white !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6)
}

.btn-1:hover {
	background-color: var(--color-2);
	color: white;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3)
}

.btn-2 {
	color: var(--color-text);
	background-color: var(--color-2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6)
}

.btn-2:hover {
	background-color: var(--color-1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3)
}

.btn-3 {
	color: var(--color-text);
	background-color: var(--color-3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6)
}

.btn-3:hover {
	background-color: whitesmoke;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3)
}

.btn-4 {
	color: var(--color-1);
	background-color: white;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6)
}

.btn-4:hover {
	background-color: var(--color-1);
	color: white;
	box-shadow: 0 3px 4px rgba(0, 0, 0, .3)
}

/*.btn-ink {*/
/*	display: block;*/
/*	position: absolute;*/
/*	background: rgba(0, 0, 0, 0.35);*/
/*	border-radius: 100%;*/
/*	transform: scale(0)*/
/*}*/

.btn-animate {
	animation: ripple 0.5s linear
}

.btn, .menu-item a {
	position: relative;
	overflow: hidden;
}

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

/*Анимация тени*/
.shadow-hover:hover {
	transition: all 0.3s 0s;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-hover {
	transition: all 1s 0s
}

/*Кнопки слайдера*/
a[data-slide] {
	z-index: 9;
	right: -20px;
	width: 50px;
	height: 50px;
	transition: all 0.5s 0s;
	background-color: white;
	color: black;
	border-radius: 50px;
	top: 45%;
	opacity: 1;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: gray;
}

.carousel-control-prev {
	right: unset;
	left: -20px;
}

a[data-slide]:hover {
	background-color: var(--color-1);
}

.grecaptcha-badge {visibility: hidden;}

/*ШАПКА*/
#nad-menu {
	z-index: 9;
	position: relative;
	padding: 3px 0;
}

#nad-menu a:hover span {
	color: white !important;
}

#header {
	transition: background-color 0.5s 0s;
}

#header ul, #header li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header nav > ul {
	display: flex;
	justify-content: space-around;
	height: 100%;
}

#header nav > ul > li {
	height: 100%;
}

#header nav > ul > li > a {
	transition: all 0.5s 0s;
	padding: 0 1rem;
	color: white;
	font-size: 1rem;
	position: relative;
	display: block;
	height: 100%;
	line-height: 90px;
}

#header nav > ul > li:hover > a {
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.05);
}

#header .menu-item-has-children > a {
	padding-right: 1.8rem !important
}

#header .menu-item-has-children > a:before, #header .menu-item-has-children > a:after {
	top: 2.6rem;
	right: .6875rem;
	transform: rotate(45deg);
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: .375rem;
	position: absolute;
	transition: transform .2s cubic-bezier(.4, 0, 1, 1);
	width: .125rem
}

#header .menu-item-has-children > a:after {
	right: .875rem;
	transform: rotate(-45deg)
}

#header .menu-item-has-children > a:hover:before {
	transform: rotate(-45deg)
}

#header .menu-item-has-children > a:hover:after {
	transform: rotate(45deg)
}

#header .sub-menu {
	z-index: 999;
	background-color: white;
	transition: all 0.2s 0s;
	opacity: 0;
	position: absolute;
	top: 120%;
	pointer-events: auto;
	width: 250px;
	border-radius: 4px;
	display: none;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05), 0 2px 5px 0 rgba(0, 0, 0, .25);
}

#header .sub-menu a {
	padding: 0.7rem 1rem;
	color: #2f2f2f;
	text-decoration: none;
	display: block;
}

#header .sub-menu a:hover {
	background-color: whitesmoke;
}

#header .menu-item-has-children {
	position: relative;
}

@media screen and (min-width: 700px) {
	#header .menu-item-has-children:hover > ul {
		opacity: 1;
		pointer-events: auto;
		top: 100%;
		display: block;
	}
}

section.fix-head {
	margin-top: -125px !important;
	padding-top: 200px !important;
}

#header.fix {
	background-color: var(--color-2) !important;
}

#header.fix .logo img {
	width: 150px;
}

#header.fix nav > ul > li > a {
	line-height: 70px !important;
}

#header.fix .menu-item-has-children > a:before, #header.fix .menu-item-has-children > a:after {
	top: 2rem !important;
}

#header.fix .logo img {
	display: none !important;
}

#header.fix .logo img.fix {
	display: block !important;
}

/* Модалка "Начать проект" */
#wpcf7-f6006-o2 > form > h6 {
	color: black;
}

#wpcf7-f6006-o2 > form > p:nth-child(4) > span {
	color: black;
}

/* Модалка "Заказать звонок" */
#wpcf7-f8159-o1 a, #wpcf7-f6743-o2 a, #wpcf7-f6743-o1 a,#wpcf7-f10480-o1 a,#wpcf7-f12522-o2 a
{
	color: inherit;
	text-decoration: underline;
}
#wpcf7-f8159-o1 a:hover,#wpcf7-f6743-o2 a:hover, #wpcf7-f6743-o1 a:hover,#wpcf7-f10480-o1 a:hover,
#wpcf7-f12522-o2 a:hover
{
	text-decoration: none;
}
#wpcf7-f6743-o1 .wpcf7-response-output.wpcf7-display-none,
#wpcf7-f8159-o1 h6,#wpcf7-f6743-o2  .wpcf7-response-output.wpcf7-display-none
{color: #fff}
#wpcf7-f8159-o1 > form > p:last-of-type > a, #wpcf7-f8159-o1 > form > p:last-of-type > a:hover,
#wpcf7-f6743-o2 > form > p:last-of-type > a, #wpcf7-f6743-o2 > form > p:last-of-type > a:hover
{color: #fff;}

#wpcf7-f8159-o1 .wpcf7-response-output.wpcf7-display-none,#digital-market #wpcf7-f10480-o1 .wpcf7-response-output,
#wpcf7-f12901-o6 .wpcf7-response-output, #wpcf7-f8159-o1 .wpcf7-response-output,
#wpcf7-f6743-o1 .wpcf7-response-output{
	position: absolute;
	bottom: -69px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 !important;
}
#wpcf7-f12522-o2 .wpcf7-response-output{
	position: absolute;
	bottom: -58px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 !important;
}
#wpcf7-f6006-o1 .wpcf7-response-output{
	position: absolute;
	bottom: -25px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 !important;
}
#wpcf7-f8159-o4  .wpcf7-response-output{
	position: absolute;
	bottom: 7px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 !important;
	width: 90%;
}
#wpcf7-f8159-o1 form,#digital-market #wpcf7-f10480-o1,#wpcf7-f6743-o1,
#wpcf7-f8159-o1 form .wpcf7-form-control-wrap,#digital-market #wpcf7-f10480-o1 form .wpcf7-form-control-wrap ,
#wpcf7-f6743-o1 .wpcf7-form-control-wrap,
#wpcf7-f6006-o1 .wpcf7-form-control-wrap,
#wpcf7-f6743-o2 .wpcf7-form-control-wrap,
#wpcf7-f12522-o2 .wpcf7-form-control-wrap,
#wpcf7-f8159-o4 .wpcf7-form-control-wrap,
#wpcf7-f12901-o6 .wpcf7-form-control-wrap,
#wpcf7-f6006-o1 .wpcf7-form-control-wrap
{position: relative;}

#wpcf7-f8159-o1 form span.wpcf7-not-valid-tip,
#wpcf7-f6743-o1 form span.wpcf7-not-valid-tip,
#wpcf7-f6006-o1 form span.wpcf7-not-valid-tip,
#wpcf7-f6743-o2 form span.wpcf7-not-valid-tip,
#wpcf7-f12522-o2 form span.wpcf7-not-valid-tip,
#wpcf7-f8159-o4 .wpcf7-not-valid-tip,
#wpcf7-f12901-o6 .wpcf7-not-valid-tip
{
	position: absolute;
	width: 200px;
	left: 0;
	bottom: -35px;
	font-size: 13px;
	line-height: 18px;
}
#digital-market #wpcf7-f10480-o1 span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -30px;
	font-size: 13px;
	line-height: 18px;
	width: 100%;
}
#wpcf7-f8159-o1 form .wpcf7-form-control-wrap input,
#digital-market #wpcf7-f10480-o1 form .wpcf7-form-control-wrap input,
#wpcf7-f6743-o1 .wpcf7-form-control-wrap input,
#wpcf7-f6006-o1 .wpcf7-form-control-wrap input,
#wpcf7-f6743-o2 .wpcf7-form-control-wrap input,
#wpcf7-f12522-o2 .wpcf7-form-control-wrap input,
#wpcf7-f12901-o6 .wpcf7-form-control-wrap input
{margin-bottom: 30px;}

#wpcf7-f8159-o4 .fa-telegram, #wpcf7-f8159-o1 .fa-telegram,
#wpcf7-f8159-o1 .fa-telegram,
#wpcf7-f10480-o1 .fa-telegram {vertical-align: text-bottom;line-height: 0;}

#digital-market .wpcf7 .wpcf7-submit {font-size: 18px}

/*ФУТЕР*/
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer li {
	padding: 0;
	margin: 0;
}

footer li a {
	color: grey;
	display: block;
	padding: 2px 10px;

}


footer li a:hover {
	color: white;
}

footer #menu-footer li {
	transition: all 0.5s 0s;
	display: inline-block;
	background-color: #292929;
	margin: 0 0.25%;
	width: 32%;
	text-align: center;
	transition: all 1s 0s;
}
footer #menu-footer li a{font-size:0.8rem;}
footer #menu-footer li:last-child {
	width: 100% !important;
}

footer #menu-footer li:hover {
	background-color: var(--color-1);
}

footer #menu-footer2 li {
	display: inline-block;
	background-color: #292929;
	margin: 0.5%;
	padding: 3px 10px;
	width: 100%;
	border-left: 2px solid var(--color-2);
	transition: all 2s 0s;
}

footer #menu-footer2 li:hover {
	border-left: 40px solid #7c46be;
	transition: all 0.3s 0s;
}

footer #menu-footer2 li a {
	padding: 4px 10px;
}

#pod_footer {
	background-color: #1d1d1d !important;
}

/*Контент статьи*/
.content.single {
	font-size: 1.1rem;
	color: #131313;
}

/*Списки*/
.content ul:not(#toc-list) {
	list-style: none;
}

.content ul:not(#toc-list) li, .content ol li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.content ul:not(#toc-list) li:before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--color-1);
	position: absolute;
	left: 0;
	top: 9px;
	border-radius: 10px;
}

.content ol li {
	padding-left: 50px;
}
.content ol {
	list-style: none;
	counter-reset: li1;
	margin: 10px 0;
	padding-left: 0;
}

.content ol li:before {
	counter-increment: li1;
	content: counters(li1, ".");
	width: 35px;
	height: 35px;
	position: absolute;
	left: 0;
	top: -6px;
	border-radius: 20px;
	background-color: var(--color-1);
	z-index: -1;
	color: white !important;
	text-align: center;
	line-height: 25px;
	border: 5px solid #e8e8e8;
	font-size: 14px;
}

.content ol ol {
	counter-reset: li2;
}

.content ol ol li:before {
	font-size: 12px;
	counter-increment: li2;
	content: counter(li1) "." counter(li2);
}

.content ol ol ol {
	counter-reset: li3;
}

.content ol ol ol li:before {
	font-size: 9px;
	counter-increment: li3;
	content: counter(li1) "." counter(li2) "." counter(li3);
}

/*Цитаты*/
.content blockquote {
	margin: 15px 0;
	border-left: 3px solid var(--color-1);
	position: relative;
	padding: 20px;
	font-style: normal;
	background-color: rgba(94, 95, 159, 0.11);
}

.content blockquote p {
	margin: 0;
}

/*Видео в контенте*/
.content iframe[src*=youtube] {
	width: 100%;
	min-height: 520px;
	border: 6px solid var(--color-1);
}

/*Комментарии*/
#comments a.comment-reply-link {
	background-color: var(--color-1);
	color: white;
	font-size: 10px;
	padding: 2px 10px;
	border-radius: 17px;
}

#comments ul.children {
	display: block !important;
	width: 100%;
}

#comments img.avatar {
	border-radius: 100px;
}

/*Репосты от яндекса*/
.ya-share2__container_size_m .ya-share2__icon {
	width: 40px !important;
	height: 40px !important
}

.ya-share2__container_size_m .ya-share2__counter {
	font-size: 15px;
	line-height: 40px;
	padding: 0 8px
}

/*Выравнивание изображений*/
.content img {
	border-radius: 5px;
	max-width: 100%;
	margin-bottom: 10px;
}

img.alignleft {
	float: left;
	padding-right: 20px;
	width: auto;
}

img.alignright {
	float: right;
	padding-left: 20px;
	width: auto;
}

.content .wp-caption-text {
	margin: 0;
	line-height: 30px;
}

.content .wp-caption {
	text-align: center;
	background-color: #ededed;
	padding: 10px;
	border-radius: 5px;
	max-width: 100%;
}

.content .wp-caption.alignright, .content img.alignright {
	float: right;
	margin-left: 10px;
}

.content .wp-caption.alignleft, .content img.alignleft {
	float: left;
	margin-right: 10px;
}

.content .wp-caption.aligncenter, .content .wp-caption.alignnone, .content img.aligncenter, .content img.alignnone, img.aligncenter, .wp-caption.aligncenter {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.wp-caption.aligncenter{
	max-width: 100%;
	height: auto;
  }
.content .wp-caption img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

/*соц сети*/
.social a:hover{text-decoration: unset !important;}
.social i {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	margin-right: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.social .fa-vk {background: #5382B6;}
.social .fa-youtube {background: #E33C3C;}
.social .fa-yandex {background: #FC3F1D;}
.social .fa-telegram-plane{background: #40B3E0;}
.social .fa-whatsapp{background: #25D366;}
/*Модалки*/
.modal button.close {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -50px;
	top: -50px;
}

.modal [data-bg] {
	background-size: cover;
}

.modal-open .modal {
	flex: unset;
	max-width: unset;
}

#isClosing .btn{
	padding: 0 !important;
	font-size: 15px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#isClosing .wpcf7 input{
	height: 40px !important;
	font-size: 18px !important;
}
#isClosing{
	max-width: 500px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #fff;
	z-index: 10001;
	display: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 8px;
}
/*Модалка Начать проект*/
/*Цвет текста об успешной отправке формы*/
#wpcf7-f6006-o2 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
#wpcf7-f6006-o1 > form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {color: black;}

/*Крошки*/
#breadcrumbs a {
	color: var(--color-1);
}

/*Страница портфолио*/
#portfolio-post [data-bg] {
	position: relative;
	z-index: -1;
}

#portfolio-post .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

.portfolio__cat {
	color: #707070;
	text-transform: uppercase;
	margin-right: 5rem;
}

.portfolio__cat:last-child {
	margin-right: 0;
}

.portfolio__cat_act {
	position: relative;
}

.portfolio__cat_act:first-child:after {
	bottom: -8px;
}

.portfolio__cat_act:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: var(--color-1);
	position: absolute;
	bottom: 0;
	left: 0;
}
.taxonomy__cats .portfolio__cat {
	text-transform: none;
}

/*Кнопка наверх*/
button.scroll.top {
	border: none;
	transition: all 1s 0s;
	position: fixed;
	right: 21px;
	bottom: -160px;
	width: 50px;
	height: 50px;
	background-color: #7538a1;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	color: white;
	font-size: 20px;
	box-shadow: 0px 6px 25px rgb(0 0 0 / 20%);
}

button.scroll.show {
	z-index: 99999;
	bottom: 104px;
}

/*Рейтинг*/
.vote-block {
	position: relative;
	display: inline-block;
}

.rating-one {
	margin-top: 10px;
}

.vote-block .rating-info {
	position: absolute;
	bottom: -20px;
	left: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #a9a9a9;
	text-transform: uppercase;
}

span.rating-text {
	position: absolute;
	top: 5px;
	right: -20px;
}

.vote-block .rating-info {
	position: absolute;
	bottom: -20px;
	left: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #a9a9a9;
	text-transform: uppercase;
}

.vote-block .rating:hover li {
	background-image: url("res/img/star2x.png");
}

.rating-block {
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	vertical-align: super;
	margin-right: 10px;
}

.vote-block .rating li {
	display: block;
	width: 29px;
	height: 27px;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.vote-block .rating li:hover, .vote-block .rating li:hover ~ li {
	background-position: 0 -27px;
}

.vote-block.disabled .rating li.current {
	display: block;
	z-index: 10;
}

.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
	background-position: 0 -45px;
}

.vote-block li.current {
	display: none;
}

.vote-block ol.rating.show-current {
	padding: 0px;
}

.vote-block ol.show-current li {
	cursor: default;
	z-index: 2;
	position: relative;
	border: none;
	background-color: unset;
}

.vote-block ol.show-current li.current {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-image: url("res/img/star2x.png");
	padding: unset;
}

.vote-block ol.show-current li.current span {
	display: block;
	height: 27px;
	width: 0;
	background: inherit;
	background-position: 0 -54px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.vote-block ol.show-current li.current {
		background-image: url("res/img/star2x.png");
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.vote-block .rating:hover li {
		background-image: url("res/img/star2x.png");
	}
}


/*БЛОКИ*/
section[data-bg] {
	background-size: cover;
}

section.back-fix {
	background-attachment: fixed;
}

/*Шапка блок*/
.head-block {position: relative;}
.head-block .buttons-mini .btn {width: 100%;}
.head-block .type-img { z-index: -1; width: 100%; height: 100%; display: inline-block; position: absolute; top: 0; right: 0; background-size: 37%; background-repeat: no-repeat; background-position: right; }

/*Персонал сетка*/
.people-grid-block .desc {
	transition: all 0.5s 0s;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 100%;
	background-color: rgba(153, 49, 204, 0.5);
	color: white;
}

.people-grid-block .item:hover .desc {
	opacity: 1;
	padding-top: 37%;
}

/**/
.contacts-block  i{width: 57px; height: 57px;}


/*Карта*/
.contacts-map-block iframe {
	width: 100%
}

.contacts-map-block {
	padding-bottom: 0 !important;
}

/*фото*/
.img-block .shadow-lg {
	padding: 0 !important;
}

/*Слайдер фото*/
.img-slider-block .shadow-lg {
	padding: 0 !important;
}

.img-slider-block .fix-height .carousel-item {
	max-height: 450px;
	overflow-y: scroll;
}

/*Слайдер отзывов*/
.testimonials-slider-block .carousel-inner {
	min-height: 210px;
}

.testimonials-slider-block .logo {
	max-height: 50px;
}

/*Формы*/
.wpcf7 .ajax-loader {
	display: none !important;
}

.wpcf7 input {
	border: none;
	height: 50px;
	font-size: 25px;
	width: 100%;
	background-color: white;
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.wpcf7 .wpcf7-submit {
	transition: all 0.5s 0s;
	border: none;
	line-height: 24px;
	color: white;
	background-color: var(--color-2);
	padding: 5px 20px;
	border-radius: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.wpcf7 .wpcf7-submit:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .3);
}

.wpcf7 textarea {
	width: 100%;
	border: none;
	padding: 10px;
	height: 100px;
}

.wpcf7 input[type="file"] {
	font-size: 15px;
}

.bg-2 .wpcf7 .wpcf7-submit {
	background-color: var(--color-3);
}

/*Формы на наших проектах*/
#wpcf7-f8230-o1 .wpcf7-form-control-wrap > input {
	background-color: #f2f3f7;
}

#wpcf7-f8230-o1 {
	margin-top: 60px;
	margin-bottom: 60px;
}

/**/
.portfolio-grid-block [data-bg] {
	background-size: cover;
	background-position: center;
}

.portfolio-grid-block .item {
	min-height: 215px;
	min-width: 340px;
}
#project-marketing ul {
	list-style-position: inside;
	padding-inline-start: 0;
	overflow: hidden;
}

#project-marketing ul li {
	position: relative;
	padding: 0 0 0px 60px;
	list-style: none;
	margin-bottom: 20px;
}

#project-marketing ul li:before {
	content: '';
	background: url(./res/fontawesome/li-prjct.svg) no-repeat left top/contain;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.projects-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/*grid-template-rows: repeat(2, 1fr);*/
	grid-gap: 20px;
}

.project__item {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
	transition: all 0.5s 0s;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.project__item:nth-child(7n) {
	grid-column: span 2;
	padding-bottom: 40%;
}
.project__item:nth-child(7n) .project__btn-watch {
	margin-top: 3%;
}
.project__item:nth-child(7n) .project__tag {
	margin-top: 1.2%;
}
.project a {
	font-weight: 600 !important;
	color: #0E0E0E;
	display: block;
}
.project__name-watch {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10%;
	flex-direction: column;
	transition: background 0.3s ease;
	background: rgba(0, 0, 0, 0.3);
}
.project__title {
	font-size: 1.6rem;
	line-height: 2rem;
}
.project__btn-watch {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.project__item:hover .project__name-watch {
	background: rgba(0, 0, 0, 0.6);
}
.project__item:hover .project__btn-watch {
	opacity: 1;
}
.project__btn-watch {
	border: 3px solid #fff;
	padding: 10px 30px;
	margin: 10% auto 0 auto;
	font-size: 16px;
}
.project__tag {
	font-weight: normal;
	margin-top: 3%;
	font-size: 14px;
}

.project__excerpt {
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

#project-marketing .project__img-top {
	width: 100%;
	height: 0;
	padding-bottom: 22%;
	background-repeat: no-repeat;
	border-radius: 30px;
	overflow: hidden;
	background-size: cover;
}

#project-digital .project__img-top {
	width: 100%;
	height: 0;
	padding-bottom: 44%;
	background-position: top;
	background-repeat: no-repeat;
	border-radius: 30px;
	background-size: cover;
}

.project__link {
	border: 1px solid var(--color-1);
	color: var(--color-1);
	font-size: 14px;
	font-weight: 500;
	padding: 16px 20px;
	display: block;
}

.project__link:hover {
	background-color: #e2e6ea;
	color: var(--color-2);
	border: 1px solid var(--color-2);
}

.project__font-color {
	width: 112px;
	height: 112px;
	border-radius: 50%;
}

.project__name-color {
	font-size: 24px;
	color: #A9A9A9;
}

#project-digital .line {
	padding-left: 60px;
	position: relative;
}

#project-digital .line:before {
	content: '';
	display: block;
	height: 2px;
	width: 32px;
	background: var(--color-1);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(50%, 0);
}

.bg-grey {
	background: #F9F9F9;
}

.project__mobile {
	position: relative;
}

.project__mobile:before {
	content:'';
	display: block;
	position: absolute;
	width: 826px;
	height: 826px;
	left: 50%;
	top: 36%;
	transform: translate(-50%, 0);
	background: #FFC83A;
	border-radius: 50%;
	z-index: -1;
}

.project__mob-img {
	border: 6px solid #F0F0F0;
	border-radius: 40px;
	width: 100%;
	height: 0;
	padding-bottom: 180%;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.project__mob-img-mt {
	margin-top: 130px;
}

/*forms-switch-block*/
.form-switcher__btn {
	cursor: pointer;
	position: relative;
}
.form-switcher__btn:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 1px;
	content: "";
}
.form-switcher__btn.active:after, .form-switcher__btn:hover:after{
	display: block;
}

@media (max-width: 425px) {
	.portfolio-grid-block .item {
		min-width: unset;
	}

	.project {
		min-width: 100%;
	}
}

.portfolio-grid-block .item > div {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
	transition: all 0.5s 0s;
	position: absolute !important;
	width: 100%;
	height: 100%;
}

.portfolio-grid-block .item:hover > div {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
	height: 106% !important;
	z-index: 99;
	margin-top: -2%;
	width: 106%;
	margin-left: -3%;
}

.portfolio-grid-block .h3, .portfolio-grid-block .h4 {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

a.stretched-link.h3.mb-5.text-white.font-weight-bold {
	z-index: 10;
}

/**/
.number-step-block .col-md-1 span {
	width: 100px;
	border: 4px solid #9931cc;
	display: inline-block;
	text-align: center;
	height: 100px;
	line-height: 95px;
	border-radius: 100px;
	font-size: 43px;
	font-weight: bold;
	margin: auto;
	background-color: white;
}

.number-step-block .col-md-1 span:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #9931cc;
	top: 100px;
	right: 25%;
}

.agreement {
	font-size: 12px;
	color: black;
	line-height: 130%;
}
.agreement a{color: #000;text-decoration: underline}
.agreement a:hover{text-decoration: unset}
.number-step-block .row:last-child .col-md-1 span:before {
	content: none !important;
}


@media (max-width: 1430px) {
	.number-step-block .col-md-1 span:before {
		content: none;
	}
}

@media (min-width: 1024px) {
	#umw > div {
		max-width: 700px;
	}
}


/**/
.row-block .shadow-lg section {
	padding: 3rem !important;
}

.row-block .shadow-lg > h2 {
	padding: 3rem 3rem 0 3rem !important;
}

.row-block .shadow-lg > p {
	padding: 0 3rem !important;
	margin-bottom: 1rem !important;
}

/*Кнопка Whatsapp*/
#btn-float {z-index: 1000000;transition: all 0.2s 0s; position: fixed; right: 12px; bottom: 25px; text-align: center; line-height: 80px;border-radius: 100%; font-size: 40px; box-shadow: 0px 6px 25px rgb(0 0 0 / 0.2); }
#btn-float .pulse {z-index: 1;position: relative;font-size: 40px; background: #0088cc; box-shadow: 0px 6px 25px rgb(0 0 0 / 0.2); animation: 3s radial-pulse 10s infinite;}
#btn-float .pulse,#btn-float a {cursor: pointer;display: flex; justify-content: center; align-items: center;  width: 68px; height: 68px; border-radius: 50%; }
#btn-float:hover .pulse {animation: none !important; }
.btn-float__wrap{position: relative;}
.btn-float__wrap a{position: absolute;}
#btn-float .pulse svg{width: 55%;height: 55%;}
#btn-float a{background: #fff;font-size: 45px;width: 35px;height: 35px;left: 50%;transform: translate(-50%, 0);transition: top 0.3s ease; }
#btn-float a.telegram{top: 25%;color: #007bff;!important;}
#btn-float a.whatsapp{
	top: 25%;
	color: #fff!important;
	font-size: 28px;
	width: 44px;
	height: 44px;
	background: #25d366;
}
#btn-float a.vk{
	top: 25%;
	color: #fff!important;
	font-size: 24px;
	width: 44px;
	height: 44px;
	background: #50759b;
}
#btn-float.show a.telegram{top: -53px;}
#btn-float.show a.whatsapp{top: -108px;}
#btn-float.show a.vk{top: -157px;}
@keyframes radial-pulse {
	0% {box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);}
	50% {box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);}
	100% {box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);}
}
/*блок Наша команда*/
.prdvj-schools-team .block_title {
	padding-bottom: 40px;
	border-bottom: 4px solid #000;
	position: relative;
}
.prdvj-schools-team .block_title:before, .prdvj-schools-team .block_title:after {
	position: absolute;
	content: '';
	bottom: -6px;
	background: #fff;
	height: 10px;
}
.prdvj-schools-team .block_title:before {
	right: 26%;
	width: 3%;
}

.prdvj-schools-team .block_title:after {
	right: 15%;
	width: 5%;
}
.team__item {
	cursor: pointer;
}
.team__item-no-photo {
	height: 0 !important;
	padding: 50% 0;
	width: 100%;
	border-radius: 50%;
}
.team__item:hover .team__desc-wrap.team__desc-wrap_with-photo, .team__desc-wrap.team__desc-wrap_no-photo {
	opacity: 1;
}
.team__item:hover .team__desc-wrap_with-photo .team__desc,  .team__desc-wrap_no-photo .team__desc {
	padding-top: 0;
}
.team__desc-wrap{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 0;
	transition: all 0.5s 0s;
}
.team__desc {
	position: absolute;
	background: #9931CC;
	border-radius: 50%;
	left: 50%;
	bottom: -110px;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 100%;
	transition: all 0.5s 0s;
}
.team__desc-name {
	font-size: 22px;
	line-height: 27px;
	margin-top: 30px;
}
.team__desc-position {
	font-size: 14px;
	line-height: 16px;
	word-break: break-all;
	padding: 0 20px;
}
#team-slider .team__item {
	max-width: 300px;
}
.team-slider__arrs {
	display: flex;
	justify-content: center;
}
.carousel-control-next.team-slider__arr, .carousel-control-prev.team-slider__arr {
	position: unset;
}
.carousel-control-prev.team-slider__arr {
	margin-right: 30px;
}
.team-slider__arr{
	right: 0 !important;
	width: auto !important;
	border-radius: unset !important;
	box-shadow: unset !important;
}
.carousel-control-next.team-slider__arr:hover, .carousel-control-prev.team-slider__arr:hover {
	background: none;
}
.team-slider__arr i {
	font-size: 36px;
}
/*-------------slider logo--------*/
.slider-loop-logo img{
	max-width: 150px;
	margin-right: 3%;
	max-height: 90px;
	width: auto !important;
}
.slider-loop-logo.owl-carousel .owl-stage {
	display: flex !important;
	align-items: center;
}
/*-------------slider sertificate--------*/
.slider-sertificate.owl-carousel .owl-item img {
	width: auto !important;
	display: block;
	border: 11px solid #DCD7DE;
}
.slider-sertificate.owl-carousel .owl-stage-outer {
	overflow: unset !important;
}
.slider-sertificate.owl-carousel{
	width: 90%;
	margin: 0 auto;
}
.slider-sertificate .owl-item{
	display: flex;
	justify-content: center;
}
.slider-sertificate .owl-item:not(.active) {
	opacity: 0.2;
}
.slider-sertificate.owl-carousel .owl-stage {
	display: flex !important;
	align-items: center;
}
.slider-sertificate__wrap {	overflow: hidden;}
.sertificate__prev, .sertificate__next {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	z-index: 100;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sertificate__prev {left: 0;}
.sertificate__next {right: 0;}
/*---------slider-img-no-pad-------*/
.slider-img-no-pad img{max-height: 600px !important;width: auto !important;}
/*tesis-img-block*/
.tesis-img-block{
	overflow: hidden;
}
.tesis-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	font-size: 20px;
	line-height: 26px;
}
.tesis-img-block .wrapper {
	background: #EDEDED;
	border-radius: 20px;
	padding: 75px 8% 140px 8%;
	position: relative;
}
.tesis-imgs{
	position: absolute;
	width: 160px;
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
	transform: scale(0,0);
	transition-property: transform;
	transition-duration: 0.8s;
}
.tesis-imgs.show{
	transform: scale(1,1);
	transition-property: transform;
	transition-duration: 0.8s;
}
.tesis-imgs .purple {
	width: 100%;
	height: 100%;
	background: #9931CC;
	opacity: 0.7;
	border-radius: 50%;
}
.tesis-img_1 {
	top: 0;
	left: -10%;
}
.tesis-img_2 {
	bottom: 11%;
	left: -12%;
	width: 207px;
	height: 207px;
}
.tesis-img_3 {
	top: 20%;
	right: -15%;
	width: 270px;
	height: 270px;
}
.tesis-img_4 {
	bottom: -2%;
	right: -3%;
}
.tesis-item img {
	max-width: 60px;
}
.tesis-item>div{
	width: calc(100% - 60px - 8px);
	margin-right: 8px;
	word-break: break-word;
}
/*----------discuss-project--------*/
#discuss-project .modal-content, #order-landing .modal-content{
	background-color:#7538a1;
	color: #fff;
}
#discuss-project .modal-content a, #order-landing .modal-content a{color: #fff;}
#discuss-project .modal-content a:hover, #order-landing .modal-content a:hover{text-decoration: underline;}
#discuss-project .modal-content .col-md-5>div{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
#discuss-project .col-md-7{padding-bottom: 4rem !important;}
#order-landing .modal-content .h2{text-align: center;margin-bottom: 20px}
#order-landing .modal-lg{max-width: 600px;}
/*----------zakaz-zvonka--------------------*/
.zakaz-zvonka-modal .modal-dialog,.zakaz-zvonka-modal-audit .modal-dialog,.zakaz-zvonka-modal-prodvij .modal-dialog,
.zakaz-zvonka .modal-dialog{max-width: 650px !important;width: 90% !important;margin: 0 auto;}
.zakaz-zvonka-modal .agreement,.zakaz-zvonka-modal-audit .agreement,.zakaz-zvonka-modal-prodvij .agreement,
.zakaz-zvonka .agreement{opacity: 0.6;}
.zakaz-zvonka-modal .modal-content,.zakaz-zvonka-modal-audit .modal-content,
.zakaz-zvonka-modal-prodvij .modal-content,.zakaz-zvonka .modal-content {
	border-radius: unset;
	padding: 40px 8%;
	position: relative;
}
.zakaz-zvonka-modal form, .zakaz-zvonka-modal-audit form,.zakaz-zvonka-modal-prodvij form,
.zakaz-zvonka form{text-align: center}
.zakaz-zvonka-modal button, .zakaz-zvonka-modal-audit button,
.zakaz-zvonka-modal-prodvij button, .zakaz-zvonka button {
	text-align: right;
	position: absolute;
	right: 0 !important;
	top: 0 !important;
	width: 48px !important;
	height: 48px !important;
	opacity: 1;
}
.zakaz-zvonka-modal button>span,.zakaz-zvonka-modal-audit button>span,
.zakaz-zvonka-modal-prodvij button>span, .zakaz-zvonka button>span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #1D1D20;
}
.zakaz-zvonka-modal button>span:before, .zakaz-zvonka-modal button>span:after,
.zakaz-zvonka-modal-audit button>span:before,.zakaz-zvonka-modal-audit button>span:after,
.zakaz-zvonka-modal-prodvij button>span:before,.zakaz-zvonka-modal-prodvij button>span:after,
.zakaz-zvonka button>span:after,.zakaz-zvonka button>span:before
{
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%) rotate(45deg);
	display: block;
}
.zakaz-zvonka-modal button>span:after,
.zakaz-zvonka-modal-audit button>span:after,
.zakaz-zvonka-modal-prodvij button>span:after,
.zakaz-zvonka button>span:after
{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.zakaz-zvonka-modal input:not([type="submit"]),
.zakaz-zvonka-modal-audit input:not([type="submit"]),
.zakaz-zvonka-modal-prodvij input:not([type="submit"]),
.zakaz-zvonka input:not([type="submit"]){
	width: 100%;
	background: #EDEFF1;
	border-radius: 2px;
	padding: 12px 14px;
	font-size: 16px;
	margin-bottom: 15px;
	border: 1px solid #EDEFF1
}
.zakaz-zvonka-modal .wpcf7-form-control.wpcf7-not-valid,
.zakaz-zvonka-modal-audit .wpcf7-form-control.wpcf7-not-valid,
.zakaz-zvonka-modal-prodvij .wpcf7-form-control.wpcf7-not-valid,
.zakaz-zvonka .wpcf7-form-control.wpcf7-not-valid
{border-color: #f00}

.zakaz-zvonka-modal input:not([type="submit"]):focus-visible,
.zakaz-zvonka-modal-audit input:not([type="submit"]):focus-visible,
.zakaz-zvonka-modal-prodvij input:not([type="submit"]):focus-visible,
.zakaz-zvonka input:not([type="submit"]):focus-visible
{outline: none}

.zakaz-zvonka-modal input[type="submit"],
.zakaz-zvonka-modal-audit input[type="submit"],
.zakaz-zvonka-modal-prodvij input[type="submit"],
.zakaz-zvonka input[type="submit"]
{
	background: #9931CC;
	border-radius: 54px;
	padding: 16px 0;
	cursor: pointer;
	width: 200px;
	color: #fff;
	font-size: 16px;
	line-height: 0;
	margin-bottom: 5px;
}
.zakaz-zvonka-modal .wpcf7-form-control-wrap,
.zakaz-zvonka-modal-audit .wpcf7-form-control-wrap,
.zakaz-zvonka-modal-prodvij .wpcf7-form-control-wrap,
.zakaz-zvonka .wpcf7-form-control-wrap
{position: relative;display: block}

.zakaz-zvonka-modal .wpcf7-not-valid-tip,
.zakaz-zvonka-modal-audit .wpcf7-not-valid-tip,
.zakaz-zvonka-modal-prodvij .wpcf7-not-valid-tip,
.zakaz-zvonka .wpcf7-not-valid-tip
{
	font-size: 12px !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	transform: translate(0, 12%);
	text-align: left;
}
.zakaz-zvonka-modal .wpcf7-response-output,
.zakaz-zvonka-modal-audit .wpcf7-response-output,
.zakaz-zvonka-modal-prodvij .wpcf7-response-output,
.zakaz-zvonka .wpcf7-response-output
{
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	margin: 0;
	line-height: 16px;
	width: 95%;
}
.uslugi-grid-block .small{line-height: 120%}
@media screen and (max-width: 1200px) {
	.team__desc-name {
		margin: 10px 0 5px 0;
	}
	.tesis-item {
		font-size: 18px;
		line-height: 24px;
	}
	.tesis-img_3 {
		top: 24%;
		right: -10%;
		width: 220px;
		height: 220px;
	}
}

@media (max-width: 991px) {
	.project__mobile {
		padding-bottom: 100px;
	}

	.project__mobile:before {
		width: 600px;
		height: 600px;
	}
}
@media screen and (max-width: 990px) {
	.project__btn-watch {
		padding: 8px 25px;
		margin: 20px auto 0 auto;
		font-size: 14px;
	}
	.project__title {
		font-size: 1rem;
		line-height: 1.2rem;
	}
}
@media screen and (max-width: 986px) {
	.team__desc-name {
		margin: 35px 0 1rem 0;
	}
	.team__desc-position {
		padding: 0 84px;
	}
	.team__desc {
		bottom: -200px;
		width: 350px;
		height: 350px;
	}
	.tesis-imgs {
		width: 120px;
		height: 120px;
	}
	.tesis-img_1 {
		top: -5%;
		left: -8%;
	}
	.tesis-img-block .wrapper {
		padding: 75px 8% 80px 8%;
	}
	.tesis-img_3 {
		top: -7%;
		right: -6%;
		width: 180px;
		height: 180px;
	}
	.tesis-img_2 {
		bottom: 8%;
		left: -13%;
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 700px) {
	.number-step-block .col-md-1 span {height: 60px;width: 60px;font-size: 30px;line-height: 54px;}
	.head-block .type-img { position: unset !important; height: 300px; background-position: center; background-size: contain; }

	/*Кнопка Whatsapp*/
	#btn-float {
		bottom: 15px;
		/*right: unset; left: 20px; bottom: 15px;*/
		width: 60px; height: 60px; line-height: 6px; font-size: 35px; }
	#btn-float:hover {font-size: 38px;}
	#btn-float a {left: 58%;}

	/*Кнопка наверх*/
	button.scroll.show {bottom: 85px;}
	button.scroll.top{right: 14px;}

	.modal button.close {
		position: absolute;
		width: 50px;
		height: 50px;
		right: 0px;
		top: -50px;
	}

	/*FIX Проблема что модалка была чуть шире самого окна*/
	#umw {width: 95%;}
	/*FIX КОНЕЦ*/


	h1, .h1 {
		font-size: 2.2rem;
	}

	h2, .h2 {
		font-size: 2.0rem !important;
	}

	h3, .h3 {
		font-size: 1.7rem !important;
	}

	h4, .h4 {
		font-size: 1.5rem;
	}

	h5, .h5 {
		font-size: 1.1rem;
	}

	.display-3, .display-4 {
		font-size: 2rem;
	}

	.vh-100 {
		height: unset !important;
	}

	#header.fix .logo img {
		width: 90px;
	}

	#main-nav.mobile-menu {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		height: auto;
		background-color: white;
	}

	#header nav > ul {
		display: block;
	}

	#header nav > ul > li > a {
		color: black !important;
		display: block;
		line-height: 50px !important;
		border-bottom: 1px solid #dadada;
	}

	#header .menu-item-has-children > a:before, #header .menu-item-has-children > a:after, #header.fix .menu-item-has-children > a:before, #header.fix .menu-item-has-children > a:after {
		top: 1.4rem !important;
		background: rgba(0, 0, 0, 0.3);
	}

	#header .sub-menu {
		background-color: #e8e8e8;
		width: 100%;
		opacity: 1;
		position: unset !important;
		display: none;
		box-shadow: none !important;
	}

	#header .visi .sub-menu {
		display: block;
	}
	#header  .sub-menu {
		display: none;
	}

	#header.fix nav > ul > li > a {
		line-height: 50px !important;
	}

	section.fix-head {
		margin-top: -125px !important;
		padding-top: 160px !important;
		z-index: 1;
	}

	section[class*=block_] {
		padding-bottom: 0 !important;
	}

	/*Кнопки слайдера*/
	a[data-slide] {
		opacity: 0.5;
		right: 0px;
		background-color: transparent !important;
		box-shadow: none !important;
	}

	.carousel-control-prev {
		right: unset;
		left: 0px;
	}

	.content .wp-caption {
		max-width: calc(100% + 30px) !important;
		width: calc(100% + 30px) !important;
		margin-left: -15px !important;
		padding: 0;
	}

	.content .wp-caption img {
		border-radius: 0px;
	}

	.content iframe[src*=youtube] {
		width: calc(100% + 30px);
		max-height: 280px;
		border: none;
		margin-left: -15px;
		min-height: unset;
	}

	iframe[src*="youtube"] {
		height: 215px !important;
	}

	/*Горизонтальная прокрутка блоков на мобиле*/
	.horizon {
		padding: 0 !important;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
	}

	.horizon > div {
		display: inline-block;
		width: 90%;
		margin-right: 20px;
		white-space: initial;
		vertical-align: top;
	}
	#wpcf7-f6006-o1 .wpcf7-response-output{
		bottom: -48px;
	}
}

@media (max-width: 767px) {
	button.scroll.top{
		display: none;
	}
	#project-digital .project__img-top {
		padding-bottom: 46%;
	}
	#project-marketing .project__img-top {
		padding-bottom: 30%;
	}
	#project-marketing ul li {
		padding: 0 0 0px 36px;
	}
	#project-marketing ul li:before {
		height: 25px;
		width: 25px;
		top: 5px;
	}
	.project__font-color {
		width: 66px;
		height: 66px;
	}

	.project__name-color {
		font-size: 16px;
	}

	#project-digital .display-6 {
		font-size: 24px;
	}

	.project__mobile {
		overflow: hidden;
	}

	.project__mob-img-mt {
		margin-top: 0;
	}

	.project__mobile:before {
		width: 1300px;
		height: 1300px;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.prdvj-schools-team .block_title {
		border-bottom: none;
		padding-bottom: 0;
	}
	.prdvj-schools-team .block_title:after, .prdvj-schools-team .block_title:before {
		display: none;
	}
	.project__btn-watch {
		padding: 5px 20px;
		margin: 20px auto 0 auto;
		font-size: 12px;
	}
	.project__title {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	#isClosing{max-width: 320px;}
	.tesis-img_1,.tesis-img_2{display: none}
	.tesis-img_4 {
		right: unset;
		left: -3%;
		bottom: 0;
	}
	.tesis-img_3 {
		top: -3%;
	}
	#discuss-project .modal-content .col-md-5>div{text-align: center}
}

@media (max-width: 767px) and (min-width: 575px) {
	/* блок Шаги */
	.number-step-block .col-md-1 span:before {
		right: 48%;
	}
	a[data-slide]:hover {
		background-color: transparent;
	}

	#people-slider > a.carousel-control-prev,
	#people-slider > a.carousel-control-next{
		top: 230px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25) !important;
	}

	#people-slider > a.carousel-control-next > i,
	#people-slider > a.carousel-control-prev > i{
		color: var(--color-1);
	}
}
/*к задаче #215304 new*/
@media screen and (max-width: 578px) {
	.projects-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}
	.project__item:nth-child(7n) {
		grid-column: unset;
		padding-bottom: 100%;
	}
	.project__item:nth-child(7n) .project__btn-watch {
		margin-top: 10%;
	}
	.project__item:nth-child(7n) .project__tag {
		margin-top: 3%;
	}
	.project__title {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.project__btn-watch {
		padding: 7px 25px;
		margin: 5% auto 0 auto;
		font-size: 14px;
	}
	.portfolio__cat {
		margin-right: 0;
	}

	.slider-sertificate.owl-carousel{
		width: 100% !important;
	}
	.sertificate__prev, .sertificate__next{
		position: unset;
		top: unset;
		left: unset;
		right: unset;
		display: inline-flex;
		transform: unset;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.sertificate__prev{margin-right: 15px;}
	.slider-sertificate__wrap .container{text-align: center;}
	.tesis-img_3{display: none}
	.tesis-img-block .wrapper {
		padding: 40px 8% 80px 8%;
	}
	#wpcf7-f12901-o6 .wpcf7-response-output{
		bottom: 44px;
	}
	.zakaz-zvonka-modal .modal-content,
	.zakaz-zvonka-modal-audit .modal-content,
	.zakaz-zvonka-modal-prodvij .modal-content,
	.zakaz-zvonka .modal-content
	{padding: 30px 0;}

	.zakaz-zvonka-modal button,
	.zakaz-zvonka-modal-audit button,
	.zakaz-zvonka-modal-prodvij button,
	.zakaz-zvonka button
	{
		width: 40px !important;
		height: 40px !important;
	}
	.zakaz-zvonka-modal .wpcf7-response-output,
	.zakaz-zvonka-modal-audit .wpcf7-response-output,
	.zakaz-zvonka-modal-prodvij .wpcf7-response-output,
	.zakaz-zvonka .wpcf7-response-output
	{
		font-size: 10px;
		line-height: 14px;
	}
	.zakaz-zvonka-modal input[type="submit"], .zakaz-zvonka-modal-audit input[type="submit"],
	.zakaz-zvonka-modal-prodvij input[type="submit"],.zakaz-zvonka input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 446px) {
	#project-digital .project__img-top {
		padding-bottom: 42%;
		/*background-size: contain;*/
	}
}

@media (max-width: 425px) {
	/* блок Шаги*/
	.number-step-block .col-md-1 span:before {
		right: 36%;
	}
	/* страница проекта - блок для просмотра мобильной версии */
	#portfolio-post > div.container-fluid.py-5.text-white > div > div > div.col-md-3.img-slider-block.p-0.rounded-lg.overflow-hidden.shadow-lg {
		height: 400px;
	}

	/* блок Мы сделали */
	#slider-3 > a.carousel-control-next,
	#slider-3 > a.carousel-control-prev{
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25) !important;
		background-color: white !important;
	}

	#slider-3 > a.carousel-control-next > i,
	#slider-3 > a.carousel-control-prev > i{
		color: var(--color-1) !important;
	}

	/* блок Мы в прессе */
	#slider-12 {
		height: 230px;
	}

	#slider-12 > div > div.carousel-item > div > div > div > div.p-3 > p {
		padding: 10px;;
	}

	#slider-12 > a.carousel-control-next > i,
	#slider-12 > a.carousel-control-prev > i{
		color: var(--color-1) !important;
	}

	/* кнопки слайдера блок "Наша команада" на всем сайте */
	#people-slider > a.carousel-control-prev,
	#people-slider > a.carousel-control-next{
		width: 30px;
		height: 30px;
		top: 190px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25) !important;
	}

	#people-slider > a.carousel-control-next > i,
	#people-slider > a.carousel-control-prev > i{
		color: var(--color-1);
	}

	#project-marketing .project__img-top {
		padding-bottom: 34%;
	}
}

@media (max-width: 400px) {
	#people-slider > a.carousel-control-prev,
	#people-slider > a.carousel-control-next{
		top: 170px;
	}
}

@media screen and (max-width: 376px) {
	/* блок Шаги */
	/* SEO */
	#block_5 > div.mb-5.row {
		display: flex;
		flex-direction: column;
	}
	#block_5 > div > div.col-md-1.col-3.text-center > span:before {
		content: none;
	}
	#block_5 > div > div.col-md-1.col-3.text-center {
		flex: none;
		max-width: none;
	}
	/* сайт для стоматологий */
	#block_7 > div > div.mb-5.row {
		display: flex;
		flex-direction: column;
	}
	#block_7 > div > div > div.col-md-1.col-3.text-center > span:before {
		content: none;
	}
	#block_7 > div > div > div.col-md-1.col-3.text-center {
		flex: none;
		max-width: none;
	}

	/* кнопки слайдера блок "Наша команада" на всем сайте */
	#people-slider > a.carousel-control-prev,
	#people-slider > a.carousel-control-next{
		top: 160px;
	}

	#people-slider > a.carousel-control-next > i,
	#people-slider > a.carousel-control-prev > i{
		color: var(--color-1);
	}
}

@media screen and (max-width: 320px) {
	/* кнопки слайдера блок "Наша команада" на всем сайте */
	#people-slider > a.carousel-control-prev,
	#people-slider > a.carousel-control-next{
		top: 130px;
	}

	#people-slider > a.carousel-control-next > i,
	#people-slider > a.carousel-control-prev > i{
		color: var(--color-1);
	}
}

/* размер видео отзыва на странице отзывов */
.mejs-container, .mejs-container video, .wp-video {
	max-height: 400px !important;
	margin: auto;
}
/* FIX размера соц. кнопок в конце каждой статьи в блоге */
a > span.ya-share2__badge > span {
	background-size: 40px !important;
}

.review-video {
	width: 180px;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
	position: relative;
	flex-shrink: 0;
}

.review-video:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	background-color: var(--color-1);
	background-image: url(./res/img/play.svg);
	background-repeat: no-repeat;
	background-position: 56% center;
	background-size: 30%;
	border-radius: 50%;
	text-align: center;
	transition: background-size 0.3s ease;
}

.review-video:hover:before {
	background-size: 40%;
}

#video-modal .modal-content {
	position: relative;
}

#video-modal .modal-content .modal-close-btn{
	position: absolute;
	transform: rotate(45deg);
	display: block;
	color: #fff;
	right: 0;
	top: -14px;
	font-size: 60px;
	cursor: pointer;
}

.img-text_shadow-rounded {
	background: #FFFFFF;
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 20px 20px;
	margin-left: 0!important;
	margin-right: 0!important;
	position: relative;
	margin-top: -16px;
	align-items: center;
}

.img-text_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.img-text_text__descript {
	line-height: 1.2;
	font-size: 1.15rem;
}


/*.grecaptcha-badge {
	visibility: hidden;
}*/

/*Баннер внутри статьи*/
.article-banner { position: relative; padding: 2rem; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.17) !important; border-radius: 3px; background-position: right; background-repeat: no-repeat; background-size: 385 auto; padding-right: 400px; margin: 2rem 0; }
.article-banner h2{font-weight: bold; font-size: 28px; line-height: 105%;}

@media screen and (max-width: 900px) {
	.article-banner { padding: 2rem; padding-bottom: 170px; background-position-x: right; background-position-y: calc(100% + 41px); background-size: auto 180px; }
}


.main-block .main-block__nav{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 5px 15px;
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
}
.main-block .main-block__nav >li {
	margin: 0;
}
.main-block .main-block__nav a{
	text-decoration: underline;
}
.wow{
	visibility: hidden;
}

.post-meta__position{
	font-size: 80%;
	font-weight: 400;
	color: #6c757d;
}
.post-meta__date{
	font-size: 80%;
	font-weight: 400;
	color: #6c757d;
}
.content .wp-caption-text{
	font-size: 14px;
}

.header__menu-tel{
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	display: inline-flex;
}
.header__menu-tel:hover{
	color: #9931CC;
}
.header__menu-tel[href^="tel:"] i {
	transform: scale(-1,1);
}
.doptext-img>div.custom-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #7538a1;
	min-width: 78px;
	width: 78px;
}

@media (max-width: 767px){
	.type-contact .black-btn{
		max-width: 320px;
		width: 100%;
		margin: 0 !important;
	}
	.type-contact .telegram-link {
		max-width: 320px;
		width: 100%;
		margin: 0;
	}
}

.main-block .purple-btn[data-target="#zakaz-zvonka-prodvij"], .main-block .purple-btn[data-target="#zakaz-zvonka-audit"]{
	width: 100%;
	max-width: 250px;
	padding-left: 5px;
	padding-right: 5px;
}
.img-fluid-custom{
	max-width: 150px;
}
.header{
	position: fixed !important;
	width: 100%;
	top: 0;
	transition:  transform .4s ease-in-out , opacity .3s ease-in-out .1s;
	transform: translateY(0);
	opacity: 1;
}
.header_fixed{
	transition: opacity .3s ease-in-out, transform .3s ease-in-out ;
	transform: translateY(0);
	opacity: 1;
}
.header_fixed--hidden{
	transform: translateY(-100%);
	opacity: 0;
}
main, header~div[itemprop="mainContentOfPage"]{
	padding-top: calc(var(--heightHeader) * 100 - 1px);
}
main:before, header~div[itemprop="mainContentOfPage"]:before{
	content: '';
	position: absolute;
	z-index: -100;
	background: #1D1D20;
	top: 0px;
	left: 0;
	width: 100%;
	height: calc(var(--heightHeader) * 100 - 1px);
}
html[style] {
	margin-top: 0 !important;
}
@media screen and (max-width: 782px){
	html[style] {
		margin-top: 0 !important;
	}
}

#block-7 .row>.col-lg-3:not(.dont-animation):before, #block-4 .row>.col-lg-3:not(.dont-animation):before{
	background: transparent !important;
	border: none !important;
}
#block-7 .row>.col-lg-3:not(.dont-animation):after, #block-4 .row>.col-lg-3:not(.dont-animation):after{
	background: transparent !important;
	border: none !important;
}

.animated-load .circle-animation:after {
	content: "";
	display: block;
	background: #1d1d20;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 50%;
	position: absolute;
	top: -0px;
	left: -0px;
}
.animated-load .circle-animation {
	display: flex;
	width: 63px;
	height: 63px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 15px;
	transform: rotate(75deg);
}
.animated-load .circle-animation__item {
	width: 50%;
	height: 100%;
	right: 0px;
	position: absolute;
	overflow: hidden;
	transform-origin: left center;
	animation: anim1 1000ms 1;
	animation-fill-mode: forwards;
	transform: rotate(180deg);
	opacity: 0;
}
.animated-load .circle-animation__half {
	height: 100%;
	right: 0px;
	position: absolute;
	border: solid 2px transparent;
	border-top-color: #9931CC;
	border-left-color: #9931CC;
	border-radius: 50%;
}
.animated-load .circle-animation__half--clipped {
	width: 200%;
	transform: rotate(-45deg);
	transform: rotate(135deg);
	animation: anim2 500ms linear 2;
	animation-fill-mode: forwards;
}
.animated-load .circle-animation__half--fix {
	width: 100%;
	transform: rotate(135deg);
	opacity: 0;
	/*opacity: 1;*/
	animation: anim3 1000ms 1;
	animation-fill-mode: forwards;
}

@keyframes anim2 {
	0% {
		transform: rotate(-45deg);
	}
	100% {
		transform: rotate(135deg);
	}
}
@keyframes anim1 {
	0% {
		opacity: 1;
		transform: rotate(0deg);
	}
	50% {
		opacity: 1;
		transform: rotate(0deg);
	}
	50.01% {
		opacity: 1;
		transform: rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: rotate(180deg);
	}
}
@keyframes anim3 {
	0% {
		opacity: 0;
	}
	49.99% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}