:root {
	--green: #276d73;
	--dark_green: #236267;
	--dropdown_bg: #276d73;
	--dropdown_txt: #ffffff;	
}


*,
body,
html {
    font-family: Roboto, sans-serif !important;
    height: 100%;
    margin: 0;
    padding: 0;
	font-size: 13px;
}

body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position: relative;
	overflow-x: hidden;
}

@font-face {
font-family:Roboto;
src:local(Roboto Thin),url(../../fonts/roboto/Roboto-Thin.woff2) format("woff2"),url(../../fonts/roboto/Roboto-Thin.woff) format("woff");
font-weight:100
}

@font-face {
font-family:Roboto;
src:local(Roboto Light),url(../../fonts/roboto/Roboto-Light.woff2) format("woff2"),url(../../fonts/roboto/Roboto-Light.woff) format("woff");
font-weight:300
}

@font-face {
font-family:Roboto;
src:local(Roboto Regular),url(../../fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(../../fonts/roboto/Roboto-Regular.woff) format("woff");
font-weight:400
}

@font-face {
font-family:Roboto;
src:local(Roboto Medium),url(../../fonts/roboto/Roboto-Medium.woff2) format("woff2"),url(../../fonts/roboto/Roboto-Medium.woff) format("woff");
font-weight:500
}

@font-face {
font-family:Roboto;
src:local(Roboto Bold),url(../../fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(../../fonts/roboto/Roboto-Bold.woff) format("woff");
font-weight:700
}


.dark_screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    background: #00000061;
}
.dark_screen_show {
    animation: show 500ms linear;
    animation-fill-mode: forwards;
    display: block;
}
.dark_screen_hide {
    animation: hide 500ms linear;
    animation-fill-mode: forwards;
    display: none;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



.statanime {
    -webkit-animation: statanime 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: statanime 0.65s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@-webkit-keyframes statanime {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}
@keyframes statanime {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}



a,
a:hover {
    cursor: pointer;
    text-decoration: none;
	color: white;
    height: 30px;
    font-size: 14px;
    font-weight: 500;	
}


#hd_fr {
    width: 100%;
	height: auto;
    position: relative;
}

.eu_l {
    display: flex;
    justify-content: space-between;
}

.eu_fr {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eu_logo {
    width: 45%;
	height: auto;
    margin-bottom: 13px;
}

.menu_d {
    display: flex;
    height: 44px;
    color: white;
    font-weight: 500;
	background: #003242;
}

.menu_d_itm {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background: #003242;
	position: relative;
}

.null_fr{
	height: 44px;
	background: #003242;
	margin-left: 5px;
}

#logo_d {
    width: auto;
    position: absolute;
    top: 0;
    left: 5px;
}

.d_itm {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-right: 1px solid white;
    flex: 1;
	text-align: center;
	cursor: pointer;
}

.d_itm:last-child {
    border-right: none;
}














@media screen and (min-width: 1500px) {
    .menu_d_itm {
        display: flex;
    }
    #mobile_menu {
        display: none;
    }
}
@media screen and (max-width: 1500px) {
    .menu_d_itm {
        display: none;
    }
    #mobile_menu {
        display: block;
    }	
}


@media screen and (min-width: 1200px) {
	#logo_mig{
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.null_fr_l{
		width: 0 !important;
	}
	.eu_logo{
		width: 80% !important;
	}
	#logo_d{
		display: none;
	}
	#logo_mig{
		display: block;
		width: 35%;
		height: auto;
        margin: auto;		
	}	
}


@media screen and (min-width: 1300px) {
	.map{
		display: block;
	}
}
@media screen and (max-width: 1300px) {
	.map{
		display: none;
	}	
}


@media screen and (min-width: 1100px) {
	.footer{
		flex-direction: row;
	}
	.adr{
		justify-content: flex-start;
	}
	.adrr{
		justify-content: flex-start;
	}	
	.cnt_adr{
		margin-bottom: 0;
	}	
}
@media screen and (max-width: 1100px) {
	.footer{
		flex-direction: column;
		align-items: center;
	}
	.adr{
		justify-content: center;
	}
	.adrr{
		justify-content: center;
	}	
	.cnt_adr{
		margin-bottom: 15px;
	}
}





