:root{
	--scrollbar-half: 8.5px;
}
@media not all and (min-resolution:.001dpcm){
	body{
		--scrollbar-half: 7.5px;
	}
}
@media (hover: none){
	:root{
		--scrollbar-half: 0px;
	}
}

@media (min-width: 1920px){
	.navbar-expand-1920{
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-1920 .navbar-nav{
		flex-direction: row
	}
	.navbar-expand-1920 .navbar-nav .dropdown-menu{
		position: absolute
	}
	.navbar-expand-1920 .navbar-nav .nav-link{
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-1920>.container,.navbar-expand-1920>.container-fluid{
		flex-wrap: nowrap
	}
	.navbar-expand-1920 .navbar-collapse{
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-1920 .navbar-toggler{
		display: none
	}
}

:root{
	--green: #70a952;
}

.has-green-color{ color: var(--green) !important }
.has-green-background-color{ background-color: var(--green) !important }

/* Bootstrap Blocks improvements */
.wp-block-wp-bootstrap-blocks-row{
	margin-left: -14px;
	margin-right: -14px;
}
/*
.wp-block-wp-bootstrap-blocks-row [data-type="wp-bootstrap-blocks/column"]{
	padding-left: 15px;
	padding-right: 15px;
}
*/

/* Editor improvements */

body.mce-content-body{
	margin: 15px;
}

.wp-block{
	max-width: 1284px
}
.wp-block[data-align=wide]{
	max-width: 1400px
}
.wp-block[data-align=full]{
	max-width: none;
}

button.components-button{
	overflow: hidden;
}

.block-editor-rich-text__editable [data-rich-text-placeholder],
.block-editor-default-block-appender textarea.block-editor-default-block-appender__content{
	display: inline-block;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.block-editor-block-list__block{
	margin-top: 0;
	margin-bottom: 0;
}

figure{
	margin: 0;
}

.mark, mark{
	padding: 0;
}

/* Styling */

@media (min-width: 1336px){
	.container{
		max-width: 1332px;
	}
}
@media (min-width: 1200px) and (max-width: 1335px){
	.container{
		max-width: 100%;
	}
}

.container,
.navbar > .container,
.navbar > .container-fluid,
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-1920 > .container,
.navbar-expand-1920 > .container-fluid,
.navbar-expand > .container,
.navbar-expand > .container-fluid{
	padding-right: 24px;
	padding-left: 24px
}
.row{
	margin-left: -24px;
	margin-right: -24px;
}
.row.sm-gutters,
.row.is-style-sm-gutters{
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-gutters,
.row.is-style-no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.col-1920,
.col-1920-auto{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 1920px){
	.d-1920-none{
		display: none !important;
	}
	.d-1920-block{
		display: block !important;
	}
	.d-1920-flex{
		display: flex !important;
	}
	.col-1920{
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-1920-auto{
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.order-1920-1{
		order: 1;
	}
	.align-items-1920-center{
		align-items: center !important;
	}
	.row.no-gutters-1920{
		margin-left: 0;
		margin-right: 0;
	}
}

.col-1920, .col-1920-auto, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-left: 24px;
	padding-right: 24px;
}
.sm-gutters > .col,
.sm-gutters > [class*=col-],
.is-style-sm-gutters > .col,
.is-style-sm-gutters > [class*=col-]{
	padding-right: 15px;
	padding-left: 15px;
}
.no-gutters > .col,
.no-gutters > [class*=col-],
.is-style-no-gutters > .col,
.is-style-no-gutters > [class*=col-]{
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1920px){
	.no-gutters-1920 > .col,
	.no-gutters-1920 > [class*=col-]{
		padding-right: 0;
		padding-left: 0;
	}
}


:root{
	--snap: calc( -1 * var(--bs-offset) );
	--snap-gutter: 48px;
}
@media (min-width: 1336px){
	:root{
		--snap-container: 1332px;
		--snap-gutter: 48px;
	}
}

.ghostkit-grid-gap-md{
	--gkt-grid__gap: 48px;
}

.ghostkit-grid > .block-editor-inner-blocks > .block-editor-block-list__layout > div{
	margin-bottom: var(--gkt-grid__gap);
	margin-left: var(--gkt-grid__gap);
}

.entry-content .container .container{
	padding-left: 0;
	padding-right: 0;
}
.entry-content .container .alignfull .container{
	padding-left: 24px;
	padding-right: 24px;
}

body{
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

img{
	width: auto;
	height: auto;
	max-width: 100%;
}

a{
	color: #333;
	text-decoration: underline;
}
a:hover{
	color: #dc3497;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: bold
}

h1,
.h1,
.is-style-h1{
	margin: 0 auto 24px;
	font-size: 32px;
	line-height: 1.19;
}

h2,
.h2,
.is-style-h2{
	margin: 0 auto 48px;
	font-size: 22px;
	line-height: 1.27;
}
.is-style-h2{
	margin-bottom: 36px;
}

body.mce-content-body h2{
	margin-bottom: 8px;
}

h3,
.h3,
.is-style-h3,
h4,
.h4{
	margin: 46px auto 14px;
	font-size: 16px;
}
h3:first-child,
.h3:first-child,
.is-style-h3:first-child,
h4:first-child,
.h4:first-child,
.is-style-h4:first-child{
	margin-top: 0;
}

.is-style-h0{
	margin: 0 auto 20px;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.15;
}

p{
	margin: 0 auto 26px
}

p:last-child{
	margin-bottom: 0;
}

p.lead,
p.has-lead-font-size{
	font-size: 32px;
	line-height: 1.38;
}

p.has-extra-large-font-size{
	font-size: 42px;
}

p small{
	font-size: 80%;
	color: #999999
}

.has-dark-color{
	color: #333;
}
.has-dark-background-color{
	background-color: #333;
}
.has-silver-color{
	color: #f2f4f7;
}
.has-silver-background-color{
	background-color: #f2f4f7;
}
.has-grey-color{
	color: #b4b4b4;
}
.has-grey-background-color{
	background-color: #b4b4b4;
}
.has-magenta-color{
	color: #DC3497;
}
.has-magenta-background-color{
	background-color: #DC3497;
}
.has-grey-2-color{
	color: #E1E1E1;
}
.has-grey-2-background-color{
	background-color: #E1E1E1;
}
.has-white-color{
	color: #fff;
}
.has-white-background-color{
	background-color: #fff;
}
.has-blue-color{
	color: #003778;
}
.has-blue-background-color{
	background-color: #003778;
}

.has-grey-color + .is-style-h1{
	margin-top: -20px;
}


.btn,
.btn:hover,
.wp-block-button__link,
.wp-block-button__link:hover{
	padding: 1px 24px 0;
	line-height: 31px;
	border: solid 2px #fff;
	border-radius: 0;
	background: none;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.btn:hover,
.wp-block-button__link:hover{
	background: #fff;
	color: #dc3497;
}
.btn:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-pink,
.btn-pink:hover,
.is-style-pink .wp-block-button__link,
.is-style-pink .wp-block-button__link:hover{
	border-color: #dc3497;
	color: #dc3497;
}
.btn-pink:hover,
.is-style-pink .wp-block-button__link:hover{
	background: #dc3497;
	color: #fff;
}

.btn-full-pink,
.btn-full-pink:hover,
.is-style-full-pink .wp-block-button__link,
.is-style-full-pink .wp-block-button__link:hover{
	background: #dc3497;
	border-color: #dc3497;
	color: #fff;
}
.btn-full-pink:hover,
.is-style-full-pink .wp-block-button__link:hover{
	background: transparent;
	color: #dc3497;
}

.btn-dropdown,
.btn-dropdown:hover{
	position: relative;
	z-index: 1100;
	width: 150px;
	padding: 0 12px;
	line-height: 42px;
	background: none;
	border: none;
	color: #333;
	text-align: left;
}

.responsive-image,
.wp-block-image{
	margin-top: 96px;
	margin-bottom: 96px;
}
.wp-block-image.is-style-nomargin,
.responsive-image.style-no-margin{
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-image.is-style-smallmargin{
	margin-top: 36px;
	margin-bottom: 36px;
}
.responsive-image.style-inline{
	margin: 24px 0;
}

.wp-block-quote{
	margin-top: 96px;
	margin-bottom: 96px;
	border: none;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.14;
}

[data-type="core/list"] ul,
.entry-content ul{
	margin: 0 0 26px;
	padding: 0 0 0 28px;
	list-style: none;
}
.entry-content ul:last-child{
	margin-bottom: 0;
}
[data-type="core/list"] ul li,
.entry-content ul li{
	position: relative;
}
[data-type="core/list"] ul li:before,
.entry-content ul li:before{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
	position: absolute;
	top: calc( 0.5em + 4px );
	left: -28px;
}

.wp-block-embed{
	margin-top: 96px;
	margin-bottom: 96px;
}

.pdf_article{
	margin: 96px 0;
}
.pdf_article:last-child{
	margin-bottom: 0;
}

.author{
	margin: 96px 0 0;
	padding: 48px 0;
	background: #f2f4f7;
}
.author h4{
	margin-top: 0;
}

.hero-block,
.hero-slider-block{
	padding-bottom: 74px;
	font-size: 90px;
	font-weight: bold;
	line-height: 0.89;
	color: #fff;
}
.hero-slider-block{
	padding-bottom: 0;
}
.hero-slider-block .slide{
	padding-bottom: 74px;
}
.hero-slider-block .carousel-indicators li:only-child {
    display: none;
}

.breadcrumbs{
	padding: 48px 0 24px;
	color: #b4b4b4;
}
.breadcrumbs .delimiter{
	display: inline-block;
	vertical-align: top;
	margin: -1px 5px;
	font-size: 24px;
	line-height: 1;
}
.breadcrumbs a,
.breadcrumbs a:hover{
	color: #b4b4b4;
	text-decoration: none;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}

.wp-block-group.has-background{
	padding: 0;
}
.wp-block-group__inner-container{
	overflow: hidden;
}
.overflow-visible > .wp-block-group__inner-container{
	overflow: visible !important;
}

ul.menu{
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-block ul.menu li + li{
	margin-left: 12px;
}
.menu-block ul.menu li:before{
	display: none;
}
.menu-block ul.menu svg [fill]{
	fill: #333;
	-webkit-transition: fill 300ms ease;
	transition: fill 300ms ease;
}
.menu-block ul.menu a:hover svg [fill]{
	fill: #dc3497;
}

.link_with_background-block{
	padding: 72px;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.15;
	color: #fff;
	text-decoration: none;
}
.link_with_background-block.dark-text{
	color: #333;
}
.link_with_background-block:hover{
	text-decoration: none;
}

.team .member{
	margin-bottom: 48px;
}
.team .member-photo{
	position: relative;
	margin: 0 0 24px;
}
.team .member-photo .hover{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	width: 100%;
	height: auto;
}
.team .member-photo:hover .hover{
	opacity: 1;
}
.team .member-name{
	font-weight: bold;
}

.cta{
	position: relative;
	background: #f2f4f7;
}
.video-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}
.video-container > .video-wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	padding-top: 56.25%;
	transform: translate3d(-50%, -50%, 0);
}
.video-container > .video-wrapper > iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.cta .cta-content{
	position: relative;
	z-index: 20;
	padding: 72px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom
}
.cta .cta-hash{
	font-weight: bold;
	color: #fff;
}
.cta.style-dark .cta-hash{
	color: #b4b4b4;
}
.cta .cta-text{
	margin: 12px 0 48px;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.15;
	color: #fff;
}
.cta .cta-smalltext{
	margin: -23px 0 35px;
	color: #fff;
}
.cta.style-dark .cta-text,
.cta.style-dark .cta-smalltext{
	color: #333;
}
.cta .absolute .cta-logo{
	position: absolute;
}

.wp-block-media-text{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.wp-block-media-text.is-vertically-aligned-top{
	-ms-flex-align: start;
	align-items: flex-start;
}
.wp-block-media-text.is-vertically-aligned-center{
	-ms-flex-align: center;
	align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom{
	-ms-flex-align: end;
	align-items: flex-end;
}
.wp-block-media-text__media,
.wp-block-media-text .editor-media-container__resizer{
	-ms-flex-item-align: auto;
	align-self: auto;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 24px 0 0;
}
.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text.has-media-on-the-right .editor-media-container__resizer{
	-ms-flex-order: 1;
	order: 1;
	padding: 0 0 0 24px;
}
@media (max-width: 767px){
	.has-media-on-the-right.is-stacked-on-mobile .wp-block-media-text__media,
	.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile .editor-media-container__resizer{
		-ms-flex-order: 0;
		order: 0;
	}
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .editor-inner-blocks{
	-ms-flex-item-align: auto;
	align-self: auto;
	position: relative;
	left: 17.3%;
	z-index: 10;
	margin: 0 -5% -0px 0;
	padding: 0;
	font-size: 12px;
}
.wp-block-media-text .wp-block-media-text__content p[style],
.wp-block-media-text .editor-inner-blocks p[style]{
	line-height: 1.19;
}

.swiper-style-quotes{
	font-size: 12px;
}
.swiper-style-quotes blockquote{
	margin-bottom: 26px;
	font-size: 42px;
	font-weight: 700;
}
.swiper-style-quotes .text{
	margin-top: 72px;
	position: relative;
	left: 36%;
	z-index: 10;
	margin-right: -16%;
}
@media (max-width: 1199px){
	.swiper-style-quotes blockquote{
		font-size: 30px;
	}
}
@media (max-width: 991px){
	.swiper-style-quotes blockquote{
		font-size: 22px;
	}
}
@media (max-width: 767px){
	.swiper-style-quotes .text{
		margin-top:40px;
		left: 0;
		margin-right: 0;
	}
}

.full_service_cta{
	position: relative;
	padding: 130px 0;
	background: #566370;
	color: #fff;
}
.full_service_cta.darker-text{
	color: #003778;
}
.full_service_cta-hash{
	font-weight: bold;
}
.full_service_cta-title{
	margin: 12px 0;
	font-size: 52px;
	font-weight: bold;
	line-height: 1.15;
}
.full_service_cta-text{
	margin-bottom: 48px;
}

.full_service_cta-image{
	position: absolute;
	left: max( -143px, calc( -1 * var(--bs-offset) + 24px ) );
	right: -40px;
}
.full_service_cta.bigger-image .full_service_cta-image{
	right: -25px;
	left: max( -260px, calc( -1 * var(--bs-offset) + 24px ) );

	@media (min-width: 1200px){
		transform: translateY(-6%);
	}
}

.swiper-style-projects .swiper-slide,
.swiper-style-projects .maybe-swiper-slide{
	width: 396px;
	max-width: calc( 100vw - 24px );
	height: auto;
}
.swiper-style-projects .swiper-horizontal > .swiper-pagination-bullets{
	position: static;
	margin-top: 15px;
}
.swiper-style-projects article{
	height: 100%;
}
.swiper-style-projects article a{
	height: 100%;
	text-decoration: none;
}
.swiper-style-projects .title{
	margin: 0 0 48px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.27;
	color: #333;
}

.swiper-style-catalogs .swiper-slide,
.swiper-style-catalogs .maybe-swiper-slide{
	width: 222px;
	max-width: calc( 100vw - 24px );
	height: auto;
	padding: 0;
}
.swiper-style-catalogs .catalog{
	display: block;
	text-decoration: none;
}
.swiper-style-catalogs .thumb{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.swiper-style-catalogs .swiper-button-next{
	right: 66px;
}
.swiper-style-catalogs .swiper-button-prev{
	left: 66px;
}

.swiper-style-news .swiper-slide,
.swiper-style-news .maybe-swiper-slide{
	width: 396px;
	max-width: calc( 100vw - 24px );
	height: auto;
}
#news a,
.swiper-style-news .swiper-slide a,
.swiper-style-news .maybe-swiper-slide a{
	display: block;
	text-decoration: none;
	color: #333;
}
#news a{
	margin: 0 0 58px;
}
#news a .date,
.swiper-style-news .date{
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: bold;
	color: #b4b4b4;
}
#news a .title,
.swiper-style-news .title{
	min-height: 54px;
	margin: 24px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.27;
}

.swiper-container-wrapper.swiper-style-gallery{
	margin: 96px 0 0;
}
.swiper-container-wrapper.swiper-style-gallery .swiper{
	padding: 0 0 130px;
}
.swiper-style-gallery .swiper-horizontal>.swiper-pagination-bullets{
	bottom: 96px;
}
.swiper-style-gallery a{
	display: block;
	text-decoration: none;
	color: #333;
}
.swiper-style-gallery a .title{
	margin: 12px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.swiper-style-gallery .swiper-button-next,
.swiper-style-gallery .swiper-button-prev{
	top: 255px;
	left: -96px;
}
.swiper-style-gallery .swiper-button-next{
	left: auto;
	right: -96px;
}

.projects_carousel,
#projects_carousel{
	padding: 24px 32px 0;
}
.projects_carousel .swiper,
#projects_carousel .swiper{
	perspective: 1200px;
}
.projects_carousel .swiper-wrapper,
#projects_carousel .swiper-wrapper{
	transform-style: preserve-3d;
}
.projects_carousel .swiper-slide,
#projects_carousel .swiper-slide{
	width: 38.63vw;
	max-width: 618px;
	transform-style: preserve-3d;
}
.projects_carousel .swiper-slide a,
#projects_carousel .swiper-slide a{
	text-decoration: none;
}
.projects_carousel .swiper-slide .h2,
#projects_carousel .swiper-slide .h2{
	margin: 0;
	opacity: 0;
}
.projects_carousel .swiper-slide.swiper-slide-active .h2,
#projects_carousel .swiper-slide.swiper-slide-active .h2{
	opacity: 1;
}
.projects_carousel .swiper-slide .thumbnail,
#projects_carousel .swiper-slide .thumbnail{
	position: relative;
	margin-bottom: 36px;
}
.projects_carousel .swiper-slide .thumbnail:after,
#projects_carousel .swiper-slide .thumbnail:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: rgba(0,0,0,.3);
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}
.projects_carousel .swiper-slide.swiper-slide-prev .thumbnail:after,
#projects_carousel .swiper-slide.swiper-slide-prev .thumbnail:after,
.projects_carousel .swiper-slide.swiper-slide-next .thumbnail:after,
#projects_carousel .swiper-slide.swiper-slide-next .thumbnail:after{
	background: rgba(0,0,0,.15);
}
.projects_carousel .swiper-slide.swiper-slide-active .thumbnail:after,
#projects_carousel .swiper-slide.swiper-slide-active .thumbnail:after{
	background: rgba(0,0,0,0);
}
.projects_carousel .swiper-button-next,
#projects_carousel .swiper-button-next,
.projects_carousel .swiper-button-prev,
#projects_carousel .swiper-button-prev{
	top: 50%;
	margin: -22px 0 0;
	left: 54px;
}
.projects_carousel .swiper-button-next,
#projects_carousel .swiper-button-next{
	left: auto;
	right: 54px;
}
.projects_carousel .swiper-button-next:after,
#projects_carousel .swiper-button-next:after,
.projects_carousel .swiper-button-prev:after,
#projects_carousel .swiper-button-prev:after{
	content: url(../images/swiper-white.svg);
}

