*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body{
	min-height:100%;
	width:100%;
	height: 100%;
}


body, td, th{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #004463;
	line-height: 1.5em;
}

h2 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 2em;
    text-align: center;
    font-weight: normal;
	color: #000;
}

.line{
	border-bottom: 1px solid #004463;
	margin-bottom: 20px;
}

.site{
	position: relative;
	display:flex;
	max-width:1200px;
	justify-content: space-between;
    flex-direction: column;
	padding-left: 10px;
    padding-right: 10px;
	padding-top: 90px;
	box-sizing: border-box;
    align-items: center;
    margin: auto;
	min-height: 100%;
}

._header{
	position: fixed;
	background: #FFF;
	height:70px;
	display:flex;
	/*justify-content: space-between;*/
	margin-bottom:20px;
	align-items: center;
	/*align-items: flex-end;*/
	border-bottom: 1px solid #004463;
	top: 0;
	width: 100%;
	max-width: 1180px;
	z-index: 1000;
}
._header .logo{
	display: inline-block;
	height: 100%;
}
._header .logo img{
	height: 100%;
    width: auto;
    padding: 9px;
}

._header .sign_in{
	position: relative;
	flex: 1 1 auto;/**/
	padding-left: 30px;
	z-index: 1;
	cursor: pointer;
}

._header .sign_in a{
	color:#004463;
}

._header .sign_in ._user_menu{
	position: absolute;
	top: 100%;
	left: 0px;
	overflow: hidden;
	height: 0px;
	color:#004463;
	transition:all 0.5s;
	z-index: 1;
}

._header .sign_in ._user_menu > ul{
	list-style:none;
	white-space:nowrap;
	padding: 10px;
	background:#FFF;
	margin-left: 25px;
    margin-right: 25px;
	box-shadow: rgba(0, 53, 77, 0.2) 0px 20px 25px -5px, rgba(0, 53, 77, 0.2) 0px 10px 10px -5px;
}


._header ._header_menu{
	list-style:none;
	white-space:nowrap;
	/*margin-bottom: 14px;*/
	flex: 1 1 auto;
}
._header ._header_menu li{
	position: relative;
	transition:all 0.5s;
	display:inline-block;
	padding: 10px;
	background:#FFF;
	color:#004463;
	font-size: 20px;
}

._header ._header_menu li a{
	display: block;
	color:#004463;
	text-decoration:none;
}

._header ._header_menu ul{
	position: absolute;
	top: 35px;
	right: -10px;
	transition:all 0.5s;
	overflow: hidden;
	height: 0px;
	box-shadow: rgba(0, 53, 77, 0.2) 0px 20px 25px -5px, rgba(0, 53, 77, 0.2) 0px 10px 10px -5px;
}

._header ._header_menu ul li{
	display: block;
	text-align: right;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
}

._header ._header_menu ul li:first-child{
	margin-top: 10px;
}

._header ._header_menu ul li:last-child{
	padding-bottom: 20px;
}




._content{
	flex: 1 1 auto;
	width: 100%;
}


._footer{
	color:#004463;
	/*height:40px;*/
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin-bottom:8px;*/
	margin-top: 20px;
	border-top: 1px solid #004463;
	padding-top: 10px;
	width: 100%;
}

._footer > div{
	padding: 5px;
	margin-bottom: 10px;
}
._footer .telephone, ._footer .email, ._footer .address, ._footer .android{
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	padding-left: 30px;
}

