@font-face {
	font-family: 'Klinic Slab';
	src: url(fonts/KlinicSlab-Bold.woff) format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Klinic Slab';
	src: local("Klinic Slab Bold Italic"), url(fonts/KlinicSlab-BoldItalic.woff2) format("woff2"), url(fonts/KlinicSlab-BoldItalic.woff) format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Klinic Slab Book';
	src: local("Klinic Slab Book"), url(fonts/KlinicSlab-Book.woff2) format("woff2"), url(fonts/KlinicSlab-Book.woff) format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Klinic Slab Book';
	src: url(fonts/KlinicSlab-BookItalic.woff2) format("woff2"), url(fonts/KlinicSlab-BookItalic.woff) format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Caveat';
	src: url('fonts/Caveat-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto';
	src: url('fonts/Noto-Serif-Bold.ttf.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Conv_ProximaNova-Bold';
	src: local('☺'), url('fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@keyframes rotate-bounce {
	0%,16.667%,33.333%,53.33%,67.667% {transform:translateY(0) rotate(-90deg);}
	26.667% {transform:translateY(-30px) rotate(-90deg);}
	40% {transform:translateY(-15px) rotate(-90deg);}
}

@keyframes pulse {
	0% {transform:scale(1);}
	50%{transform:scale(1.1);}
	100%{transform:scale(1);}
}

/*  */

body {
	font: normal 18px / 2 "Klinic Slab", serif;
	background: #f5f0e8 url(../img/cream-texture.jpg);
	/* background: #f5f1ec; */
	/* background-image: linear-gradient(to right top, #f5f1ec, #f2ebe3, #efe5da, #ebe0d2, #e8dac9, #e8dac9, #e8dac9, #e8dac9, #ebe0d2, #efe5da, #f2ebe3, #f5f1ec); */
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #254151;
}

::selection {
	background: rgba(0, 166, 81, 0.7);
	color: #fff;
}

::-moz-selection {
	background: rgba(0, 166, 81, 0.7);
	color: #fff;
}

a {
	color: #00a651;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #017439;
	transition: color 0.3s ease-in-out;
}

a:focus,
button:focus {
	outline: 0;
}

a:focus-visible,
button:focus-visible {
	outline: #009B4C solid 3px;
	/* outline: -webkit-focus-ring-color auto 5px; */
}

*::after, *::before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* a[href$='.doc'], 
a[href$='.docx'] {
	padding-right: 18px;
	position: relative;
}

a[href$='.doc']:before, 
a[href$='.docx']:before {
	position: absolute;
	right: 0;
	content: "";
}

a[href$='.xls'], 
a[href$='.xlsx'] {
	background: transparent url(/images/content/icon_excel.gif) center right no-repeat;
	padding-right: 18px;
}

a[href$='.pdf'] {
	background: transparent url(/images/content/icon_pdf.gif) center left no-repeat;
	padding-left: 18px;
}

a[href$='.zip'] {
	background: transparent url(/images/content/icon_zip.gif) center left no-repeat;
	padding-left: 18px;
	} */

	.tricky,
	.this-is-it {
		display: none;
	}

	h2, h4 {
		font: bold 2rem "Noto", sans-serif;
		color: #0F4278;
	}

	.text-content p,
	.text-content ul {
		font-size: 1.188rem;
		font-weight: normal;
		font-family: "Klinic Slab Book";
	}

	html.noscroll {
		overflow: hidden;
	}

	body.noscroll {
		overflow: hidden;
		height: 100%;
		width: 100%;
	}

	@media only screen and (max-width: 40em) {
		.text-content p,
		.text-content ul {
			font-size: 1rem;
		}
	}

	/* preloader */

/* 	.preloader {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #f5f0e8;
		transform: translateY(0);
		transition-delay: .4s;
		transition: transform 1s;
		transition-time-function: cubic-bezier(0.7,0,0.3,1);
		z-index: 1000;
	}

	.page-loaded .preloader {
		transform: translateY(-100%);
	}

	.page-loaded .preloader svg {
		transform: translateY(-80px);
		opacity: .1;
	}

	.preloader svg {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 180px;
		height: 180px;
		transform: translateY(0);
		transition: .4s;
		opacity: 1;
		animation: 2s infinite pulse;
	}

	.turbolinks-progress-bar {
		background-color: #00A650;
		z-index: 1001;
	} */

	/* alt bg */

	.alt-bg {
		/* background: rgba(0,0,0,0.02); */
		margin: 1.5rem 0 2rem 0;
		padding: 6rem 2rem;
		/* color: #7c7c7c; */
		position: relative;
		/* z-index: 1; */
		background: url(../img/texture.png);
		background-blend-mode: multiply;
	}

	.alt-bg:after {
		content: "";
		position: absolute;
		width: 100vw;
		top: 0;
		/* background: rgba(0,0,0,0.02); */
		bottom: 0;
		background: url(../img/texture.png);
		background-blend-mode: multiply;
		right: 100%;
	}

	.alt-bg ul,
	.alt-bg p {
		margin-bottom: 0;
		font: normal 18px / 2 "Klinic Slab", serif;
	}

	.about-open-wrap .alt-bg {
		border: 0;
		padding: 2rem;
		width: 100%;
	}

	.content > .alt-bg:first-child {
		margin-top: 0;
		padding:  3rem 0;
	}

	.content > .alt-bg:last-child {
		margin-bottom: 0;
		padding:  3rem 0;
	}

	.content > .introvid {
		margin-top: 2rem;
	}

	.dark-bg {
		background-image: url(../img/texture.png);
		background-color: #00A650;
		background-blend-mode: multiply;
		margin: 3rem 0 0 0;
		padding: 2rem 0 2rem 0;
		color: #e3e2db;
		width: 100%;
		position: relative;
	}

	.dark-bg2 {
		margin-top: 1rem;
	}

	.dark-bg:after {
		content: "";
		position: absolute;
		width: 100vw;
		top: 0;
		bottom: 0;
		background-image: url(../img/texture.png);
		background-color: #00A650;
		background-blend-mode: multiply;
		left: 100%;
		z-index: 2;
	}

	.dark-bg2:before {
		content: "";
		position: absolute;
		width: 100vw;
		top: 0;
		bottom: 0;
		background-image: url(../img/texture.png);
		background-color: #00A650;
		background-blend-mode: multiply;
		right: 100%;
		z-index: 0;
	}

	.dark-bg h2,
	.dark-bg h2.large-title {
		color: #e3e2db;
		margin: 0;
	}

	.dark-bg h2.large-title {
		text-align: right;
	}

	.alt-bg + .full-row,
	.alt-bg + .quote-image,
	.alt-bg + .map-wrap,
	.alt-bg + .alt-bg2,
	.dark-bg + .alt-bg,
	.alt-bg + .alt-bg {
		margin-top: -2rem;
	}

	.dark-bg + .grid-x .on-see-more {
		margin-top: 4rem;
	}

	.grid-container + .dark-bg .about-open-wrap {
		margin-top: 13rem;
	}

	.grid-container + .dark-bg h2.open-news-title {
		color: #0F4278;
	}

	.alt-bg + .alt-bg {
		padding-top: 2rem;
	}

	@media only screen and (max-width: 64em) {
		.dark-bg {
			margin-top: 1rem;
		}

		.alt-bg + .dark-bg2 {
			margin-top: 0;
		}

		.home .alt-bg {
			padding: 3rem 0;
		}

		.grid-container + .dark-bg .about-open-wrap {
			margin-top: 10rem;
		}
	}

	@media only screen and (max-width: 40em) {
		.alt-bg ul,
		.alt-bg p {
			font-size: 1rem;
		}

		.alt-bg {
			margin-top: 1rem;
		}

		.home .alt-bg {
			padding: 3rem 0;
		}

		.grid-container + .dark-bg .about-open-wrap {
			margin-top: 10rem;
		}
	}

	/* research */

	.research-bg {
		margin: 1.5rem 0 2rem 0;
		position: relative;
		background: url(../img/texture.png);
		background-blend-mode: multiply;
		padding: 2rem 3rem 2rem 3rem;
		width: 100%;
	}

	.research-bg + .research-bg {
		margin-top: 2rem;
	}

	.research-bg:after {
		content: "";
		position: absolute;
		width: 100vw;
		top: 0;
		bottom: 0;
		background: url(../img/texture.png);
		background-blend-mode: multiply;
		right: 100%;
	}

	.research-bg .text-content p,
	.research-bg .text-content ul,
	.research-bg .text-content {
		color: #254151;
		font-size: 16px;
		line-height: 20px;
		font-family: "Klinic Slab", serif;
		overflow: hidden;
		margin-left: 0;
	}

	.research-button {
		float: right;
		margin-top: 2rem;
		clear: both;
	}

	@media only screen and (max-width: 40em) {
		.research-bg {
			padding: 2rem;
		}
	}

	/* video */

	span.video-title {
		display: inline-block;
		text-transform: uppercase;
		line-height: 1.5;
		margin-top: 0.5rem;
		font-size: 0.875rem;
	}

	.video-wrap .grid-x {
		margin-bottom: -2rem;
	}

	.video-wrap .cell {
		margin-bottom: 2rem;
	}

	.video-wrap {
		padding: 4rem 0;
		margin-bottom: 4rem;
	}

	.video-wrap img {
		opacity: 1;
		transition: 0.3s;
	}

/* 	.video-wrap img.loaded {
		opacity: 1;
	} */

	@media only screen and (max-width: 64em) {
		.video-wrap {
			padding: 2rem 0;
		}
	}

	@media only screen and (max-width: 40em) {
		.video-wrap {
			padding: 1.5rem 0 2rem 0;
			margin-bottom: 1rem;
		}

		.video-wrap img {
			width: 100%
		}

		span.video-title {
			display: block;
			text-align: center;
			margin-top: 1rem;
		}
	}

	/* content */

	.wrap {
		animation-delay: 0.5s;
	}

	.content {
		position: relative;
		/* transition: all 0.3s ease-in-out; */
		margin-top: 200px;
		/* overflow-x: hidden; */
		/* background: #e6e5e0 url(../img/cream-texture.jpg); */
	}

	.full-top .content,	
	.home .content {
		margin-top: 0;
	}

	@media only screen and (max-width: 64em) {
		.content {
			margin-top: 5.1rem;
		}
	}

	/* news slider */

	.swiper-container {
		width: 100vw;
		height: 100vh;
		max-height: 1110px;
	}

	.swiper-container img {
		object-fit: cover;
		width: 100vw;
	}

	.swiper-container img.slider-noimg {
		object-fit: contain;
		width: 50%;
	}

	.swiper-container .swiper-slide {
		/* width: 100vw; */
		/* height: 100vh; */
		display: flex;
		position: relative;
		justify-content: center;
	}

	.swiper-container .swiper-slide:after {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: linear-gradient(0deg,rgba(255,255,255,0) 0%,rgba(0,0,0,0.76) 100%);
		content: '';
		mix-blend-mode: multiply;
	}

	.swiper-container .swiper-caption {
		position: absolute;
		bottom: initial;
		top: 50%;
		width: 60%;
		z-index: 2;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: transparent;
		color: #e3e2db;
		text-align: center;
	}

	.swiper-lazy-preloader {
		border-color: #00A650;
	}

	.swiper-container a {
		color: #e3e2db;
	}

	.swiper-button-prev,
	.swiper-button-next {
		position: absolute;
		top: 50%;
		width: 33px;
		height: 18px;
		margin-top: -9px;
		transition: .3s;
		background: url(../img/carousel-arrow.svg);
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		padding: 0;
		cursor: pointer;
		transform: none;
	}

	.swiper-button-prev:after,
	.swiper-button-next:after {
		content: "";
	}

	.swiper-button-prev {
		transform: rotate(180deg);
		left: 2.5rem;
	}

	.swiper-button-next {
		right: 2.5rem;
	}

	.swiper-button-next:hover {
		transform: translateX(10px);
		background-color: transparent;
	}

	.swiper-button-prev:hover {
		transform: translateX(-10px) rotate(180deg);
		background-color: transparent;
	}

	.round-button2 {
		display: inline-block;
		position: relative;
		height: 47px;
		padding: 0 45px;
		transform: translate3d(0, 0, 0);
		transition: color .3s, background 0s;
		border: 2px solid #e3e2db;
		border-radius: 23.5px;
		background: transparent;
		color: #e3e2db;
		font-family: "proxima-nova-soft", sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: .22em;
		line-height: 43px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
		overflow: hidden;
		z-index: 1;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.round-button2:hover {
		transition: background .3s .2s, color .3s;
		background: #e3e2db;
		color: #000;
	}

	.round-button2:before,
	.round-button2:after {
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		height: 100%;
		transform: translate3d(0, 0, 0);
		transition: transform .3s;
		background: #e3e2db;
		content: '';
		z-index: -1;
	}

	.round-button2:hover:before,
	.round-button2:hover:after {
		transform: translate3d(0, 100%, 0);
	}

	.round-button2:before {
		opacity: .5;
		transition-delay: .175s;
	}

	.round-button2:hover:before {
		transition-delay: 0s;
	}

	.round-button2:after {
		transition-delay: 0;
	}

	.round-button2:hover:after {
		transition-delay: .175s;
	}

	h3.slider-title {
		font-size: 3rem;
		font-family: "Noto", sans-serif;
		font-weight: bold;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 0.5rem 0 2rem 0;
	}

	.news-slider span.news-slider-date {
		display: inline-block;
		font-size: 1rem;
	}

	@media only screen and (max-width: 64em) {
		h3.slider-title {
			font-size: 2rem;
		}
	}

	@media only screen and (max-width: 40em) {
		h3.slider-title {
			font-size: 1.5rem;
		}

		.swiper-container {
			height: 70vh;
		}

		.round-button2 {
			font-size: 0.7rem;
			height: auto;
			line-height: 2.1rem;
			padding: 0 2rem;
		}

		.footer-top .round-button2 {
			line-height: 2.3rem;
		}
	}

	/* news list */

	.home .news-wrap {
		margin-top: 3rem;
		/* margin-bottom: 1rem; */
	}

	.news-wrap .cell {
		transition: .6s;
		position: relative;
		box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.04);
		overflow: hidden;
		margin-bottom: 3rem;
		background: url(../img/light-texture.jpg);
	}

	.news-wrap .cell:not(.fb-cell):hover {
		background-blend-mode: multiply;
		background-image: url(../img/texture.png);
		background-color: #00A551;
		transform: translateY(-1rem);
	}

/* 	.fb-cell {
		width: initial !important;
		text-align: center;
		} */

		.news-wrap .cell:hover p,
		.news-wrap .cell:hover .news-thumb-tags,
		.news-wrap .cell:hover .news-thumb-tags span,
		.news-wrap .cell:hover .news-thumb-date,
		.news-wrap .cell:hover h3 {
			color: #e3e2db;
		}

		.news-wrap a {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
		}

		.news-thumb-wrap {
			height: 300px;
			display: flex;
			justify-content: center;
			overflow: hidden;
			align-items: center;
		}

		.news-thumb-wrap img {
			min-height: 100%;
			object-fit: cover;
			opacity: 1;
			transition: 0.3s;
		}

		img.no-news-img {
			object-fit: none;
			opacity: 0.1;
		}

/* 		.news-thumb-wrap img.loaded {
			min-height: 100%;
			object-fit: cover;
			opacity: 1;
		} */

		.news-thumb-content {
			padding: 1.5rem 2rem;
			transition: 0.3s;
		}

		h3.news-thumb-title {
			font-size: 1.25rem;
			font-weight: bold;
			font-family: "Noto", sans-serif;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			color: #0F4278;
			transition: 0.3s;
			margin-bottom: 1rem;
		}

		p.news-thumb-txt {
			font-size: 16px;
			transition: 0.3s;
			line-height: 20px;
		}

		.news-thumb-tags {
			font-family: Conv_ProximaNova-Bold, sans-serif;
			color: #009B4B;
			letter-spacing: .04em;
			text-transform: uppercase;
			font-size: 0.875rem;
			transition: 0.3s;
			display: block;
			line-height: 1.35rem;
			margin-bottom: 1rem;
		}

		.news-thumb-tags span {
			color: #909090;
		}

		.news-thumb-date {
			color: #909090;
			display: inline-block;
			letter-spacing: .08em;
			text-transform: uppercase;
			font-weight: bold;
			transition: 0.3s;
			font-size: 0.7rem;
			font-family: Conv_ProximaNova-Bold, sans-serif;
		}

		.news-thumb-date svg path {
			stroke: #00A650;
		}

		.news-wrap .cell:hover .news-thumb-date svg path {
			stroke: #e3e2db;
			transition: 0.3s;
		}

		.news-thumb-date svg {
			height: 20px;
			margin-right: 10px;
			vertical-align: middle;
			transition: 0.3s;
		}

		@media only screen and (max-width: 64em) {
			.fb-cell {
				min-height: 600px;
			}
		}

		@media only screen and (max-width: 64em) and (min-width: 40em) {
			.news-wrap-more > .cell:last-child {
				display: none;
			}
		}

		/* tags */

		ul.news-filter {
			list-style: none;
			margin: 3rem -2rem 1rem -2rem;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}

		ul.news-filter li {
			display: inline-block;
			margin: 0 2rem 2rem 2rem;
		}

		ul.news-filter a {
			color: #0F4278;
			font: bold 0.875rem Conv_ProximaNova-Bold, sans-serif;
			text-transform: uppercase;
			display: block;
			white-space: nowrap;
			line-height: 2.2rem
		}

		ul.news-filter a:before {
			width: 35px;
			height: 35px;
			margin-right: 15px;
			float: left;
			transition: .3s;
			border: 10px solid #0F4278;
			background: transparent;
			content: '';
			border-radius: 50%;
		}

		ul.news-filter li.active a:before,
		ul.news-filter a:hover:before {
			background-color: #00A650
		}

		@media only screen and (max-width: 40em) {
			ul.news-filter {
				margin: 2rem -1rem 1rem -1rem;
			}

			ul.news-filter a {
				font-size: 0.75rem;
				line-height: 2rem;
			}

			ul.news-filter a:before {
				width: 30px;
				height: 30px;
			}

			ul.news-filter li {
				margin: 0 1rem 1rem 1rem;
			}
		}

		/* pagination */

		ul.pagination {
			margin: 0rem 0 3rem 0;
		}

		ul.pagination li,
		ul.pagination li a {
			border-radius: 0;
			color: #0F4278;
			font-family: Conv_ProximaNova-Bold, sans-serif;
		}

		ul.pagination li.current {
			padding: 0;
			background: #00A650;
		}

		ul.pagination li.current a {
			color: #fff;
		}

		.pagination-previous.disabled:before, 
		.pagination-previous a:before,
		.pagination-next.disabled:after, 
		.pagination-next a:after {
			margin: 0;
		}

		.pagination a:hover, 
		.pagination button:hover {
			background: #00A650;
			color: #fff;
		}

		.pagination-previous a::before, 
		.pagination-previous.disabled::before {
			content: "\f060";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
		}

		.pagination-next a::after, 
		.pagination-next.disabled::after {
			content: "\f061";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
		}

		.dark-bg ul.pagination li,
		.dark-bg ul.pagination li a {
			color: #fff;
		}

		@media only screen and (max-width: 40em) {
			ul.pagination,
			.news-wrap .cell {
				margin-bottom: 2rem;
			}
		}

		/* open news */

		.news-open-wrap {
			top: -50vh;
			margin-bottom: calc(-50vh + 3rem);
			position: relative;
			margin-left: 0;
			margin-right: 0;
			padding: 3rem 0;
			background: url(../img/light-texture.jpg);
		}

		.news-open-wrap .news-thumb-date {
			display: block;
			text-align: center;
			margin-bottom: 2rem;
		}

		.news-txt {
			font-size: 1.188rem;
			font-weight: normal;
			font-family: "Klinic Slab Book" !important;
			margin-bottom: 2rem;
		}

		.news-txt a {
			overflow-wrap: break-word;
			word-wrap: break-word;
			word-break: break-all;
			word-break: break-word;
			hyphens: auto;
		}

		.on-tags-wrap {
			margin-bottom: 1rem;
			text-align: center;
			color: #909090;;
		}

		a.news-top-tag {
			letter-spacing: .04em;
			font: bold 0.875rem Conv_ProximaNova-Bold, sans-serif;
			text-transform: uppercase;
		}

		h2.open-news-title {
			text-align: center;
			margin-bottom: 4rem;
		}

		.news-author {
			color: #909090;
			display: block;
			text-align: center;
			letter-spacing: .08em;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.7rem;
			margin-bottom: 2rem;
			font-family: Conv_ProximaNova-Bold, sans-serif;
		}

		.news-social-wrap {
			text-align: center;
		}

		span.social-txt {
			display: block;
			color: #909090;
			text-align: center;
			letter-spacing: .08em;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 0.7rem;
			font-family: Conv_ProximaNova-Bold, sans-serif;
			margin-bottom: 0.5rem;
		}

		.news-social-wrap a + a {
			margin-left: 1rem;
		}

		.on-see-more {
			font-family: Conv_ProximaNova-Bold, sans-serif;
			color: #009B4B;
			letter-spacing: .04em;
			text-transform: uppercase;
			font-size: 0.875rem;
			display: block;
			line-height: 1.35rem;
			text-align: center;
			margin-bottom: 4rem;
		}

		@media only screen and (max-width: 64em) {
			.news-open-wrap {
				padding: 2rem 0;
				top: -70vh;
				margin-bottom: calc(-70vh + 3rem);
			}

			h2.open-news-title {
				font-size: 1.5rem;
				margin-bottom: 3rem
			}

			.on-tags-wrap {
				padding: 0 1rem;
			}
		}

		@media only screen and (max-width: 40em) {
			.news-txt {
				font-size: 1rem;
				margin-bottom: 1rem;
			}

			.news-open-wrap {
				padding: 2rem 1rem;
			}

			.news-open-wrap .news-thumb-date {
				margin-bottom: 1.5rem;
			}

			h2.open-news-title {
				font-size: 1.25rem;
				margin-bottom: 2rem
			}

			.on-tags-wrap {
				padding: 0;
			}

			.on-see-more {
				margin-top: 2rem;
				margin-bottom: 3rem;
			}
		}

		/* news gallery */

		.news-gallery-wrap {
			top: -2rem;
			position: relative;
			margin: 0 0 1rem 0;
		}

		h3.news-gallery-title {
			font-size: 2rem;
			font-weight: bold;
			font-family: "Noto", sans-serif;
			color: #0F4278;
			text-align: center;
			margin: 3rem 0 2rem 0;
		}

		ul.news-gallery {
			display: flex;
			flex-wrap: wrap;
			margin: 0 -1rem 0 0;
			list-style: none;
		}

		ul.news-gallery:after {
			content: '';
			display: block;
			flex-grow: 10;
		}

		ul.news-gallery li {
			height: 20vh;
			flex-grow: 1;
			margin: 0 1rem 1rem 0;
		}

		ul.news-gallery a {
			display: flex;
			width: 100%;
			height: 100%;
		}

		ul.news-gallery img {
			max-height: 100%;
			min-width: 100%;
			object-fit: cover;
			opacity: 1;
			vertical-align: bottom;
			transition: .3s;
		}

/* 		ul.news-gallery img.loaded {
			object-fit: cover;
			opacity: 1;
		} */

		@media (max-aspect-ratio: 1/1) {
			ul.news-gallery li {
				height: 30vh;
			}
		}

		@media (max-height: 480px) {
			ul.news-gallery li {
				height: 80vh;
			}
		}

		@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
			ul.news-gallery {
				flex-direction: row;
			}

			ul.news-gallery li {
				height: auto;
				width: 100%;
			}

			ul.news-gallery li img {
				width: 100%;
				max-height: 75vh;
				min-width: 0;
			}
		}

		/* projects */

		.projects-wrap .cell {
			overflow: visible;
			z-index: 3;
		}

		.projects-wrap .cell:before {
			content: "";
			position: absolute;
			width: 100vw;
			right: 100%;
			top: 0;
			bottom: 0;
			transition: .6s;
			background: url(../img/light-texture.jpg);
		}

		.projects-wrap .cell:nth-child(even):before {
			left: 100%;
		}

		.projects-wrap .cell:hover:before {
			background-blend-mode: multiply;
			background-image: url(../img/texture.png);
			background-color: #00A551;
			transition: .6s;
		}

		.projects-wrap p {
			color: #254151;
			font-size: 16px;
			line-height: 20px;
			font-family: "Klinic Slab", serif;
			overflow: hidden;
		}

		.dark-bg-projects {
			padding: 3rem 0 0 0;
			margin: 2rem 0 4rem 0;
		}

		.dark-bg-home {
			padding: 2rem 0 1rem 0;
			margin: 0 0 4rem 0;
		}

		a.more-proj {
			color: #e3e2db;
			float: right;
			margin-bottom: 1rem;
		}

		@media only screen and (max-width: 64em) {
			.dark-bg-projects {
				padding-top: 2rem;
			}
		}

		/* donate */

		.donate-open-wrap {
			top: -50vh;
			margin-bottom: calc(-50vh + 3rem);
			position: relative;
			margin-left: 0;
			margin-right: 0;
			padding: 7rem 0 3rem 0;
			background: url(../img/light-texture.jpg);
			box-shadow: 0 -7px 40px 0 rgba(0, 0, 0, 0.27);
		}

		.intro-logo {
			position: absolute;
			background: url(../img/light-texture.jpg);
			background-blend-mode: multiply;
			border-radius: 50%;
			left: 50%;
			transform: translateX(-50%);
			top: -8.5rem;
			padding: 3rem;
		}

		.intro-logo img {
			max-width: initial;
		}

		h2.large-title {
			text-align: center;
			color: #009B4B;
			font-size: 5rem;
			margin: 0 0 1.5rem 0;
			position: relative;
		}

		p.info-txt {
			text-transform: uppercase;
			color: #009B4B;
			font-size: 0.875rem;
			letter-spacing: .22em;
			text-align: center;
			font-family: Conv_ProximaNova-Bold, sans-serif;
			line-height: 36px;
			margin-bottom: 2rem;
		}

		.icons-wrap {
			margin: 1rem 0 0 0;
		}

		.donate-open-wrap .icons-wrap {
			margin: 1rem 13rem 0 13rem;
		}

		.icons-cell {
			text-align: center;
		}

		.icons-cell p {
			padding: 0 3rem;
		}

		i.icon-mod {
			font-size: 10rem;
			color: #009B4B;
		}

		h4.icons-title {
			margin: 2rem 0 1rem 0;
			color: #009B4B;
		}

		.rb-wrap {
			position: relative;
			margin-top: -5rem;
			margin-bottom: 3rem;
		}

		.rb-img {
			display: flex;
			width: 40vw;
			top: 0;
			right: 0;
			background-size: cover;
			background-position: center center;
			height: 100%;
			height: calc(100vh - 177px);
			max-height: 600px;
		}

		h4.rb-title {
			margin: 3rem 0 2rem 0;
			font-size: 3rem;
			color: #009B4B;
		}

		.donate-form {
			text-align: center;
			margin: 2rem auto;
		}

		.donate-submit {
			background-color: #1e822f;
		}

		@media only screen and (max-width: 64em) {
			.donate-open-wrap {
				top: -67vh;
			}

			.donate-open-wrap .icons-wrap {
				margin: 1rem 2rem 0 2rem;
			}

			.donate-open-wrap .alt-bg {
				padding: 2rem;
			}

			h2.large-title {
				font-size: 4rem;
			}

			h4.rb-title {
				text-align: center;
				margin-top: 0;
			}

			p.rb-intro {
				text-align: center;
			}

			.rb-wrap {
				margin-top: 0;
			}

			.rb-img {
				width: 100%;
				/* margin-bottom: 1rem; */
				height: auto;
			}
		}

		@media only screen and (max-width: 40em) {
			.dark-bg-projects {
				margin: 2rem 0 1.5rem 0;
			}

			.donate-open-wrap .icons-wrap {
				margin: 1rem 0rem 0 0rem;
			}

			.icons-cell + .icons-cell {
				margin-top: 2rem;
			}

			.donate-open-wrap .text-content {
				padding: 0 1rem;
			}

			h4.rb-title {
				margin-top: -1rem;
				font-size: 2rem;
			}

			h2.large-title {
				font-size: 3rem;
			}

			p.info-txt {
				letter-spacing: 0.12em;
				line-height: 26px;
			}
		}

		/* about */

		.about-open-wrap {
			top: -20vh;
			margin-bottom: calc(-20vh + 3rem);
			position: relative;
			margin-left: 0;
			margin-right: 0;
			padding: 4rem 3rem 0 0;
			background: url(../img/light-texture.jpg);
			box-shadow: 0 -7px 40px 0 rgba(0, 0, 0, 0.27);
		}

		.content .home-slogan-wrap + .grid-container .about-open-wrap,
		.content .grid-container + .grid-container .about-open-wrap {
			top: 0;
			margin-bottom: 5rem;
			padding-bottom: 3rem;
		}

		.about-home-open {
			top: 0;
			margin-bottom: 4rem;
		}

		.about-open-wrap .text-content {
			/* padding-left: 1rem; */
		}

		.action-sub-wrap {
			margin-top: 2rem
		}

		.action-sub-wrap > .alt-bg:first-child {
			margin-top: -1rem;
		}

		.top-space-wrap {
			top: 0;
			padding-bottom: 3rem;
			margin-bottom: 5rem;
			margin-top: 13rem;
		}

		.about-open-wrap:before {
			position: absolute;
			right: 100%;
			width: 100vw;
			top: 6rem;
			bottom: 6rem;
			content: "";
			background-image: url(../img/texture.png);
			background-color: #00A650;
			background-blend-mode: multiply;
		}

		.content .grid-container + .grid-container .about-open-wrap:before {
			/* bottom: 0; */
		}

		.about-open-wrap:after {
			position: absolute;
			left: 100%;
			z-index: 1;
			width: 100vw;
			top: 0;
			bottom: 0;
			content: "";
			border-left: 2px solid rgba(64,89,103,0.2);
			background: url(../img/light-texture.jpg);
		}

		.content .home-slogan-wrap + .grid-container .about-open-wrap:after,
		.content .grid-container + .grid-container .about-open-wrap:after {
/* 	background-image: url(../img/texture.png);
	background-color: #00A650;
	background-blend-mode: multiply;
	border: 0; */
}

.content .grid-container + .grid-container .about-open-wrap:after {
	/* top: -5vh; */
}

.action-sub-wrap:after {
	/* top: -3rem !important; */
}

.about-intro-first {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

h2.about-title-first {
	position: relative;
	margin: 0 0 0 3rem;
	text-align: left;
	font-size: 4rem;
}

h2.about-title-first:after {
	position: absolute;
	background-image: url(../img/logo-marta-s.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30vw;
	height: 30vw;
	opacity: 0.1;
	left: 50%;
	top: -60%;
	content: "";
}

blockquote {
	color: #00A650;
	border-color: #00A650;
}

blockquote.special {
	float: right;
	width: 400px;
	margin-left: 1rem;
}

@media only screen and (max-width: 64em) {

	.about-open-wrap {
		padding: 3rem 1rem 0 0;
	}

	.text-content {
		margin-left: 1.5rem;
	}

	.content .home-slogan-wrap + .grid-container .about-open-wrap,
	.content .grid-container + .grid-container .about-open-wrap {
		margin-bottom: 1rem;
	}

	.top-space-wrap {
		padding-bottom: 3rem;
		margin-bottom: 1rem;
		margin-top: 5rem;
	}

}

@media only screen and (max-width: 40em) {
	.action-sub-wrap > .alt-bg:first-child {
		margin-top: 0;
	}

	.about-open-wrap {
		padding-top: 2rem;
	}

	.top-space-wrap {
		padding-bottom: 1rem;
	}

	.about-open-wrap.action-sub-wrap {
		padding-right: 0;
	}

	blockquote.special {
		float: none;
		margin-left: 0;
		width: auto;
	}

	.content .home-slogan-wrap + .grid-container .about-open-wrap,
	.content .grid-container + .grid-container .about-open-wrap {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.alt-bg {
		/* margin-bottom: 1rem; */
	}
}

/* person tabs */

.person-tabs-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.person-tabs-wrap .cell:first-child {
	background-image: url(../img/texture.png);
	background-color: #00A650;
	background-blend-mode: multiply;
}

.person-tabs {
	background: transparent;
	border: 0;
	margin: 1.5rem 0 2rem 0;
}

.person-tabs .tabs-title > a {
	margin: 1rem 2rem 1rem 0;
	border: 2px solid #e3e2db;
	border-radius: 1.5rem;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-family: Conv_ProximaNova-Bold, sans-serif;
	color: #e3e2db;
	padding: 0.8rem 1.5rem 0.65rem 1.5rem;
	letter-spacing: .04em;
}

.person-tabs .tabs-title>a:focus, 
.person-tabs .tabs-title>a:hover, 
.person-tabs .tabs-title>a[aria-selected=true] {
	background: #e3e2db;
	color: #00A650;
}

.person-tabs-wrap .tabs-content {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 2rem 2rem 2rem 2.5rem;
	font-family: "Klinic Slab Book" !important;
}

.person-tabs-wrap .tabs-panel p {
	column-count: 2;
	column-gap: 2rem;
}

@media only screen and (max-width: 64em) {
	.person-tabs-wrap > .grid-x {
		margin: 0 -4rem 0 0;
	}

	h2.about-title-first {
		margin: 0 1rem 2rem 1rem;
		text-align: center;
		font-size: 3rem;
	}

	.person-tabs {
		margin: 0;
		text-align: right;
	}

	.person-tabs.tabs.vertical>li {
		display: inline-block;
	}

	h2.whois-title {
		font-size: 3rem;
	}

	.person-tabs-wrap .tabs-content {
		padding: 1rem 1rem 0 1.5rem;
	}
}

@media only screen and (max-width: 40em) {
	.person-tabs.tabs.vertical>li {
		display: block;
	}

	h2.whois-title {
		font-size: 2rem;
	}

	h2.about-title-first {
		font-size: 2rem;
	}
}

/* board tabs */

.board-tabs-wrap {
	margin: 0 0 3rem 0;
}

h2.board-title-wrap {
	padding: 17rem 0 0 0;
	background-image: url(../img/logo-marta-s.svg);
	background-position: center top 2rem;
	background-repeat: no-repeat;
	background-size: 50%;
}

.board-tabs {
	background: transparent;
	border: 0;
	margin: 1.5rem 2rem 2rem 0;
	border-right: 2px solid rgba(64,89,103,0.2);
}

.board-tabs .tabs-title > a {
	margin: 1rem 2rem 1rem 0;
	border: 2px solid transparent;
	border-radius: 1.5rem;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-family: Conv_ProximaNova-Bold, sans-serif;
	color: #00A650;
	padding: 0.8rem 1.5rem 0.65rem 1.5rem;
	letter-spacing: .04em;
}

.board-tabs .tabs-title>a:focus, 
.board-tabs .tabs-title>a:hover, 
.board-tabs .tabs-title>a[aria-selected=true] {
	background: transparent;
	border-color: #00A650;
	color: #00A650;
}

.board-tabs-content {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 2rem 0 2rem 0;
	font-family: "Klinic Slab Book" !important;
}

h3.board-title {
	font-family: "Noto", sans-serif;
	font-weight: bold;
	margin: 0 0 2rem 0;
	font-size: 3rem;
	color: #00A650;
}

h3.board-title span {
	text-transform: uppercase;
	display: block;
	/* margin-top: 0.5rem; */
	font-family: Conv_ProximaNova-Bold, sans-serif;
	font-size: 1rem;
}

img.board-img {
	position: relative;
	z-index: 3;
	max-height: 479px;
	margin: -11rem 0 2rem 0;
	box-shadow: 3.816px 19.633px 46px 0 rgba(0,0,0,0.17);
}

@media only screen and (max-width: 64em) {
	.board-tabs-wrap {
		margin-bottom: 1rem
	}

	.board-tabs {
		border: 0;
		margin: 1.5rem 0 0 0;
	}

	h2.board-title-wrap {
		padding-top: 0;
		background: none;
		font-size: 3rem;
	}

	.board-tabs .tabs-title > a {
		margin-right: 0rem;
	}

	.board-tabs-content {
		padding: 0;
	}

	img.board-img {
		margin: 0 0 1rem 0;
	}

	h3.board-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	
	h3.board-title span {
		font-size: 0.875rem;
		margin-top: 0.2rem;
	}
}

@media only screen and (max-width: 40em) {
	h2.board-title-wrap {
		font-size: 2rem;
	}
}

/* documents */

.documents-wrap {
	text-align: center;
	position: relative;
	padding: 8rem 5rem;
	width: 100%;
}

.doc-bg {
	position: absolute;
	width: 100vw;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, .4);
	background-blend-mode: overlay;
}

.docs-button-wrap {
	position: relative;
	z-index: 4;
}

.docs-title {
	position: relative;
	z-index: 3;
	color: #e3e2db;
	text-align: center;
	font-family: "Noto", sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 3rem;
}

.docs-title span {
	font-weight: normal;
	display: block;
	font-size: 1rem;
	line-height: 1.4rem;
	padding: 1rem 2rem 0 2rem;
}

.docs-button-wrap .round-button3 {
	display: block;
}

.dropdown-wrap {
	position: relative;
}

.dropdown-button {
	width: 100%;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 0.5rem;
	z-index: 4;
}

.dropdown-content a {
	margin-top: 0.5rem;
}

.dropdown-wrap a.round-button3 {
	background: #e3e2db;
	color: #00477e;
	border: 2px solid #00477e;
}

@media only screen and (max-width: 64em) {
	.documents-wrap {
		padding: 6rem 5rem;
	}

	.docs-title {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	.docs-button-wrap {
		margin-bottom: -1rem;
	}

	.docs-button-wrap .round-button3 {
		margin-bottom: 1rem;
		display: block;
	}
}

@media only screen and (max-width: 40em) {
	.documents-wrap {
		padding: 4rem 2rem;
	}

	.docs-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.docs-title span {
		padding: 1rem 0 0 0;
	}
}

/* in action */

h3.large-title {
	text-align: center;
	margin-bottom: 2rem;
	color: #00A650;
	font: bold 2rem "Noto", sans-serif;
}

.dark-bg h3.large-title {
	color: #e3e2db;
	font-size: 3rem;
	margin: 0;
	text-align: left;
}

h2.mid-title {
	font-size: 3rem;
	text-align: center;
}

ul + h3.large-title,
p + h3.large-title {
	margin-top: 2rem;
}

@media only screen and (max-width: 40em) {
	h3.large-title {
		font-size: 1.25rem;
	}
}

/* home */

.fp-donate {
	/* padding: 3rem; */
	/* background-image: url(../img/texture.png); */
	/* background-color: #00A650; */
	background-color: #1e822f;
	/* background-blend-mode: multiply; */
	color: #e3e2db;
	margin-top: -6rem;
	text-align: center;
	position: relative;
}

.dd-img {
	object-fit: cover
}

.dd-button {
	position: absolute;
	bottom: 3rem;
	border: 0;
	background-color: #1e822f;
	left: 50%;
	transform: translateX(-50%);
}

h4.fp-donate-title {
	color: #e3e2db;
	margin-bottom: 4rem;
}

.fp-donate .round-button2 {
	margin-top: 2rem;
}

h5.fp-donate-small {
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #e3e2db;
	font-size: 0.7rem;
	position: relative;
	margin-bottom: 3rem;
	font-weight: bold;
}

h5.fp-donate-small:before {
	content: "";
	position: absolute;
	top: -2rem;
	height: 2px;
	background: #e3e2db;
	width: 4rem;
	left: 50%;
	transform: translateX(-50%);
}

.fp-action {
	position: relative;
	padding: 6rem 3rem 3rem 3rem;
	text-align: center;
}

.fp-action h4 {
	margin-bottom: 2rem;
}

.fp-action:after {
	content: "";
	position: absolute;
	left: 5rem;
	top: 4rem;
	width: 50vw;
	z-index: -1;
	height: 50vw;
	opacity: 0.1;
	background-image: url(../img/logo-marta-s.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.home p.info-txt {
	margin-bottom: 3rem;
}

@media only screen and (max-width: 64em) {
	.fp-action {
		padding: 4rem 3rem 3rem 3rem;
	}

	.fp-donate {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}

	.home .news-wrap .cell:last-child {
		display: none;
	}

	.home .alt-slogan .home-slogan1 {
		font-size: 3rem;
		line-height: 4rem;
	}
}


@media only screen and (max-width: 40em) {
	.fp-slo-wrap {
		display: none;
	}

	.fp-donate {
		margin-bottom: 2rem;
	}
}

/* home top */

video.bgvid { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.home-top-bg-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
	max-height: 1000px;
	background-color: rgba(0, 0, 0, .4);
	background-blend-mode: overlay;
	transform: scale(1.2);
}

.home-top-about {
	height: 120vh;
}

.home-top-bg-wrap.open-news-top {
	background-color: transparent;
}

.home-top-bg-wrap.open-news-noimg {
	background-size: contain;
	background-position: center 2rem, top center;
}

/* .page-loaded .home-top-bg-wrap { */
	.home-top-bg-wrap {
		transform: scale(1);
		transition: transform 13s;
	}

	.home-top {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -30%);
		width: 80vw;
		text-align: center;
	}


	@media only screen and (min-height: 1100px) {
		.home-top {
			transform: translate(-50%, -60%);
		}
	}

	.home-top.alt-slogan {
		width: 70vw;
		text-align-last: right;
	}

	.content > .home-slogan-wrap {
		text-align: center;
		padding-top: 2rem;
	}

	.alt-bg .home-slogan-wrap {
		text-align: center;
		height: 600px;
	}

	.alt-bg .home-slogan1 {
		top: 50%;
		transform: translateY(-50%);
		position: relative;
	}

	.home-slogan1 {
		margin: 0 0 25px;
		font-family: 'Caveat', cursive;
		line-height: 4rem;
		font-size: 4rem;
		color: #e3e2db;
	}

	@media only screen and (max-height: 40em) {
		.home-slogan1 {
			font-size: 3rem;
			line-height: 3rem;
		}
	}

	.content .home-slogan1 {
		color: #0F4278;
	}

	.alt-slogan .home-slogan1 {
		letter-spacing: -.04em;
		line-height: 6rem;
		font-size: 6rem;
		font-family: "Noto", sans-serif;
		font-weight: bold;
		color: #0F4278;
	}

	.home-slogan2 {
		color: #e3e2db;
		display: block;
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 1rem 12rem 0 12rem;
		font-family: "Noto", sans-serif;
	}

	.alt-slogan .home-slogan2 {
		display: inline-block;
		font-family: 'Caveat', cursive;
		font-weight: normal;
		padding: 0;
		white-space: nowrap;
		letter-spacing: -.04em;
		color: #00A650;
		font-size: 9.5rem;
		transform: rotate(-5deg);
		margin: 1rem 0 0 0;
	}

	.alt-slogan .home-slogan3 {
		padding: 0 12rem 0 12rem;
		font-size: 1.25rem;
		margin-top: -0.5rem;
		line-height: 2rem;
		font-family: "Noto", sans-serif;
		position: relative;
		z-index: 1;
		color: #0F4278;
	}

	.go-down {
		/* display: block; */
		margin-top: 5rem;
		transition: .3s;
		padding: 0 2rem;
		transform: translate3d(0,0,0);
		position: relative;
		cursor: pointer;
	}

	.alt-bg .go-down {
		display: none;
	}

	.content .go-down {
		margin: 2rem 0 2.5rem 0;
	}

	.go-down:before {
		display: block;
		position: static;
		width: 25px;
		height: 13px;
		margin: 0 auto 35px;
		transform: rotate(-90deg);
		background: url(../img/arrow-white.svg);
		content: '';
		opacity: 1;
		transition-delay: .175s;
		bottom: 100%;
		left: 0;
		transition: transform .3s;
		animation: rotate-bounce 3s infinite;
	}

	.content .go-down:before {
		filter: invert(20%) ;
	}

	@media only screen and (max-width: 64em) {
		.home-top.alt-slogan {
			width: 80vw;
		}

		.content > .home-slogan-wrap {
			padding-top: 1rem;
		}

		.home-slogan1 {
			font-size: 3rem;
			line-height: 3rem;
		}

		.alt-slogan .home-slogan1 {
			font-size: 4rem;
			line-height: 5rem;
			padding: 0 1rem;
		}

		.home-slogan2 {
			font-size: 1.25rem;
			padding: 0.5rem 1rem;
			line-height: 2rem;
		}

		.alt-slogan .home-slogan2 {
			padding: 0;
			line-height: 5rem;
			margin-top: 0;
			font-size: 4rem;
		}

		.alt-slogan .home-slogan3 {
			padding: 0 8rem;
			font-size: 1rem;
			margin-top: -1rem;
		}
	}

	@media only screen and (max-width: 40em) {

		.home-slogan1 {
			font-size: 2rem;
			line-height: 2rem;
		}

		.alt-slogan .home-slogan1 {
			font-size: 2.5rem;
			line-height: 3.5rem;
		}

		.alt-slogan .home-slogan2 {
			line-height: 2.5rem
		}

		.home-slogan2 {
			font-size: 1rem;
			padding: 0 1rem;
			line-height: 1.5rem
		}

		.alt-slogan .home-slogan3 {
			padding: 0 3rem;
		}
	}

/* vid */

.introvid {
	margin-top: 2rem !important;
	margin-bottom: 0;
	padding: 4rem 0 1rem 0 !important;
}

.introvid-wrap {
	position: relative;
	overflow: hidden;
	/* margin-top: 4rem; */
}

.introvid-pad {
	padding: 6rem 0 2rem 0;
}

.introvid-wrap:after {
	position: absolute;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg,#002B54,#F3901D);
	opacity: 0.9;
}

.introvid-content {
	position: relative;
	z-index: 2;
}

.introvid-wrap h2.introvid-title1 {
	color: #fff;
	text-align: right;
	font-size: 2.5rem;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.introvid-text h2.introvid-title2 {
	font-size: 1.5rem;
	padding: 3rem 6rem 6rem 6rem;
	text-align: center;
	display: block;
}

.home .introvid-text h2.introvid-title2 { 
	padding-bottom: 4rem;
}

@media only screen and (max-width: 64em) {
	.introvid-text h2.introvid-title2 {
		padding: 0 1rem 4rem 1rem;
		line-height: 1.5;
	}
	.home .introvid-text h2.introvid-title2 {
		padding-bottom: 2rem;
	}
	.introvid-pad {
		padding-top: 2rem;
	}
}

@media only screen and (max-width: 40em) {
	.introvid-text h2.introvid-title2 {
		font-size: 1rem;
		padding-bottom: 2rem;
	}
}

.introvid-wrap h2.introvid-title2 {
	color: #fff;
}

.introvid-wrap .subnav-txt {
	color: #fff;
}

.introvid-wrap .cell-wrap h4 {
	color: #fff;
}

.introvid-wrap a.button,
.introvid-wrap a.button.active  {
	color: #fff !important;
}

.introvid-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	left: 50%; 
	transform: translateX(-50%);

}

/* header */

.fixed-header {
	animation-delay: 0.2s;
}

.header-wrap.fixed-header {
	/* background-color: rgba(255, 255, 255, 0.5); */
}

.header-wrap {
	top: 0;
	left: 0;
	opacity: 1;
	padding: 4rem 0 2rem 0;
	right: 0;
	z-index: 2;
	position: absolute;
	margin-bottom: 0;
	background-color: none;
	backdrop-filter: none;
	transition: none;
}

.header-wrap.fixed-top-wrap {
	background-color: #f5f0e8;
	/* background: #f5f0e8 url(../img/texture.png); */
	/* backdrop-filter: saturate(180%) blur(20px); */
	/* background-color: hsla(0,0%,100%,.7); */
	/* background-blend-mode: multiply; */
	padding: 0;
	z-index: 10;
	position: fixed;
	box-shadow: 0 2px 32px 0 rgba(0,0,0,0.25);
	transition: box-shadow 1s ease-in-out, background-color 0.2s ease-in-out, backdrop-filter 0.2s ease-in-out;
}

h1 span {
	display: none;
}

a.logo {
	max-width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 1rem;
	display: block;
	animation-delay: 0.3s;
	transition: all 0.3s ease-in-out;
}

a.logo h1 {
	margin: 0;
	font-size: 0;
	z-index: 6;
	position: relative;
	margin-bottom: 0;
}

a.logo img {
	vertical-align: top;
}

a.logo span {
	text-indent: -9999px;
	display: none;
}

@media only screen and (max-width: 64em) {
	.header-wrap {
		padding: 0;
		position: fixed;
		z-index: 6;
	}

	.header-wrap.fixed-top-wrap {
		background: transparent;
		box-shadow: none;
	}

	a.logo img {
		margin-top: 15px;
		max-height: 50px;
	}
}

/* lang nav */

.nav-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

ul.lang-nav {
	margin: 0;
	position: absolute;
	/* right: 9rem; */
	right: 8.5rem;
	top: -2.4rem;
	list-style: none;
}

.ask-pr {
	margin: 0;
	position: absolute;
	right: 4.8rem;
	bottom: -2rem;
	list-style: none;
	color: #0F4278;
	font: bold 0.73rem Conv_ProximaNova-Bold, sans-serif;
}

.home .ask-pr,
.full-top .ask-pr {
	color: #e3e2db;
}

.fixed-top-wrap .ask-pr {
	display: none
}

.mobile-nav-wrap ul.lang-nav {
	display: inline-block;
	position: relative;
	top: -0.5rem;
	right: initial;
}

.nav-wrap-en ul.lang-nav {
	right: 9.5rem;
}

.nav-wrap-en .ask-pr {
	right: 5.4rem;
}

.nav-wrap-ru ul.lang-nav {
	right: 15.5rem;
}

.nav-wrap-ru .ask-pr {
	right: 10.6rem;
}

ul.lang-nav li {
	display: inline-block;
}

ul.lang-nav li a {
	padding: 0.2rem;
	color: #0F4278;
	font: bold 0.73rem Conv_ProximaNova-Bold, sans-serif;
}

.full-top ul.lang-nav li a,
.mobile-nav-wrap ul.lang-nav li a,
.home ul.lang-nav li a {
	color: #e3e2db;
}

ul.lang-nav li.active a,
ul.lang-nav li a:hover {
	color: #00A650;
}

/* main nav */

ul.main-nav {
	margin: 0;
	width: 95%;
	list-style: none;
	justify-content: space-between;
	display: flex;
}

ul.main-nav li {
	display: inline-block;
}

ul.main-nav li a,
.home .fixed-top-wrap ul.main-nav li a,
.full-top .fixed-top-wrap ul.main-nav li a {
	text-transform: uppercase;
	color: #0F4278;
	/* line-height: 2rem; */
	padding: 0.5rem 0;
	letter-spacing: 0.1em;
	font: bold 14px/65px Conv_ProximaNova-Bold,sans-serif;
	position: relative;
	display: block;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.3s ease-in-out;
}

.home ul.main-nav li a,
.full-top ul.main-nav li a {
	color: #e3e2db;
}

ul.main-nav li a:before,
ul.main-nav li a:after {
	background: #0F4278;
	bottom: 17px;
	transform-origin: left top;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale3d(0,1,1);
	transition: transform 0.5s cubic-bezier(0.37,0.16,0.12,1);
	content: '';
}

.home ul.main-nav li a:before,
.home ul.main-nav li a:after,
.full-top ul.main-nav li a:before,
.full-top ul.main-nav li a:after {
	background: #e3e2db;
}

ul.main-nav li a:after {
	bottom: 16px;
	transform-origin: right top;
}

.home .fixed-top-wrap ul.main-nav li a:after,
.full-top .fixed-top-wrap ul.main-nav li a:after,
.home .fixed-top-wrap ul.main-nav li a:before,
.full-top .fixed-top-wrap ul.main-nav li a:before {
	background: #0F4278;
}

ul.main-nav li a:hover:before,
ul.main-nav li.active a:before,
ul.main-nav li a:hover:after,
ul.main-nav li.active a:after {
	transform: scale3d(1,1,1);
}

ul.main-nav li a[href^="tel:"],
.home .fixed-top-wrap ul.main-nav li a[href^="tel:"],
.full-top .fixed-top-wrap ul.main-nav li a[href^="tel:"] {
	border: 2px solid #0F4278;
	border-radius: 32.5px;
	position: relative;
	padding: 0.4rem 3rem;
	transform: translate3d(0,0,0);
	transition: 0s;
	background: transparent;
	letter-spacing: .22em;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	margin-top: 0.75rem;
}

.home ul.main-nav li a[href^="tel:"],
.full-top ul.main-nav li a[href^="tel:"] {
	border-color: #e3e2db;
}

.fixed-top-wrap ul.main-nav li a[href^="tel:"],
.home .fixed-top-wrap ul.main-nav li a[href^="tel:"],
.full-top .fixed-top-wrap ul.main-nav li a[href^="tel:"] {
	border: 0;
	border-radius: 0;
	/* background: #00A650 url(../img/texture.png); */
	/* background-blend-mode: multiply; */
	background-color: #00A650;
	color: #e3e2db;
	padding: 0.61rem 3rem;
	line-height: 61px;
	margin-top: 0;
}

ul.main-nav li a[href^="tel:"]:hover {
	transition: background .3s .2s,color .3s;
	background: #0F4278;
	color: #e3e2db;
}

.home ul.main-nav li a[href^="tel:"]:hover,
.full-top ul.main-nav li a[href^="tel:"]:hover {
	background: #e3e2db;
	color: #000;
}

.fixed-top-wrap ul.main-nav li a[href^="tel:"]:hover {
	background: #00A650;
	color: #e3e2db;
}

ul.main-nav li a[href^="tel:"] i {
	font-size: 150%;
	margin: 0 5px -4px 0;
	display: inline-block;
	vertical-align: text-bottom;
}

.fixed-top-wrap ul.main-nav li a[href^="tel:"] {
	background: ;
}

ul.main-nav li a[href^="tel:"]:before,
ul.main-nav li a[href^="tel:"]:after {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0,0,0);
	transition: transform .3s;
	background: #0F4278;
	content: '';
	z-index: -1;
	opacity: .5;
	transition-delay: .175s;
}

.home ul.main-nav li a[href^="tel:"]:before,
.home ul.main-nav li a[href^="tel:"]:after,
.full-top ul.main-nav li a[href^="tel:"]:before,
.full-top ul.main-nav li a[href^="tel:"]:after {
	background: #e3e2db;
}

ul.main-nav li a[href^="tel:"]:after {
	transition-delay: 0s;
}

.fixed-top-wrap ul.main-nav li a[href^="tel:"]:before,
.fixed-top-wrap ul.main-nav li a[href^="tel:"]:after {
	background: #0F4278;
}

ul.main-nav li a[href^="tel:"]:hover:before {
	transition-delay: 0s;
	transform: translate3d(0,100%,0);
}

ul.main-nav li a[href^="tel:"]:hover:after {
	transition-delay: .175s;
	transform: translate3d(0,100%,0);
	opacity: 1;
}

img.logo-cw,
img.logo {
	display: none;
}

.home img.logo-cw,
.full-top img.logo-cw {
	display: block;
}

.home img.logo-color,
.full-top img.logo-color {
	display: none;
}

.home .fixed-top-wrap img.logo-color,
.full-top .fixed-top-wrap img.logo-color {
	display: block;
}

.home .fixed-top-wrap img.logo-cw,
.full-top .fixed-top-wrap img.logo-cw {
	display: none;
}

@media only screen and (max-width: 64em) {
	.home img.logo-cw,
	.full-top img.logo-cw,
	.home img.logo-color,
	img.logo-color,
	.ask-pr,
	.full-top img.logo-color,
	.home .fixed-top-wrap img.logo-color,
	.full-top .fixed-top-wrap img.logo-color,
	.home .fixed-top-wrap img.logo-cw,
	.full-top .fixed-top-wrap img.logo-cw {
		display: none;
	}

	img.logo,	
	.home img.logo,
	.full-top img.logo,
	.home .fixed-top-wrap img.logo,
	.full-top .fixed-top-wrap img.logo {
		display: block;
	}
}

/* mobile nav */

.mobile-nav-wrap {
	position: fixed;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	top: 0;
	transform: translateX(-100%);
	overflow-y: auto;
	z-index: 5;
	padding: 20px;
	box-sizing: border-box;
	background-blend-mode: multiply;
	background-image: url(../img/texture.png);
	background-color: #00a651;
	transition: all 0.5s ease-in-out;
	transition-delay: .5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobile-nav-wrap.mobile-nav-active {
	transition-delay: 0s;
	transform: none;
	visibility: visible;
}

.mobile-menu-link {
	width: 90px;
	height: 90px;
	text-indent: 90px;
	margin: -5px -22px 0 0;
	white-space: nowrap;
	overflow: hidden;
	z-index: 6;
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
}

.mobile-menu-link:before,
.mobile-menu-link:after {
	transform: rotate(0deg);
	position: absolute;
	width: 32px;
	height: 3px;
	background: #fff;
	content: '';
	top: 44px;
	left: 29px;
	z-index: 1;
	display: block;
	transition: .5s ease-in-out;
	transition-delay: .5s;
}

.mobile-menu-link.mobile-nav-active:before {
	transform: rotate(45deg);
}

.mobile-menu-link.mobile-nav-active:after {
	transform: rotate(-45deg);
}

span.circle {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
	height: 50px;
	transition: .5s ease-in-out;
	border-radius: 50%;
	background: #00a651;
	z-index: 0;
	transition-delay: .5s;
}

.hamburger {
	transform: scale(1);
	position: absolute;
	width: 32px;
	height: 3px;
	background: #fff;
	content: '';
	top: 44px;
	left: 29px;
	z-index: 1;
	transition: .5s ease-in-out;
	transition-delay: .5s;
}

.hamburger:before,
.hamburger:after {
	top: -7px;
	left: 0;
	content: '';
	transform: scale(1);
	position: absolute;
	width: 32px;
	height: 3px;
	background: #fff;
	display: block;
	transition: .5s ease-in-out;
	transition-delay: .5s;
}

.hamburger:after {
	top: 7px;
}

.mobile-menu-link.mobile-nav-active .hamburger,
.mobile-menu-link.mobile-nav-active .hamburger:before,
.mobile-menu-link.mobile-nav-active .hamburger:after {
	transform: scale(0);
}

ul.mobile-nav {
	margin: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease-in-out;
}

ul.mobile-nav li {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	font: bold 25px/39px "Noto",sans-serif;
	text-align: center;
}

ul.mobile-nav a {
	position: relative;
	display: block;
	padding: 0 30px;
	color: #e3e2db;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

ul.mobile-nav li a:not([href^="tel:"]):hover,
ul.mobile-nav li a:not([href^="tel:"]):focus,
ul.mobile-nav li.active a {
	color: #00477e;
}

ul.mobile-nav a[href^="tel:"] {
	height: 47px;
	padding: 0 21px;
	transform: translate3d(0,0,0);
	transition: color .3s,background 0s;
	border: 0 solid #e3e2db;
	border-radius: 23.5px;
	background: #00477e;
	color: #e3e2db;
	font-size: 1.2rem;
	letter-spacing: .22em;
	line-height: 47px;
	text-align: center;
	overflow: hidden;
}

ul.mobile-nav li a:before,
ul.mobile-nav li a:after {
	background: #00477e;
	bottom: -3px;
	transform-origin: left top;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale3d(0,1,1);
	transition: transform 0.5s cubic-bezier(0.37,0.16,0.12,1);
	content: '';
}

ul.mobile-nav li a:after {
	bottom: -2px;
	transform-origin: right top;
}

ul.mobile-nav li a:hover:before,
ul.mobile-nav li a:hover:after {
	transform: scale3d(1,1,1);
}

.mobile-nav-wrap ul.lang-nav {
	margin: 0;
	list-style: none;
	opacity: 0;
	text-align: center;
	visibility: hidden;
	transition: .5s ease-in-out;
}

.mobile-nav-wrap ul.lang-nav li:last-child {
	display: block;
	margin-top: 0.875rem;
}

.mobile-nav-wrap ul.lang-nav a:hover {
	color: #00477e;
}

.mobile-nav-active ul.lang-nav,
.mobile-nav-active ul.mobile-nav {
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}

/* sub nav */

.sub-nav-wrap {
	background: #00A650 url(../img/texture.png);
	background-blend-mode: multiply;
	position: relative;
	padding: 2rem 0 2rem 1rem;
	z-index: 2;
	margin-bottom: 1rem;
}

.sub-nav-wrap:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100vw;
	bottom: 0;
	background: #00A650 url(../img/texture.png);
	background-blend-mode: multiply;
}

ul.sub-nav {
	text-align: right;
	list-style: none;
	margin-bottom: -1rem;
}

ul.sub-nav li {
	display: inline-block;
	margin-bottom: 1rem;
}

ul.sub-nav li + li {
	margin-left: 2rem;
}

ul.sub-nav li a {
	text-transform: uppercase;
	color: #e3e2db;
	padding: 1rem 0;
	letter-spacing: 0.1em;
	font: bold 0.75rem Conv_ProximaNova-Bold,sans-serif;
	font-weight: 700;
	transition: 0.3s ease-in-out;
	position: relative;
}

ul.sub-nav li a:before,
ul.sub-nav li a:after {
	background: #e3e2db;
	bottom: 6px;
	transform-origin: left top;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	transform: scale3d(0,1,1);
	transition: transform 0.5s cubic-bezier(0.37,0.16,0.12,1);
	content: '';
}

ul.sub-nav li a:after {
	bottom: 5px;
	transform-origin: right top;
}

ul.sub-nav li a:hover:before,
ul.sub-nav li.active a:before,
ul.sub-nav li a:hover:after,
ul.sub-nav li.active a:after {
	transform: scale3d(1,1,1);
}

@media only screen and (max-width: 64em) {
	ul.sub-nav {
		margin-bottom: 0;
	}

	ul.sub-nav li {
		margin-bottom: 0;
	}

	.sub-nav-wrap {
		padding: 0.75rem 0 1rem 1rem;
	}

	ul.sub-nav li + li {
		margin-top: 0.5rem;
	}	
}

/* contacts */

.map-wrap {
	margin-top: -3rem;
	margin-bottom: -3rem;
	position: relative;
}

#map {
	display: flex;
	width: 50vw;
	top: 0;
	right: -0.9375rem;
	position: absolute;
	height: 100%;
	/* min-height: calc(100vh - 177px); */
}

#map_m {
	width: 100%;
	height: 300px;
}

.contacts-wrap {
	text-align: center;
	padding: 0 0 0 2rem;
}

h4.contacts-title {
	margin-bottom: 1.5rem;
	color: #00A650;
}

p.contacts-intro {
	margin-bottom: 2rem;
	font-size: 1.188rem;
	font-weight: normal;
	font-family: "Klinic Slab Book" !important;
	position: relative;
}

p.contacts-intro span {
	position: absolute;
	left: -2rem;
	right: 0;
	top: 0;
	text-align: center;
	font-family: 'Caveat', cursive;
	line-height: 4rem;
	font-size: 11rem;
	color: rgba(255,255,255, 0.4);
	transform: rotate(-5deg);
	z-index: -1;
}

.contact-form-wrap {
	margin-top: 4rem;
	margin-bottom: 3rem;
}

label {
	color: #254151;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
textarea {
	display: block;
	width: 100%;
	box-shadow: none;
	padding: 26px;
	transition: .3s;
	border: 1px solid rgba(37, 65, 81, 0.33);
	border-radius: 4px;
	background: transparent;
	color: #254151;
	font-family: Conv_ProximaNova-Bold, sans-serif;
	font-size: 1rem;
}

/* input[type=text]:focus-visible,
input[type=url]:focus-visible,
input[type=tel]:focus-visible,
input[type=email]:focus-visible,
textarea:focus-visible {
	outline: #009B4C solid 3px;
} */

input[type=text]:focus:not(:focus-visible),
input[type=url]:focus:not(:focus-visible),
input[type=tel]:focus:not(:focus-visible),
input[type=email]:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
	border-color: #009B4C;
	outline: 0;
	background: #f7f2e9;
}

.form-thankyou {
	display: none;
	line-height: 3rem;
}

form .round-button3 {
	float: right;
}

.round-button3 {
	display: inline-block;
	position: relative;
	height: 47px;
	padding: 0 45px;
	transform: translate3d(0, 0, 0);
	transition: color .3s, background 0s;
	border: 0 solid #e3e2db;
	border-radius: 23.5px;
	background: #009B4C;
	color: #e3e2db;
	font-family: Conv_ProximaNova-Bold, sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: .22em;
	line-height: 49px;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 1;
	appearance: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.round-button3:focus,
.round-button3:hover {
	transition: background .3s .2s, color .3s;
	background: #e3e2db;
	color: #00477e;
}

.round-button3:before,
.round-button3:after {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform .3s;
	background: #e3e2db;
	content: '';
	z-index: -1;
}

.round-button3:focus:before,
.round-button3:focus:after,
.round-button3:hover:before,
.round-button3:hover:after {
	transform: translate3d(0, 100%, 0);
}

.round-button3:before {
	opacity: .5;
	transition-delay: .175s;
}

.round-button3:focus:before,
.round-button3:hover:before {
	transition-delay: 0s;
}

.round-button3:after {
	transition-delay: 0;
}

.round-button3:focus:after,
.round-button3:hover:after {
	transition-delay: .175s;
}

@media only screen and (max-width: 64em) {
	#map {
		position: initial;
		height: 70vh;
		min-height: auto;
		width: 100vw;
		right: 0;
		left: -0.9375rem;
	}

	.contacts-wrap {
		margin-bottom: 3rem;
		padding: 0;
	}

	.map-wrap {
		margin-top: 0;
	}
}

@media only screen and (max-width: 40em) {
	.contact-form-wrap {
		margin-top: 2rem;
	}
}

/* footer */

.footer-top {
	/* background-color: #00A650; */
	background: #00A650 url(../img/texture.png);
	background-blend-mode: multiply;
	font-size: 0.875rem;
	color: #e3e2db;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 2rem 0;
	line-height: 2rem;
	font-family: Conv_ProximaNova-Bold, sans-serif;
}

.round-button {
	display: block;
	position: relative;
	height: 62px;
	padding: 0 45px;
	transform: translate3d(0,0,0);
	transition: color .3s,background 0s;
	border: 2px solid #e3e2db;
	border-radius: 31px;
	background: transparent;
	color: #e3e2db;
	font-family: Conv_ProximaNova-Bold, sans-serif;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: .22em;
	line-height: 56px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.round-button:hover {
	transition: background .3s .2s,color .3s;
	background: #e3e2db;
	color: #00477e;
}

.round-button::before, 
.round-button::after {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0,0,0);
	transition: transform .3s;
	background: #e3e2db;
	content: '';
	z-index: -1;
}

.round-button::before {
	opacity: .5;
	transition-delay: .175s;
}

.round-button::after {
	transition-delay: 0s;
}

.round-button:hover::before {
	transition-delay: 0s;
}

.round-button:hover::before, 
.round-button:hover::after {
	transform: translate3d(0,100%,0);
}

.round-button:hover::after {
	transition-delay: .175s;
}

.footer-body {
	padding: 2rem 0;
}

.footer-soc-wrap a {
	font-size: 2rem;
}

.footer-soc-wrap a + a {
	margin-left: 1rem;
}

.partners-wrap {
	margin-top: 1rem;
	margin-bottom: -2rem;
}

.partners-wrap .cell {
	margin-bottom: 2rem;
}

.partners-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.partners-wrap img {
	width: 80%;
	filter: grayscale(100%);
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
}

/* .partners-wrap img.loaded {
	opacity: 0.8;
} */

.partners-wrap img:hover {
	opacity: 1;
	filter: none;
}

.footer-bot {
	padding: 1rem 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.1rem;
	font-family: Conv_ProximaNova-Bold,sans-serif;
	color: #0F4278;
	border-top: 2px solid rgba(64,89,103,0.2);
}

.footer-bot .cell:last-child {
	text-align: right;
}

.footer-section {
	margin-left: 1rem;
}

@media only screen and (max-width: 64em) {
	.partners-wrap {
		margin-bottom: 0rem;
		margin-top: 1.5rem;
	}

	.footer-top,
	.footer-body,
	.footer-bot,
	.footer-bot .cell:last-child {
		text-align: center;
	}

	.footer-body {
		padding-bottom: 1rem;
	}

	.footer-top {
		font-size: 0.75rem;
	}

	.round-button {
		display: inline-block;
		margin-top: 1.5rem;
		font-size: 0.7rem;
		height: 52px;
		padding: 0 35px;
		line-height: 46px;
		width: auto;
	}
}

@media only screen and (max-width: 40em) {
	.partners-wrap {
		margin-bottom: -0.5rem
	}
}

/* search */

.search-toggle-button {
	padding: 1.75rem 0;
	cursor: pointer;
}

.fixed-top-wrap .search-toggle-button path {
	fill: #0F4278;
}

.sb-wrap span {
	color: #e3e2db;
	vertical-align: top;
	padding-top: 0.2rem;
	display: inline-block;
	margin-left: 0.5rem;
}

.search-wrap {
	width: 100vw;
	position: fixed;
	visibility: hidden;
	/* height: 100vh; ar šo lēkāja */
	height: 0;
	top: 0;
	overflow: auto;
	transition: all 1s cubic-bezier(0.6, 0, 0, 1);



	box-shadow: none;

	z-index: 25 !important;
	background: #e6e5e0 url(../img/cream-texture.jpg);
	padding-bottom: 5rem;

	transform: translateY(-100vh);
}

.search-wrap.search-wrap-active {
	visibility: visible;
	transform: translateY(0);
	height: 100vh;
}

.search-results-list {
	background: rgba(255, 255, 255, 0.1);
}


.search-form-wrap .cell {
	position: relative;
}

.search-wrap-close {
	position: absolute;
	right: 0;
	top: 1.85rem;
	cursor: pointer;
	outline: none;
}

.search-form {
	position: relative;
	padding: 1.25rem 0;
}

.search-form:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	background: rgba(0, 166, 80,0.2);
	width: calc(100%);
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1) 0.1s, background 1s cubic-bezier(0.7,0,0.3,1);
}

.search-wrap-active .search-form:after {
	transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1) 0.8s, background 1s cubic-bezier(0.7,0,0.3,1);
	transform: translateX(-50%) scaleX(1);
}

button.button-search-submit {
	position: absolute;
	top: 1.85rem;
	left: 0;
	outline: none;
	pointer-events: none;
}

input.search-input:focus,
input.search-input {
	background: transparent;
	box-shadow: none;
	border: 0;
	font-weight: 500;
	font-size: 1.25rem;
	margin: 0;
	line-height: 2.375rem;
	color: #0F4278;
	padding-left: 2.5rem;
}

input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

input.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(43,110,177,0.4);
	opacity: 1; /* Firefox */
}

