.avatar-contact-video {
	flex: 1;
	min-width: 300px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.avatar-video-controls {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	opacity: 0;
	transition: opacity 0.3s;
}
.avatar-contact-video:hover .avatar-video-controls {
	opacity: 1;
}



.video-hover:hover {
	transform: scale(1.02);
}




.info-item {
	cursor:pointer;
	padding: 10px 15px;
	background: #4a76a8;
	color: white;
	border-radius: 15px 15px 0 15px; /* Скругление справа */
	max-width: 75%;
	text-align: right;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	/* Анимация появления */
	animation: fadeIn 0.3s ease;
	transform-origin: right bottom;
	position: relative;
	bottom: 0;
	right: 10px;
	margin-left: auto !important;
	margin-right: 0 !important;
}
.info-item:hover {
	/* Дополнительные эффекты при наведении */
	opacity: 0.7;
	text-decoration: underline; /* Подчеркивание как у ссылки */
}

/* Анимация фона */
.avatar-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	z-index: -1;
}

/* Для мобильных */
@media (max-width: 768px) {
	.info-panel {
		width: calc(100% - 40px);
		right: 20px;
		left: 20px;
	}
}





.video-container {
	position: relative;
}

.video-hover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: opacity 0.3s;
}

.video-container:hover .video-poster {
	opacity: 0;
}





















/* Базовые стили контейнера (сохраняем ваши классы) */
.video-background-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 200px; /* Минимальная высота */
}
/* Стили видеофона */
.video-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Обеспечивает заполнение контейнера */
	z-index: 0;
}
.breadcrumbs-section {
	padding-top: calc(5em * var(--tw-bound-scale-0));
	position: relative;
}







































.logo-top {
	height: 8.625rem;
	overflow: visible; /* Разрешаем выход за границы */
	position: relative; /* Для корректного позиционирования */
}
.logo-wrapper {
	overflow: visible; /* Разрешаем выход за границы */
	position: relative; /* Для корректного позиционирования */
	position: relative; /* Создаем контекст позиционирования */
	hei1ght: 70px; /* Фиксированная высота родителя */
	backg1round: transparent; /* #ffffff;  Цвет фона */
	paddin2g: calc(1.5rem * var(--tw-bound-scale-0)); /* Отступ вокруг картинки */
	displa12y: inline-block; /* Чтобы фон был по размеру картинки */
	borde2r-radius: calc(.5rem * var(--tw-bound-scale-0)); /* Закругленные углы (опционально) */
}
.site-navbar-wrap.scrolled .logo-wrapper {
	height: 2.625rem;
}
.site-navbar-wrap {
	background: transparent !important;
	position: fixed;
	z-index: 99;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 113px;
	left: 0;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}
.site-navbar-wrap.scrolled {
	z-index: 99;
	padding: 0px 0;
	-webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
	background-color: #125385 !important;
	background-color: #125385;
	border-bottom: 3px solid #04c2e8;
}
.site-navbar-wrap.scrolled .logo-top {
	height: 3.5rem;
	vertical-align:central;
}






.slide-one-item.home-slider .owl-nav {
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	opacity: 0;
	visibility: hidden;
	position: absolute !important;
	top: 50% !important;
	bottom: auto !important;
	width: 100%;
	color:white;
}

.slide-one-item.home-slider .owl-prev {
	left: calc(1rem * var(--tw-bound-scale-0)) !important;
}

.slide-one-item.home-slider .owl-next {
	right: calc(1rem * var(--tw-bound-scale-0)) !important;
}

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
	color: #fff;
	position: absolute !important;
	top: 50%;
	padding: 0px;
	height: calc(3rem * var(--tw-bound-scale-0));
	width: calc(3rem * var(--tw-bound-scale-0));
	border-radius: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	line-height: 0;
	text-align: center;
	font-size: calc(2rem * var(--tw-bound-scale-0)) !important;
}

@media (min-width: 768px) {
	.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
		font-size: calc(2rem * var(--tw-bound-scale-0))!important;
	}
}

.slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
	background: black;
}

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
	opacity: 1;
	visibility: visible;
}





















/* Blocks */
.site-blocks-cover {
	padding:200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	.site-blocks-cover.overlay {
		position: relative;
	}

		.site-blocks-cover.overlay:before {
			position: absolute;
			content: "";
			left: 0;
			bottom: 0;
			right: 0;
			top: 0;
			background: rgba(0, 0, 0, 0.4);
		}

	.site-blocks-cover, .site-blocks-cover .row {
		min-height: 600px;
		height: calc(100vh);
	}

		.site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
			min-height: 600px;
			height: calc(40vh);
		}

		.site-blocks-cover .sub-text {
			font-size: 1.1rem;
			text-transform: uppercase;
			color: rgba(255, 255, 255, 0.7);
			letter-spacing: .2em;
		}

		.site-blocks-cover h1 {
			color: #fff;
			font-size: 3rem;
			font-family: "Playfair Display";
		}

@media (min-width: 768px) {
	.site-blocks-cover h1 {
		font-size: 4rem;
		font-weight: 900;
		line-height: 1.2;
	}
}

.site-blocks-cover p {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}

.site-blocks-cover .intro-text {
	font-size: 16px;
	line-height: 1.5;
}




























.owl-carousel input {
	cursor: text !important;
	z-index: 1000 !important;
	position: relative;
}
.form-control {
	padding: calc(.375rem * var(--tw-bound-scale-0)) calc(.75rem * var(--tw-bound-scale-0)) !important;
	font-size: calc(1rem * var(--tw-bound-scale-0)) !important;
	font-weight: 400;
	line-height: 1.5;
}




.widget-img {
	height: calc(12.5rem * var(--tw-bound-scale-0));
}
.bg-img {
	background-size: cover; /* Масштабирует изображение с сохранением пропорций */
	background-position: center; /* Центрирует изображение */
	background-repeat: no-repeat; /* Отключает повторение фона */
}

.img.mb-4 {
	background-size: cover; /* Масштабирует изображение с сохранением пропорций */
	background-position: center; /* Центрирует изображение */
	background-repeat: no-repeat; /* Отключает повторение фона */
}


.blog_item_date {
	position: absolute;
	bottom: -10px;
	left: 10px;
	display: block;
	color: #fff;
	/* background-color: #fe5c24; */
	padding: 8px 15px;
	border-radius: 5px;
}

.blog_item_date {
	background-color: #bf0a16;
}

.blog_item_img .blog_item_date {
	background-color: #bf0a16;
}


.slider-active .owl-dots {
	position: absolute;
	top: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 100px
}
.slider-active .owl-dots div {
	width: 15px;
	height: 15px;
	background: transparent;
	display: block;
	margin: 13px 0;
	border-radius: 50%;
	border: 2px solid #fff
}
.slider-active .owl-dots div .active {
	background: #fff
}




