[data-simplebar] {
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  max-width: inherit;
  height: inherit;
  max-height: inherit;
}

.simplebar-mask {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0;

  direction: inherit;
}

.simplebar-offset {
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;

  direction: inherit !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  box-sizing: border-box !important;
  display: block;
  position: relative;
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  max-height: 100%; /* Needed for vertical scroll to trigger */

  direction: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar , .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before , .simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  float: left;
  overflow: hidden;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 1px;
  height: 100%;
  max-height: 1px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1000%;
  min-width: 1px;
  height: 1000%;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.simplebar-track {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0;
  left: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  content: "";
  position: absolute;
  right: 2px;
  left: 2px;
  opacity: 0;
  background: black;
  border-radius: 7px;
  transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: .5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  right: 2px;
  left: 2px;
  height: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 2px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 10px;
  height: 7px;
  min-height: 0;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  visibility: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  position: fixed;
  width: 500px;
  height: 500px;
  opacity: 0;

  direction: rtl;
}

.simplebar-hide-scrollbar {
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  left: 0;

  -ms-overflow-style: none;
  scrollbar-width: none;
}


.services-list__img {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 10px;
	right: 16px;
	background-position-y: bottom;
	transition: all .3s ease-in-out;
}

.services-list__item:hover .services-list__img {
	background-position-y: top;
}

@media screen and (max-width: 767px) {
	.services-list__item.services-list__new {
		min-height: 120px;
		display: flex;
		align-items: center;
	}
	.services-list__item.services-list__new a {
		max-width: 70%;
	}
}

.why-we {
	overflow: hidden;
}


.why-we__list {
	 gap: 6%;
	padding-left: 0 !important;
}

.why-we__list .why-we__item {
	padding-right: 0;
	flex-direction: row;
	display: flex;
	width: 47%;
	align-items: center;
}

.why-we__list .why-we__item .why-we__image {
	margin-right: 15px;
}

.why-we__list .why-we__item .why-we__image img {
	width: 60px;
	height: 60px;
}

.why-we__list .why-we__text {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.why-we__list .why-we__item {
	  width: 50%;
	  padding-right: 14px;
	  flex-direction: column;
		
		align-items: center;
	}
	.why-we__list .why-we__item .why-we__image {
		margin-right: 0;
	}
	.why-we__list .why-we__item .why-we__text {
		text-align: center;
		font-size: 10px;
	}
	.why-we__list {
		 gap: 0;
	}
}

.why-we_notindex h2.white {
	color: #000;
}

.why-we_notindex .why-we__text {
	color: #000;
}

.why-we_notindex .why-we__item {
	margin-bottom: 25px;
}

.accordion {
    background-color: #0060DF;
	color: #FFF;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	transition: 0.4s;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
}

.accordion.main_price {
	display: flex;
	justify-content: space-between;
	cursor: unset;
	position: relative;
	z-index: 1;
	flex-wrap: wrap;
}

.accordion.main_price::after {
	content: none;
	display: none;
}

.accordion.main_price .main_price_title {
	background: #0060df;
	padding-right: 10px;
}

.accordion.main_price .main_price_price {
	background: #0060df;
	/*padding-left: 10px;*/
}

.accordion.main_price .price_hr {
	position: absolute;
	width: calc(100% - 36px);
	border-top: 1px dashed #fff;
	bottom: 23px;
	z-index: -1;
	left: 18px;
}

.active, .accordion:hover {
    background-color: #0060df;
	color: rgba(255, 255, 255, 0.72);
}

.faq_section {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.accordion:after {
      content: '';
  color: #fff;
  font-weight: bold;
  float: right;
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
  background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon.svg);
    background-size: auto;
  width: 19px;
  height: 11px;
  background-size: cover;
  margin-top: 10px;
}

.faq_section .accordion {
	position: relative;
  	padding-right: 58px;
}

.faq_section .accordion:after {
	 background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/iconsform-1.svg);
	width: 24px;
	height: 24px;
	position: absolute;
  	right: 18px;
  	top: calc(50% - 12px);
	margin: 0;
}

.active:after {
    content: "";
	transform: rotate(0deg);
}

.faq_section .active:after {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/iconsform.svg);
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	position: relative;
	bottom: 17px;
	border: 2px solid #0060DF;
}

.panel p {
	padding: 15px 0;
}

.panel_price_block {
	padding-top: 15px;
	position: relative;
	display: flex;
	justify-content: space-between;
}


.panel_price_block:last-child {
	margin-bottom: 15px;
}

.panel_price_block .price_hr {
	position: absolute;
	width: 100%;
	border-top: 1px dashed #000;
	bottom: 9px;
}

