@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700italic,700&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    color: #5b3d11;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 18px;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

.big_num {
	font-size: 250%;
	font-weight: 700;
}

a {
	text-decoration:none;
}

a, a:link, a:visited, a:active {
	color:#05506B;
}

a:hover {
	color:#007bff;
	text-decoration:none;
}
a:focus {
    outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
	visibility: hidden !important;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}

.row {	padding:15px 0;}

/***************** NAVIGATION ********************************************/
.navbar {
	padding: 0px 16px 0px 0px !important;
}

.navbar-collapse {
	margin-left: 30px;
	text-align: right;
}

.bg-primary {	background-color: #05506B !important;}

a.navbar-brand {
    margin: 0px;
    padding: 0 !important;
    max-width: 160px;
	display: inline-flex;
/*
	height:70px;
*/
}
a.navbar-brand>img {
	width:100%;
	float:left;
	min-width:154px;
}

.top_icon {
	display: inline-flex;
}

.top_icon img {	max-width:50px;}


/************ Основные *****************/
.thead {
	text-align: center;
	padding: 0;
	line-height: 100%;
	font-weight: 400;
	color: #05506b;
}

.thead1 {
	font-size: 200%;
	font-weight: 700;
	padding: 15px 0px;
}

.thead2 {
	font-size: 170%;
	font-weight: 700;
	padding: 10px 0px;
}

.thead3 {
	font-size: 150%;
	padding: 7px 0px;
}

.thead4 {
	font-size: 130%;
}


/************ TOP Layer ******************************/
.bg_over_titul {
	background: url('../layers/titul/img/titul_bg.jpg') no-repeat center center;
}

#_About {
	background-color: #F5F7F9;
}

.ab_img {	margin:10px;
	float:left;
	border:1px solid #D9D7D7;
	text-align: center;
	background-color: #EEEEEE;
}

.bg_over_banner_calc {
	background: url('../layers/bg_banner_calc.jpg') no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}

.topLayer {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 3px #061A466E;
	text-align:center;
	padding: 20px 40px;
	color: #0c5b98;
	margin: 80px 0 45px 0;
	border-radius: 7px;
	opacity: 0.75;
    filter: alpha(Opacity=75);
}
.topLayer > p {
	font-size: 120%;
	padding:15px 0;
}

img.imgsteps {	float:left;
	margin:5px;
	max-width:50px;
}

/* кнопка Вверх */
/* Scroll Top */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
}
#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/arrow_up.png) no-repeat center center;
}

#back-top a:hover span {
	background: url(../images/arrow_up_ov.png) no-repeat center center;
}

.mybtn {
	color:#05506b;
}
.mybtn:hover {	color:#1A8CFF;}

.center {
	text-align: center;
}

.modal_news {
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
}
.modal_news img {
	float: left;
	padding: 10px;
}

.partn {	max-width:199px;
	width:100%;}

.member {
	max-width:199px;
	width:100%;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
}

.member:hover {
	border:1px solid #B41D21;
}

/************* MEDIA **********************/

@media(max-width:979px){
	h3 {		white-space: break-spaces;
		font-size:80%;
		min-width: 220px;	}
	.topLayer {
		margin: 40px 0 20px 0;
		padding: 10px;
	}
	a.navbar-brand {
       max-width:170px;
	}
	.top_icon img {
		max-width:30px;
	}
	.ab_img {		width:100%;/*		max-width:170px;
		font-size: 90%;
		margin-bottom: 50px;
*/
	}
	a.navbar-brand>img {		min-width:120px;	}
}
@media (max-width: 300px) {	h3 {
		white-space: break-spaces;
		font-size:60%;
		min-width: 200px;
	}
	a.navbar-brand {
       max-width:125px;
	}
	a.navbar-brand>img {
		min-width:90px;
	}
}