.dowload_list .table{
	margin: 0;
	border-bottom: 1px solid #EAEAEA;
}
p + .dowload_list .table{
	margin-top: -12px;
}
.dowload_list .table td{
	padding: 0;
	border-top: 1px solid #EAEAEA;
	vertical-align: middle;
	line-height: 1;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}
.dowload_list .table td a{
	display: inline-block;
	width: 100%;
	padding: 12px 8px;
	text-decoration: none;
}
.dowload_list .table td.type a,
.dowload_list .table td.size a{
	font-size: 13px;
	color: rgba(51, 51, 51, 0.4);
}
.dowload_list .table td a svg{
	margin-right: 10px;
}
.dowload_list .table tr:hover td{
	background: #f2f4f7;
}
.dowload_list .table tr:hover td.name a{
	color: #dc3497;
}
.dowload_list .table tr td.name [fill]{
	-webkit-transition: fill 300ms ease;
	transition: fill 300ms ease;
}
.dowload_list .table tr:hover td.name [fill]{
	fill: #dc3497;
}

.simple-cta{
	padding: 38px;
	background: #f2f4f7;
}
.simple-cta h2{
	margin-bottom: 8px;
}

.contact-persons{
	background: #f2f4f7;
}
.contact-persons h2{
	margin-bottom: 8px;
}
.contact-persons .text{
	padding: 20px 40px;
}
.contact-persons .position{
	margin-bottom: 19px;
}
.contact-persons .contact-links{
	line-height: 1.2;
}
.contact-links > div{
	margin-bottom: 10px;
}
.contact-persons .contact-links div > span{
	display: inline-block;
	width: 26px;
}
.contact-persons .contact-links a{
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #dc3497;
}

