*{
	font-family: "Montserrat", Sans-serif;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #e2e2e2;
}

@font-face {
  font-family: "Miroslav";
  src: url("../fonts/miroslav/MIROSLN.eot"); /* IE9 Compat Modes */
  src: url("../fonts/miroslav/MIROSLN.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/miroslav/MIROSLN.otf") format("opentype"), /* Open Type Font */
    url("../fonts/miroslav/MIROSLN.svg") format("svg"), /* Legacy iOS */
    url("../fonts/miroslav/MIROSLN.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/miroslav/MIROSLN.woff") format("woff"), /* Modern Browsers */
    url("../fonts/miroslav/MIROSLN.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.russianFont{
	font-family: "Miroslav", "Montserrat", Sans-serif;;
}

.contacts{
	font-size: 0.8rem;
}
.bg_black{background-color: black;}
.bg_red{background-color: #a8352e;}
.bg_white{background-color: white;}
.bg_bluesky{background-color: #d4f1f7;}

.color_white{
	color: white;
}

.height_1{height: 1em;}
.height_2{height: 2em;}
.height_3{height: 3em;}

a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}

a.link .language{
	text-align: justify;
}

a.link .language:after{
	content: "";
	display: inline-block;
	width: 100%;
}
.bg_bluesky{
	background-color: #00FFFF;
}
.color_black{
	color: black;
}

.header{
	background-color: black;
	height: 2rem;
	max-height: 2rem;
	color: white;
}
.container{
	overflow: hidden;
	max-width: 1920px;
	width: 100%;
	margin: auto;
}
.container_frame{
	position: absolute;
    bottom: 0;
    height: 60%;
    width: calc(100vw - 2.5rem);
    left: 1rem;
    z-index: 1;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 4px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to bottom, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}
.logo_left_frame{
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	border-left: 2px solid;
	border-right: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to bottom, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}
.logo_right_frame{
	position: absolute;
    width: 0px;
    height: 100%;
    /* background: transparent; */
    top: 0;
    right: 1rem;
    /* z-index: 9999; */
    border-left: 2px solid;
    border-right: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}

.lang_left_frame{
	position: absolute;
	width: 0px;
	height: calc(100% - 2vh);
	/* background: transparent; */
	top: 0;
	/* z-index: 9999; */
	border-left: 2px solid;
	border-right: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to bottom, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}
.lang_bottom_frame{
position: absolute;
    width: calc(100% - 2rem);
    height: 0px;
    background: transparent;
    bottom: 2vh;
    /* top: 0; */
    /* z-index: 9999; */
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to right, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}
.lang_right_frame{
	position: absolute;
	width: 0px;
	height: calc(100% - 2vh);
	/* background: transparent; */
	top: 0;
	/* z-index: 9999; */
	right: 1rem;
	border-left: 2px solid;
	border-right: 2px solid;
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: linear-gradient(to bottom, #DEC489, #F6E0A4, #D1B372, #E3CC97, #DEC489);
}

.links_wrapper{
	/*background-image: url(/images/scroll2.png);*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.slider img{
	width: 100%;
}
.lanuages .wrapper .language a img{
	height: 8rem;
	box-shadow: 10px 10px 5px grey;
}
.lanuages .wrapper .language{
	text-align: center;
}
.lang_text{
/*	display: none;
	position: absolute;
	top: 5rem;
	left: 4rem;
	color: green;*/
}

.language a{
	font-size: 1.2rem;
	color: black;
}

.sp_languages img{
	width: 1rem;
}
.sp_languages a{
	font-size: 1.3rem;
	color: black;
}

footer{
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
}

/*.footer{
	border-left: .25rem solid ;
	border-right: .25rem solid ;
	border-bottom: .25rem solid ;
	border-top: 0;
	border-image-slice: 1;
	border-image-source: linear-gradient(to left, #DEC489, #F6E0A4, #D1B372, #E3CC97, #Bf9A5E);
	border-width: 0.25rem;
	-webkit-backface-visibility: hidden;
}*/

.footer ion-icon, footer ion-icon{
	color: #faaf22;
	vertical-align: middle;
	padding-right: .25rem;
}
.footer img{
	width: 7rem;
}