input.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(43,110,177,0.4);
}

input.search-input::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(43,110,177,0.4);
}

.search-title {
	font-size: 1.625rem;
	line-height: 2.938rem;
	margin: 2rem 0;
	color: #0F4278;
}

a.search-result-wrap {
	display: block;
	padding-bottom: 1.25rem;
	position: relative;
}

a.search-result-wrap + a.search-result-wrap {
	margin-top: 1.25rem;
}

a.search-result-wrap:before {
	content: "";
	position: absolute;
	background: rgba(0, 166, 80,0.2);
	bottom: 0;
	height: 1px;
	width: 100%;
}

a.search-result-wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	background: rgba(0, 166, 80,0.3);
	width: calc(100%);
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1), background 1s cubic-bezier(0.7,0,0.3,1);
}

a.search-result-wrap:hover:after {
	transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1) 0.2s, background 1s cubic-bezier(0.7,0,0.3,1);
	transform: translateX(-50%) scaleX(1);
}

a.search-result-wrap:last-child:after,
a.search-result-wrap:last-child:before {
	display: none;
}

.search-results-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.search-title span {
	font-weight: bold;
}

.search-img-wrap {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.search-img-wrap:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3rem;
	transition: background-image .6s cubic-bezier(0.28, 0, 0.18, 1);
}