.tabs {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-bottom: calc(1.25rem * var(--tw-bound-scale-0));
	border-bottom: calc(.18rem * var(--tw-bound-scale-0)) solid #0482b9;
}

	.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs span {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: calc(.5rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0)) calc(.5rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0)) background-color: #EFF1F3;
		border-right: calc(.06rem * var(--tw-bound-scale-0)) solid #fff;
		text-decoration: none;
		font-size: calc(.812rem * var(--tw-bound-scale-0));
		line-height: calc(1.05rem * var(--tw-bound-scale-0));
	}

		.tabs a:link:last-child, .tabs a:visited:last-child, .tabs a:hover:last-child, .tabs span:last-child {
			border-right: none;
		}

		.tabs a:hover, .tabs span:hover {
			background-color: #E5E9EC;
			color: #000;
		}

	.tabs span {
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		.tabs a.active:link, .tabs a.hover:link, .tabs a.active:visited, .tabs span.active {
			padding: calc(.5rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0)) calc(.5rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0));
			background-color: #0482b9;
			color: #fff;
			cursor: default;
		}

		.mainborder {
	background-color: #125385;
	border-bottom: 3px solid #04c2e8;
}
.top-contacts {
	display: grid !important;
	grid-auto-flow: row;
	gap: .3rem;
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
	color: #fff;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.mb-top-contacts {
	display: grid !important;
	grid-auto-flow: row;
	gap: 1rem;
	font-size: 1.5rem;
	color: #fff;
}
.top-contacts a {
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
	color: #fff !important;
	text-decoration: none !important;
}
.mb-top-contacts a {
	font-size: 1.5rem;
	color: #fff !important;
	text-decoration: none !important;
}
.offcanvas-backdrop {
	background-color: rgb(#e5e7f00) !important;
}


/* Основное Меню Сервисов*/
.mb-services-container {
	position1: absolute;
	bottom1: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* Автоперенос + мин. ширина 200px */
	gap: calc(2rem * var(--tw-bound-scale-1)); /* Отступы между элементами */
	background: url(/images/design/smli.gif) left no-repeat;
	z-i1nde1x:10;
}


.filelist {
	clear: both;
	float: left;
}

	.filelist a:link, .filelist a:visited, .filelist a:hover {
		clear: both;
		float: left;
		width: 100%;
		text-decoration: none;
		color: #000;
		padding-left: calc(1rem* var(--tw-bound-scale-0)) !important;
		border-bottom: calc(1px* var(--tw-bound-scale-0)) solid #eff1f3;
		padding-bottom: calc(.625rem* var(--tw-bound-scale-0)) !important;
		margin-bottom: calc(.625rem* var(--tw-bound-scale-0)) !important;
		line-height: calc(1.0625rem* var(--tw-bound-scale-0));
		font-size: calc(1rem* var(--tw-bound-scale-0));
	}

.filelist a:hover {
	color: #0482b9;
}

.filelist a:active {
	color: #04c2e8;
}

.filelist a:last-child:link, .filelist a:last-child:visited, .filelist a:last-child:hover {
	border-bottom: none;
}

.filelist div {
	padding: 0px calc(.625rem* var(--tw-bound-scale-0)) 0px calc(2.5rem* var(--tw-bound-scale-0));
	height: calc(2rem* var(--tw-bound-scale-0));
	vertical-align: middle;
	display: table-cell;
}

.filelist div.date {
	height: auto;
	font-size: calc(1rem* var(--tw-bound-scale-0));
	color: #0c4da2;
	text-decoration: none;
	display: block;
	padding: 0px;
}

.filelist a:link span, .filelist a:visited span, .filelist a:hover span {
	white-space: nowrap;
	color: #0c4da2 !important;
}












@font-face {
	font-family: 'OpenSans-Regular';
	src: url('/common/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/common/fonts/OpenSans-Regular.woff') format('woff'), url('/common/fonts/OpenSans-Regular.ttf') format('truetype'), url('/common/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url('/common/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/common/fonts/OpenSans-Bold.woff') format('woff'), url('/common/fonts/OpenSans-Bold.ttf') format('truetype'), url('/common/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: calc(.875rem * var(--tw-bound-scale-0));
	font-family: OpenSans-Regular, arial;
	line-height: calc(1.1875rem * var(--tw-bound-scale-0)); /* 19px; */
	color: #666;
	background-color: #fff;
}

ul {
	margin-top: 0px;
}
ul li {
	list-style-type: none;
	list-style-image: url(/images/li.gif);
	margin-bottom: calc(.625rem * var(--tw-bound-scale-0)); /* 10px;*/
}

ol li {
	margin-bottom: calc(.625rem * var(--tw-bound-scale-0)); /* 10px;*/
}

b, strong {
	font-family: OpenSans-Bold, arial;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #0482b9;
}

a:hover {
	color: #0a96c0;
}

a:active {
	color: #04c2e8;
}

img {
	border-color: #eff1f3;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	clear: both;
	width: 100%;
	font-weight: normal;
	font-family: OpenSans-Regular, arial;
	padding: 0px;
}

h1, .h1 {
	color: #000;
	font-size: calc(2rem * var(--tw-bound-scale-0)); /* 32px;*/
	line-height: calc(2.1875rem * var(--tw-bound-scale-0)); /* 35px;*/
	letter-spacing: -1px;
	margin: 0px 0px calc(1.5625rem * var(--tw-bound-scale-0)) 0px;
}

h2, .h2 {
	color: #0482b9;
	font-size: calc(1.625rem * var(--tw-bound-scale-0)); /*26px;*/
	letter-spacing: -1px;
	margin: calc(1.5625rem * var(--tw-bound-scale-0)) /* 25px*/
	0px calc(1.25rem * var(--tw-bound-scale-0)) /* 20px*/ 0px;
	line-height: calc(1.875rem * var(--tw-bound-scale-0)); /*30px;*/
}

h3, .h3{
	clear: both;
	float: left;
	color: #0482b9;
	font-size: calc(1.1275rem * var(--tw-bound-scale-0)); /* 18px;*/
	letter-spacing: -1px;
	margin: calc(.625rem * var(--tw-bound-scale-0)) 0 0 0;
	line-height: calc(1.5rem * var(--tw-bound-scale-0)); /* 24px;*/
}



@media (max-width: 991px) { /* Для экранов меньше 992px (Bootstrap breakpoint lg) */
	.offcanvas .menu-top-extend > .menu-item {
		text-transform: none !important;
		border: none !important;
	}

	.offcanvas-header {
		margin-top: 2rem !important;
	}
}

.offcanvas {
	backgr1und-color: var(--tw-color-bg-form);
	co1lor: white; /* Изменение цвета текста */
	widt1h: 300px !important; /* Ширина боковой панели */
}

.offcanvas-header {
	bac1kground-color: #333; /* Фон заголовка */
	col1or: white;
}
.offcanvas-body {
	padd1ing: 20px;
}













:root {
	--tw-bound-scaled: 0;
	--tw-bound-min: 0;
	--tw-bound-max: 1;
	--tw-bound-high: 1450;
	--tw-bound-low: 0;
	--tw-bound-scale: 1;
	--tw-bound-high-0: 1450;
	--tw-bound-low-0: 0;
	--tw-bound-scale-0: 1;
	--tw-bound-high-1: 1;
	--tw-bound-low-1: 0;
	--tw-bound-scale-1: 1;
	--tw-bound-high-2: 1;
	--tw-bound-low-2: 0;
	--tw-bound-scale-2: 1;
	--tw-bound-high-3: 1;
	--tw-bound-low-3: 0;
	--tw-bound-scale-3: 1;
	--tw-opacity-main: .7;
	--tw-opacity-window: .2;
	--tw-opacity-banner: .3;
	--tw-opacity-icon: .5;

	--tw-color-form-head: rgb(212, 217, 220);
	--tw-color-main: rgb(40, 40, 40);
	--tw-color-border: rgb(46, 69, 103);
	--tw-color-border-active: rgb(213, 6, 3);
	--tw-color-header: rgb(46, 69, 103); /*2E4567*/
	--tw-color-hover: #D50603; /* rgb(213, 6, 3);*/
	--tw-color-active: rgb(213, 6, 3); /*#D50603*/
	--tw-color-bg-form: rgb(46, 69, 103);
	--tw-color-bg-form-deep: rgb(32, 48, 72);
	--tw-color-text-form: rgb(255, 255, 255);
	--tw-color-text-inverse: rgb(255, 255, 255);
	--tw-color-bg-hover: rgba(var(--tw-color-hover), var(--bs-bg-opacity));





}
@media (max-width: 312px) {
	:root {
		--tw-bound-high-0: .4339; /**/
		--tw-bound-low-0: .4339; /**/
		--tw-bound-high-1: .4339; /**/
		--tw-bound-low-1: .4339; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 1; /**/
		--tw-bound-max: 312; /**/
	}
}

@media (max-width: 350px) {

	html {
		font-size: 14px;
	}
}

@media (min-width: 313px) and (max-width: 577px) {
	:root {
		--tw-bound-high-0: .8; /**/
		--tw-bound-low-0: .4339; /**/
		--tw-bound-high-1: .8; /**/
		--tw-bound-low-1: .4339; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 313; /**/
		--tw-bound-max: 577; /**/
	}

	html {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.w-sm-100 {
		width: 100% !important;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	:root {
		--tw-bound-high-0: .6627; /**/
		--tw-bound-low-0: .5296; /**/
		--tw-bound-high-1: .6627; /**/
		--tw-bound-low-1: .5296; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 577; /**/
		--tw-bound-max: 767; /**/
	}
}
@media (min-width: 768px) and (max-width: 960px) {
	:root {
		--tw-bound-high-0: .6627; /**/
		--tw-bound-low-0: .5296; /**/
		--tw-bound-high-1: .6627; /**/
		--tw-bound-low-1: .5296; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 768; /**/
		--tw-bound-max: 960; /**/
	}
}

@media (min-width: 961px) and (max-width: 1280px) {
	:root {
		--tw-bound-high-0: .8834; /**/
		--tw-bound-low-0: .6627; /**/
		--tw-bound-high-1: .8834; /**/
		--tw-bound-low-1: .6627; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 961; /**/
		--tw-bound-max: 1280; /**/
	}
}

@media (min-width: 1281px) and (max-width: 1400px) {
	:root {
		--tw-bound-high-0: .9662; /**/
		--tw-bound-low-0: .8834; /**/
		--tw-bound-high-1: .9662; /**/
		--tw-bound-low-1: .8834; /**/
		--tw-bound-scaled: 1; /**/
		--tw-bound-min: 1281; /**/
		--tw-bound-max: 1400; /**/
	}
}

@media (min-width: 1401px) {
	:root {
		--tw-bound-scaled: 0;
		--tw-bound-high-0: 1;
		--tw-bound-low-0: .9662;
		--tw-bound-high-1: 1;
		--tw-bound-low-1: .9662;
	}
}


.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #dae0e5 !important
}



.bgr-big-cell {
	height: calc(36.85rem * var(--tw-bound-scale-0)) !important;
}

.bgr-main-cell {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: calc(16.85rem * var(--tw-bound-scale-0));
}
.news {
	text-decoration: none !important;
	display: grid !important;
	grid-auto-flow: row;
	text-align: left !important;
	gap: calc(.3rem * var(--tw-bound-scale-0));
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
}
.publdata {
	height: auto;
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
	color: #0482b9 !important;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.title {
	text-decoration: none !important;
	color: #0482b9 !important;
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
	font-weight: 500 !important;
}
.description {
	font-size: calc(1rem * var(--tw-bound-scale-0));
	text-decoration: none;
}

.block-head {
}
.block-body
{

}



.widget {
	margin: calc(.125rem * var(--tw-bound-scale-0)) 0px 0px 0px;
}


.widget ul li {
	list-style: none;
}



.widget-blockquote {
	padding: calc(.625rem * var(--tw-bound-scale-0)) calc(.5rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0)) calc(.5rem * var(--tw-bound-scale-0));
	background: #eff1f3;
	border-left: calc(.125rem * var(--tw-bound-scale-0)) solid #ff5e13;
}


.widget-item {
	padding: calc(.5rem * var(--tw-bound-scale-0));
	text-decoration: none;
}

.widget_title {
	padding1: calc(1.5rem * var(--tw-bound-scale-0));
	font-size: calc(1.4rem * var(--tw-bound-scale-0));
	margin-top: calc(.75rem * var(--tw-bound-scale-0));
	margin-bottom: calc(.75rem * var(--tw-bound-scale-0));
	font-weight: 400;
	color: #125385;
}
.widget-item .title {
	margin-top: calc(.5rem * var(--tw-bound-scale-0));
	font-size: calc(1rem * var(--tw-bound-scale-0));
}
.widget-item .date {
	margin-top: calc(.5rem * var(--tw-bound-scale-0));
	font-size: calc(1rem * var(--tw-bound-scale-0));
	color: #103959;
}
.widget-item .title a{
	text-decoration:none;
}

/*    Преимущества Первая Страница */

.ftco-partner {
	padding: calc(2rem * var(--tw-bound-scale-0)) 0;
	margin-top: calc(2rem * var(--tw-bound-scale-0));
}

.partner .partner-entry {
	opacity: .3;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
	.partner .partner-entry:hover {
		opacity: 1;
	}

.ftco-advantages {
	padding: calc(2rem * var(--tw-bound-scale-0)) 0;
}

.advantages .advantages-entry {
	opacity: .3;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.advantages .advantages-entry:hover {
		opacity: 1;
	}



.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(calc(18.5rem * var(--tw-bound-scale-1)), 1fr)); /* Автоперенос + мин. ширина 200px */
	gap: calc(2rem * var(--tw-bound-scale-0)); /* Отступы между элементами */
	background: url(/images/design/smli.gif) left no-repeat;
}
.grid-item {
	background-color: #eff1f3;
	justify-items: anchor-center;
	padding: calc(.81rem * var(--tw-bound-scale-0));
	background: url(/images/design/smli.gif) right no-repeat;
	border-bottom-width: calc(.175rem * var(--tw-bound-scale-0));
	border-bottom-style: solid;
	border-bottom-color: #eff1f3;
	overflow: auto;
	
}
.float-right {
	float: right !important;
}

	.grid-item:hover {
		background-color: #e6e9ec;
		border-bottom-color: #125385;
		opacity: 0.9;
	}
	.grid-item a:link, .grid-item a:hover, .grid-item a:visited {
		display: table-cell;
		text-align: center;
		font-size: calc(1rem * var(--tw-bound-scale-0));
		line-height: calc(1.1rem * var(--tw-bound-scale-0));
		text-decoration: none;
		color: #000;
		width: 100%;
		opacity: 0.9;
	}
	.grid-item .title {
		margin-top: calc(1rem * var(--tw-bound-scale-0));
		text-align: center;
		font-size: calc(1.2rem * var(--tw-bound-scale-0));
		line-height: calc(1.4rem * var(--tw-bound-scale-0));
	}

	.grid-item .description {
		margin-top: calc(1rem * var(--tw-bound-scale-0)) !important;
		text-align: center;
		font-size: calc(1rem * var(--tw-bound-scale-0));
		line-height: calc(1.2rem * var(--tw-bound-scale-0));
		display: block; /* Чтобы текст был под картинкой, а не справа */
		margin-top: 10px; /* Отступ сверху */
	}
	





/* Основное Меню Сервисов*/
.services-container {
	margin-top: calc(4rem * var(--tw-bound-scale-0));
	margin-bottom: calc(4rem * var(--tw-bound-scale-0));
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(calc(12.5rem * var(--tw-bound-scale-1)), 1fr)); /* Автоперенос + мин. ширина 200px */
	gap: calc(2rem * var(--tw-bound-scale-0)); /* Отступы между элементами */
	background: url(/images/design/smli.gif) left no-repeat;
}





.services-item {
	background-color: #eff1f3;
	justify-items: anchor-center;
	padding: calc(.81rem * var(--tw-bound-scale-0));
	background: url(/images/design/smli.gif) right no-repeat;
	border-bottom-wi1dth: calc(.175rem * var(--tw-bound-scale-0));
	border-bottom-style: solid;
	border-bottom-color: #eff1f3;
}
.servicemenuct {
	width: 100%;
	background: url(/images/design/smli.gif) left no-repeat;
}
.servicemenu a:link, .servicemenu a:hover, .servicemenu a:visited {
	/*width: 20%;*/
	display: table-cell;
	text-align: center;
	font-size: calc(1rem * var(--tw-bound-scale-0));
	line-height: calc(1.1rem * var(--tw-bound-scale-0));
	text-decoration: none;
	color: #000;
	/*background: url(/images/design/smli.gif) right no-repeat;
	border-bottom-width: calc(.175rem * var(--tw-bound-scale-0));
	border-bottom-style: solid;
	border-bottom-color: #eff1f3;  */
	width:100%;
	opacity: 0.9;
}

.servicemenu:hover {
	background-color: #e6e9ec;
	border-bottom-color: #125385;
	opacity: 0.9;
}
.servicemenu:active {
	background-color: #f8f8f8;
	border-bottom-color: #04c2e8;
	opacity: 1;
}
.servicemenu span {
	widt1h:100%;
	display: block;
	padding: calc(4.45rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0)) calc(.3125rem * var(--tw-bound-scale-0)) calc(.625rem * var(--tw-bound-scale-0));
	background-repeat: no-repeat;
	background-position: center calc(.5rem * var(--tw-bound-scale-0));
}