._footer .telephone{
	background-image: url(/imgs/telephone.svg);
}
._footer .email{
	background-image: url(/imgs/email.svg);
}
._footer .address{
	background-image: url(/imgs/address.svg);
}
._footer .android{
	background-image: url(/imgs/android.svg);
}
._footer .copy{
	font-weight: bold;
	font-size: 1.1em;
}
._footer .social{
  padding: 0px;
}
._footer .social a{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: -14px;
}
._footer .social .vk{
  background-image: url(/imgs/social/vk.svg);
}
._footer .social .telegram{
  background-image: url(/imgs/social/telegram.svg);
}
._footer .social .ok{
  background-image: url(/imgs/social/ok.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 34px;
}


._footer a{
	color:#004463;
	text-decoration:none;
}
._footer a:hover{
	text-decoration: underline;
}






/*
.share_icons{
	position:absolute;
	display:flex;
	right: 12px;
	top: 15px;
	white-space: nowrap;
	z-index:1;
}

.networks{
	display:inline-block;
	overflow:hidden;
	width:0px;
	height:0px;
	transition: all ease-in-out 0.5s;
	white-space: nowrap;
}

.share_ok, .share_facebook, .share_vk, .share_twitter, .share_skype, .share_whatsapp, .share_telegram, .share_viber, .share{
	display:inline-block;
	margin:2px;
	width:35px;
	height:35px;
	cursor:pointer;
	border-radius:5px;
	background-repeat:no-repeat;
	background-position:left top; 
	background-size:cover;
	background-color:#FFF;
}

.share_ok{ background-image:url(/imgs/social/ok.svg); }
.share_facebook{ background-image:url(/imgs/social/facebook.svg); }
.share_vk{ background-image:url(/imgs/social/vk.svg); }
.share_twitter{ background-image:url(/imgs/social/twitter.svg); }
.share_skype{ background-image:url(/imgs/social/skype.svg); }
.share_whatsapp{ background-image:url(/imgs/social/whatsapp.svg); }
.share_telegram{ background-image:url(/imgs/social/telegram.svg); }
.share_viber{ background-image:url(/imgs/social/viber.svg); }
.share{ background-image:url(/imgs/share_icon.svg); background-color:#004463; }
*/


#cookieNotice{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	color: #fff;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	font-family: sans-serif;
	font-size: 14px;
	/*max-width: 420px;
	max-width: 920px;*/
	width: 76%;
	display: none;
	text-align: center;
	align-items: center;
	z-index: 1000;
}
#cookieNotice > div{
	flex: 1 1 auto;
}
#cookieNotice a{
	color: #00aaff;
	text-decoration: underline;
}
#cookieNotice button{
	/*margin-top: 10px;*/
	background: #005AA4;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 8px 14px;
	cursor: pointer;
	font-weight: bold;
	/*margin-left: 2%;*/
}


@media screen and (max-width: 1140px){
	
	._header .sign_in{
		flex: 0 0 auto;
	}
	
	._header ._header_menu{
		margin-top: -18px;
		margin-bottom: 0;
		position: absolute;
		top: 50%;
		padding-top: 35px;
    	right: 8px;
    	overflow: hidden;
    	height: 0;
		width: 35px;
		/*background-image: url(/menu-button2.svg);*/
		background-image: url(/menu-button2-w.svg);
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 35px;
		cursor: pointer;
		transition: all ease-in-out 0.3s;
	}
	
	._header ._header_menu li{
		display: block;
		margin-right: 0;
		padding: 10px 20px 10px 20px;
		font-size: 1.2em;
		cursor:auto;
	}
	
	
	._header ._header_menu ul{
		position: static;
		top: auto;
		right: auto;
		box-shadow: none;
		height: auto;
	}

	._header ._header_menu ul li{
		text-align: inherit;
		font-size: 20px;
		padding: 10px 0px 10px 0px;
	}
	
	._header ._header_menu ul li:first-child{
		padding-top: 20px;
		margin-top: 0px;
	}
	
	._header ._header_menu ul li:last-child{
		padding-bottom: 0px;
	}
	
}


@media screen and (min-width: 300px) and (max-width: 860px){
	
	._header .logo img{
		/*padding-left: 5px;*/
		padding-left: 95px;
	}

	/*.share_icons{
		top: 50%;
		right: 5px;
		flex-direction:column-reverse;
		margin-top: -20px;
	}*/

	.networks{
		white-space:normal;
	}
	
	#cookieNotice{
		flex-direction: column;
		width: 95%;
	}
	
	#cookieNotice button{
		margin-top: 10px;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 860px){
	
	/*.share_icons{
		flex-direction:row;
	}*/

	.networks{
		white-space: nowrap;
	}
}


@media screen and (max-width: 414px){

	.site {
		padding-top: 60px;
	}
	._header{
		/*height: 50px;*/
	}
}