.price_title {
	background: #fff;
	display: block;
	z-index: 2;
	padding-right: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.price_price {
	background: #fff;
	display: block;
	z-index: 2;
	padding-left: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.price_block_ni {
	margin-bottom: 25px;
}
@media screen and (max-width: 596px) {
	.accordion {
		font-size: 18px;
	}
	.panel_price_block {
		flex-direction: column;
	}
	.price_price {
		padding-left: 0;
	}
	.panel_price_block .price_hr {
		bottom: -9px;
	}
	.panel_price_block:last-child .price_hr {
		display: none;
	}
}

.swiper-slide_team {
	width: 211px;
}

.our_team .swiper-slide_team {
	width: 206px;
}

.our_team_spans {
	padding: 14px;
	display: flex;
	flex-direction: column;
}

.our_team_title {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #1E1E20;
}

.our_team_text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.our_team_index .dots-img {
	top: 17px;
	right: 23px !important;
}

.cf7_main.cf7_main_index {
	background: #F3F3F3;
	padding-top: 68px;
	padding-bottom: 73px;
	overflow: hidden;
	position: relative;
}



.cf7_main.cf7_main_ni {
	padding-top: 70px;
  	padding-bottom: 56px;
	overflow: hidden;
	position: relative;
}


.cf7_main.cf7_main_index .left_bg {
	position: absolute;
	height: 100%;
	width: 571px;
	background: url(http://sintezconsulting.ru/wp-content/uploads-webpc/uploads/2023/02/top-view-finance-business-elements-2.png.webp);
	background-size: cover;
	top: 0;
}

.cf7_main.cf7_main_index .right_bg {
	position: absolute;
	height: 100%;
	width: 571px;
	background: url(http://sintezconsulting.ru/wp-content/uploads-webpc/uploads/2023/02/top-view-finance-business-elements-1.png.webp);
	background-size: cover;
	top: 0;
	right: 0;
}

.cf7_main .container_ni {
	background: #F3F3F3;
	padding: 38px 10px 53px 10px;
}

.cf7_main .title_cont {
	max-width: 688px;
	margin-left: auto;
	margin-right: auto;
}

.cf7_main .blue_bg {
	position: absolute;
	height: 230px;
	width: 230px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2024/03/group-22-new0.png);
	background-size: auto;
	background-size: cover;
	top: 0;
	right: 40px;
	z-index: 3;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 6px;
	transition: all .3s ease-in-out;
	border-radius: 50%;
}

.cf7_main .blue_bg:hover {
	color: #000;
}

.cf7_main.cf7_main_ni .blue_bg {
	top: -194px;
	right: -115px;
}

.cf7_main .dots-horizontal_1 {
	right: calc(50% + 361px);
	bottom: 107px;
	transform: rotate(-90deg);
}

.cf7_main.cf7_main_ni .dots-horizontal_1 {
	z-index: 4;
	bottom: 137px;
}

.cf7_main .dots-horizontal_2 {
	left: calc(50% + 361px);
	bottom: 254px;
	transform: rotate(-90deg);
}

.cf7_main.cf7_main_ni .dots-horizontal_2 {
	z-index: 4;
	bottom: 318px;
}

.cf7_main .dots-horizontal_3 {
	left: calc(50% + 390px);
	bottom: 74px;
}

.cf7_main.cf7_main_ni .dots-horizontal_3 {
	z-index: 4;
	bottom: 111px;
}

.cf7_main .dots-horizontal_4 {
	right: calc(50% + 390px);
	top: 181px;
}

.cf7_main.cf7_main_ni .dots-horizontal_4 {
	z-index: 4;
	top: 220px;
}

.cf7_main h2 {
	margin: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
}

.cf7_main.cf7_main_index h2 {
	text-align: center;
}

.cf7_main .ander_title {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 30px;
	display: block;
}

.cf7_main .ander_title.mw600 {
	max-width: 600px;
}

.cf7_main.cf7_main_index .ander_title {
	text-align: center;
}

.cf7_main form {
	max-width: 688px;
	padding: 45px 38px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.cf7_main.cf7_main_ni form {
	position: relative;
	z-index: 5;
}

.cf7_main form .input-name, .cf7_main form .input-phone, .cf7_main form .input-text, .cf7_main form select {
	width: 100%;
	border: 1px solid #DCDCDC;
	background: #fff;
	padding: 23px 23px 23px 56px;
	color: #A4A4A4;
	margin-bottom: 10px;
}

.cf7_main form input:active, .cf7_main form input:focus, .cf7_main form textarea:active, .cf7_main form textarea:focus {
	color: #000;
}

.cf7_main form textarea {
	min-height: 99px;
}

.cf7_main form select {
	color: #1E1E20;
}

.cf7_main form .cf7_cont, .cf7_main form .cf7_cont2 {
	display: flex;
	width: 100%;
}

.cf7_main form .cf7_cont span:first-child {
	padding-right: 5px;
}

.cf7_main form .cf7_cont span:last-child {
	padding-left: 5px;
}

.cf7_main form .cf7_cont2 span:first-child {
	padding-right: 5px;
}

.cf7_main form .cf7_cont2 input {
	padding-left: 5px;
}

.cf7_main form .select_icon {
	position: absolute;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-1.svg);
	width: 20px;
	height: 19.12px;
	margin-top: 24px;
	margin-left: 22px;
	background-size: cover;
	display: block;
	z-index: 2;
}

.cf7_main form .name_icon {
	position: absolute;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-1-1.svg);
	width: 16px;
	height: 18px;
	margin-top: 27px;
	margin-left: 24px;
	background-size: cover;
	display: block;
	z-index: 2;
}

.cf7_main form .phone_cont, .cf7_main form .btn_cont {
	display: flex;
}

.cf7_main form .phone_icon {
	position: absolute;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-2.svg);
	width: 20px;
	height: 20px;
	margin-top: 27px;
	margin-left: 25px;
	background-size: cover;
	display: block;
	z-index: 2;
}

.cf7_main form .text_icon {
	position: absolute;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-3.svg);
	width: 18px;
	height: 18px;
	margin-top: 27px;
	margin-left: 25px;
	background-size: cover;
	display: block;
	z-index: 2;
}

.cf7_main form .cf7_cont2 .wpcf7-form-control-wrap, .cf7_main form .cf7_cont2 .btn_cont {
	width: 50%;
}

.cf7_main form .cf7_cont2 .btn_cont input {
	padding-left: 20px;
}

