:root {
    --main-h-padding: 16px;
	--main-v-padding: 60px;
	--max-content-width: 1025px;
	--main-green: #317570;
	--second-green: #035d5c;
	--font-size: 13px;
	--text-color: #333;
	--grey-text: #ccc;
	--dark-grey-text: #666;
	--link-text: #066; }
	
* {
	box-sizing: border-box;
	outline: none;
	font: inherit;
	scroll-behavior: smooth;}

img {
	max-width: 100%;
	height: auto; }

	
strong {
	font-weight: bold; }
	
a {
	color: var(--link-text);
	text-decoration: none; }
	
body {
	margin: 0 auto;
	font-family: Tahoma, Arial, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: var(--font-size);
	color: var(--text-color);
	min-height: 100dvh;
	background: #fff url(/templates/asnova/images/bgSmall.jpg) no-repeat 50% 0;}
body.home-page {
	background: #fff url(/templates/asnova/images/bgBig.jpg) no-repeat 50% 0;}
}
	
.flexed-b-c {
	display: flex;
	justify-content: space-between;
	align-items: center }
.flexed-c {
	display: flex;
	align-items: center }
.flexed-c-c {
	display: flex;
	justify-content: center;
	align-items: center }
	
.main-wrapper {
	max-width: var(--max-content-width);
	margin: 0 auto;
	width: 100%; }
	
h1 {
	color: #035d5c;
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 10px;
	text-transform: uppercase; }
h2 {
	font-size: 15px;
    color: #035d5c;
    line-height: 20px; }
h3 {
	color: #035d5c;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 10px 0; }
h4 {
	font-size: 20px;
	font-weight: 500; }
	
.main-menu {
	background: var(--main-green);
	height: 38px;
	display: flex;
	align-items: center; }
.main-menu ul {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end; }
.main-menu ul.main-menu-list > li:not(:first-of-type) {
	margin-left: 5px; }
.main-menu ul a,
.main-menu ul .separator {
	color: #fff;
	text-decoration: none;
	padding: 0 12px;
	display: flex;
	align-items: center;
	height: 38px;
	cursor: pointer; }
.main-menu ul a:hover,
.main-menu ul .separator:hover,
.main-menu ul .active a,
.main-menu ul .active .separator {
	background: linear-gradient(180deg, #00655E, #004341); }
	
.header-top-row .logo {
	position: relative;
	top: -35px;
	left: 0;
	width: 156px; }
	
.lang-switcher ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	justify-content: center; }
.lang-switcher a {
	color: var(--dark-grey-text);
	text-decoration: none; }
.lang-switcher li {
	margin: 0 4px; }
.lang-switcher {
	font-size: 11px;
	font-family: Tahoma;
	text-transform: uppercase;
	margin: 10px auto; }
.lang-switcher .lang-active a {
	color: #fff; }
.lang-switcher a:hover {
	text-decoration: underline; }
	
.header-top-row {
	display: flex;
	justify-content: space-between; }
.home-page .header-top-row .slogan {
	width: 520px;
	height: 275px;
	padding-top: 30px; }
.header-top-row .slogan {
	width: 520px;
	height: 190px;
	padding-top: 30px; }
.main-slogan {
	padding-bottom: 20px; }
.header-top-row .slogan img {
	margin: 0 4px; }
.sub-slogan .mod-custom > div:first-of-type {
	padding-left: 14px; }
.sub-slogan .mod-custom > div:nth-child(2) {
	text-align: center; }
.sub-slogan .mod-custom > div:last-of-type {
	text-align: right; }
	
.search-row {
	display: flex;
	justify-content: flex-end;
	align-items: center; }
.search-row form {
	display: flex;
	align-items: center; }
.search-row form label {
	padding: 5px;
	color: #0d7f6b;
	margin-right: 5px; }
.search-row .mod-finder__search {
	display: flex;
	align-items: center; }
.search-row input {
	height: 24px;
	width: 150px; }
.search-row button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	padding: 3px 0 3px 7px; }
.search-row .icon-search:before {
	content: url(/templates/asnova/images/btn-search.png); }
	
.sitemap-link {
	border-right: 1px solid #999;
	padding: 0 10px 0 0;
	margin: 5px 10px; }
.sitemap-link a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase; }
	
.utp-heading {
	text-align: center;
	text-transform: uppercase; }
.utp-list {
	display: flex;
	justify-content: space-between; }
.utp-item {
	width: 280px; }
.utp-item h3 {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	background: var(--second-green); }
.utp-item > div {
	padding: 0 10px; }
.utp-item ul {
	padding: 0 0 0 16px; }
.utp-item li {
	margin: 1em 0; }
	
.mod-breadcrumbs {
	font-family: Tahoma;
	font-size: 11px;
	padding: 0 0 20px 15px;
	display: flex;
	list-style: none;
	margin: 0;
	color: var(--link-text); }
.mod-breadcrumbs li:not(:last-of-type):after {
	content: ">";
	padding: 0 4px;
	color: var(--dark-grey-text); }
.mod-breadcrumbs a {
	color: var(--dark-grey-text);
	text-decoration: none; }
.mod-breadcrumbs a: hover {
	text-decoration: underline; }
	
.content-wrapper {
	display: flex; }
.content-wrapper aside > * {
	width: 250px;
	margin-right: 30px; }
.content-wrapper main {
	flex-grow: 1; }

aside ul.mod-menu,
aside ul.mod-menu ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding-left: 0; }
aside .mod-menu > li:not(.active) {
	display: none; }
.mod-menu button {
	display: none; }
aside .mod-menu > li.active > a {
	margin-bottom: 10px;
	color: #fff;
	font-size: 15px;
	background: var(--second-green);
	padding: 7px 0 7px 45px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none; }
aside .mod-menu__sub a {
	background: url(/templates/asnova/images/greenLiBig.png) no-repeat 20px 50%;
	color: #666;
	display: block;
	padding: 7px 0 7px 45px;
	text-transform: uppercase;
	border: 1px solid transparent;
	text-decoration: none; }
aside .mod-menu__sub a:hover,
aside .mod-menu__sub .active a {
	color: #000;
	background-color: #c4dde2;
	opacity: .7;
	border: 1px solid #a6cdd4; }
	
.with-children {
	background: url(/templates/asnova/images/greenWhiteGrad.png) repeat-x 0 top;
	overflow: hidden;
	padding: 10px; }
.com-content-category-blog__child .page-header a {
	color: #035d5c;
	font-size: 15px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: block; }
	
.container-component {
	background: url(/templates/asnova/images/contentBg.jpg) no-repeat 0 bottom;
	padding: 0 0 30px 0;
	min-height: 510px; }
	
footer {
	border-top: 17px solid #347872;
	padding-top: 30px; }
.news-heading {
	text-transform: uppercase;
	font-size: 13px;
	margin: 1em 0;
	font-weight: bold;
	padding: 0 15px; }
.last-news .mod-articles-items {
	list-style: none;
	margin: 0;
	padding: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	background: url(/templates/asnova/images/dot.png) repeat-x left bottom, url(/templates/asnova/images/dot.png) repeat-x left top;
	margin-bottom: 30px; }
	
.mod-articles-title a {
	margin: 5px 0;
	font-size: 13px;
	color: #077;
	font-weight: bold;
	text-decoration: none;
	display: block; }
.mod-articles-title {
	margin: 0; }
.mod-articles-item-content p {
	margin: 0; }
	
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0; }
.footer-menu .mod-menu {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 34px; }
.footer-menu ul a {
	text-decoration: none;
	color: #666; }
.footer-menu .mod-menu > li > a {
	background: #ccc;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
	text-align: center;
	display: block; }
.footer-menu .mod-menu__sub {
	padding: 15px 0 15px 10px; }
.footer-menu .mod-menu__sub a:hover {
	text-decoration: underline; }
.copyright {
	background: url(/templates/asnova/images/dot.png) repeat-x left top;
	color: #006666;
	font-weight: bold;
	padding: 5px 0;
	height: 50px;
	display: flex;
	align-items: center; }
	
.contact-mod {
	color: #000;
    background-color: #EBEBEB;
    zoom: 1;
    opacity: .7;
    border: 1px solid #CCC;
    margin-top: 10px;
	padding: 5px 25px; }
	
.news-blog .blog-item {
	margin: 5px 0 5px 0;
	display: flex;
	align-items: flex-start; }
.news-blog .blog-item .item-image {
	margin: 0 10px 0 0;
    border: 3px solid #C6DADD;
	flex-shrink: 0;
	max-width: 150px; }
.news-blog .blog-item img {
	display: block; }
.news-blog .blog-item h2 {
	margin: 5px 0; }
.news-blog .blog-item h2 a {
	text-decoration: none; }
.news-blog .blog-item h2 a:hover {
	text-decoration: underline; }
.news-blog .blog-item p {
	margin: 0px 0 10px 0;
    line-height: 18px; }
	
main ul {
	padding: 0 0 0 20px;
	list-style-image: url(/templates/asnova/images/lightGreenLi.png);
	margin: 0 0 10px 0; }

.questionary {
	margin: 20px 0 40px 0; }
.questionary .input-group {
	padding: 5px 0; }
.questionary label {
	display: flex; }
.questionary label span {
	width: 150px;
	text-align: right;
	padding: 5px 10px 5px 0;
	display: inline-block; }
.questionary input[type="text"],
.questionary input[type="email"] {
	width: 300px;
	padding: 3px;
	border: 1px solid #035D5C; }
.questionary textarea {
	width: 300px;
	border: 1px solid #035D5C; }
.questionary .form-button {
	width: 450px;
	text-align: right;
	padding: 5px 0; }
.questionary .form-button button {
	border: 1px solid #035D5C;
	background: #fff;
	padding: 5px 15px;
	cursor: pointer; }
	
.child-free {
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #EBEBEB;
	min-height: 97px;
	padding-bottom: 15px;
	background: none;
	display: flex; }
.blog-child-left {
	flex-shrink: 0; }
.blog-child-left img {
	border: 1px solid #c9dfdf;
	padding: 10px 0;
	background: #fff; }
.child-free .blog-child-right {
	margin-left: 10px;
	flex-grow: 1; }
.child-free .blog-child-right .page-header a,
.child-free .category-articles .one-article a,
.content-category li a {
	padding: 0 0 0 17px;
	background: url(/templates/asnova/images/hrefSign.png) no-repeat 1px 4px;
	display: block;
	font-size: 14px;
	color: #035d5c;
	text-decoration: none; }
.content-category ul:has(a) {
	list-style: none;
	padding-left: 0; }
.child-free .blog-child-right p {
	margin: 0; }
.child-free .blog-child-right .page-header,
.child-free .blog-child-right .short-description {
	margin-bottom: 10px; }
.blog-child-right .category-articles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px; }

.fin-page h2 {
	color: #035d5c;
    font-size: 17px;
    font-weight: normal;
    margin: 5px 0 10px;
	text-transform: uppercase; }
.fin-page .content-item ul {
	list-style: none;
	padding-left: 0; }
.fin-page .content-item li {
	display: flex;
	align-items: center;
	height: 55px;
	padding-left: 60px;
	margin-bottom: 15px;
	position: relative; }
.fin-page .content-item li:before {
	content: url(/templates/asnova/images/pdf.png);
	border: 3px solid #C6DADD;
	position: absolute;
	left: 0; }
	
.content-gallery-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	padding: 17px 40px;
	margin-bottom: 10px;
	/*max-width: 745px;*/ }
.gallery-arrow {
	position: absolute;
	top: 65px;
	background: url(/templates/asnova/images/carouselArrows.png) no-repeat 0 0;
	width: 13px;
	height: 21px;
	cursor: pointer; }
	.gallery-arrow.to-the-knee {
		opacity: .3; }
	.gallery-arrow.don-t-show {
		display: none; }
.gallery-arrow-left {
	background-position: 0 -20px;
	left: 10px; }
.gallery-arrow-right {
	background-position: -13px -20px;
	right: 10px; }
.content-gallery {
	display: flex;
	overflow: hidden;
	width: 100%;
	flex-shrink: 0; }
.gallery-slide {
	width: 25%;
	/*margin-right: 12px;*/
	flex-shrink: 0;
	transition: .3s; }
.gallery-slide img {
	display: block;
	border: 3px solid #C1DCE1;
	margin: auto; }
.com-content-article__body:has(.logo-menu ul li) .content-item .gallery-slide,
.com-content-category-blog:has(.logo-menu ul li) .content-category .gallery-slide {
	width: 33.3%; }
	
.com-content-article__body,
.com-content-category-blog {
	display: flex; }
.logo-menu > * {
	width: 222px;
	margin-right: 30px; }
.com-content-article__body .content-item,
.com-content-category-blog .content-category {
	flex-grow: 1; }
.logo-menu .moduletable > ul > li > a {
	display: none; }
.logo-menu ul {
	list-style: none;
	padding-left: 0; 
	margin: 0; }
.logo-menu img {
	border: 1px solid #c9dfdf;
	padding: 10px 0;
	background: #eaeaea;
	filter: grayscale(1); }
.logo-menu ul ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB; }
.logo-menu .current img {
	filter: grayscale(0); }
.logo-menu .current img {
	background: #fff;
	filter: grayscale(0); }

	
.image-menu {
	margin-bottom: 10px; }
.image-menu ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;}
.image-menu > .moduletable > ul:first-of-type {
	border: 1px solid #CCC;
	margin-top: 15px;
	/*overflow: hidden;*/
	background: url(/templates/asnova/images/partners-bg.png) repeat-x;
	/*height: 70px;*/
	width: 100%; }
.image-menu ul li {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative; }
.image-menu div {
	display: flex; }
.image-menu img:hover {
	/*margin: -70px;*/
	position: relative;
	top: -70px;
	flex-grow: 0;
	flex-shrink: 0; }
	.image-menu img {
		height: 140px; }
.image-menu .mod-menu__sub li:not(:last-of-type) {
	margin-right: 15px; }
.menu-hint {
	display: none;
	color: #666;
	padding: 13px;
	font-size: 13px;
	width: 180px;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	text-align: center; 
	bottom: calc(100% + 2px);
	left: 50%;
	transform: translate(-50%, 0); }
.image-menu li div {
	height: 70px;
	overflow: hidden; }
.image-menu li div:hover .menu-hint {
	display: block;
}
.image-menu li div:hover .menu-hint:after {
	content: url(/templates/asnova/images/popup-arrow-bottom.png);
	display: block;
	height: 27px;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}


.video-content {
	display: flex;
	flex-direction: column; }

.video-popup-cover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center; }
.video-popup {
	position: relative;
	width: 720px;
	height: 400px;
	background: white; }
.close-video-popup {
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	font-size: 0;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/templates/asnova/images/fancybox.png) -40px 0px; }
.video-popup iframe {
	width: 100%;
	height: 100%; }