.contact-persons .wrapper{
	padding: 38px;
}
.contact-persons .wrapper .contact-info{
	font-size: 14px;
}
.contact-persons .wrapper .photo{
	margin-bottom: 12px;
}
.contact-persons .wrapper .position{
	margin-bottom: 12px;
}
.contact-persons .wrapper .contact-links span{
	width: 21px;
}

@media (max-width: 1335px){
	.contact-persons .wrapper .contact-links span{
		display: none;
	}
}

.entry-content ul.is-style-h2 li::before{
	content: '';
	display: block;
	width: 13px;
	height: 3px;
	background: #333;
	border-radius: 0;
	position: absolute;
	top: calc( 0.5em + 1px );
	left: -28px;
}

.green_fruity_box{
	background: #379a77;
	color: #fff;
}
.green_fruity_box .col-left{
	-ms-flex: 0 0 48.13%;
	flex: 0 0 48.13%;
	max-width: 48.13%;
}
.green_fruity_box .col-right{
	-ms-flex: 0 0 51.87%;
	flex: 0 0 51.87%;
	max-width: 51.87%;
}
.green_fruity_box .left-image{
	margin: -21.7% 0 -15.4% -30.5%;
}
.green_fruity_box .left-image img{
	width: 100%;
}
.green_fruity_box .right-content{
	padding: 0 110px;
}
.green_fruity_box .label{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.green_fruity_box .title{
	font-size: 52px;
	font-weight: bold;
	line-height: 1.15;
	color: #fff;
}
.green_fruity_box .text{
	margin: 28px 0 48px;
}

.hero-text{
	position: absolute;
	z-index: 10;
	bottom: 2.88vw;
	left: 2.88vw;
	font-size: 4.7vw;
	font-weight: 700;
	line-height: .89;
	color: #fff;
}

ul.is-style-checked{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	padding-left: 70px;
}
ul.is-style-checked li{
	margin: 0;
	padding: 0;
}
ul.is-style-checked li:before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="15" fill="none" viewBox="0 0 19 15"><path fill="white" d="M17.2201 0 6.13297 11.0149 2.131 4.69058 0 6.02171 5.6814 15 19 1.76825z"/></svg>');
	position: absolute;
	top: calc( 50% - 8px );
	left: -70px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	transform: none;
	background: none;
	mask-image: none;
	-webkit-mask-image: none;
}
.has-blue-color ul.is-style-checked li:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' fill='%23003778' viewBox='0 0 19 15'%3E%3Cpath fill='%23003778' d='M17.2201 0 6.13297 11.0149 2.131 4.69058 0 6.02171 5.6814 15 19 1.76825z'/%3E%3C/svg%3E");
}

.swiper-type-items.swiper-style-default .main-swiper{
	overflow: hidden;
	margin-left: -18px;
	margin-right: -18px;
	padding: 18px;
}
.swiper-type-items.swiper-style-default .swiper-slide{
	display: flex;
	flex-direction: column;
	gap: 25px;
	height: auto;
	padding: 47px 43px 32px;
	background: #fff;
	box-shadow: -2px -2px 20px rgba(0, 0, 0, 0.25);
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}
.swiper-type-items.swiper-style-default .swiper-button-prev{
	left: max( -100px, calc( var(--snap) + 20px ) );
}
.swiper-type-items.swiper-style-default .swiper-button-next{
	right: max( -100px, calc( var(--snap) + 20px ) );
}
.swiper-type-items.swiper-style-default :is(.swiper-button-prev, .swiper-button-next){
	display: block !important;
	font-size: 0;
}

@media( max-width: 767px ){
	.swiper-type-items.swiper-style-default :is(.swiper-button-prev, .swiper-button-next){
		top: 110px;
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.swiper-type-items.swiper-style-default .swiper-slide {
			padding: 37px 16px 16px;
		}
		.swiper-type-items.swiper-style-default .swiper-slide {
			font-size: 16px;
		}
}