.cf7_main form .icon_btn {
	position: absolute;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-4.svg);
	width: 18px;
	height: 18px;
	margin-top: 15px;
	margin-left: 70px;
	background-size: cover;
	display: block;
	z-index: 2;
}
@media screen and (max-width: 1162px) {
	.cf7_main.cf7_main_ni {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 954px) {
	.cf7_main.cf7_main_index {
		padding-bottom: 270px;
	}
	.cf7_main .container_ni {
		padding-bottom: 270px;
	}
	.cf7_main.cf7_main_ni .blue_bg {
		top: auto;
		right: calc(50% - 115px);
	}
	.cf7_main .dots-horizontal_4 {
		display: none;
	}
	.cf7_main.cf7_main_ni .dots-horizontal_2 {
		bottom: 186px;
		z-index: 4;
		left: calc(50% + 104px);
	}
	.cf7_main.cf7_main_ni .dots-horizontal_3 {
		left: calc(50% + 70px);
		bottom: 50px;
		z-index: 4;
	}
	.cf7_main.cf7_main_ni .dots-horizontal_1 {
		right: calc(50% + 104px);
		bottom: 50px;
		z-index: 4;
	}
	.cf7_main .dots-horizontal_2 {
		bottom: 186px;
		z-index: 4;
		left: calc(50% + 104px);
	}
	.cf7_main .dots-horizontal_3 {
		left: calc(50% + 70px);
		bottom: 50px;
		z-index: 4;
	}
	.cf7_main .dots-horizontal_1 {
		right: calc(50% + 104px);
		bottom: 50px;
		z-index: 4;
	}
	.cf7_main.cf7_main_index .left_bg, .cf7_main.cf7_main_index .right_bg {
		display: none;
	}
	
	.cf7_main .blue_bg {
		bottom: -246px;
		right: calc(50% - 115px);
		z-index: 1;
		top: auto;
	}
}

@media screen and (max-width: 768px) {
	.cf7_main form .cf7_cont, .cf7_main form .cf7_cont2 {
		flex-direction: column;
	}
	.cf7_main form .cf7_cont span:last-child {
		padding-left: 0;
		width: 100%;
	}
	.cf7_main form select {
		padding: 15px 23px 15px 56px;
	}
	.cf7_main form .input-name, .cf7_main form .input-phone, .cf7_main form .input-text, .cf7_main form select {
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
	}
	.cf7_main form .select_icon {
		margin-top: 15px;
	}
	.cf7_main form .name_icon {
		margin-top: 16px;
	}
	.cf7_main form .phone_icon {
		margin-top: 14px;
		margin-left: 23px;
	}
	.cf7_main form .text_icon {
		margin-top: 20px;
	}
	.cf7_main form .cf7_cont2 {
		flex-direction: column-reverse;
		align-items: center;
	}
	.cf7_main form .cf7_cont2 .btn_cont {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	
}
@media screen and (max-width: 690px) {
	.cf7_main form .icon_btn {
		margin-left: 50px;
	}
}
@media screen and (max-width: 600px) {
	.cf7_main form .icon_btn {
		margin-left: 40px;
	}
}
@media screen and (max-width: 560px) {
	.cf7_main form .icon_btn {
		margin-left: 30px;
	}
	.cf7_main form .select_icon {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.cf7_main form {
		padding: 24px 16px;
	}
	.cf7_main form .cf7_cont2 .wpcf7-form-control-wrap, .cf7_main form .cf7_cont2 .btn_cont {
		width: 80%;
	}
	.cf7_main form .cf7_cont2 .btn_cont input {
		padding-left: 15%;
	}
	.cf7_main form .icon_btn {
		margin-left: 15%;
	}
}
@media screen and (max-width: 420px) {
	.cf7_main h2 {
		font-weight: 700;
		font-size: 30px;
		line-height: 36px;
	}
	.cf7_main .ander_title {
		font-weight: 400;
		font-size: 20px;
		line-height: 26px;
	}
	
}
@media screen and (max-width: 376px) {
	.cf7_main.cf7_main_index .mobile_bg {
		position: absolute;
		height: 270px;
		width: 100%;
		background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/top-view-finance-business-elements-3.png);
		background-size: cover;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
}
@media screen and (max-width: 370px) {
	.cf7_main form .icon_btn {
		margin-left: 10%;
	}
}
.sample_doc {
	padding-top: 30px !important;
}
.sample_doc h2, .forums h2 {
	margin:0;
}
.sample_doc.thanks h2 {
	margin-bottom: 30px;
}

.sample_doc .ander_title {
	margin-bottom: 20px;
	display: block;
	color: #666666;
}

.sample_doc .ander_title, .forums .ander_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #1E1E20;
	margin-bottom: 30px;
	display: block;
}

.swiper-slide_doc {
	width: 145px;
}

.swiper-slide_doc img {
	border: 1px solid #afafaf;
}

.sample_doc_spans {
	padding: 14px;
	display: flex;
	flex-direction: column;
}

.sample_doc_title {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #A4A4A4;
	margin-bottom: 10px;
}

.sample_doc_spans a {
	width: 100%;
	padding: 3px;
	background: #666;
	font-weight: 700;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #F3F3F3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sample_doc_spans a i {
	width: 9px;
	height: 9px;
	display: block;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-5.svg);
	margin-right: 6px;
}

.sample_doc_spans a:hover {
	color: #F3F3F3;
	background: #000;
}

.mySwiperDoc, .mySwiperOur_projects, .mySwiperThanks {
	width: 85%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.swiper-button-prev.swiper-button-doc, .swiper-button-next.swiper-button-doc, .swiper-button-prev.swiper-button-projects, .swiper-button-next.swiper-button-projects, .swiper-button-prev.swiper-button-thanks, .swiper-button-next.swiper-button-thanks {
	top: 22.5px;
	border: 1px solid #DADADA;
	width: 45px;
	height: 45px;
	padding: 11px;
}

.swiper-button-prev.swiper-button-doc:after, .swiper-button-next.swiper-button-doc:after, .swiper-button-prev.swiper-button-projects:after, .swiper-button-next.swiper-button-projects:after, .swiper-button-prev.swiper-button-thanks:after, .swiper-button-next.swiper-button-thanks:after {
	font-size: 12px;
}
@media screen and (max-width: 991px) {
	.sample_doc .ander_title, .forums .ander_title {
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.sample_doc .ander_title, .forums .ander_title {
		font-size: 13px;
		line-height: 21px;
	}
}
@media screen and (max-width: 680px) {
	.mySwiperDoc, .mySwiperOur_projects, .mySwiperThanks {
		width: 80%;
	}
}

@media screen and (max-width: 500px) {
	.mySwiperDoc, .mySwiperOur_projects, .mySwiperThanks {
		width: 100%;
	}
	.swiper-button-prev.swiper-button-doc, .swiper-button-next.swiper-button-doc, .swiper-button-prev.swiper-button-projects, .swiper-button-next.swiper-button-projects, .swiper-button-prev.swiper-button-thanks, .swiper-button-next.swiper-button-thanks  {
		top: calc(100% + 30px);
	}
	.swiper-button-prev.swiper-button-doc, .swiper-button-prev.swiper-button-projects, .swiper-button-prev.swiper-button-thanks {
		right: 57px;
		left: auto;
	}
	.swiper-slide_doc {
		margin-right: 10px !important;
	}
}

.work_scheme {
	padding-bottom: 66px !important;
	padding-top: 66px !important;
}

.work_scheme .swiper-slide {
	width: 216px;
	height: auto;
}
.work_scheme .top {
	position: relative;
}
.work_scheme .top .img {
	width: 216px;
	height: 216px;
}

.work_scheme .top .bg {
	font-family: 'Montserrat-Bold';
	font-style: normal;
	font-weight: 1000;
	font-size: 130px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #EBECEF;
	position: absolute;
	width: 216px;
	top: -20px;
	z-index: -1;
}

.work_scheme .top.top1 .img {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/—pngtree—mockup-3d-phone-elegant_5739805-1.png);
}

.work_scheme .top.top2 .img {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/—pngtree—mockup-3d-phone-elegant_5739805-2.png);
}

.work_scheme .top.top3 .img {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/—pngtree—mockup-3d-phone-elegant_5739805-3.png);
}

