@font-face {
	font-weight: normal;
	font-family: 'Archive';
	font-style: normal;
	src: url('../fonts/Archive.otf');
	font-display: swap;
}

.c-slider.c-slider-template-1 [data-item-scheme='black'] .widget-item-header,
.intec-template .widget .widget-header .widget-title {
	font-family: 'Archive';
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8 {
	font-family: 'Archive';
}

a, [data-ui-markup="a"], .intec-ui-markup-a {
    color: #5C7CB1;
}

ul > li:before, [data-ui-markup="ul"] > [data-ui-markup="li"]:before, .intec-ui-markup-ul > .intec-ui-markup-li:before {
    color: #BA9676!important;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-picture {
	height: 50px !important;
}

.widget-name {
	font-family: 'Archive';
}

.clearfix {
	clear: both;
}

.ns-bitrix.c-catalog-element.c-catalog-element-services-default-4 .catalog-element-banner .catalog-element-banner-wrapper {
    height: 100%;
    min-height: 400px;
}

.custom-tiles {
	overflow: hidden;
}
.custom-tiles__name {
	padding-left: 0px;

	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
.custom-tiles__description {
	margin-top: 15px;

	font-size: 16px;
	line-height: 22px;
}

.custom-tiles__image img {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.custom-tiles__image img.show_animation {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.custom-stages {
	padding-left: 0;

	counter-reset: myCounter;
}
.custom-stages li {
	position: relative;

	margin-bottom: 30px;
	padding: 0;
	padding-left: 50px;

	line-height: 40px;

	list-style: none;
	cursor: pointer;

	transition: 0.5s;
}
.custom-stages li:before {
	position: absolute;
	top: 0;
	left: 0;

	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px;
	margin-right: 15px;

	color: white;
	line-height: 40px;
	text-align: center;

	background: #2980b9;

	content: counter(myCounter);
	counter-increment: myCounter;
}
.custom-stages li:hover:before {
	opacity: 0.7;
}

.custom-text-columns {
	margin: 10px -15px;
}
.custom-text-columns {
	margin: 10px -15px;
}
.custom-text-columns p {
	margin-bottom: 10px;
}
.custom-text-columns:after {
	display: block;
	clear: both;

	content: ' ';
}

table.custom-icons-table .icon {
	width: 191px;
	height: 221px;

	text-align: center;
	text-shadow: 0 0 black;
	vertical-align: middle;

	background: url(/upload/Pictures/bg-table-icons.png) no-repeat left center;
}
table.custom-icons-table .border {
	width: 20px;
	height: 191px;

	background: url(/upload/Pictures/border-table-icons.png) no-repeat left center;
}
table.custom-icons-table .text {
	padding-right: 20px;
}
table.custom-icons-table .icon img {
	max-width: 50px;
	max-height: 50px;
}

@media all and (max-width: 600px) {
	table.custom-icons-table .icon,
	table.custom-icons-table .border {
		display: none;
	}
	table.custom-icons-table .text {
		padding-bottom: 20px;
	}
}

.custom-tiles-1:after {
	display: block;
	clear: both;

	content: ' ';
}
.custom-tiles-1__item {
	margin: 30px 0;
}
.custom-tiles-1__image {
	width: 120px;
	height: 120px;
	margin: 0 auto;

	line-height: 120px;
	text-align: center;

	background: #00c0ff;
	background: -moz-linear-gradient(-45deg, #00c0ff 0%, #004285 100%);
	background: -webkit-linear-gradient(-45deg, #00c0ff 0%, #004285 100%);
	background: linear-gradient(135deg, #00c0ff 0%, #004285 100%);
	border-radius: 50%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#004285',GradientType=1 );
}
.custom-tiles-1__image img {
	max-width: 90px;

	vertical-align: middle;
}
.custom-tiles-1__name {
	margin-top: 20px;

	font-weight: bold;
	text-align: center;
}

.custom-stages-1 {
	margin: 20px -20px;
	padding: 0;

	font-size: 0;

	counter-reset: myCounter;
}
.custom-stages-1:after {
	display: block;
	clear: both;

	content: ' ';
}
.custom-stages-1 li {
	position: relative;

	display: inline-block;
	box-sizing: border-box;
	width: 25%;
	margin-bottom: 30px;
	padding: 0 20px;

	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	vertical-align: top;

	list-style: none;
	cursor: pointer;

	transition: 0.5s;
}
.custom-stages-1 li:before {
	position: relative;

	display: block;
	margin: 0px;

	color: #2d2d2d;
	font-weight: bold;
	font-size: 55px;
	line-height: 70px;
	text-align: left;

	content: counter(myCounter) '.' !important;
	counter-increment: myCounter !important;
}
.custom-stages-1 b {
	display: block;
	width: 75%;
	padding-top: 12px;
	padding-bottom: 15px;

	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}

@media all and (max-width: 768px) {
	.custom-stages-1 li {
		width: 33.33%;
	}
}
@media all and (max-width: 500px) {
	.custom-stages-1 li {
		width: 50%;
	}
}
@media all and (max-width: 320px) {
	.custom-stages-1 li {
		width: 100%;
	}
}

.intec-template .intec-template-part.intec-template-part-title,
.intec-template .widget .widget-header .widget-title {
	margin: 0;
}

.intec-template .intec-template-part.intec-template-part-title,
.intec-template .widget .widget-header .widget-title h2 {
	margin: 0;

	font-size: 32px;
}

@media (max-width: 768px) {
	.intec-template .intec-template-part.intec-template-part-title,
	.intec-template .widget .widget-header .widget-title h2 {
		font-size: 20px;
	}
}

.intec-ui.intec-ui-control-button.intec-ui-mod-round-2 {
	border-radius: 10px;
}
.intec-ui.intec-ui-control-button.intec-ui-mod-round-3 {
	border-radius: 10px;
}
.intec-ui.intec-ui-control-button.intec-ui-size-5.intec-ui-mod-round-half {
	border-radius: 10px;
}
.c-slider.c-slider-template-1
	.widget-item-buttons[data-view='4']
	.widget-item-button {
	border-radius: 10px !important;
}
.widget.c-services.c-services-template-5 [data-grid='4'] .widget-item-picture {
	border-radius: 10px;
}


.widget.c-stages.c-stages-template-4 .widget-items {
  display: block;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.widget.c-stages.c-stages-template-4 .widget-item {
  display: block;
  position: relative;
  border-top: 1px solid #f2f2f2;
  background: #FBFCFD;
  -webkit-transition-property: background, box-shadow;
  -moz-transition-property: background, box-shadow;
  -ms-transition-property: background, box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.widget.c-stages.c-stages-template-4 .widget-item:hover {
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
  -moz-box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
  box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
}
.widget.c-stages.c-stages-template-4 .widget-item:hover .widget-item-title-icon:before,
.widget.c-stages.c-stages-template-4 .widget-item:hover .widget-item-title-icon:after {
  background-color: #404040;
}
.widget.c-stages.c-stages-template-4 .widget-item-title {
  display: block;
  padding: 24px 32px;
  cursor: pointer;
}
.widget.c-stages.c-stages-template-4 .widget-item-title-wrapper {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.widget.c-stages.c-stages-template-4 .widget-item-title-text {
  display: block;
  padding-right: 75px;
}
.widget.c-stages.c-stages-template-4 .widget-item-title-icon {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
}
.widget.c-stages.c-stages-template-4 .widget-item-title-icon:before,
.widget.c-stages.c-stages-template-4 .widget-item-title-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #B0B0B0;
  -webkit-transition-property: transform, background-color;
  -moz-transition-property: transform, background-color;
  -ms-transition-property: transform, background-color;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-expanded=false] .widget-item-title-icon:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget.c-stages.c-stages-template-4 .widget-item-description {
  display: none;
  padding: 0px 32px 40px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-stages.c-stages-template-4 .widget-item-description-wrapper {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}
.widget.c-stages.c-stages-template-4 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-stages.c-stages-template-4 .widget-footer-button:hover, .widget.c-stages.c-stages-template-4 .widget-footer-button:focus, .widget.c-stages.c-stages-template-4 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-alignment=left] {
  text-align: left;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-alignment=center] {
  text-align: center;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-alignment=center] .widget-item-title-text {
  padding-left: 75px;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-alignment=right] {
  text-align: right;
}
.widget.c-stages.c-stages-template-4 .widget-item[data-expanded=true] .widget-item-title-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.author-art {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.author-art__link {
	display: flex;
	margin-left: 10px;
}

.author-art picture {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	display: flex;

	border-radius: 100%;
	overflow: hidden;
	margin-right: 5px;
}

.author-art__desc {
	display: flex;
	flex-direction: column;
}

.author-art__name {
	color: #383838;
	font-weight: 700;
	transition: .2s;
}

.author-art__spec {
	font-size: 14px;
	color: #9a9a9a;
}

.author-art picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: .2s;
}

.author-art .author-art__link:hover picture img {
	transform: scale(1.1);
}

.author-art .author-art__link:hover .author-art__name {
	color: #497c9d;
}

.widget-accordion__items {
	display: block;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.widget-accordion__item {
	display: block;
	border-top: 1px solid #e8e8e8;
	border-color: #f1f1f1;
}

.wa-item__question {
	padding: 16px 32px;
	cursor: pointer;
}

.wa-item__question-wrapper {
	font-size: 14px;
	line-height: 24px;
	color: #30343B;
	font-weight: 500;
	position: relative;
}

.wa-item__question-text {
	display: block;
	padding-right: 75px;
}

.wa-item__question-icon {
	display: block;
	position: absolute;
	text-align: center;
	line-height: 1;
	top: 50%;
	right: 0;

	font-size: 12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	transition: .3s;
}

.wa-item.active .wa-item__question-icon {
	transform: rotate(180deg);
}

.wa-item__answer {
	background-color: #fff;
	border-color: #f1f1f1;

	max-height: 0px;
	overflow: hidden;
	transition: .3s;
}

.wa-item.active .wa-item__answer {
	max-height: 9999px;
	transition: .3s;
	border-top: 1px solid #e8e8e8;
}

.wa-item__answer-wrapper {
	font-size: 13px;
	line-height: 24px;
	padding: 24px 40px 32px 40px;
}

.widget-serv__items {
	margin: -15px;
	margin-top: 1px;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.ws-item {
	padding: 15px;
}

.ws-item__wrapper {
	height: 100%;
	background-color: #FFF;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	padding: 32px;
	transition: .3s;
}

.ws-item__wrapper:hover {
	border-color: #fff;
	box-shadow: 0px 8px 32px rgba(27, 30, 37, 0.08);
}

.ws-item__header {
	display: flex;
	align-items: center;
}

.ws-item__img {
	width: 48px;
	height: 48px;
	margin-right: 24px;
	border-radius: 2px;
	overflow: hidden;
}

.ws-item__img img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

img.widget-item-picture {
	display: block;
}

.ws-item__subtitle a {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1B1E25;
	display: block;
	text-decoration: none !important;
	transition: .3s;
}

.ws-item__subtitle:hover a {
	color: #1c3960 !important;
}

.ws-item__info {
	margin-left: 72px;
}

.ws-item__desc {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	color: #404040;
}


@media all and (max-width: 720px) {
  .widget.c-stages.c-stages-template-4 .widget-item-title-text {
    padding-right: 50px;
  }
  .widget.c-stages.c-stages-template-4 .widget-item[data-alignment=center] .widget-item-title-text {
    padding-left: 50px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-stages.c-stages-template-4 .widget-item-title {
    padding: 15px;
  }
  .widget.c-stages.c-stages-template-4 .widget-item-title-wrapper {
    font-size: 14px;
    line-height: 20px;
  }
  .widget.c-stages.c-stages-template-4 .widget-item-title-text {
    padding-right: 35px;
  }
  .widget.c-stages.c-stages-template-4 .widget-item-description {
    padding: 0px 15px 20px 15px;
  }
  .widget.c-stages.c-stages-template-4 .widget-item-description-wrapper {
    font-size: 13px;
    line-height: 25px;
  }
}

.simple-list {
	display: flex;
	margin: 20px 0;
}

.simple-list__text {
	white-space: nowrap;
	margin-right: 20px;
}

.simple-list__list {
	display: flex;
	flex-wrap: wrap;
}

.simple-list__list > li {
	margin: 0;
	padding: 0 10px 0 0;
}

.simple-list__list > li:before {
	display: none;
}

@media all and (max-width: 992px) {
	.simple-list {
		flex-direction: column;
	}
}

@media all and (max-width: 576px) {
	.simple-list__list {
		flex-direction: column;
	}

	.simple-list__list > li {
		padding: 5px 0;
	}
}