.paddingb {
	padding-bottom: calc(1.875rem * var(--tw-bound-scale-0)) !important;
}

.paddingtb {
	padding-top: calc(1.5625rem * var(--tw-bound-scale-0)) !important;
	padding-bottom: calc(1.25rem * var(--tw-bound-scale-0)) !important;
}

.blue1 {
	background-color: #125385;
}

.blue1 div.cellInner a:link, .blue1 div.cellInner a:hover, .blue1 div.cellInner a:visited {
	color: #fff;
	font-size: calc(1rem * var(--tw-bound-scale-0));
	line-height: calc(1.06rem * var(--tw-bound-scale-0));
	padding: calc(0.1875rem * var(--tw-bound-scale-0)) 0px calc(0.1875rem * var(--tw-bound-scale-0)) 0px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

	.blue1 div.cellInner div a:link, .blue1 div.cellInner div a:hover, .blue1 div.cellInner div a:visited {
		color: #a6afb8;
		font-size: calc(0.8125rem * var(--tw-bound-scale-0));
		text-transform: none;
		text-decoration: underline;
		display: block;
	}

	.blue1 div.cellInner a:link, .blue1 div.cellInner div a:hover {
		color: #fff;
	}

.blue2 {
	font-size: calc(0.8125rem * var(--tw-bound-scale-0));
	background-color: #103959;
	color: #a6afb8;
}

.blue2 .icons1 {
	float: left;
	margin: 0px 0px calc(1.06rem * var(--tw-bound-scale-0)) 0px;
}

.blue2 .icons1 img {
	float: left;
	opacity: 0.4;
	margin: 0px calc(0.625rem * var(--tw-bound-scale-0)) 0px 0px;
}

.blue2 .icons1 img:hover {
	opacity: 0.7;
}

.blue2 .icons1 img:active {
	opacity: 1;
}

	.blue2 .icons2 {
		float: right;
		text-align: right;
	}
.blue2 .icons2 img {
	margin: 0px 0px 0px calc(0.625rem * var(--tw-bound-scale-0));
}

.box {
	margin: 0px auto 0px auto;
	padding: 0px calc(1.125rem * var(--tw-bound-scale-0)) 0px calc(1.125rem * var(--tw-bound-scale-0));
}

.paddingtb {
	padding-top: calc(1.5rem * var(--tw-bound-scale-0)) !important;
	padding-bottom: calc(1.25rem * var(--tw-bound-scale-0)) !important;
}
.icons1 {
	display: grid;
}

svg {
	filter: invert(100%) brightness(1.5); /* инвертирует цвета и делает ярче */
}
/******************   Header   **********************/

.navbar {
	padding: 0 !important;
	margin: 0 !important;
	padding-bottom: 1.0rem !important; /*  1.75rem 44*/
	padding-top: .6rem !important; /*  1rem 33*/
	border-top:0px;
	border-top1: 5px solid #04c2e8;
	colo1r: #999;
	colo1r: #000;
	background1: url(/images/design/tbgr.jpg) center center no-repeat;
}

.navbar-brand {
	padding: 0 !important;
	margin: 0 !important;
}

.menus {
	width: 100%;
	/*display:flex; */
}
.menu-content {
z-inde1x:-100;
}
.navbar-mobile .menu-content {
	background-color: #125385;
}
.navbar-mobile .nav-link {
	box-shadow: calc(.125rem * var(--tw-bound-scale-0)) calc(.125rem * var(--tw-bound-scale-0)) box-shadow: calc(.375rem * var(--tw-bound-scale-0)) rgba(0, 0, 0, .2) min-width: calc(20em * var(--tw-bound-scale-0));
	background-color: #125385;
	paddin1g: calc(.5rem * var(--tw-bound-scale-0));
	border-top1: calc(.125rem * var(--tw-bound-scale-0)) solid #04c2e8;
}

.navbar-mobile .menu-top-main {
	z-index:1000!important;
	float: left;
	margin: 0;
	padding: 10px !important;
	list-style: none;
	background-color: #125385;
}
.navbar-mobile .menu-item.nav-item {
	width: 100%;
	color: #fff;
	white-space: normal;
}


.menu-top-main {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.menu-top-main li {
	position: relative;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
	text-transform: uppercase;
	list-style-image: none;
	margin-bottom: 0px;
	float: left;
}

	.menu-top-main ul li a {
		padding: 6px 25px 7px 15px;
		border-bottom: 1px solid #0a96c0;
		text-transform: none; /* Обычный регистр */
	}

	.menu-top-main a {
		color: #fff;
		display: block;
		position: relative;
		text-decoration: none;
		white-space: nowrap;
		font-size: calc(1.25rem* var(--tw-bound-scale-0));
		zoom: 1; /* IE7 */
		paddin1g: 0px 0px 0px calc(1rem * var(--tw-bound-scale-0));
	}


.dropdown-menu a {
	white-space: break-spaces !important;
}

.menu-top-main li:hover > ul {
	display: flex;
}
.menu-top-main a:visited {
	color: #fff!important;
}
.menu-top-main a:hover {
	color: #fff !important;
	opacity: .7 !important;
}

.nav-link:focus {
	color: #fff !important;
	opacity: .7 !important;
}
.nav-link:visited {
	color: #fff !important;
}

.nav-link:hover {
	opacity: .7 !important;
}



.menu-item.nav-item {
	color: #fff;
	white-space1:break-spaces;
	white-space: nowrap;
}
.navbar-mobile .navbar-nav ul li{
	padding-left:2rem!important;
}

.dropdown-menu {
	position: absolute;
	display: none;
	flex-wrap: nowrap;
	white-space: normal;
	flex-direction: column;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 22rem !important;
	max-wi1dth: 30rem !important;
	box-shadow: calc(.125rem * var(--tw-bound-scale-0)) calc(.125rem * var(--tw-bound-scale-0)) box-shadow: calc(.375rem * var(--tw-bound-scale-0)) rgba(0, 0, 0, .2) min-width: calc(20em * var(--tw-bound-scale-0));
	background-color: #125385;
	padding: calc(.5rem * var(--tw-bound-scale-0));
	border: calc(.125rem * var(--tw-bound-scale-0)) solid #04c2e8;
}
	.dropdown-menu .dropdown-menu {
		flex-wrap: wrap;
		backgrou1nd-color: red !important;
		left: 95% !important;
		top: 0.2rem;
	}

	@media (max-width: 991px) { /* Для экранов меньше 992px (Bootstrap breakpoint lg) */
		.offcanvas-header {
		margin-top: 2rem !important;
	}
}
.offcanvas {
	co1lor: white; /* Изменение цвета текста */
	widt1h: 40% !important; /* Ширина боковой панели */
}

.offcanvas-header {
	bac1kground-color: #333; /* Фон заголовка */
	col1or: white;
}
.offcanvas-body {
	padd1ing: calc(1.25rem * var(--tw-bound-scale-0));
}

.slider-area
{
	padding:0;
}

.slider-content .sliderform {
	opacity: 1 !important;
}


.sliderform .cta-btn{
	z-index:1000!important;
}
.slider-content {
	float: right;
	position: absolute;
	bottom: calc(3.2rem * var(--tw-bound-scale-0))!important;
	left: calc(3.125rem * var(--tw-bound-scale-0));
	width: 40%;
	min-height: 33%;
	margin-bottom: calc(2rem * var(--tw-bound-scale-0));
	padding: calc(2rem * var(--tw-bound-scale-0));
	backdrop-filter: blur(5px) brightness(0.8); /* Размытие и затемнение фона */
	background-color: rgba(255, 255, 255, 0.3); /* Лёгкая прозрачность */
}

.slider-content  form{
	padding-bottom: calc(2rem * var(--tw-bound-scale-0)) !important;
}
@media (max-width:1920px) {
	.slider-area1 .single-slider {
		height: calc(100vw /2.52);
	}
	.single-slider {
		background-size: calc(100vw * 1) !important;
		background-repeat:no-repeat;
		
	}
}


.slider-content .mode_1 {
	background-color: red !important;
}



.mode_3 .sliderHead {
	color:red!important;
}
.mode_4 .sliderHead {
	color: green !important;
}
.mode_1 .sliderHead {
	color: cyan !important;
}
.mode_2 .sliderHead {
	color: rosybrown !important;
}

.mode_3 .sliderDescription {
	color: red !important;
}

.mode_4 .sliderDescription {
	color: green !important;
}

.mode_1 .sliderDescription {
	color: cyan !important;
}
.mode_2 .sliderDescription {
	color: rosybrown !important;
}


.slider-content .mode_2 {
	background-color: green !important;
}

.slider-content .mode_3 {
	background-color: blue !important;
}

.slider-content .mode_4 {
	background-color: cyan !important;
}
.cta-content .AcceptCondition {
	color: #fff !important;
}
.cta-content .AcceptCondition a {
	color: #fff !important;
}

.AcceptCondition {
	color: #fff !important;
	font-size: calc(.8rem * var(--tw-bound-scale-1)) !important;
	font-weight: 500;
}
.AcceptCondition a {
	color: #fff !important;
	text-decoration: none;
}

.AcceptCondition 
{
	width:100%!important;
}


.sliderHead {
	color: white !important;
	font-size1: calc(2rem * var(--tw-bound-scale-1)) !important;
	line-height1: calc(2.2rem * var(--tw-bound-scale-1)) !important;
	font-size: calc(1.5rem * var(--tw-bound-scale-1)) !important;
	line-height: calc(1.6rem * var(--tw-bound-scale-1)) !important;
	font-weight: 500;
	opacity: 1 !important;
}

.sliderDescription {
	color: white !important;
	margin-top: calc(1.5rem * var(--tw-bound-scale-1));
	font-size1: calc(1.5rem * var(--tw-bound-scale-1)) !important;
	line-height1: calc(1.7rem * var(--tw-bound-scale-1)) !important;

	font-size: calc(1.2rem * var(--tw-bound-scale-1)) !important;
	line-height: calc(1.3rem * var(--tw-bound-scale-1)) !important;

	font-weight: 300;
	opacity: .8 !important;
	z-index: 9999;
}





@media (max-width:960px) {

	.logo-top {
		height: 6.625rem;
		overflow: visible; /* Разрешаем выход за границы */
		position: relative; /* Для корректного позиционирования */
	}

	.slider-content {
		bottom: calc(2.2rem * var(--tw-bound-scale-1)) !important;
		left: 0 !important; /*calc(3.125rem * var(--tw-bound-scale-1));*/
		width: 60% !important;
		margin: calc(1rem * var(--tw-bound-scale-0)) !important;
		margin-top: auto !important;
		padding: calc(1rem * var(--tw-bound-scale-0)) !important;
		/*position: relative !important;*/
	}
	.AcceptCondition {
		font-size: calc(.8rem * var(--tw-bound-scale-0)) !important;
	}
}
@media (max-width:640px) {

	.logo-top {
		height: 6.625rem;
		overflow: visible; /* Разрешаем выход за границы */
		position: relative; /* Для корректного позиционирования */
	}

	.slider-content {
		bottom: calc(6rem * var(--tw-bound-scale-1)) !important;
		left: 0 !important; /*calc(3.125rem * var(--tw-bound-scale-1));*/
		width: 90% !important;
		margin: calc(1rem * var(--tw-bound-scale-0)) !important;
		margin-top: auto !important;
		padding: calc(1rem * var(--tw-bound-scale-0)) !important;
		/*position: relative !important;*/
	}
	.AcceptCondition {
		font-size: calc(.8rem * var(--tw-bound-scale-0)) !important;
	}
}


















.boxed-btn2 {
	background: #ff5e13;
	color: #fff;
	display: inline-block;
	padding: calc(1rem * var(--tw-bound-scale-0)) calc(3.125rem * var(--tw-bound-scale-0));
	font-size: calc(1rem * var(--tw-bound-scale-0)) !important;
	font-family: "Rubik",sans-serif;
	font-weight: 400
}
.boxed-btn2:hover {
	color: #fff
}




.yMap {
	width: 100%;
	height: 480px;
	background-color: gray;
}
.img-smallqrcode {
	max-width: 88px;
	height: 88px;
}

.img-middleqrcode {
	max-width: 170px;
	height: 170px;
}

.img-vcardqrcode {
	max-width: 250px;
	height: 250px;
}

.img-middleqrcode2 {
	max-width: 140px;
	height: 140px;
}

.img-middlebarcode {
	max-width: 170px;
	height: 43px;
}

.img-vcardbarcode {
	max-width: 250px;
	height: 63px;
}

.img-middlebarcode2 {
	width: 140px;
	height: 35px;
}


.cta-area {
	background-color: #e5e7f0;
	padding-top-1: calc(2rem * var(--tw-bound-scale-0)) !important;
	padding-bottom-1: calc(2rem * var(--tw-bound-scale-0)) !important;
}
.cta-content {
	background: #9b9a9a;
	display: block;
	position: relative;
	margin-top: calc(2rem * var(--tw-bound-scale-0)) !important;
	margin-bottom: calc(2rem * var(--tw-bound-scale-0)) !important;
	padding: calc(4.25rem * var(--tw-bound-scale-0)) calc(2.81rem * var(--tw-bound-scale-0)) calc(7.125rem * var(--tw-bound-scale-0)) calc(4rem * var(--tw-bound-scale-0)) !important;
}
.cta-bg-1 {
	background-color: #e5e7f0;
	margin-top: calc(2rem * var(--tw-bound-scale-0)) !important;
	background-image: url(/images/background-img/bg-img-3.png);
	background-ima1ge: url(/images/background-img/bg-img-3_4.png);
	background-position: 100% 100%; /* 100% по горизонтали (правый край), 0 по вертикали (верх) */
	background-repeat: no-repeat;
	background-size: contain; /* Показывает всё изображение, но может оставить пустые области */
	
	

}



.cta-content h3 {
	font-size: calc(2.15rem * var(--tw-bound-scale-0)) !important;
	line-height: calc(3.5rem * var(--tw-bound-scale-0)) !important;
	color: #fff;
	font-weight: 400;
	margin-bottom: calc(.8125rem * var(--tw-bound-scale-0)) !important;
}
.cta-content p {
	font-size: calc(1rem * var(--tw-bound-scale-0)) !important;
	color: #ffffff;
	font-weight: 400
}

.cta-btn {
	position: absolute;
	right: 0;
	bottom: 0
}

.widget-item {
	padding-left: calc(.125rem * var(--tw-bound-scale-0));
	padding-right: calc(.125rem * var(--tw-bound-scale-0));
}
.cta-btn i {
	position: relative;
	left: calc(.5rem * var(--tw-bound-scale-0))
}



.item-active {
	opacity:0.4;
	font-weight: 800;
}

.boxed-btn2:focus {
	outline: none;
	color: #fff
}
.black-bg {
	background: #103959 !important
}

.white-bg {
	background: #ffffff
}

.gray-bg {
	background: #f5f5f5
}

.popupfooter {
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10px;
}










.genric-btn {
	margin-right: 10px;
	margin-top: 10px
}

.button-group-area .genric-btn:last-child {
	margin-right: 0
}

.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

	.genric-btn:focus {
		outline: none
	}

	.genric-btn.e-large {
		padding: 0 40px;
		line-height: 50px
	}

	.genric-btn.large {
		line-height: 45px
	}

	.genric-btn.medium {
		line-height: 30px
	}

	.genric-btn.small {
		line-height: 25px
	}

	.genric-btn.radius {
		border-radius: 3px
	}

	.genric-btn.circle {
		border-radius: 20px
	}

	.genric-btn.arrow {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

		.genric-btn.arrow span {
			margin-left: 10px
		}

	.genric-btn.default {
		color: #415094;
		background: #f9f9ff;
		border: 1px solid transparent
	}

		.genric-btn.default:hover {
			border: 1px solid #f9f9ff;
			background: #fff
		}

	.genric-btn.default-border {
		border: 1px solid #f9f9ff;
		background: #fff
	}

		.genric-btn.default-border:hover {
			color: #415094;
			background: #f9f9ff;
			border: 1px solid transparent
		}

	.genric-btn.primary {
		color: #fff;
		background: #0d2e47;
		border: 1px solid transparent
	}

		.genric-btn.primary:hover {
			color: #ff5e13;
			border: 1px solid #ff5e13;
			background: #fff
		}

	.genric-btn.primary-border {
		color: #ff5e13;
		border: 1px solid #ff5e13;
		background: #fff
	}

		.genric-btn.primary-border:hover {
			color: #fff;
			background: #ff5e13;
			border: 1px solid transparent
		}

	.genric-btn.success {
		color: #fff;
		background: #4cd3e3;
		border: 1px solid transparent
	}

		.genric-btn.success:hover {
			color: #4cd3e3;
			border: 1px solid #4cd3e3;
			background: #fff
		}

	.genric-btn.success-border {
		color: #4cd3e3;
		border: 1px solid #4cd3e3;
		background: #fff
	}

		.genric-btn.success-border:hover {
			color: #fff;
			background: #4cd3e3;
			border: 1px solid transparent
		}

	.genric-btn.info {
		color: #fff;
		background: #38a4ff;
		border: 1px solid transparent
	}

		.genric-btn.info:hover {
			color: #38a4ff;
			border: 1px solid #38a4ff;
			background: #fff
		}

	.genric-btn.info-border {
		color: #38a4ff;
		border: 1px solid #38a4ff;
		background: #fff
	}

		.genric-btn.info-border:hover {
			color: #fff;
			background: #38a4ff;
			border: 1px solid transparent
		}

	.genric-btn.warning {
		color: #fff;
		background: #f4e700;
		border: 1px solid transparent
	}

		.genric-btn.warning:hover {
			color: #f4e700;
			border: 1px solid #f4e700;
			background: #fff
		}

	.genric-btn.warning-border {
		color: #f4e700;
		border: 1px solid #f4e700;
		background: #fff
	}

		.genric-btn.warning-border:hover {
			color: #fff;
			background: #f4e700;
			border: 1px solid transparent
		}

	.genric-btn.danger {
		color: #fff;
		background: #f44a40;
		border: 1px solid transparent
	}

		.genric-btn.danger:hover {
			color: #f44a40;
			border: 1px solid #f44a40;
			background: #fff
		}

	.genric-btn.danger-border {
		color: #f44a40;
		border: 1px solid #f44a40;
		background: #fff
	}

		.genric-btn.danger-border:hover {
			color: #fff;
			background: #f44a40;
			border: 1px solid transparent
		}

	.genric-btn.link {
		color: #415094;
		background: #f9f9ff;
		text-decoration: underline;
		border: 1px solid transparent
	}

		.genric-btn.link:hover {
			color: #415094;
			border: 1px solid #f9f9ff;
			background: #fff
		}

	.genric-btn.link-border {
		color: #415094;
		border: 1px solid #f9f9ff;
		background: #fff;
		text-decoration: underline
	}

		.genric-btn.link-border:hover {
			color: #415094;
			background: #f9f9ff;
			border: 1px solid transparent
		}

	.genric-btn.disable {
		color: #222,0.3;
		background: #f9f9ff;
		border: 1px solid transparent;
		cursor: not-allowed
	}

.generic-blockquote {
	background: #eff1f3;
	padding: 30px 50px 30px 30px;
	border-left: 2px solid #ff5e13
}

.topcontact
{
	font-size:1.4em;
	padding:0.3em;
	font-weight:500;
}
.header-contacts {
	margin-top:40px;
	vertical-align: central;
	word-wrap: normal;
	text-align: center;
}

.blog-entry
{
	width:100%;
}
/*РАсширения файлов*/
.fileExt {
	padding-left: 10px;
	height: calc(2rem * var(--tw-bound-scale-0));
	width: calc(2rem * var(--tw-bound-scale-0));
	opacity: 0.5;
}

	.fileExt a:link, .fileExt a:visited, .fileExt a:hover {
		display: block;
	}

.fileext_gif {
	background: url(/images/filext/gif.gif) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}




.fileext__blank {
	background: url(/images/filext/_blank.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_page {
	background: url(/images/filext/_page.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_aac {
	background: url(/images/filext/aac.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ai {
	background: url(/images/filext/ai.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_gif {
	background: url(/images/filext/aiff.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_aiff {
	background: url(/images/filext/avi.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_bmp {
	background: url(/images/filext/bmp.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_c {
	background: url(/images/filext/c.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_cpp {
	background: url(/images/filext/cpp.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_css {
	background: url(/images/filext/css.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_csv {
	background: url(/images/filext/csv.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_dat {
	background: url(/images/filext/dat.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_dmg {
	background: url(/images/filext/dmg.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_doc {
	background: url(/images/filext/doc.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_docx {
	background: url(/images/filext/doc.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_dotx {
	background: url(/images/filext/dotx.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_dwg {
	background: url(/images/filext/dwg.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_dxf {
	background: url(/images/filext/dxf.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_eps {
	background: url(/images/filext/eps.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_exe {
	background: url(/images/filext/exe.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_flv {
	background: url(/images/filext/flv.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_gif {
	background: url(/images/filext/gif.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_h {
	background: url(/images/filext/h.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_hpp {
	background: url(/images/filext/hpp.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_html {
	background: url(/images/filext/html.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ics {
	background: url(/images/filext/ics.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_iso {
	background: url(/images/filext/iso.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_java {
	background: url(/images/filext/java.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_jpg {
	background: url(/images/filext/jpg.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_js {
	background: url(/images/filext/js.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_key {
	background: url(/images/filext/key.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_less {
	background: url(/images/filext/less.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_mid {
	background: url(/images/filext/mid.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_mp3 {
	background: url(/images/filext/mp3.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_mp4 {
	background: url(/images/filext/mp4.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_mpg {
	background: url(/images/filext/mpg.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_odf {
	background: url(/images/filext/odf.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ods {
	background: url(/images/filext/ods.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_odt {
	background: url(/images/filext/odt.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_otp {
	background: url(/images/filext/otp.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ots {
	background: url(/images/filext/ots.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ott {
	background: url(/images/filext/ott.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_pdf {
	background: url(/images/filext/pdf.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_php {
	background: url(/images/filext/php.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_png {
	background: url(/images/filext/png.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_ppt {
	background: url(/images/filext/ppt.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_psd {
	background: url(/images/filext/psd.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_py {
	background: url(/images/filext/py.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_qt {
	background: url(/images/filext/qt.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_rar {
	background: url(/images/filext/rar.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_rb {
	background: url(/images/filext/rb.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_rtf {
	background: url(/images/filext/rtf.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_sass {
	background: url(/images/filext/sass.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_scss {
	background: url(/images/filext/scss.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_sql {
	background: url(/images/filext/sql.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_tga {
	background: url(/images/filext/tga.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_tgz {
	background: url(/images/filext/tgz.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_tiff {
	background: url(/images/filext/tiff.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_txt {
	background: url(/images/filext/txt.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_wav {
	background: url(/images/filext/wav.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_xls {
	background: url(/images/filext/xls.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_xlsx {
	background: url(/images/filext/xlsx.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_xml {
	background: url(/images/filext/xml.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_yml {
	background: url(/images/filext/yml.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_zip {
	background: url(/images/filext/zip.png) no-repeat 0px calc(.125rem * var(--tw-bound-scale-0));
}

.fileext_default {
	background: url(/images/filext/default.png) top left no-repeat;
}
.svgicon {
	filter: brightness(0) saturate(100%) invert(68%) sepia(40%) saturate(414%) hue-rotate(335deg) brightness(101%) contrast(96%);
	opacity: 0.5;
	border: 0px;
	height: calc(4rem * var(--tw-bound-scale-0));
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.svgicon-24hour {
	background-image: url(/icons/24-hour-service-svgrepo-com.svg)
}
.svgicon-always-hours {
	background-image: url(/icons/always-hours-service-svgrepo-com.svg);
}
.svgicon-delivery-international {
	background-image: url(/icons/delivery-international-international-ems-svgrepo-com.svg);
}
.svgicon-delivery-man {
	background-image: url(/icons/delivery-man-courier-svgrepo-com.svg);
}
.svgicon-delivery-sales {
	background-image: url(/icons/delivery-sales-discount-svgrepo-com.svg);
}
.svgicon-earth-grid {
	background-image: url(/icons/earth-grid-with-24-hours-sign-and-circle-of-arrows-around-svgrepo-com.svg);
}
.svgicon-hand-rating {
	background-image: url(/icons/hand-rating-smile-emoji-choice-svgrepo-com.svg);
}
.svgicon-person-or-personal {
	background-image: url(/icons/person-or-personal-synchronization-circular-symbol-svgrepo-com.svg);
}
.svgicon-russia-map {
	background-image: url(/icons/russia-map-russia-russian-svgrepo-com.svg);
}
.svgicon-team-svgrepo {
	background-image: url(/icons/team-svgrepo-com.svg);
}
.svgicon-users-cog {
	background-image: url(/icons/users-cog-svgrepo-com.svg);
}
.svgicon-user-happy {
	background-image: url(/icons/user-happy-svgrepo-com.svg);
}
.svgicon-user-expert {
	background-image: url(/icons/user-expert-svgrepo-com.svg);
}
.svgicon-choice-svgrepo {
	background-image: url(/icons/choice-svgrepo-com.svg);
}
.svgicon-delivery-shipment {
	background-image: url(/icons/delivery-shipment-shipping-svgrepo-com.svg);
}
.svgicon-document-viewer-svgrepo-com {
	background-image: url(/icons/document-viewer-svgrepo-com.svg);
}
.svgicon-document-check-svgrepo-com {
	background-image: url(/icons/document-check-svgrepo-com.svg);
}





.svgicon-medical-cardiogram-svgrepo-com {
	background-image: url(/icons/medical-cardiogram-svgrepo-com.svg);
}
.svgicon-heart-care-svgrepo-com {
	background-image: url(/icons/heart-care-svgrepo-com.svg);
}
.svgicon-heart-health-medical-healthcare-2-svgrepo-com {
	background-image: url(/icons/heart-health-medical-healthcare-2-svgrepo-com.svg);
}

.svgicon-library-learn-study-knowledge-svgrepo-com {
	background-image: url(/icons/library-learn-study-knowledge-svgrepo-com.svg);
}


.svgicon-reader-person-research-study-svgrepo-com {
	background-image: url(/icons/reader-person-research-study-svgrepo-com.svg);
}

.svgicon-training-management-folder-svgrepo-com {
	background-image: url(/icons/training-management-folder-svgrepo-com.svg);
}

.svgicon-assessment-svgrepo-com {
	background-image: url(/icons/assessment-svgrepo-com.svg);
}
.svgicon-high-risk-users-svgrepo-com {
	background-image: url(/icons/high-risk-users-svgrepo-com.svg);
}
.svgicon-application-security-svgrepo-com {
	background-image: url(/icons/application-security-svgrepo-com.svg);
}
.svgicon-risk-skull-svgrepo-com {
	background-image: url(/icons/risk-skull-svgrepo-com.svg);
}
.svgicon-risk-svgrepo-com {
	background-image: url(/icons/risk-svgrepo-com.svg);
}
.svgicon-expert-route-dificulty-svgrepo-com {
	background-image: url(/icons/expert-route-dificulty-svgrepo-com.svg);
}
.svgicon-worker-contractor-svgrepo-com {
	background-image: url(/icons/worker-contractor-svgrepo-com.svg);
}
.svgicon-worker-insurance-approved-construction-site-svgrepo-com {
	background-image: url(/icons/worker-insurance-approved-construction-site-svgrepo-com.svg);
}
.svgicon-worker-svgrepo-com {
	background-image: url(/icons/worker-svgrepo-com.svg);
}
.svgicon-fire-extinguisher-svgrepo-com {
	background-image: url(/icons/fire-extinguisher-svgrepo-com.svg);
}

.svgicon-certification-diploma-proof-svgrepo-com {
	background-image: url(/icons/certification-diploma-proof-svgrepo-com.svg);
}
.svgicon-certification-award-svgrepo-com {
	background-image: url(/icons/certification-award-svgrepo-com.svg);
}
.svgicon-certification-file-svgrepo-com {
	background-image: url(/icons/certification-file-svgrepo-com.svg);
}
.svgicon-actions-star-svgrepo-com {
	background-image: url(/icons/actions-star-svgrepo-com.svg);
}
.svgicon-actions-add-ribbon-svgrepo-com {
	background-image: url(/icons/actions-add-ribbon-svgrepo-com.svg);
}
.svgicon-business-person-with-a-resolved-expression-shirt-svgrepo-com {
	background-image: url(/icons/business-person-with-a-resolved-expression-shirt-svgrepo-com.svg);
}
.svgicon-professional-advance-svgrepo-com {
	background-image: url(/icons/professional-advance-svgrepo-com.svg);
}
.svgicon-professional-marketplace-svgrepo-com {
	background-image: url(/icons/professional-marketplace-svgrepo-com.svg);
}
.svgicon-courses-svgrepo-com {
	background-image: url(/icons/courses-svgrepo-com.svg);
}
.svgicon-advanced-study-application-svgrepo-com {
	background-image: url(/icons/advanced-study-application-svgrepo-com.svg);
}





/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.cat-list li {
	border-bottom: 1px solid #f0e9ff;
	transition: all 0.3s ease 0s;
	padding-bottom: calc(.75rem * var(--tw-bound-scale-0));
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
	border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
	font-size: calc(.875rem * var(--tw-bound-scale-0));
	line-height: calc(1.25rem * var(--tw-bound-scale-0));
	color: #888888
}

	.blog_right_sidebar .post_category_widget .cat-list li a p {
		margin-bottom: 0px
	}

.blog_right_sidebar .post_category_widget .cat-list li + li {
	padding-top: calc(1rem * var(--tw-bound-scale-0))
}


.media-body h3 {
	font-size: calc(1rem * var(--tw-bound-scale-0));
	margin-bottom: 0;
	font-size: calc(1rem * var(--tw-bound-scale-0)) ;
	color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
	color: #ff5e13
}

.contact-info .media-body p {
	color: #8a8a8a
}

.contact-title {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

	.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
		font-size: calc(1rem * var(--tw-bound-scale-0));
		line-height: calc(1.25rem * var(--tw-bound-scale-0));
		margin-bottom: calc(.375rem * var(--tw-bound-scale-0));
		transition: all 0.3s linear
	}

	.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
		color: #fff
	}

	.blog_right_sidebar .popular_post_widget .post_item .media-body p {
		font-size: calc(.875rem * var(--tw-bound-scale-0));
		line-height: calc(1.3125rem * var(--tw-bound-scale-0));
		margin-bottom: 0px
	}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: calc(1.25rem * var(--tw-bound-scale-0));
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

	.blog_right_sidebar .tag_cloud_widget ul li a {
		display: inline-block;
		border: 1px solid #eeeeee;
		background: #fff;
		padding: calc(.25rem * var(--tw-bound-scale-0)) calc(1.25rem * var(--tw-bound-scale-0));
		margin-bottom: calc(.5rem * var(--tw-bound-scale-0));
		margin-right: calc(.8725rem * var(--tw-bound-scale-0));
		transition: all 0.3s ease 0s;
		color: #888888;
		font-size: calc(.8125rem * var(--tw-bound-scale-0))
	}


.blog_center_sidebar .single_sidebar_widget {
	padding: calc(.1875rem * var(--tw-bound-scale-0)) !important;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #bf0a16;
}




.title {
}

.value {
	font-weight: 500;
}

.widget_action {
	border: 1px solid #b96f74 !important;
	padding: calc(1.67rem * var(--tw-bound-scale-0));
	color: #bf0a16 !important;
	font-weight: 600 !important;
	font-size: calc(1.25rem * var(--tw-bound-scale-0));
	background: #ffeeee !important;
}

.action {
	color: #bf0a16 !important;
	font-size: calc(1.25rem * var(--tw-bound-scale-0)) !important;
	font-weight: 600 !important;
}


/*







.form-control {
	background: transparent;
	border: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	padding: 0
}
.form-contact label {
	font-size: 14px
}

.form-contact .form-group {
	margin-bottom: 30px
}

.form-contact .form-control {
	border: 1px solid #e5e6e9;
	border-radius: 0px;
	height: 48px;
	padding-left: 18px;
	font-size: 13px;
	background: transparent
}

	.form-contact .form-control:focus {
		outline: 0;
		box-shadow: none
	}

	.form-contact .form-control::placeholder {
		font-weight: 300;
		color: #999999
	}

.form-contact textarea {
	border-radius: 0px;
	height: 100% !important
}
*/
.modal-messa1ge .modal-di1alog {
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) !important;
	margin: 0px;
	max-width: 500px;
	width: 100%
}

	.modal-message .modal-dialog .modal-content .modal-header {
		text-align: center;
		display: block;
		border-bottom: none;
		padding-top: calc(3.125rem * var(--tw-bound-scale-1));
		padding-bottom: calc(3.125rem * var(--tw-bound-scale-1));
	}

	.modal-message .modal-dialog .modal-content .modal-header .close {
		position: absolute;
		right: calc(-1rem * var(--tw-bound-scale-0));
		top: calc(-1rem * var(--tw-bound-scale-0));
		padding: 0px;
		color: #fff;
		opacity: 1;
		cursor: pointer
	}

	.modal-message .modal-dialog .modal-content .modal-header h2 {
		display: block;
		text-align: center;
		padding-bottom: calc(.7rem * var(--tw-bound-scale-1));
	}

	.modal-message .modal-dialog .modal-content .modal-header p {
		display: block
	}


	/*

.form-select {
	height: 40px;
	width: 100%
}

.form-select .nice-select {
border: none;
border-radius: 0px;
height: 40px;
background: #f9f9ff;
padding-left: 45px;
padding-right: 40px;
width: 100%
}

.form-select .nice-select .list {
	margin-top: 0;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	width: 100%;
	padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
	font-weight: 300;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 28px;
	min-height: 28px;
	font-size: 12px;
	padding-left: 45px
}

.form-select .nice-select .list .option.selected {
	color: #ff5e13;
	background: transparent
}

.form-select .nice-select .list .option:hover {
	color: #ff5e13;
	background: transparent
}

.form-select .current {
	margin-right: 50px;
	font-weight: 300
}

.form-select .nice-select::after {
	right: 20px
}  */
body {
	font-weight: normal;
	font-style: normal
}

.modal-title h4 {
	color: #bf0a16;
}

.modal-backdrop.show {
	opacity: 0.2;
	z-index: 999;
}

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
}

.vertical-align-center {
	/* To center vertically */
	width: 70%;
	max-height: 50%;
	display: table-cell;
	vertical-align: middle;
	overflow-y: auto;
}
/* Important part */
.modal-dialog {
	overflow-y: initial !important;
	background-color: transparent;
	width: 70%;
	padding:10%/* calc(5.5rem * var(--tw-bound-scale-1)); */
}
.form-small {
	padding: 1rem;
	background: #eff1f3 !important;
	padding: calc(1.25rem * var(--tw-bound-scale-0)) calc(1.81rem * var(--tw-bound-scale-0)) calc(6.125rem * var(--tw-bound-scale-0)) calc(1rem * var(--tw-bound-scale-0)) !important;
	
}
.form-small.cta-content .AcceptCondition {
	color: #125385 !important;
}




form {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
	form.pull-right, form.pull-left {
		width: 100%;
	}

	form.pull-right-inline {
		width: 48%;
		float: right;
		margin: 0px 0px 50px 50px;
	}

	form.pull-right .h2 {
		/*margin-top: 55px;*/
	}

	form.pull-right-inline .h2 {
		margin-top: 55px;
	}

	form div.frow {
		display: table;
		width: 100%;
	}

	form b, form label {
		display: table-cell;
		width: 40%;
		padding: 15px 15px 0px 0px;
		vertical-align: top;
	}

		b.reqField, b.fieldTitle, form label.required {
			font-family: OpenSans-Bold, arial;
		}

label.radio {
	width: auto;
	padding: 0;
}

	label.radio input {
		width: auto;
		padding: 0;
	}

form img.captcha {
	float: left;
	margin: 15px 10px 0px 0px;
}

form b.sep {
	padding: 20px 0px 5px 0px;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eff1f3;
	color: #0482b9;
	font-size: 16px;
}

b.longReqField {
	width: 300px;
}

form br {
	float: none;
	clear: both;
}

input, select, textarea {
	display: table-cell;
	outline: none;
	width: 98%;
	padding: 5px 0px 5px 5px;
	margin-top: 15px;
	font-size: 14px;
	border: 1px solid #ccc;
}

select {
	width: 100%;
}

textarea {
	overflow: auto;
	resize: none;
	height: 68px;
	vertical-align: top;
}


/*
input.button, .button {
	clear: both;
	float: right;
	width: auto;
	line-height: 32px;
	border: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	background-color: #077ad1;
	color: #fff;
	cursor: pointer;
	opacity: 0.8;
	outline: none;
}  */

a.button:link, a.button:hover, a.button:visited {
	text-decoration: none;
	color: #fff;
}

input[type='checkbox'] {
	width: auto;
}

input[type='file'] {
	border: none;
}

.checkboxRow {
	width: 100%;
	display: table;
}

input.button:hover, .button:hover {
	opacity: 0.8;
}

input.button:active, .button:active {
	opacity: 1;
}
/*
.input-validation-error {
	background: url(/images/content/invalid.gif) bottom repeat-x;
}

.field-validation-error {
	float: right;
	color: #04C2E8;
	font-size: 12px;
} */

.popup {
}

.popup form {
	width: 100%;
}

.close {
	background-color: #fff;
	text-align: right;
	padding: calc(.625rem * var(--tw-bound-scale-1));
	color: #04c2e8;
	border: 0px;
	cursor: pointer;
}
.closeAlert {
	background-color: #fff;
	text-align: right;
	padding: calc(.625rem * var(--tw-bound-scale-1));
	color: #04c2e8;
	border: 0px;
	cursor: pointer;
}

.modal-content {
	/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
	/*width: inherit;
	height: inherit; */
	/* To center horizontally */
	margin: 0 auto;
	height: calc(28.75rem * var(--tw-bound-scale-1));
	min-height:30%;
	width: calc(28.75rem * var(--tw-bound-scale-1));
}

.modal-body {
	/*min-height: calc(31.25rem * var(--tw-bound-scale-1));
	max-height: calc(70% - calc(7.5rem * var(--tw-bound-scale-1))); */
	overflow-y: auto;
	background-color1: red;
}




.testimonial-2 {
	background: rgba(239, 241, 243);
	padding: calc(1.875rem * var(--tw-bound-scale-0));
	text-decoration:none;
}

.testimonial-2 blockquote {
	font-size: calc(1.3rem* var(--tw-bound-scale-0));
}

.testimonial-2 .v-card img {
	width: calc(3.125rem* var(--tw-bound-scale-0));
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(3.125rem* var(--tw-bound-scale-0));
	flex: 0 0 calc(3.125rem* var(--tw-bound-scale-0));
	border-radius: 50%;
}

	.testimonial-2 .title {
		font-size: calc(1.25rem * var(--tw-bound-scale-0));
		padding: calc(1rem * var(--tw-bound-scale-0));
	}
















.ftco-vh-75 {
	height: 75vh;
	min-height: 700px;
}

@media (max-width: 1199.98px) {
	.ftco-vh-75 {
		min-height: 700px;
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.ftco-tab-nav {
	padding: 0;
	margin: 0;
	display: inline-block !important;
}

@media (max-width: 767.98px) {
	.ftco-tab-nav {
		display: block !important;
		margin-bottom: 10px;
		width: 100% !important;
	}
}

.ftco-tab-nav li {
	padding: 0;
	margin: 0 5px;
	display: inline-block !important;
}

@media (max-width: 767.98px) {
	.ftco-tab-nav li {
		display: block !important;
		margin-bottom: 10px;
		width: 100% !important;
	}
}

.ftco-tab-nav li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .2em;
	color: #ccc;
	border: 2px solid #ccc;
	border-radius: 0 !important;
}

.ftco-tab-nav li a.active {
	background: none !important;
	color: black !important;
	border: 2px solid #000;
}

.ftco-animate {
	opacity: 0;
	visibility: hidden;
}

.bg-primary {
	background: #fa5bdd !important;
}

.ftco-section .ftco-sub-title {
	font-size: calc(1rem * var(--tw-bound-scale-0));
	text-transform: uppercase;
	letter-spacing: calc(.5em * var(--tw-bound-scale-0));
	color: #d4d4d4;
	font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 300;
}

.ftco-section .ftco-primary-title {
	margin-top: 0;
	margin-bottom: calc(1.875rem * var(--tw-bound-scale-0));
}

.about-author .desc h3 {
	font-size: calc(1.5rem * var(--tw-bound-scale-0));
}

.ftco-section {
	/*padding: calc(2em * var(--tw-bound-scale-0)) 0;*/
	position: relative;
}

@media (max-width: 767.98px) {
	.ftco-section {
		padding: calc(6em * var(--tw-bound-scale-0))  0;
	}
}

.ftco-bg-dark {
	background: #3c312e;
}

.ftco-footer {
	font-size: calc(1rem * var(--tw-bound-scale-0));
	padding: calc(7em * var(--tw-bound-scale-0)) 0;
	background: #252525;
}

	.ftco-footer .ftco-footer-logo {
		text-transform: uppercase;
		letter-spacing: calc(.1em * var(--tw-bound-scale-0));
	}

	.ftco-footer .ftco-footer-widget h2 {
		font-weight: normal;
		color: #fff;
		margin-bottom: calc(2.5rem * var(--tw-bound-scale-0));
		font-size: calc(1rem * var(--tw-bound-scale-0));
		font-weight: 400;
		position: relative;
		text-transform: uppercase;
		letter-spacing: calc(0.0625rem * var(--tw-bound-scale-0));
	}

		.ftco-footer .ftco-footer-widget h2:after {
			position: absolute;
			bottom: calc(-1rem * var(--tw-bound-scale-0));
			left: 0;
			content: '';
			width: calc(4.375rem * var(--tw-bound-scale-0));
			height: calc(.0625rem * var(--tw-bound-scale-0));
			background: #fff;
		}

	.ftco-footer .ftco-footer-widget ul li a span {
		color: #fff;
	}

	.ftco-footer .ftco-footer-widget .btn-primary {
		background: #fff !important;
		border: calc(.125rem * var(--tw-bound-scale-0)) solid #fff !important;
	}

		.ftco-footer .ftco-footer-widget .btn-primary:hover {
			background: #fff;
			border: calc(.125rem * var(--tw-bound-scale-0)) solid #fff !important;
		}

	.ftco-footer p {
		color: rgba(255, 255, 255, 0.7);
	}

	.ftco-footer a {
		color: rgba(255, 255, 255, 0.7);
	}

		.ftco-footer a:hover {
			color: #fff;
		}

	.ftco-footer .ftco-heading-2 {
		font-size: calc(1.125rem * var(--tw-bound-scale-0));
		font-weight: 400;
		color: #000;
	}

	.ftco-footer .block-21 .text .heading {
		font-size: calc(1rem * var(--tw-bound-scale-0));
		font-weight: 300;
	}

		.ftco-footer .block-21 .text .heading a {
			color: rgba(255, 255, 255, 0.9);
		}

			.ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus {
				color: #fa5bdd;
			}

	.ftco-footer .block-21 .text .meta > div {
		display: inline-block;
		font-size: 12px;
		margin-right: 5px;
	}

		.ftco-footer .block-21 .text .meta > div a {
			color: gray;
		}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}

	.ftco-footer-social li a {
		height: 50px;
		width: 50px;
		display: block;
		float: left;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 50%;
		position: relative;
	}

		.ftco-footer-social li a span {
			position: absolute;
			font-size: 26px;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

		.ftco-footer-social li a:hover {
			color: #fff;
		}




.features_block {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.features_block .wrap-icon span {
	font-size: 3.4rem;
	color: #ffa188;
	
}























.features_75651 .block_75651 {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #fff;
	border-radius: 4px;
	background: transparent;
}

	.features_75651 .block_75651 .wrap-icon span {
		font-size: 2.4rem;
		color: #ffa188;
	}

	.features_75651 .block_75651 h3 {
		color: #fff;
		font-size: 18px;
	}

	.features_75651 .block_75651 p {
		color: rgba(255, 255, 255, 0.5);
		font-size: 14px;
	}

	.features_75651 .block_75651:hover {
		background: rgba(255, 255, 255, 0.1);
	}

.block_75651 {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}





.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}



.OLDftco-partner {
	padding: 2em 0;
}

.OLDpartner .OLDpartner-entry {
	opacity: .3;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.OLDpartner .OLDpartner-entry:hover {
	opacity: 1;
}




#section-counter {
	position: relative;
	z-index: 0;
}

	#section-counter .overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		opacity: .4;
	}

.ftco-counter {
	padding: 10em 0;
}

	.ftco-counter .icon {
		width: 100px;
		height: 100px;
		margin: 0 auto;
		background: #fff;
		position: relative;
		border: 1px solid #f0f0f0;
		margin-bottom: 20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
	}

		.ftco-counter .icon span {
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			color: #fa5bdd !important;
		}

	.ftco-counter .text strong.number {
		font-weight: 400;
		font-size: 30px;
		color: #fa5bdd;
	}

	.ftco-counter .text span {
		font-weight: 400;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.7);
	}

@media (max-width: 767.98px) {
	.ftco-counter .counter-wrap {
		margin-bottom: 40px;
	}
}

.ftco-counter .ftco-number {
	display: block;
	color: #fa5bdd;
}

.ftco-counter .ftco-label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
}


.staff {
	padding: calc(1.5625rem * var(--tw-bound-scale-0));
	background: #fff;
	-webkit-border-radius: calc(.25rem * var(--tw-bound-scale-0));
	-moz-border-radius: calc(.25rem * var(--tw-bound-scale-0));
	-ms-border-radius: calc(.25rem * var(--tw-bound-scale-0));
	border-radius: calc(.25rem * var(--tw-bound-scale-0));
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
	.staff {
		margin-bottom: calc(1.875rem * var(--tw-bound-scale-0));
	}
}

.staff .info {
	width: 100%;
}

	.staff .info h3 {
		font-size: calc(.875rem * var(--tw-bound-scale-0));
		text-transform: uppercase;
	}

		.staff .info h3 a {
			color: #000;
		}

	.staff .info span.position {
		display: block;
		margin-bottom: calc(.875rem * var(--tw-bound-scale-0));
		font-size: calc(.75rem * var(--tw-bound-scale-0));
		font-weight: 400;
		color: #cccccc;
	}

.staff .img {
	width: calc(6.875rem * var(--tw-bound-scale-0));
	height: calc(6.875rem * var(--tw-bound-scale-0));
	border: 1px solid #f0f0f0;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff:hover, .staff:focus {
	-webkit-box-shadow: 0px calc(.1875rem * var(--tw-bound-scale-0)) calc(4.125rem * var(--tw-bound-scale-0)) calc(-1.25rem * var(--tw-bound-scale-0)) rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px calc(.1875rem * var(--tw-bound-scale-0)) calc(4.125rem * var(--tw-bound-scale-0)) calc(-1.25rem * var(--tw-bound-scale-0)) rgba(0, 0, 0, 0.2);
	box-shadow: 0px calc(.1875rem * var(--tw-bound-scale-0)) calc(4.125rem * var(--tw-bound-scale-0)) calc(-1.25rem * var(--tw-bound-scale-0)) rgba(0, 0, 0, 0.2);
}

	.staff:hover .img, .staff:focus .img {
		border: 0px calc(.067rem * var(--tw-bound-scale-0)) solid #fa5bdd;
	}



.service_13987 {
	background-color: #fff;
}

	.service_13987 .text {
		text-align: center;
		padding: 0 0px calc(.9375rem * var(--tw-bound-scale-0));
	}

		.service_13987 .text h3 {
			font-size: calc(1.125rem * var(--tw-bound-scale-0));
		}

		.service_13987 .text p {
			line-height: 1.5;
			font-size: calc(.9375rem * var(--tw-bound-scale-0));
			color: #999;
		}





.block-10 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 100%;
	height: 135px;
}

.unordered-list li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	line-height: 1.82em !important;
}
.unordered-list li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border: 3px solid #1f2b7b;
	background: #fff;
	top: 4px;
	left: 0;
	border-radius: 50%;
}










.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
	justify-content: center;
	align-self: center;
	padding-left: 20px
}

	.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 6px;
		transition: all 0.3s linear
	}

	.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
		color: #fff
	}

	.blog_right_sidebar .popular_post_widget .post_item .media-body p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 0px
	}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
	margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
	display: inline-block
}

	.blog_right_sidebar .tag_cloud_widget ul li a {
		display: inline-block;
		border: 1px solid #eeeeee;
		background: #fff;
		padding: 4px 20px;
		margin-bottom: 8px;
		margin-right: 3px;
		transition: all 0.3s ease 0s;
		color: #888888;
		font-size: 13px
	}

		.blog_right_sidebar .tag_cloud_widget ul li a:hover {
			background: #fe5c24;
			color: #fff !important;
			-webkit-text-fill-color: #fff;
			text-decoration: none;
			-webkit-transition: 0.5s;
			transition: 0.5s
		}

.blog_right_sidebar .instagram_feeds .instagram_row {
	display: flex;
	margin-right: -6px;
	margin-left: -6px
}

	.blog_right_sidebar .instagram_feeds .instagram_row li {
		width: 33.33%;
		float: left;
		padding-right: 6px;
		padding-left: 6px;
		margin-bottom: 15px
	}

.blog_right_sidebar .br {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 30px 0px
}






.breadcrumbs {
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 79px;
}

	.breadcrumbs ul li {
		display: inline-block;
		margin-right: 17px;
	}

		.breadcrumbs ul li.active a {
			color: #b9b4c7;
		}

		.breadcrumbs ul li i {
			margin-right: 17px;
		}

		.breadcrumbs ul li a {
			color: #51545f;
		}
.newss-fp
{
	padding:2rem 0;
}
.breadcrumbs-top {
	height: 50px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.milestones {
	/*margin-top: 35px;*/
}

.milestone_counter {
	font-size: 36px;
	font-weight: 700;
	color: #57ccc3;
	line-height: 0.75;
}

.milestone_text {
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	line-height: 1.5;
	margin-top: 5px;
}









.comagic-c-buttons {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}

.comagic-c-buttons__pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 70px;
	background: #25D366;
	border-radius: 50%;
	opacity: 0.6;
	z-index: -1;
}

.comagic-c-buttons__pulse--first {
	animation: pulse 2s infinite;
}

.comagic-c-buttons__pulse--second {
	animation: pulse 2s 1s infinite;
}

.comagic-c-buttons__main-button {
	width: 60px;
	height: 60px;
	background: #25D366;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

	.comagic-c-buttons__main-button:hover {
		transform: scale(1.1);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	}

/* Основная иконка */
.comagic-c-buttons__main-icon {
	font-size: 24px;
	color: white;
	transition: all 0.3s ease;
	position: absolute;
}

/* Убираем анимированные иконки, которые мешали */
.comagic-c-buttons__button-icons__roller {
	display: none;
}

.comagic-c-buttons__action-buttons-stack {
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.4s ease;
}

.comagic-c-buttons--expanded .comagic-c-buttons__action-buttons-stack {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.comagic-c-buttons__action-button {
	margin-bottom: 15px;
	list-style: none;
	transform: scale(0);
	transition: all 0.3s ease;
	position: relative;
}

.comagic-c-buttons--expanded .comagic-c-buttons__action-button {
	transform: scale(1);
}

.comagic-c-buttons__action-button a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	position: relative;
}

	.comagic-c-buttons__action-button a:hover {
		transform: scale(1.1) translateY(-5px);
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
	}

/* Исправленные подсказки */
.comagic-c-buttons__action-button:hover::after {
	content: attr(c-data-hint);
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: #2c3e50;
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	opacity: 1;
	pointer-events: none;
	z-index: 1001;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Стрелка для подсказки */
.comagic-c-buttons__action-button:hover::before {
	content: '';
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #2c3e50;
	z-index: 1001;
}

.comagic-c-buttons__action-button__icon-web_chat {
	background: #3498db;
}

.comagic-c-buttons__action-button__icon-whatsapp {
	background: #25D366;
}

.comagic-c-buttons__action-button__icon-telegram {
	background: #0088cc;
}
.comagic-c-buttons__action-button__icon-email {
	background: #e67e22;
}

.comagic-c-buttons__action-button__icon-jivosite {
	background: #9b59b6;
}
.comagic-c-buttons__action-button__icon-collapse {
	background: #e74c3c;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}

	70% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}

.code-example {
	background: #2c3e50;
	color: #ecf0f1;
	padding: 20px;
	border-radius: 10px;
	margin-top: 40px;
	text-align: left;
	font-family: 'Courier New', monospace;
	overflow-x: auto;
}

	.code-example h3 {
		margin-bottom: 15px;
		color: #3498db;
	}

.highlight {
	color: #e74c3c;
}

.comment {
	color: #7f8c8d;
}

@media (max-width: 768px) {
	.comagic-c-buttons {
		right: 20px;
		bottom: 20px;
	}

	.comagic-c-buttons__action-button:hover::after,
	.comagic-c-buttons__action-button:hover::before {
		display: none;
	}
}














/*******************  Девиз  ***********/
.modern-motto-simple {
	padding: 80px 0;
	background1: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.motto-card-simple {
	background: white;
	border-radius: 16px;
	padding: 50px 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	border: 1px solid #f0f0f0;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}
.motto-card-simple:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}
	.motto-card-simple::before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg,var(--tw-color-card-bggr1),var(--tw-color-card-bggr2));
		border-radius: 0 0 4px 4px;
	}
.motto-text-simple {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
	margin: 0;
	font-weight: 400;
	font-style: italic;
	position: relative;
}

/* Анимация появления */
.motto-card-simple {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.motto-card-simple.animated {
	opacity: 1;
	transform: translateY(0);
}

/* Адаптивность */
@media (max-width: 768px) {
	.modern-motto-simple {
		padding: 60px 0;
	}
	.motto-card-simple {
		padding: 40px 30px;
		margin: 0 15px;
	}
	.motto-text-simple {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
@media (max-width: 576px) {
	.motto-card-simple {
		padding: 30px 20px;
	}

	.motto-text-simple {
		font-size: 1.1rem;
	}
}
/*******************  Счетчики  ***********/
.modern-milestones-mini {
	padding: 40px 0;
	background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
	color: white;
}
.milestones-mini-row {
	display: flex;
	flex-wrap: wrap;
}
.milestone-mini {
	padding: 15px 10px;
}
.counter-mini {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	color: white;
}

.text-mini {
	font-size: 0.8rem;
	opacity: 0.9;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.modern-milestones-mini {
		padding: 30px 0;
	}

	.milestone-mini {
		padding: 12px 8px;
	}

	.counter-mini {
		font-size: 1.7rem;
	}
}

@media (max-width: 576px) {
	.milestone-mini {
		padding: 10px 5px;
	}

	.counter-mini {
		font-size: 1.5rem;
	}

	.text-mini {
		font-size: 0.75rem;
	}
}





/*
	Общие переменные
*/

:root {
	--tw-color-main-subtitle: #666;
	--tw-color-main-section-title: #2a5298;
	--tw-color-main-textcolor: #666;
	--tw-color-main-view-all: #666;
	--tw-color-main-read-more: #2a5298;
	--tw-color-main-border: #103959; /* #f0f0f0;*/
	--tw-color-main-border-hover: #103959; /* #2a5298; */
	--tw-color-card-bg: white;
	--tw-color-card-bggr1: #103959; /* #1e3c72;*/
	--tw-color-card-bggr2: #04c2e8; /*#2a5298;*/
	--tw-color-main-iconcolor: #2a5298;
}




/*******************  Наши Приимущества  ***********/

.modern-advantages {
	padding: 80px 0;
}

	.modern-advantages .subtitle {
		color: var(--tw-color-main-subtitle);
		font-size: 1.1rem;
		margin-top: 15px;
	}

.advantages-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.advantage-card {
	background: var(--tw-color-card-bg);
	border-radius: 12px;
	padding: 30px 25px;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid var(--tw-color-main-border);
	position: relative;
	overflow: hidden;
}

	.advantage-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg,var(--tw-color-card-bggr1),var(--tw-color-card-bggr2));
		transform: scaleX(0);
		transition: transform 0.3s ease;
	}

	.advantage-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	}

		.advantage-card:hover::before {
			transform: scaleX(1);
		}

.advantage-icon {
	text-align: center;
	margin-bottom: 20px;
	color: var(--tw-color-main-iconcolor );
	font-size: 2.5rem;
}

.advantage-content h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	text-align: center;
}

.advantage-content p {
	color: var(--tw-color-main-textcolor);
	line-height: 1.6;
	text-align: center;
	font-size: 0.95rem;
}

/* Анимация появления при прокрутке */
.advantage-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

	.advantage-card.animated {
		opacity: 1;
		transform: translateY(0);
	}

/* Адаптивность */
@media (max-width: 768px) {
	.advantage-card {
		padding: 20px 15px;
	}

	.advantage-content h3 {
		font-size: 1.1rem;
	}

	.advantage-content p {
		font-size: 0.9rem;
	}
}




/*******************  Наши услуги  ***********/
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	margin-top: 30px;
}

.service-card {
	background: white;
	border-radius: 12px;
	padding: 25px 20px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.service-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #2a5298;
		transform: scaleY(0);
		transition: transform 0.3s ease;
	}

	.service-card:hover::before {
		transform: scaleY(1);
	}

	.service-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 8px 25px rgba(42, 82, 152, 0.15);
	}

.service-icon {
	font-size: 2.2rem;
	color: #2a5298;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.service-card:hover .service-icon {
	transform: scale(1.1);
	color: #1e3c72;
}

.service-content h4 {
	font-size: 1rem;
	font-weight: 600;
	color: #2a5298;
	line-height: 1.3;
	margin: 0;
}

/* Адаптивность */
@@media (max-width: 1200px) {
	.services-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 18px;
	}
}

@@media (max-width: 768px) {
	.services-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 15px;
	}

	.service-card {
		padding: 20px 15px;
		min-height: 110px;
	}

	.service-icon {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.service-content h4 {
		font-size: 0.95rem;
	}
}

@@media (max-width: 576px) {
	.services-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.service-card {
		padding: 18px 15px;
		min-height: 100px;
	}

	.section-title {
		font-size: 1.6rem;
	}

	.section-subtitle {
		font-size: 0.9rem;
	}

	.service-content h4 {
		font-size: 0.9rem;
	}
}


/*******************  Отзывы  ***********/
.reviews-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin: 0 auto;
}

.review-card {
	background: var(--tw-color-card-bg);
	border-radius: 16px;
	padding: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--tw-color-main-border);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

	.review-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: linear-gradient(90deg,var(--tw-color-card-bggr1),var(--tw-color-card-bggr2));
		transform: scaleX(0);
		transition: transform 0.3s ease;
	}

	.review-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
	}

		.review-card:hover::before {
			transform: scaleX(1);
		}

.review-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.review-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 3px solid var(--tw-color-main-border);
	transition: all 0.3s ease;
}

.review-card:hover .review-avatar {
	border-color: var(--tw-color-main-border-hover);
}

.review-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-author h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin: 0 0 5px 0;
	line-height: 1.2;
}

.review-rating {
	display: flex;
	gap: 2px;
}

	.review-rating i {
		color: #ffc107;
		font-size: 0.9rem;
	}

.review-content {
	margin-bottom: 20px;
}

	.review-content p {
		color: var(--tw-color-main-textcolor);
		line-height: 1.6;
		margin: 0;
		font-size: 0.95rem;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

.review-footer {
	border-top: 1px solid var(--tw-color-main-border);
	padding-top: 20px;
}

/* Анимация появления */
.review-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

	.review-card.animated {
		opacity: 1;
		transform: translateY(0);
	}

/* Адаптивность */
@media (max-width: 768px) {
	.reviews-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 20px;
	}

	.review-card {
		padding: 25px;
	}

	.review-header {
		gap: 12px;
		margin-bottom: 15px;
	}

	.review-avatar {
		width: 50px;
		height: 50px;
	}

	.review-author h4 {
		font-size: 1rem;
	}

	.review-content p {
		font-size: 0.9rem;
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 576px) {
	.reviews-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.review-card {
		padding: 20px;
		margin: 0 10px;
	}

	.review-header {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.review-author h4 {
		font-size: 0.95rem;
	}
}

/*******************  Новости  ***********/
.news-grid {
	display: flex;
	flex-wrap: wrap;
}

.news-card {
	background: var(--tw-color-card-bg);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid var(--tw-color-main-border);
	height: 100%;
	display: flex;
	flex-direction: column;
}

	.news-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	}

.news-image {
	position: relative;
	overflow: hidden;
	height: 220px;
}

	.news-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.3s ease;
	}

.news-card:hover .news-image img {
	transform: scale(1.05);
}

.news-date {
	position: absolute;
	top: 15px;
	left: 15px;
	background: linear-gradient(90deg,var(--tw-color-card-bggr1),var(--tw-color-card-bggr2));
	color: white;
	padding: 10px;
	border-radius: 8px;
	text-align: center;
	min-width: 60px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


.news-content {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

	.news-content .publdata {
		color: var(--tw-color-main-textcolor );
		font-size: 0.9rem;
		font-weight: 500;
		margin-bottom: 10px;
		display: block;
		text-decoration: none;
	}

	.news-content .title {
		font-size: 1.1rem;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 15px;
		color: #333;
		text-decoration: none;
		display: block;
		transition: color 0.3s ease;
	}

		.news-content .title:hover {
			color: var(--tw-color-main-textcolor );
		}

	.news-content .description {
		color: var(--tw-color-main-textcolor);
		line-height: 1.6;
		margin-bottom: 20px;
		flex-grow: 1;
		font-size: 0.95rem;
	}

.news-footer {
	margin-top: auto;
}

/* Анимация появления при прокрутке */
.news-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

	.news-card.animated {
		opacity: 1;
		transform: translateY(0);
	}

/* Адаптивность */
@media (max-width: 768px) {
	.news-content {
		padding: 20px;
	}

		.news-content .title {
			font-size: 1rem;
		}

		.news-content .description {
			font-size: 0.9rem;
		}

	.news-image {
		height: 180px;
	}
}

@media (max-width: 576px) {
	.news-grid {
		margin: 0 -10px;
	}

	.news-card {
		margin: 0 10px 20px;
	}
}

/*******************  Партнеры  ***********/
.partners-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	margin-top: 50px;
}

.partner-card {
	background: var(--tw-color-card-bg);
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid #e9ecef;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	display: flex;
	align-items: center;
	gap: 25px;
	position: relative;
	overflow: hidden;
}

	.partner-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(42, 82, 152, 0.05), transparent);
		transition: left 0.6s ease;
	}

	.partner-card:hover::before {
		left: 100%;
	}

	.partner-card:hover {
		transform: translateY(-8px);
		box-shadow: 0 15px 40px rgba(42, 82, 152, 0.15);
		border-color: var(--tw-color-main-border-hover);
	}

.partner-logo {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background: #f8f9fa;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.partner-card:hover .partner-logo {
	background: linear-gradient(90deg,var(--tw-color-card-bggr2),var(--tw-color-card-bggr1));
	transform: scale(1.1);
}

.partner-logo img {
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: all 0.3s ease;
}

.partner-card:hover .partner-logo img {
	filter: grayscale(0%);
	opacity: 1;
}

.partner-info {
	flex: 1;
}

	.partner-info h4 {
		font-size: 1rem;
		font-weight: 600;
		color: #2a5298;
		margin-bottom: 8px;
		transition: color 0.3s ease;
	}

.partner-card:hover .partner-info h4 {
	color: #1e3c72;
}

.partner-info p {
	font-size: 0.85rem;
	color: var(--tw-color-main-textcolor);
	line-height: 1.5;
	margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
	.partners-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}

	.partner-card {
		padding: 25px;
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.partner-logo {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 576px) {
	.partner-card {
		padding: 20px;
	}

	.partner-info h4 {
		font-size: 1.2rem;
	}
}



























/*

	Общие Элементы

*/



.main-section {
	padding: 60px 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	position: relative;
}

	.main-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 4px;
		background: linear-gradient(90deg,var(--tw-color-card-bggr1),var(--tw-color-card-bggr2));
	}

.section-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: var(--tw-color-main-section-title);
	margin-bottom: 1rem;
	position: relative;
}

	.section-title::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 60px;
		height: 3px;
		background: #2a5298;
		border-radius: 2px;
	}

.section-subtitle {
	font-size: 1.1rem;
	color: var(--tw-color-main-subtitle);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}
.main-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	margin: 0 auto;
}

.main-grid4 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
	margin: 0 auto;
}

.main-grid6 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 25px;
	margin: 0 auto;
}




.view-all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--tw-color-main-view-all);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 8px 20px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
	.view-all::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(42, 82, 152, 0.05), transparent);
		transition: left 0.5s ease;
	}

	.view-all:hover {
		color: var(--tw-color-main-read-more);
		text-decoration: none;
	}

		.view-all:hover::before {
			left: 100%;
		}

.arrow {
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-block;
}

.view-all:hover .arrow {
	transform: translateX(4px);
}


.date-day {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.date-month {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: lowercase;
	margin-top: 2px;
}



.read-more {
	color: var(--tw-color-main-read-more);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.95rem;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

	.read-more i {
		margin-left: 8px;
		transition: transform 0.3s ease;
		font-size: 0.85rem;
	}

	.read-more:hover {
		color: #1e3c72;
	}

		.read-more:hover i {
			transform: translateX(3px);
		}





/*    Настройки для Видео */

.video-hover-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.video-hover-tooltip {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	text-align: center;
	z-index: 10;
}

.video-hover-container:hover .video-hover-tooltip {
	opacity: 1;
}

.video-bg {
	width: 100%;
	height: auto;
	display: block;
}
.divh3 {
	font-size: calc(2.15rem * var(--tw-bound-scale-0)) !important;
	line-height: calc(3.5rem * var(--tw-bound-scale-0)) !important;
	color: #fff;
	font-weight: 400;
	margin-bottom: calc(.8125rem * var(--tw-bound-scale-0)) !important;
}




/* Адаптивность */

@media (max-width: 576px) {
	.section-title {
		font-size: 1.6rem;
	}

	.section-subtitle {
		font-size: 1rem;
	}
	.mian-grid4 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.mian-grid6 {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}

@media (max-width: 768px) {
	.main-section {
		padding: 30px 0;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.main-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}
	.main-grid4 {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 20px;
	}
	.main-grid6 {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 20px;
	}
	.view-all {
		font-size: 0.9rem;
		padding: 6px 16px;
	}

	.text-end {
		text-align: center;
	}

	.right-aligned {
		margin-left: 0;
	}
}


@media (max-width: 1200px) {
	.main-grid {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 25px;
	}
}