.work_scheme .top.top4 .img {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/—pngtree—mockup-3d-phone-elegant_5739805-4.png);
}

.work_scheme .top.top5 .img {
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/—pngtree—mockup-3d-phone-elegant_5739805-5.png);
}

.work_scheme .bottom {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #1E1E20;
}

.work_scheme a, .forums a {
	display: block;
	width: 246px;
	padding: 10px;
	background: #4574FD;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	transition: all 0.2s ease-out;
}

.work_scheme a:hover, .forums a:hover {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 560px) {
	.work_scheme .bottom {
		font-size: 14px;
		line-height: 20px;
	}
}
.our_clients {
	padding: 36px 0 40px 0 !important;
}

.our_clients h2 {
	margin-bottom: 8px;
}

.our_clients .ander_title {
	margin-bottom: 20px;
	display: block;
	color: #666666;
}
.our_clients .swiper-slide {
	width: 172px;
	height: 90px;
	border: 1px solid #ECECEC;
	margin-top: 20px;
	padding: 10px;
	display: flex;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.our_clients .swiper-slide img {
	filter: grayscale(100%);
}

.our_clients a {
	padding: 10px 30px 10px 58px;
	font-weight: 700;
	line-height: 28px;
	color: #FFFFFF;
	background: #1E1E20;
	width: 282px;
	display: block;
	font-size: 13px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 49px;
	position: relative;
	transition: all 0.2s ease-out;
}

.our_clients a i {
	position: absolute;
	width: 13px;
	height: 12px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-6.svg);
	top: calc(50% - 6px);
	left: 39px;
}

.our_clients a:hover {
	color: #fff;
	background: #4574FD;
}

.our_clients .swiper-slide:hover img {
	filter: grayscale(0%);
}

.our_clients .swiper-grid-column .swiper-wrapper {
	flex-direction: unset;
}

@media screen and (max-width: 767px) {
	.our_clients .ander_title {
		font-size: 14px;
		line-height: 20px;
	}
}

.blue_motivator {
	background: #1E1E20;
	padding: 82px 0;
}

.blue_motivator .h2-motivator {
	font-weight: 700;
	font-size: 38px;
	line-height: 130%;
	max-width: 593px;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 60px;
	font-family: Montserrat-Bold, Verdana, sans-serif;
}

.blue_motivator .h2-motivator span {
	color: #4574FD;
}

.blue_motivator .motivator {
	background: #4574FD;
	border-radius: 175px;
	padding: 66px 430px 66px 186px;
	position: relative;
	overflow: hidden;
}

.blue_motivator .motivator .bl_bg1 {
	position: absolute;
	width: 171px;
	height: 171px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/rectangle-38.svg);
	top: calc(50% - 85.5px);
	left: 0;
	background-size: cover;
	z-index: 2;
}

.blue_motivator .motivator .bl_bg2 {
	position: absolute;
	width: 346px;
	height: 171px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/rectangle-37.svg);
	top: calc(50% - 85.5px);
	right: 45px;
	background-size: cover;
	z-index: 2;
}

.blue_motivator .ch_bg {
	position: absolute;
	width: 301px;
	height: 429px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/man-in-black-suit-having-his-arms-crossed-removebg-preview1-1.png);
	right: 130px;
	background-size: cover;
	z-index: 2;
	bottom: 0;
}

.blue_motivator .dots_bg {
	position: absolute;
	width: 164px;
	height: 44px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/pattern.svg);
	right: 72px;
	background-size: cover;
	z-index: 3;
	top: 55px;
}

.blue_motivator .motivator .phone_bg {
	position: absolute;
	width: 52px;
	height: 52px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-1-2.svg);
	top: calc(50% - 26px);
	left: 59px;
	background-size: cover;
	z-index: 2;
}

.blue_motivator .motivator .text {
	display: flex;
}

.blue_motivator .motivator .text .left {
	max-width: 220px;
}

.blue_motivator .motivator .text .top {
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.blue_motivator .motivator .text .bottom {
	font-weight: 700;
	font-size: 23px;
	line-height: 26px;
	color: #000000;
}
.blue_motivator .motivator .right {
	z-index:4;
}
.blue_motivator .motivator .right a {
	font-weight: 700;
	font-size: 33px;
	line-height: 130%;
	color: #FFFFFF;
	font-family: Montserrat-Bold,Verdana,sans-serif;
}

.blue_motivator .motivator .right p {
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	text-align: center;
}

.blue_motivator .motivator .phone {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.blue_motivator .motivator .phone a {
	width: 254px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	position: relative;
}

.blue_motivator .motivator .phone a.btn1 {
	background: #1E1E20;
	color: #FFFFFF;
	transition: all 0.2s ease-out;
}

.blue_motivator .motivator .phone a.btn1:hover {
	background: #295EF9;
}

.blue_motivator .motivator .phone a.btn1 i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon1.svg);
	top: calc(50% - 8px);
	left: 56px;
	background-size: cover;
}