#adminForm {
	display: none; }
	
.video-blog {
	display: flex;
	flex-wrap: wrap; }
.video-blog .blog-item {
	width: 150px;
	margin: 0 46px 30px 0; }
.video-blog .blog-item img {
	border: 3px solid #C6DADD; }
.video-blog .video-content-title {
	color: #066;
	margin-top: 5px; }
	
.content-wrapper:has(.finder) aside {
	display: none; }
.finder .input-group {
	display: flex; }
.finder .input-group button {
	background: #ccc;
	border: none;
	margin-left: 10px;
	cursor: pointer; }
.com-finder__results-list {
	list-style: none;
	padding-left: 0; }
.result__taxonomy {
	display: none; }
.finder .result__item {
	border: 1px solid #ccc;
	background: rgb(250 250 250 / 30%);
	padding: 10px;
	margin: 10px 0; }
	
.questionary-success {
	background-color: #c4dde2;
	opacity: .7;
	border: 1px solid #a6cdd4;
	padding: 10px;
	color: #000;
	margin-bottom: 10px; }
.questionary-error {
	background-color: #e2c4c8;
	opacity: .7;
	border: 1px solid #cc4d5d;
	padding: 10px;
	color: #000;
	margin-bottom: 10px; }
	
ul.sitemap {
	display: flex; }
ul.sitemap > li {
	width: 165px;
	list-style-image: url(/templates/asnova/images/newsDateArrow.png); }
ul.sitemap > li > ul {
	padding-left: 0; }
ul.sitemap img {
	display: none; }
ul.sitemap > li > a {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block; }
ul.sitemap > li > ul a {
	color: #666;
	padding: 3px 0;
	display: inline-block; }
ul.sitemap a:hover {
	text-decoration: underline; }
	
.questionary-error,
.questionary-success {
	display: none; }
.bad-name .input-name input, 
.bad-email .input-email input, 
.bad-phone .input-phone input {
	border-color: #cc4d5d; }
.bad-data .questionary-error,
.form-sent .questionary-success {
	display: block; }
.form-sent .input-group,
.form-sent .form-button {
	display: none; }
	
.item-page .left.item-image {
	max-width: 306px;
	border: 3px solid #C6DADD;
	margin: 0 15px 15px 0;
	float: left; }
.item-page .left.item-image img {
	display: block; }
	
.pagination {
	list-style: none;
	padding-left: 0;
	display: flex;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0; }
.content-category .pagination li {
	margin: 0 3px 0 0;
	padding: 4px 8px;
	border: 1px solid #CCC; }
.content-category .pagination a {
	color: #333;
	background: none;
	padding: 0; }
.content-category .pagination .active {
	background-color: #347872;
	border: 1px solid #333 ;
	color: #fff; }
.content-category .pagination .active a {
	color: #fff; }
.pagination li:nth-child(-n + 2),
.pagination li:nth-last-child(-n + 2) {
	display: none; }
	
	
body:not(.home-page) .slogan .mod-custom > div {
	display: flex;
	justify-content: flex-end; }