.gallery-item-photo:after {
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='59' viewBox='0 0 72 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.3794 10.8678H67.3196C69.3482 10.8678 71 12.527 71 14.5647V53.3665C71 55.4041 69.3482 57.0633 67.3196 57.0633H4.6804C2.65183 57.0633 1 55.4041 1 53.3665V14.5501C1 12.5125 2.65183 10.8533 4.6804 10.8533H13.6206C14.6059 10.8533 15.5332 10.4603 16.2287 9.77627L23.9952 2.06247C24.6763 1.37841 25.6181 1 26.5744 1H45.3966C46.3674 1 47.2948 1.37841 47.9758 2.06247L55.7423 9.77627C56.4523 10.4749 57.3941 10.8678 58.3794 10.8678Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M35.9924 45.8437C43.8108 45.8437 50.1488 39.4774 50.1488 31.6241C50.1488 23.7709 43.8108 17.4045 35.9924 17.4045C28.174 17.4045 21.8359 23.7709 21.8359 31.6241C21.8359 39.4774 28.174 45.8437 35.9924 45.8437Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M3.92529 1.23071H11.1991' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

.gallery-item-video:after {
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 71C55.33 71 71 55.33 71 36C71 16.67 55.33 1 36 1C16.67 1 1 16.67 1 36C1 55.33 16.67 71 36 71Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M28.1006 47.8501L48.83 35.9421V36.0564L28.1006 24.1484V47.8501Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

a.search-result-wrap:hover .gallery-item-photo:after {
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='59' viewBox='0 0 72 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58.3794 10.8678H67.3196C69.3482 10.8678 71 12.527 71 14.5647V53.3665C71 55.4041 69.3482 57.0633 67.3196 57.0633H4.6804C2.65183 57.0633 1 55.4041 1 53.3665V14.5501C1 12.5125 2.65183 10.8533 4.6804 10.8533H13.6206C14.6059 10.8533 15.5332 10.4603 16.2287 9.77627L23.9952 2.06247C24.6763 1.37841 25.6181 1 26.5744 1H45.3966C46.3674 1 47.2948 1.37841 47.9758 2.06247L55.7423 9.77627C56.4523 10.4749 57.3941 10.8678 58.3794 10.8678Z' stroke='white' fill='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M35.9924 45.8437C43.8108 45.8437 50.1488 39.4774 50.1488 31.6241C50.1488 23.7709 43.8108 17.4045 35.9924 17.4045C28.174 17.4045 21.8359 23.7709 21.8359 31.6241C21.8359 39.4774 28.174 45.8437 35.9924 45.8437Z' stroke='%23222222' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M3.92529 1.23071H11.1991' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

a.search-result-wrap:hover .gallery-item-video:after {
	background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 71C55.33 71 71 55.33 71 36C71 16.67 55.33 1 36 1C16.67 1 1 16.67 1 36C1 55.33 16.67 71 36 71Z' stroke='white' fill='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M28.1006 47.8501L48.83 35.9421V36.0564L28.1006 24.1484V47.8501Z' stroke='%23222222' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}

span.search-results-tag {
	text-transform: uppercase;
	font-size: 0.75rem;
/* 	line-height: 1.625rem; */
	letter-spacing: 0.08em;
	color: rgb(0, 166, 80);
	margin-bottom: 0.3rem;
	display: inline-block;
}

.search-results-tag i {
	font-style: normal;
	font-weight: normal;
	display: block;
	color: #909090;
}

h4.search-results-title {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #0F4278;

	max-height: 4.875rem;

/* 		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden; */
	}

	@media only screen and (max-width: 40em) {
		.search-title {
			font-size: 1.25rem;
			line-height: 1.5rem;
		}
	}