.blue_motivator .motivator .phone a.btn2 {
	background: #FFFFFF;
	z-index: 4;
	transition: all 0.2s ease-out;
}

.blue_motivator .motivator .phone a.btn2:hover {
	background: #1e1e20;
	color: #fff;
}

.blue_motivator .motivator .phone a.btn2 i {
	position: absolute;
	width: 17px;
	height: 16px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-7.svg);
	background-size: auto;
	top: calc(50% - 8px);
	left: 56px;
	background-size: cover;
}

.blue_motivator.motivator_ni {
	background: unset;
}

.blue_motivator.motivator_ni .h2-motivator {
	color: #000;
}

.blue_motivator.motivator_ni .ch_bg {
	right: 150px;
}

@media screen and (max-width: 1160px) {
	.blue_motivator .motivator {
		padding: 66px 394px 66px 186px;
	}
	.blue_motivator .motivator .text {
		justify-content: space-between;
	}
	.blue_motivator .ch_bg {
		width: 237px;
		height: 339px;
		right: 120px;
	}
	.blue_motivator .motivator .right a {
		font-size: 28px;
	}
}

@media screen and (max-width: 1118px) {
	.blue_motivator .motivator {
		padding: 66px 360px 66px 186px;
	}
}
@media screen and (max-width: 1084px) {
	.blue_motivator .ch_bg {
		width: 201px;
		height: 288px;
	}
	.blue_motivator .motivator {
		padding: 66px 312px 66px 186px;
	}
}
@media screen and (max-width: 1036px) {
	.blue_motivator .motivator .phone a {
		width: 234px;
	}
	.blue_motivator .motivator .phone a.btn1 i {
		left: 48px;
	}
	.blue_motivator .motivator .phone a.btn2 i {
		left: 46px;
	}
	.blue_motivator .motivator .right p {
		font-size: 13px;
	}
}
@media screen and (max-width: 998px) {
	.blue_motivator .ch_bg {
		width: 160px;
		height: 228px;
	}
	.blue_motivator .dots_bg {
		width: 133px;
		height: 35px;
		top: 112px;
	}
	.blue_motivator .motivator {
		padding: 66px 268px 66px 186px;
	}
}
@media screen and (max-width: 954px) {
	.blue_motivator .ch_bg {
		display: none;
	}
	.blue_motivator .dots_bg {
		display: none;
	}
	.blue_motivator .motivator {
		padding: 66px 186px 66px 186px;
	}
}
@media screen and (max-width: 870px) {
	.blue_motivator .motivator .phone_bg {
		display: none;
	}
	.blue_motivator .motivator .bl_bg1 {
		display: none;
	}
	.blue_motivator .motivator .text {
		flex-direction: column;
	}
	.blue_motivator .motivator .text .left {
		text-align: center;
		max-width: unset;
		z-index: 4;
	}
	.blue_motivator .motivator .right {
		text-align: center;
	}
	.blue_motivator .motivator .phone {
		flex-direction: column;
		align-items: center;
	}
	.blue_motivator .motivator .phone a.btn1 {
		z-index: 4;
		margin: 12px;
	}
	.blue_motivator .motivator .phone a {
		width: 288px;
	}
	.blue_motivator .motivator .phone a.btn1 i, .blue_motivator .motivator .phone a.btn2 i {
		left: 73px;
	}
	.blue_motivator .motivator {
		padding: 28px 8px 347px 8px;
		width: 50%;
		border-radius: 64px 64px 24px 24px;
		margin: 0 auto;
	}
	.blue_motivator .h2-motivator {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.blue_motivator {
		padding: 24px 0;
	}
	.blue_motivator .motivator .bl_bg2 {
		right: calc(50% - 173px);
		bottom: 34px;
		top: unset;
	}
	.blue_motivator .ch_bg {
		width: 229px;
		height: 335px;
		right: calc(50% - 114.5px);
		display: block;
	}
	.blue_motivator.motivator_ni .ch_bg {
		right: calc(50% - 114.5px);
	}
	.blue_motivator .dots_bg {
		width: 82px;
		height: 22px;
		bottom: 135px;
		top: unset;
		left: calc(50% + 84px);
		display: block;
	}
	.blue_motivator .motivator .text .top {
		width: 170px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 746px) {
	.blue_motivator .motivator {
		width: 55%;
	}
}
@media screen and (max-width: 642px) {
	.blue_motivator .motivator {
		width: 60%;
	}
}
@media screen and (max-width: 562px) {
	.blue_motivator .motivator {
		width: 70%;
	}
}
@media screen and (max-width: 498px) {
	.blue_motivator .motivator {
		width: 80%;
	}
}
@media screen and (max-width: 450px) {
	.blue_motivator .motivator {
		width: 90%;
	}
}
@media screen and (max-width: 400px) {
	.blue_motivator .motivator {
		width: 100%;
	}
}

.main_text_block {
	padding-top: 50px !important;
	padding-bottom: 30px !important;
}

.current-menu-item, .header__home {
	pointer-events: none;
}

.sub-menu li.current-menu-item a {
	color: #3764e8;
}

.sub-menu li.current-menu-item {
	position: relative;
	font-size: 12px;
	line-height: 15px;
	color: #3764e8;
}

li.current-menu-item {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 120%;
	letter-spacing: 0;
	color: #3764e8;
	transition: color .3s ease-in-out;
}

@media screen and (max-width: 1199px) {
	li.current-menu-item {
		font-size: 20px;
		font-family: Montserrat-Bold,Verdana,sans-serif;
		line-height: 24px;
	}
	.sub-menu li.current-menu-item {
		font-size: 16px;
	font-family: Montserrat-Medium,Verdana,sans-serif;
	line-height: 200%;
	}
}

@media screen and (max-width: 767px) {
	.sub-menu li.current-menu-item {
		font-size: 14px;
		line-height: 140%;
		font-family: Montserrat-Medium,Verdana,sans-serif;
		display: flex;
	}
	li.current-menu-item {
		font-size: 20px;
		line-height: 24px;
		font-family: Montserrat-Medium,Verdana,sans-serif;
		color: #3764e8;
	}
}

.error_404 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 0 15px 50px 15px !important;
}

.error_404 h1 {
	font-size: 250px;
	margin: 0;
	color: #000;
}

.error_404 h1 span {
	color: #4574fd;
}

.error_404 .text {
	font-size: 30px;
}

.error_404 .err_btn {
	padding: 10px 30px 10px 58px;
	font-weight: 700;
	line-height: 28px;
	color: #FFFFFF;
	background: #1E1E20;
	width: 282px;
	display: block;
	font-size: 13px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 49px;
	position: relative;
	transition: all 0.2s ease-out;
}

.error_404 .err_btn i {
	position: absolute;
	width: 13px;
	height: 12px;
	background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-6.svg);
	top: calc(50% - 6px);
	left: 82px;
}

