@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/owl-carousel/owl.carousel.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("../plugins/light-gallery/lightgallery.min.css");
@import url("../plugins/videojs/video-js.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Montserrat', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;color:#000;}
text,textarea{font-family: 'Montserrat', sans-serif;}
.font-tt-autonomous-trl{font-family: 'TT Autonomous Trl', sans-serif;}
::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
	color:#c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}
:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #c2c2c2;
	font-weight:300;
	line-height:1.3;
	font-size:13px;
}

/* Header */

body>.loader{
	display:none;
}
body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
	display:block;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 50px;
    right: 50px;
    width: auto;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 25px);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}


p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
ul{margin-bottom:40px;}
li{line-height:1.7;margin:0 0 5px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
ol:last-child,ul:last-child{margin-bottom:0}
h1,h2,h3,h4,h5,h6{margin-top:30px;font-weight:500;}
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0;}
a:not([class*=]){color:var(--theme-color-1)}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h1,
    .h1 {
        font-size: 5rem;
        margin-bottom: 20px;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
}
@media (min-width: 1199px) {
    h2,
    .h2 {
        font-size: 4rem;
        margin-bottom: 20px;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h3,
    .h3 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
}
@media (min-width: 1199px) {
    h4,
    .h4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.left-border-text,
.left-border-text-white,
.left-right-border-text{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.left-right-border-text{
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.left-border-text-white{
	color:#fff;
}
.left-border-text:before,
.left-border-text-white:before,
.left-right-border-text:before{
	content:"";
	width:50px;
	height:2px;
	background-color:var(--theme-color-1);
	margin:0 10px 0 0
}
.left-right-border-text:after{
	content:"";
	width:50px;
	height:2px;
	background-color:var(--theme-color-1);
	margin:0 0 0 10px
}
.left-border-text-white:before{
	background-color:#fff;
}

/**************** Header ********************/
header {
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    position: fixed;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a picture,
header .logo-wrap a picture img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
}
body.mobile-menu-open{
	overflow:hidden !important;
}

/********* Menu ********/

body.fixed-header header,
body.mobile-menu-open header{
	background-color:#fff;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 13%);
}
body.fixed-header header .header-top,
body:not(.fixed-header, .mobile-menu-open) header .logo-wrap a picture:last-child,
body.fixed-header header .logo-wrap a picture:first-child,
body.fixed-header header .logo-wrap a picture:first-child,
body.mobile-menu-open header .logo-wrap a picture:first-child{
	display:none;
}

header .header-top .links,
header .header-top .links a,
header .header-top .languages,
header .header-top .languages .title,
header .header-top .languages .caption a{
	position:relative;
	text-decoration:none;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .languages .title{
	color: #000;
	position:relative;
}
header .languages .image{
	width:18px;
	height:18px;
	margin:0 5px 0 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
header .languages .title:before{
	content:"";
	-webkit-border-top-left-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	position: absolute;
	background-color: #fff;
	right: -999px;
	z-index: -1;
}
header .languages .caption{
	display:none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0;
    background-color: #fff;
    z-index: 2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
header .languages:hover .caption{
	display:block;
}
header .languages .caption a{
    color: #000;
    padding: 10px 20px;
}
header .languages .caption a:hover{
	background-color:#f6f7f8;
}
header .languages .caption a.active{
	background-color:var(--theme-color-1);
	color:#fff;
}
@media (min-width: 1200px) {
	header .header-middle .logo img{
		max-height:60px;
	}
	body.fixed-header header .header-middle .logo img{
		max-height:40px;
	}
	
	header .header-middle .button{
        padding: 15px 20px;
        margin: 0 0 5px 0;
        background-color: var(--theme-color-3);
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 13px;
	}
	body.fixed-header header .header-middle .button{
        margin: 0;
	}
	body.fixed-header header .header-middle .button span{
		display:none;
	}
	
	header{
		top: 0;
		left: 0;
		right: 0;
        padding-top: 25px;
	}
	body.mobile-menu-open header,
	body.fixed-header header{
		padding: 0;
	}
	header .header-top .links a{
        color: #fff;
        padding: 0;
		height:40px;
		line-height:40px;
		cursor:pointer;
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 20px;
		font-weight: 400;
	}
	header .header-top .links a p{
		margin: 0 0 0 10px;
	}
	header .languages .title{
		height: 40px;
	}
	header .languages .title:before{
		top: 4px;
		left: -8px;
		bottom: 4px;
	}
	header .mobile{
		display:none;
	}
}
@media (max-width: 1200px) {
	
	header .header-middle .logo img{
		max-height:78px;
	}
	body.fixed-header header .header-middle .logo img{
		max-height:40px;
	}
	
	header .header-middle .button{
        padding: 10px;
        margin: 0 0 0 10px;
        background-color: var(--theme-color-3);
        color: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 13px;
	}
	header .header-middle .button span{
		display:none;
	}
	
	header{
		top: 0;
		left: 0;
		right: 0;
        padding: 15px 0;
	}
	body.mobile-menu-open header,
	body.fixed-header header{
		padding: 5px 0;
	}
	header .header-top .links a{
        color: #fff;
        padding: 0;
		height:32px;
		line-height:32px;
		cursor:pointer;
		letter-spacing: 1px;
		white-space:nowrap;
		margin: 0 0 0 20px;
		font-weight: 400;
	}
	header .header-top{
		margin: 0 0 10px 0;
	}
	header .header-top .links a p{
		margin: 0 0 0 10px;
	}
	header .languages .title{
		height: 32px;
	}
	header .languages .title:before{
        top: 0;
        left: -8px;
        bottom: 0;
	}
	header .web{
		display:none;
	}
}
header .header-top .links a p{
	font-weight: 300;
    line-height: 1;
}
header .header-top .links a:first-child{
	margin: 0
}
@media (min-width: 1200px) {
	body.fixed-header header .header-top a,
	body.mobile-menu-open header .header-top a{
		color:#000;
	}
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom ul li.menu-item{position:relative;border:0;padding:0;margin: 0 0 0 25px;}
	.menu-wrap .bottom ul li.menu-item:first-child{margin: 0;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
		font-weight: 300;
		position: relative;
		color: #fff;
		text-decoration: none;
		z-index:1;
		display:block;
		white-space:nowrap;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
        white-space: nowrap;
        line-height: 1;
        font-weight: 300;
        padding: 25px 0 30px 0;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		font-size: 9px;
		margin: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		display:none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		line-height: 1;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
		color:#000;
        line-height: 70px;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu:before{
		font-family: 'Font Awesome 5 Pro';
		font-weight: 900;
		content: "\f0d8";
		position: absolute;
		left: 20px;
		bottom: calc(100% - 4px);
		line-height: 0.3;
		font-size: 40px;
		color:#f6f7f8
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 300px;
		background-color: #f6f7f8;
		top: 100%;
		position: absolute;
		display: none;
		left: 0;
		-webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		-moz-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
		box-shadow: 0 3px 10px 0 rgb(0 0 0 / 6%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(1)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(2)>.sub-menu,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(3)>.sub-menu{
		left: auto;
		right: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(1)>.sub-menu:before,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(2)>.sub-menu:before,
	.menu-wrap .bottom ul li.menu-item.sub-item:nth-last-child(3)>.sub-menu:before{
		right: 20px;
		left: auto;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a:before{
		content: "\f053";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		font-size: 15px;
		position: absolute;
		left: 15px;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu:before{
		color:#f6f7f8;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu li.sub-item>a{
		padding-left:40px
	}
	
	
	
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul li.menu-item.sub-item .sub-menu {
		min-height: 100%;
		border-right: 5px solid #fff;
		right: 100%;
		top: 0;
	}
	.menu-wrap .bottom>ul>li.menu-item.sub-item>.sub-menu ul{
		padding:20px 0
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 40px;
		padding: 0 25px;
		color: #000;
		position: relative;
		font-size: 14px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item li:hover > a {
		background-color: var(--theme-color-1);
		color: #fff;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		display:block;
		-webkit-border-radius: 0;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius: 0;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-radius: 0;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		display:block;
	}
	
	
	
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
     body.mobile-menu-open .menu-toggle span,
     body.fixed-header .menu-toggle span {
        background-color: #000;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 46px;
		line-height: 46px;
		border-top: 1px solid #f5f5f5;
		position: relative;
		font-size: 14px;
		color:#333;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		color: #333;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 46px;
		width: 46px;
		height: 46px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f5f5f5;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:88px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	body.fixed-header.mobile-menu-open .menu-wrap {
		top:50px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 55px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 0;
        line-height: 50px;
        width: 45px;
        height: 45px;
        text-align: center;
        border-left: 1px solid #f5f5f5;
        margin: -45px 0 0 0;
        color: #333;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #f5f5f5;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li {
		margin:0;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #333;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f5f5f5;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/
@-webkit-keyframes ripple {
    70% {
		-webkit-box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
		-moz-box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
		box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
		-webkit-box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
		-moz-box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
		-webkit-box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
		-moz-box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
		box-shadow:  0 0 0 100px rgba(255, 255, 255, 0);
    }
    100% {
		-webkit-box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
		-moz-box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow:  0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -75px);
		-webkit-transform: translate(0px, -75px);
		-o-transform: translate(0px, -75px);
		-ms-transform: translate(0px, -75px);
		transform: translate(0px, -75px);
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
    }
}
@media (min-width: 1350px) {
	.animate-button,
	.animate-button-color,
	.animate-button-white,
	.animate-button-white-transparent{
		padding:18px 20px;
		border:2px solid;
	}
}
@media (max-width: 1350px) {
	.animate-button,
	.animate-button-color,
	.animate-button-white,
	.animate-button-white-transparent{
		padding:10px 20px;
		font-size: 12px;
		font-weight: 400;
		border:1px solid;
        text-align: center;
	}
	.animate-button i,
	.animate-button-color i,
	.animate-button-white i,
	.animate-button-white-transparent i{
		margin:5px 0 0 0;
        display: block;
	}
}
.animate-button,
.animate-button-color,
.animate-button-white,
.animate-button-white-transparent{
    display: inline-block;
    line-height: 1;
	text-decoration:none;
    z-index: 1;
    overflow: hidden;
}
.animate-buttons{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.animate-buttons > *{
	margin:10px 10px 0 0
}
.animate-button,
.animate-button-color,
.animate-button-white-transparent{
	color:var(--theme-color-1);
	border-color:var(--theme-color-1);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.animate-button-white{
	color:#fff;
	border-color:#fff;
}
.animate-button,
.animate-button:before,
.animate-button-color,
.animate-button-color:before,
.animate-button-white,
.animate-button-white:before,
.animate-button-white-transparent,
.animate-button-white-transparent:before{
	position:relative;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.animate-button:before,
.animate-button-color:before,
.animate-button-white:before,
.animate-button-white-transparent:before{
	content:"";
	width:0px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
    z-index: -1;
}
.animate-button:before{
    background-color: var(--theme-color-1) !important;
}
.animate-button-white:before{
    background-color: #fff !important;
}
.animate-button-white-transparent:before{
    background-color: transparent !important;
}
.animate-button:hover,
.animate-button-white-transparent:hover{
	color:#fff !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover{
	color:var(--theme-color-1) !important;
}
.animate-button:hover:before,
.animate-button-color:hover:before,
.animate-button-white:hover:before,
.animate-button-white-transparent:hover:before{
	width:100% !important;
}
.animate-button:hover:before,
.animate-button-white-transparent:hover:before{
    border-color: var(--theme-color-1) !important;
}
.animate-button-white:hover:before{
    border-color: #fff !important;
}
.animate-button-color{
	color: #fff !important;
    background-color: var(--theme-color-1) !important;
    border-color: var(--theme-color-1) !important;
}
.animate-button-color:hover,
.animate-button-color:hover:before{
    background-color: #212121 !important;
    border-color: #212121 !important;
}
/**************** Breadcrumb ********************/
.breadcrumb{
	position:relative;
	color:#fff;
}
.breadcrumb.bg-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(33 54 77 / 88%);
}
.breadcrumb-image,
.breadcrumb-image img{
	width:100%;
	height:auto;
	display:block;
}
.breadcrumb ul{
	list-style-type:none;
	color:#fff;
	padding:0;
	margin:0 auto;
	display:table;
	width:100%;
}
.breadcrumb ul li{
	margin:0;
	display:inline-block;
}
.breadcrumb ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    text-align: center;
	color:#fff;
	text-decoration:none;
}
.breadcrumb ul li p{
	margin:0;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb ul li a:after{
	content:"-";
    margin: 0 7px;
    line-height: 1.3;
    font-weight: 300;
}
/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
    color: #212121;
    font-weight: 300;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 10px 0 rgb(0 0 0 / 1%);
    -moz-box-shadow: 0 -10px 10px 0 rgb(0 0 0 / 1%);
    box-shadow: 0 -10px 10px 0 rgb(0 0 0 / 1%);
    z-index: 1;
}
footer .footer-logo{
    display: table;
}
footer .footer-logo,
footer .footer-logo img{
    display: table;
	margin:0 auto;
    max-height: 150px;
}
footer .footer-socials a,
footer .links a{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #212121;
    display: block;
}
footer .links a{
    text-decoration: none;
    font-weight: 300;
}
footer .links a:before{
    float: left;
    background-color: #fff;
    position: relative;
    top: 2px;
    left: 0;
    margin: 0 15px 0 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
footer .footer-socials a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
	
    margin: 0 0 0 30px;
	text-decoration:none;
    text-align: center;
    padding: 0 0 0 2px;
}
footer .footer-socials a:first-child{
    margin: 0;
}

footer .footer-contact {
    list-style-type: none;
    padding: 0;
}
footer .footer-contact li>* {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer .footer-contact li a {
    text-decoration: none;
    color: #212121;
}
footer .footer-contact li a p{
	margin:0 0 5px 0;
    font-weight: 500;
}
footer .footer-contact li a p:last-child{
	margin:0
}
footer .footer-contact li{
    margin-top: 30px;
}
footer .footer-contact li i {
    position: relative;
    width: 35px;
    margin-right: 15px;
    text-align: center;
    top: 1px;
    font-size: 20px;
}
footer .footer-contact li i + div {
    width: calc(100% - 35px);
    line-height: 1.7;
}

footer .footer-bottom picture,
footer .footer-bottom picture img{
	display: block;
}
footer iframe{
	display: block;
	height:300px;
	width: 100%;
}
@media (min-width: 1400px) {
	footer .footer-bottom picture,
	footer .footer-bottom picture img{
		max-height: 85px;
	}
}
@media (max-width: 1400px) {
	footer .footer-bottom picture img{
		display: block;
		max-height: 40px;
	}
	footer .footer-bottom picture{
		display: table;
	}
}
/**************** Footer ********************/
/**************** Cookies ********************/
.cookies{-moz-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-webkit-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-o-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);-ms-box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);position:fixed;z-index:15;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff}@media (min-width:768px){.cookies{max-width:400px;bottom:30px;left:30px;padding:30px}.cookies .theme-btn{padding:11px 16px 10px}}@media (max-width:768px){.cookies{right:90px;bottom:20px;left:20px;padding:20px}.cookies .theme-btn{padding:11px 16px 10px}}.cookies h4{margin:0 0 20px;font-weight:400}.cookies p{line-height:1.5}.cookies a{cursor:pointer}
/**************** Cookies ********************/

.block-title p{
	max-width:900px;
}
.block-title.center{
	text-align:center;
}
.block-title.center p{
	margin:0 auto;
}

.theme-btn {
	border:0;
	cursor:pointer;
    text-decoration: none;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 16px 18px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.theme-btn *{
	position:relative;
	z-index:1;
    line-height: 1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    background-color: var(--theme-color-2);
}
.theme-btn.hovered-white:before {
    background-color: #fff;
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
	background-color:var(--theme-color-2);
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}

.home__banner .image-wrap{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.home__banner .image-wrap:before{
	content:"";
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5942752100840336) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5942752100840336) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.5942752100840336) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
@media(min-width:992px){
	.home__banner .image-wrap{
		height:100vh
	}
	.home__banner .image-wrap .caption .buttons a{
		margin: 10px 10px 0 0;
		padding: 20px 30px;
	}
}
@media(max-width:992px){
	.home__banner .image-wrap{
		height:55vh
	}
	.home__banner .image-wrap .caption{
		padding:0 0 15px;
	}
	.home__banner .image-wrap .caption .buttons a{
		margin: 5px 5px 0 0;
		padding: 10px 15px;
	}
}
.home__banner .image-wrap .caption{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.home__banner .image-wrap .caption .wrap{
    max-width: 900px;
	margin:0 auto;
}
.home__banner .image-wrap .caption .buttons a{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    line-height: 1;
	border:2px solid #fff;
}
.home__banner .image-wrap .caption .buttons a:hover{
    background-color: #fff;
    color: #000;
}
.home__banner .image-wrap .caption .buttons a:first-child{
    background-color: var(--theme-color-2);
	border-color:var(--theme-color-2);
}
.home__banner .image-wrap .caption .buttons a:first-child:hover{
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
	color:#fff;
}
.home__banner .link__buttons .items .item a{
    background-color: #fff;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #000;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    position: relative;
	overflow:hidden;
}
.home__banner .link__buttons .items .item a i{
	color:var(--theme-color-1)
}
.home__banner .link__buttons .items .item a:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f054";
    display: block;
    line-height: 1;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.home__banner .link__buttons .items .item a p{
    line-height: 1.3;
    font-weight: 500;
}
@media(min-width:1200px){
	.home__banner .link__buttons {
        left: 20px;
        right: 20px;
        bottom: 20px;
        margin: 0 auto;
        position: absolute;
        z-index: 2;
        max-width: 1100px;
	}
	.home__banner .link__buttons .items{
        gap: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: unset;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		align-items: flex-end;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
        margin: 0;
        flex-wrap: unset;
	}
	.home__banner .link__buttons .items .item{
		width:100%;
		padding: 0;
        flex: unset;
	}
	.home__banner .link__buttons .items .item a{
        padding: 30px 20px;
        width: 100%;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
	}
	.home__banner .link__buttons .items .item a i{
		margin:0 0 15px 0;
	}
	.home__banner .link__buttons .items .item a:hover{
		padding-bottom:60px;
	}
	.home__banner .link__buttons .items .item a:after{
		margin: 15px auto 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity:0;
	}
	.home__banner .link__buttons .items .item a:hover:after{
		opacity:1;
		bottom: 20px;
	}
}
@media(max-width:1200px){
	.home__banner .link__buttons {
        position: relative;
        padding: 0 10px 10px 10px;
	}
	.home__banner .link__buttons .items .item a{
        padding: 30px 10px;
        max-width: 100%;
        border: 1px solid #ededed;
        height: 100%;
	}
	.home__banner .link__buttons .items .item a i{
		margin:0 0 15px 0;
	}
	.home__banner .link__buttons .items .item a:hover{
		padding-bottom:60px;
	}
	.home__banner .link__buttons .items .item a:after{
		margin: 15px auto 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		opacity:0;
	}
}



.home__about .left .image-1{
    display: block;
	position:relative;
}
.home__about .left .image-1:before{
    content: "";
    position: absolute;
    top: 40px;
    right: 40px;
    bottom: -40px;
    left: -40px;
    background-color: var(--theme-color-1);
}
.home__about .left .image-1 picture{
    border: 2px solid #fff;
    display: block;
    position: relative;
}
.home__about .left .image-1 picture img{
    max-width: 100%;
    height: auto;
    display: block;
	position:relative;
	z-index:1;
}
@media(min-width:1200px){
	.home__about .left .text{
        position: absolute;
        top: 180px;
        left: calc(100% - 150px);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        line-height: 1;
        white-space: nowrap;
	}
}
@media(max-width:1200px){
	.home__about .left .text{
        margin: 50px 0 0 0;
		line-height: 1.3;
	}
}
.home__about .left .text{
    font-weight: 300;
    z-index: 2;
    letter-spacing: 0;
    color: var(--theme-color-1);
}
.home__about .right .list a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 500;
}
.home__about .right .list a + p{
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 1.5;
}
.home__about .right .list a:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f00c";
    margin: 0 15px 0 0;
    background-color: var(--theme-color-1);
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.home__areas_activity .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.home__areas_activity .items {
	margin:0;
    width: calc(100% + 2.5px);
}
.home__areas_activity .items > div {
	padding:0;
	margin:-1px -1px 0 0;
}
.home__areas_activity.white .items .item{
	background-color:#fff;
}
@media(min-width:992px){
	.home__areas_activity .items .item{
		padding: 35px;
		padding-bottom: 85px;
	}
	.home__areas_activity .items .item .text p{
		margin: 20px 0 0 0;
	}
	.home__areas_activity .items .item .more{
		left: 35px;
		bottom: 35px;
	}
}
@media(max-width:992px){
	.home__areas_activity .items .item{
		padding: 20px;
		padding-bottom: 65px;
	}
	.home__areas_activity .items .item .text p{
		margin: 10px 0 0 0;
	}
	.home__areas_activity .items .item .more{
		left: 20px;
		bottom: 20px;
	}
}
.home__areas_activity .items .item{
    height: 100%;
	overflow:hidden;
    border: 1px solid #4e5c6c;
    position: relative;
}
.home__areas_activity .items .item .icon{
    color: #fff;
    line-height: 1;
    display: table;
    text-decoration: none;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.home__areas_activity.white .items .item .icon{
    color: #000;
}
.home__areas_activity .items .item:hover .icon{
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.home__areas_activity .items .item .number{
    color: rgb(255 255 255 / 17%);
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
}
.home__areas_activity.white .items .item .number{
    color: rgb(0 0 0 / 17%);
}
.home__areas_activity .items .item .title{
    margin: 0;
}
.home__areas_activity .items .item .title a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
	line-height:1.4;
    display: block;
}
.home__areas_activity.white .items .item .title a{
    color: #000;
}
.home__areas_activity .items .item .text{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.home__areas_activity .items .item .text p{
    color: rgb(255 255 255 / 60%);
    line-height: 1.4;
    font-size: 14px;
    font-weight: 300;
}
.home__areas_activity.white .items .item .text p{
    color: rgb(0 0 0 / 60%);
}
.home__areas_activity .items .item .more{
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    display: table;
    position: absolute;
    font-weight: 400;
}
.home__areas_activity.white .items .item .more{
    color: #000;
}





.home__events .items .col-12{
    position: relative;
}
@media(min-width:992px){
	.home__events .items .col-12:nth-child(3n+2){
		top:-60px;
	}
	.home__events .bg-image {
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
	}
	.home__events .bg-image.bg-image-1 {
		top: 20%;
		left:0;
		background-position: center left;
		height: 750px;
		width: 20%;
	}
	.home__events .bg-image.bg-image-2 {
		top: 10%;
		right:0;
		background-position: center right;
		height: 750px;
		width: 20%;
	}
	.home__events .items .item .more{
		left: 30px;
		bottom: 30px;
		right: 30px;
	}
}
@media(max-width:992px){
	.home__events .items .item .overflow-hidden-xxl + div{
		padding-bottom:0;
	}
	.home__events .items .item .more{
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
}
.home__events .items .item{
    height: 100%;
    position: relative;
    padding: 0 0 50px 0;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}
.home__events .items .item .image,
.home__events .items .item .image picture,
.home__events .items .item .image picture img{
    width: 100%;
    display: block;
}
.home__events .items .item .date{
    margin: 0 0 10px 0;
}
.home__events .items .item .date a{
    display: block;
    color: #666;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.home__events .items .item .title{
    color: rgb(0 0 0 / 60%);
    line-height: 1.4;
    font-size: 14px;
    margin: 20px 0 0 0;
    font-weight: 400;
}
.home__events .items .item .title a{
    display: block;
    color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
}
.home__events .items .item .text{
    text-decoration: none;
}
.home__events .items .item .text p{
    color: rgb(0 0 0 / 60%);
    line-height: 1.4;
    font-size: 14px;
    margin: 20px 0 0 0;
    font-weight: 400;
}
.home__events .items .item .more{
    display: block;
    color: var(--theme-color-1);
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
    position: absolute;
}





.home__news.top-color:before{
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
@media(min-width:1200px){
	.home__news .home__news__rights{
		margin-right: calc(-20.5* 1.5rem);
	}
	.home__news .home__news__item .item__body__image .item__body__date {
		padding: 15px 20px;
	}
	.home__news .home__news__item .item__body__body {
        padding: 20px;
	}
	.home__news.top-color .home__news__item .item__body__body {
        padding: 30px;
	}
}
@media(max-width:1200px){
	.home__news .home__news__item .item__body__image .item__body__date {
		padding: 10px 12px;
	}
	.home__news .home__news__item .item__body__body {
		padding: 20px
	}
}
.home__news .home__news__item .item__body__link {
    z-index: 1;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    margin: 20px 0 0 0;
    display: block;
    color: var(--theme-color-1);
    font-size: 14px;
}
.home__news .home__news__item{
    height: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
    background-color: #fff;
	overflow:hidden;
}
.home__news .home__news__item .item__body__image{
	position:relative;
	display:block;
}
.home__news .home__news__item .item__body__image picture,
.home__news .home__news__item .item__body__image picture img{
    display: block;
    width: 100%;
    height: auto;
}
.home__news .home__news__item .item__body__image .item__body__date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color-1);
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
}
.home__news .home__news__item .item__body__body {
    position: relative;
}
.home__news .home__news__item .item__body__body .item__body__caption a {
    text-decoration: none;
    color: var(--theme-color-1);
}
.home__news .home__news__item .item__body__body .item__body__caption h4 {
    margin: 0;
}
@media(min-width:992px){
	.home__news .home__news__item .item__body__body .item__body__caption h4 {
		min-height: 75px;
	}
	.home__news.top-color .home__news__item .item__body__body .item__body__caption h4 {
		min-height: 145px;
	}
}
@media(max-width:992px){
	.home__news .home__news__item .item__body__body .item__body__caption h4 {
		min-height: 85px;
	}
}
.home__news .prev,
.home__news .next {
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}





.home__contacts .left{
	position:relative;
}
.home__contacts .left:before{
    content: "";
    width: 350px;
    height: 350px;
    display: block;
    background-color: var(--theme-color-3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 175px);
    margin: 0 auto;
}
.home__contacts .left picture,
.home__contacts .left picture img{
    display: block;
    max-height: 450px;
    width: auto;
    position: relative;
    margin: 0 auto;
}
.home__contacts a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.home__contacts a i{
    line-height: 1;
    padding: 5px 0 0 0;
    width: 40px;
    text-align: center;
}
.home__contacts a i + *{
    padding-left: 20px;
}
.home__contacts a small{
    display: block;
    line-height: 1;
    margin: 0 0 6px 0;
    opacity: 0.5;
}
.home__contacts a p{
    margin: 0;
}





body:not(.fixed-header) .fixed-links a:first-child{
	display:none
}
.fixed-links{
    position: fixed;
    z-index: 9;
    color: #fff;
    background-color: var(--theme-color-2);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.fixed-links a{
	cursor:pointer;
	position:relative;
    color: #fff;
    min-height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.fixed-links a .text{
    color: #000;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-10px, 0px);
    -webkit-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    position: absolute;
    right: calc(100% + 20px);
    white-space: nowrap;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 15px 30px;
    top: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 11px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 11px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 13%);
}
.fixed-links a:hover .text{
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity:1;
	visibility:visible;
}
@media(min-width:992px){
	.fixed-links{
		bottom: 20px;
		right: 20px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		border-radius: 100px;
		padding:15px 0;
		border: 2px solid #fff;
	}
	.fixed-links a{
		width: 50px;
	}
}
@media(max-width:992px){
	.fixed-links{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		bottom: 0;
        left: 0;
        right: 0;
	}
	.fixed-links a{
		width: 100%;
	}
}





.gallery-item-image,
.gallery-item-video{
	position:relative;
	cursor:pointer;
}
.gallery-item-image picture,
.gallery-item-image picture img,
.gallery-item-video picture,
.gallery-item-video picture img{
	display:block;
	width:100%;
	height:auto;
}
.gallery-item-image:before,
.gallery-item-video:before{
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
	z-index:1;
}
.gallery-item-image:before{
    content: "\f31d";
}
.gallery-item-video:before{
    content: "\f04b";
}

.item .video-socials{
    position: absolute;
    left: 10px;
    top: 0;
}
.item .video-socials a{
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
}
.persons .item {
    text-decoration: none;
    background-color: #fff;
    display: block;
    height: 100%;
	position:relative;
}
.post-block .person-socials a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: var(--theme-color-1);
    border: 1px solid var(--theme-color-1);
    padding: 10px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.post-block .person-socials a:hover {
    background-color: var(--theme-color-1);
	color:#fff;
}
.persons .item .person-socials a {
    color: var(--theme-color-1);
    text-decoration: none;
    line-height: 1;
}
@media(min-width:992px){
	.persons:not(.bottom) .item {
		padding-bottom:85px;
	}
	.persons .item .person-content .more{
		bottom: 40px;
		left: 40px;
		right: 40px;
	}
}
@media(max-width:992px){
	.persons:not(.bottom) .item {
		padding-bottom:65px;
	}
	.persons .item .person-content .more{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}
.persons .item .person-content h3{
    margin: 0;
    font-weight: 600;
	line-height:1.4;
}
.persons .item .person-content h3 a{
    color: var(--theme-color-1);
}
.persons .item a{
    text-decoration: none;
	display:block;
}
.persons .item .person-content h5{
    font-weight: 400;
    margin: 5px 0 0 0;
    color: #666;
}
.persons .item .person-content h5 a{
    color: #666;
}
.persons .item .person-content p{
    line-height: 1.6;
    margin: 25px 0 0 0;
}
.persons .item .person-content p a{
    color: #999;
}
.persons .item .person-content .more{
    display: table;
    line-height: 1;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
}
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-2);
}
.c-items{
    background-color: #fff;
}
.form-item-icons i:after{
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items {
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
    padding: 20px;
}
.c-items h3 {
    font-weight: 600;
    font-size: 16px;
}
.c-items .c-item {
    line-height: 1.5;
}
.c-items .c-item a {
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    color: #fff !important;
}
.contact-map {
    padding: 10px;
    height: 100%;
    border: 1px solid #ededed;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
	min-height:250px;
    display: block;
}
blockquote {
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 30px 10px;
    background-color: #f6f7f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
blockquote a {
    text-decoration: none;
    color: var(--theme-color-2);
}
.c-items .c-item a{
    text-decoration: none;
    display: block;
    line-height: 1.6;
}
.page-documents .item{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 6%);
}
.page-documents .item>a{
    color: #000;
    text-decoration: none;
    display: block;
}
.page-documents .item .caption{
	padding-top:0;
}
.page-documents .item>a .info{
	padding-left:55px;
	position:relative;
}
.page-documents .item>a i{
	position: absolute;
    color: var(--theme-color-2);
    left: 0;
    top: 0;
    line-height: 1;
    padding: 3px 0 0 0;
    width: 45px;
    text-align: center;
}
.page-documents .item>a .info p{
    margin: 0 20px 0 0;
    text-transform: uppercase;
    line-height: 1;
}
.page-documents .item>a .info p:last-child{
    margin: 0
}
.page-documents .item .text{
    border-top: 1px solid #ededed;
    color: #000;
}

@media(mib-width:768px){
	.post-block picture:before{
		content:"";
		position: absolute;
		top: 100%;
		right: 0;
		left: -999999px;
		bottom: -999999px;
		background-color: #f6f7f8;
	}
}
.post-block .p-top div{
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 12px 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    min-height: 41px;
    line-height: 1;
}

.post-block .p-share {
	padding: 0;
	list-style: none;
}
.post-block .p-share a {
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
    padding: 12px 15px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.post-block .p-share a:hover { color: #fff; }
.post-block .p-share i {
	font-size: 16px;
	position: relative;
	top: 1px;
}
.post-block .p-share a.fb-share:hover { background: #3b5998; color: #fff; }
.post-block .p-share a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}
.post-block .p-share a.twitter-share:hover { background: #1da1f2; color: #fff; }
.post-block .p-share a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}
.post-block .p-share a.gplus-share:hover { background: #dd4b39; color: #fff; }
.post-block .p-share a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}
.post-block .p-share a.pinterest-share:hover { background: #bd081c; color: #fff; }
.post-block .p-share a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}
.post-block .p-share a.whatsapp:hover { background: #009688; color: #fff; }
.post-block .p-share a.whatsapp {
	border-color: #009688;
	color: #009688;
}

.post-block .text-line a{
	color:var(--theme-color-1);
    font-weight: 500;
}

.page-userform .form-builder > h2 {
    display: none;
}




table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	display: none;
}