@media screen and (max-width: 800px) {
    .line {
		width: 90%;
    }
}


@media screen and (min-width: 900px) {
	.responsive_image {
		width: 360px;
		height: auto;
		aspect-ratio: 4 / 3;
		float:left;
		margin-right: 10px;
		margin-bottom: 5px;
	}	
	
	.img_g {
		width: calc(20% - 20px);
		min-width: calc(20% - 20px);
		aspect-ratio: 4 / 3;
		margin: 10px;
		border-radius: 5px;
		height: auto;
	}	
}
@media screen and (max-width: 900px) {
	.responsive_image {
		width: 100%;
		height: auto;
		aspect-ratio: 4 / 3;
		margin-bottom: 5px;
	}	
	
	.img_g {
		width: calc(100% - 20px);
		aspect-ratio: 4 / 3;
		margin: 10px;
		border-radius: 5px;
		height: auto;
	}	
	
}




#mobile_menu_item {
    overflow: hidden;
    background: rgb(0 24 32);
    color: #fff;
    height: 0;
    max-width: 100%;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding: 0 20px;
}

.animated {
    height: auto !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.nav_link_mobile {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    transition: 0.35s;
    font-size: 16px;
    white-space: nowrap;
}

#mobile_menu {
    margin-right: 33px;
    padding-bottom: 27px;
}

hr.mobile_menu {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

#mobile_menu_button {
    border-top: 2px solid #fff;
    height: 25px;
    width: 30px;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	right: 10px;
    bottom: 10px;			
}
#mobile_menu_button:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #fff;
    top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile_menu_button:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    background: #fff;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.navigation #mobile_menu_button {
    border-color: transparent;
}
.navigation #mobile_menu_button:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 33px;
    left: -2px;
}
.navigation #mobile_menu_button:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 11px;
    width: 33px;
    left: -2px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.page_wrap{
	display: flex;
	flex-direction: column;
}

#fr_home{
	height: auto;
	padding-top: 40px;
}

.footer{
	background: #003242;
	color: white;
	height: auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}

.adr {
    height: 30px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
    align-items: center;		
}

.adrr{
    height: 25px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
    align-items: center;
}

.fr_adr{
	display: flex;
	margin-top: 6px;
}

.cnt_adr{
    margin-left: 30px;
}











.clear_float {
    clear: both;
}

ul li, ol li {
    list-style-position: inside;
}


.fr_load {
    padding: 20px 30px 0 30px;
}

.rzd {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 30px 0 30px;
    text-align: center;
}

.head {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.fr_img {
    border-radius: 5px;
	width: 100%;
	height: auto;
}

.shadow{
-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.4);
-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.4);
box-shadow:1px 1px 4px 0 rgba(0,0,0,0.4)
}

.cntr{
    text-align: center;
}

.md_img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5001;
    width: 80vw; 
    max-width: calc(80vh * 4 / 3);
    aspect-ratio: 4 / 3;
    object-fit: contain;     
    padding: 10px;
    border-radius: 7px;
	height: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}





.galerry{
	display: flex;
	flex-wrap: wrap;
}

.close_img {
    position: absolute;
    background: white;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 20px;
    top: -4px;
    right: -14px;
    cursor: pointer;
}


#load_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: relative;
    border: 10px solid white;
    border-radius: 7px;
	background: white;
}

.fr_pdf {
    padding: 10px 30px;
    display: flex;
    align-items: center;
	cursor: pointer;
}

.ic_pdf {
    width: 25px;
    padding-right: 10px;
}

.nm_pdf{
    font-weight: 500;	
}

.md_pdf {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5001;
    width: 80vw;
    max-width: 80vh;
    padding: 10px;
    border-radius: 7px;
    height: auto;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80%;
    min-height: 80%;
	background: white;
}


.md_pdf_fr{
	width: 100%;
	height: 100%;
    background: white;	
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;	
}

.pdf_box {
    width: 100%;
    flex: 1;
}

.pdf_box embed{
	display: block;
}


.close_pdf {
    position: absolute;
    background: white;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 20px;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.lnk_pdf{
	display: inline-block;
}


.pdf_info {
    height: 40px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}

.pdf_real_name {
    height: 20px;
    font-weight: 500;
}