.error_404 .err_btn:hover {
	color: #fff;
	background: #4574FD;
}
@media screen and (max-width: 930px) {
	.error_404 {
		padding: 100px 15px 50px 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.error_404 h1 {
		font-size: 200px;
	}
	.error_404 .text {
	  font-size: 25px;
	  padding: 0 15px;
	}
}

@media screen and (max-width: 500px) {
	.error_404 h1 {
		font-size: 150px;
	}
	.error_404 .text {
	  font-size: 20px;
	}
}

@media screen and (max-width: 380px) {
	.error_404 h1 {
		font-size: 110px;
	}
	.error_404 .text {
	  font-size: 18px;
	}
}

ul.breadcrumb {
	margin-bottom: unset !important;
	padding-left: unset !important;
	list-style-type: none ;
	font-size: 12px;
	line-height: 15px;
	color: #878787;
}

#breadcrumbs span.divider {
	padding: 0 5px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.9;
	color: #1e1e20;
}

#breadcrumbs span {
  font-size: 12px;
  line-height: 15px;
  color: #878787;
	display: flex;
align-items: center;
}

.forums {
	background-color: #f9f9f9;
	padding-bottom: 66px !important;
	padding-top: 66px !important;
}

.forums .swiper-slide {
	width: 255px;
	height: 332px;
	position: relative;
	margin-top: 39px;
}

.forums .swiper-slide.slide2 {
	width: 540px;
}

.forums .swiper-wrapper {
	flex-direction: unset;
}

.forums .img_cont-1 {
	width: 255px;
	height: 166px;
}

.forums .img-1 {
	width: 255px;
	height: 157px;
	position: relative;
	top: 30px;
}

.forums .img_cont-2 {
	width: 255px;
	height: 166px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.forums .img-2 {
	width: 179px;
	height: 110px;
}

.forums .img_cont-3 {
	width: 540px;
	height: 332px;
}

.forums .img-3 {
	width: 540px;
	height: 332px;
}

.forums .img_cont-4 {
	width: 255px;
	height: 166px;
}

.forums .img-4 {
	width: 179px;
	height: 110px;
	position: relative;
	top: 30px;
}

.forums .img_cont-5 {
	width: 255px;
	height: 166px;
	grid-area: 2 / 3 / 3 / 4;
	display: flex;
	align-items: flex-end;
}

.forums .img-5 {
	width: 255px;
	height: 157px;
}

.form_title {
  text-align: center;
  color: #fff;
}

.form_title .ft1 {
  font-size: 23px;
}

.form_title .ft2 {
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

@media screen and (max-width: 990px) {
	.form_title {
		text-align: left;
	}
}

.swiper-button-next:after {
	content: "";
	width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/08/arrow_.png);
    background-position: center;
    background-size: cover;
}

.swiper-button-prev:after {
	content: "";
	width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/08/arrow_.png);
    background-position: center;
    background-size: cover;
	transform: rotate(180deg);
}

.hero {
	position: relative;
	z-index: 1;
}

.hero .ower_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	opacity: 0.4;
	z-index: -1;
}

.works_main .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	color: #fff;
}

.after_works_main {
	padding-top: 30px!important;
}

@media screen and (max-width: 767px) {
	.after_works_main {
		padding-top: 30px!important;
	}
}

.header__box_tg {
	width: 45px !important;
  	height: 29px;
}



.header__box_tg svg {
	width: 100%;
  	height: 100%;
}

.header__box_tg svg path {
	fill: #fff;
	transition: all .3s ease-in-out;
}

.header__box_tg:hover svg path {
	fill: #4574fd;
}

.phones {
  	min-width: 32%;
  	align-items: center;
}

.phones__link {
  border-right: 1px solid #fff;
}

.phones__link:last-child {
  border-right: none;
}

.footer-block_tg {
	width: 25px;
	  height: 25px;
	  display: block;
}

.footer-block_tg svg {
	width: 100%;
  	height: 100%;
}

.footer-block_tg svg path {
	fill: #fff;
	transition: all .3s ease-in-out;
}

.footer-block_tg:hover svg path {
	fill: #4574fd;
}



.contacts__cont_tg {
	width: 30px;
	  height: 30px;
	  display: block;
	margin-bottom: 30px;
}

.contacts__cont_tg svg {
	width: 100%;
  	height: 100%;
}

.contacts__cont_tg svg path {
	fill: #a4a4a4;
	transition: all .3s ease-in-out;
}

.contacts__cont_tg:hover svg path {
	fill: #000;
}

@media screen and (max-width: 991px) {
	.contacts__cont_tg {
		width: 25px;
	  	height: 25px;
	}
}

section.thanks {
	background-size: cover;
  	background-position: center;
}

section.thanks h1 {
	margin-bottom: 0;
	padding-top: 30px;
	font-size: 63px;
}

section.thanks .thanks_btn {
	margin-top: 56px;
	width: 212px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-family: Montserrat-Bold,Verdana,sans-serif;
	line-height: 20px;
	color: #fff;
	background-color: #4574fd;
	transition: all .3s ease-in-out;
	margin-left: calc(var(--bs-gutter-x) * .5);
}

section.thanks .thanks_btn:hover {
	background-color: #3764e8;
}

@media screen and (max-width: 767px) {
	section.thanks h1 {
		font-size: 35px;
	}
	section.thanks h2 {
		margin-bottom: 30px;
	}
	section.thanks h3 {
		font-size: 18px;
	}
	section.thanks .thanks_btn {
		margin-top: 30px;
		width: 197px;
  		min-height: 51px;
		font-size: 14px;
	}	
}

.hero__ul {
	list-style-type: square;
	margin-top: 24px;
	color: #fff;
	font-size: 18px;
}

.hero__ul li {
	margin-bottom: 10px;
	margin-left: 13px;
}

.hero__ul li::marker {
	color: #4574fd;
}

@media screen and (max-width: 767px) {
	.hero__ul li {
		font-size: 14px;
	}
}

section.achievements {
	background-image: url(https://sintezconsulting.ru/wp-content/uploads/2023/09/black-halftone-dots-background-png3-min.png);
  	background-position-x: left;
  	background-position-y: bottom;
  	background-size: cover;
	position: relative;
}

section.achievements .bg {
	position: absolute;
	height: 90%;
	width: auto;
	top: 5%;
	right: 0;
}

section.achievements .s_title {
	font-size: 70px;
	font-weight: 800;
	font-family: Montserrat-Bold,Verdana,sans-serif;
	line-height: 130%;
}

section.achievements .s_title2 {
	font-size: 130px;
	font-weight: 800;
	font-family: Montserrat-Bold,Verdana,sans-serif;
	line-height: 100%;
	color: #0060df;
	position: relative;
}

section.achievements .list {
	margin-top: 47px;
	max-width: 800px;
}

section.achievements .list .item {
	position: relative;
	font-size: 25px;
	padding: 15px 0 0 90px;
	margin-bottom: 30px;
	line-height: 130%;
}

section.achievements .list .item span {
	font-weight: 700;
}

section.achievements .list .item i {
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
}

@media screen and (max-width: 1328px) {
	section.achievements .bg {
		opacity: 0.1;
	}
	section.achievements .s_title {
		font-size: 60px;
	}
	section.achievements .s_title2 {
		font-size: 100px;
	}
	section.achievements .list .item {
		font-size: 22px;
  		padding: 15px 0 0 80px;
	}
	section.achievements .list .item i {
		width: 60px;
  		height: 60px;
	}
}

@media screen and (max-width: 750px) {
	section.achievements .s_title {
		font-size: 50px;
	}
	section.achievements .s_title2 {
		font-size: 80px;
	}
	section.achievements .list .item {
		font-size: 20px;
  		padding: 15px 0 0 70px;
	}
	section.achievements .list .item i {
		width: 50px;
  		height: 50px;
	}
	section.achievements .list {
		padding-right: 50px;
	}
}

@media screen and (max-width: 500px) {
	section.achievements .bg {
		display: none;
	}
	section.achievements .s_title {
		font-size: 40px;
	}
	section.achievements .s_title2 {
		font-size: 60px;
	}
	section.achievements .list .item {
		font-size: 18px;
  		padding: 15px 0 0 60px;
	}
	section.achievements .list .item i {
		width: 45px;
  		height: 45px;
	}
	section.achievements .list {
		padding-right: 0;
	}
}

section.y_reviews {
	background-size: cover;
	background-position: center;
}

section.y_reviews h2 {
	color: #fff;
  	text-align: center;
}

section.y_reviews .y_reviews_item {
	margin: 0 auto;
	max-width: 100%;
}

section.main-contacts .container {
	display: flex;
}

section.main-contacts .container .left-box {
	width: 50%;
  	padding-right: 30px;
}

section.main-contacts .container .left-box .contacts-cont__map {
	height: 100%;
}

section.main-contacts .container .right-box {
	width: 50%;
}

section.main-contacts .container .right-box h2 {
	margin-bottom: 30px;
}

section.main-contacts .container .right-box .c_text {
	color: #666;
	margin-bottom: 30px;
	font-size: 16px;
}

section.main-contacts .container .right-box .c_contacts {
	display: flex;
  	flex-wrap: wrap;
	gap: 30px;
	font-size: 16px;
}

section.main-contacts .container .right-box .c_contacts .item {
	display: flex;
  	flex-direction: column;
  	padding-left: 50px;
	position: relative;
	padding-top: 8px;
}

section.main-contacts .container .right-box .c_contacts .item i {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	background-size: cover;
}

section.main-contacts .container .right-box .c_contacts .item span {
	color: #666;
}

section.main-contacts .container .right-box .c_contacts .item a {
	transition: all .3s ease-in-out;
	font-weight: 700;
}

section.main-contacts .container .right-box .c_contacts .item a:hover {
	color: #3764e8;
}

section.main-contacts .container .right-box .c_btn_box {
	margin-top: 30px;
	display: flex;
  	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

section.main-contacts .container .right-box .c_btn_box .item.item_tg {
	padding: 0;
	width: 40px;
	height: 40px;
	display: block;
}

section.main-contacts .container .right-box .c_btn_box .item.item_tg svg {
	width: 100%;
	height: 100%;
}

section.main-contacts .container .right-box .c_btn_box .item.item_tg svg path {
	fill: #666;
	transition: all .3s ease-in-out;
}

section.main-contacts .container .right-box .c_btn_box .item.item_tg a:hover svg path {
	fill: #3764e8;
}

section.main-contacts .container .right-box .c_btn {
	width: 300px;
  	padding: 0 15px;
  	text-align: center;
  	font-size: 16px;
  	line-height: 130%;
  	height: 60px;
}

section.main-contacts .container .right-box .c_btn:hover, section.main-contacts .container .right-box .c_btn:active,  section.main-contacts .container .right-box .c_btn:focus {
	color: #fff;
}

@media screen and (max-width: 1100px) {
	section.main-contacts .container {
		flex-direction: column-reverse;
	}
	section.main-contacts .container .right-box, section.main-contacts .container .left-box {
		width: 100%;
		padding: 0;
	}
	section.main-contacts .container .left-box {
		margin-top: 30px;
	}
	section.main-contacts .container .left-box .contacts-cont__map {
		height: 370px;
	}
}

.hero__text h1 {
	font-size: 52px;
}

.hero__text .hero__descr {
	font-size: 20px;
}

@media screen and (max-width: 991px) {
  .hero__text h1 {	
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .hero__text h1 {
    font-size: 32px;
  }
	.hero__text .hero__descr {
		font-size: 18px;
	}
}

.callback_header {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    margin-left: 5px;
}
.callback_header:hover {
    color: #4574fd;
    transition: color .3s ease-in-out;
}
.callback_header:active, .callback_header:focus {
    color: #fff;
}
.header__top {
    color: #fff;
    font-size: 12px;
    padding: 5px 0 0;
}
.header__top span {
    width: auto;
}
@media screen and (max-width: 1199px) {
	.header__top {
		display: none !important;
	}
}
.scheme {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.scheme__list {
    gap: 6%;
    padding-left: 0 !important;
}
.scheme__item {
    padding-right: 0 !important;
    flex-direction: row;
    display: flex;
    width: 47% !important;
    align-items: center;
    margin-bottom: 64px;
}
.scheme__image {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.scheme__img {
    width: 60px;
    height: 60px;
}
.scheme__title {
    font-size: 18px;
    font-family: Montserrat-SemiBold, Verdana, sans-serif;
    line-height: 165%;
}
@media screen and (max-width: 767px) {
    .scheme__item {
        width: 50%;
        padding-right: 14px !important;
        flex-direction: column;
        align-items: center;
    }
	.scheme__image {
    	margin-right: 0;
	}
	.scheme__title {
		text-align: center;
		font-size: 14px;
	}
	.scheme__text {
		text-align: center;
		font-size: 12px;
	}
}
.project {
    padding: 50px;
    background: #f3f3f3;
}
.project .project-price {
    color: #0060df;
    font-size: 34px;
    font-weight: 600;
    text-align: right;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.consul_footer {
    padding: 7px 15px;
    background: #fff;
    margin-top: 30px;
    display: inline-block;
	transition: all .3s ease-in-out;
}
.consul_footer:hover {
	background: #4574FD;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
}
.footer__bottom .copyright {
    color: #fff;
    font-size: 14px;
}
.footer__bottom a {
    color: #fff;
    font-size: 14px;
}
.footer__bottom a:hover {
    color: #4574fd;
    transition: color .3s ease-in-out;
}
.footer-block:first-child .footer-block__list {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
.footer-block:last-child {
    order: 4;
}
.footer-block:first-child {
    order: 3;
}
.footer__bottom {
    flex-wrap: wrap;
}
}
.blog-article__info {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
}
.tags-block {
    margin-bottom: 40px;
}
.tags-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.tag-link {
    padding: 7px 10px;
    background: #4574fd;
    color: #fff;
}
.article_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}
.tags-article-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.tags-article-container span {
    padding: 5px 10px;
    background: #4574FD;
    font-size: 14px;
    color: #fff;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
    padding-left: 0 !important;
}
.ya-share2__list {
    margin-bottom: 0 !important;
}
.ya-share2__link {
    font-size: 15px !important;
}
.article__info {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.navigation {
    display: flex;
    justify-content: space-between;
}
.navigation a {
    background: var(--bs-link-color);
    color: #fff;
    padding: 5px 10px;
}
.items__more, .content__more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: Montserrat-Bold, Verdana, sans-serif;
    line-height: 16px;
    color: #fff;
    background-color: #4574fd;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    padding: 15px 30px;
    text-transform: uppercase;
}
.items__more:hover, .content__more:hover {
    background-color: #3764e8;
    transition: all .3s ease-in-out;
}

.phones_header-mob {
    display: none;
    position: absolute;
    right: 90px;
    top: 20px;
    left: auto;
    z-index: 3;
    height: 28px;
    width: 28px !important;
    margin-top: 0;
    background-color: transparent;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.phones_header-mob .phone_icon {
    position: absolute;
    background: url(http://sintezconsulting.ru/wp-content/uploads/2023/02/icon-2.svg);
    width: 30px;
    height: 30px;
    background-size: cover;
    display: block;
    z-index: 2;
    filter: invert(1);
}
@media screen and (max-width: 1199px) {
    .phones_header-mob {
        display: block;
    }
	.phones-mobile {
		display: flex !important;
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}
	.phones-mobile .header__box_tg svg {
		width: 45px !important;
		height: 29px;
	}
	.phones-mobile .callback_header {
		font-size: 16px;
		font-family: Montserrat-Bold, Verdana, sans-serif;
	}
	.phones-mobile p {
		font-size: 16px;
		color: #fff;
		font-family: Montserrat-Bold, Verdana, sans-serif;
	}
	.phones__link_mobile {
        border-right: none;
    }
}
@media screen and (max-width: 767px) {
    .menu-top {
        top: 115px !important;
        height: calc(100% - 115px) !important;
    }
}
.header__menu {
    width: 590px !important;
}
.menu-top__list li {
    padding: 10px 15px !important;
}
@media screen and (max-width: 480px) {
.footer__cont {
    flex-direction: column;
}
}
ul.article-page__list {
    margin-bottom: 0 !important;
}
.content_works {
    height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease; 
    margin: 80px 0 30px;
}

.content_works.expanded {
	height: auto;
	overflow: visible; 
}
.header__box_tg.phones_header-mob {
    right: 130px;
}
.header__box_tg.phones_header-mob svg {
    width: 28px;
    height: 28px;
}
.contacts-cont__locations {
    padding: 40px 0 0;
}
.location {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 0;
}
.item_loc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #eee;
    padding: 20px;
    align-items: center;
}
.sample_loc_spans {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 767px) {
.location {
    grid-template-columns: 1fr 1fr;
}
.sample_loc_spans {
    font-size: 14px;
    line-height: 1.5;
}
}
@media screen and (max-width: 480px) {
.location {
    grid-template-columns: 1fr;
}
}
.article-price {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}