body, html{
	height: 100%;
	font-size: 18px;
	color: #fff;
	min-width: 520px;
}
.title-red{
	color: #E62330;
	margin-top: 15%;
}
.btn, a {
	transition: all .3s;
}

.doubleImage__helper {
	position: relative;
	display: block;
}
.doubleImage__helper img {
	transition: opacity .3s;
	max-width: 100%;
	max-height: 70px;
	height: auto;
}
.doubleImage__helper img + img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.btn-link.audio{
	text-decoration: none;
}

.doubleImage:hover img,.doubleImage:focus img,.doubleImage:active img, .left-menu a.menu-it-active img{
	opacity: 0;
}
.doubleImage:hover img + img,.doubleImage:hover img + img:active,.doubleImage:focus img + img, .left-menu a.menu-it-active img + img{
	opacity: 1;
}
.frontPage {
	//background-color:#002d7a;
background: linear-gradient(to bottom,rgba(41,137,216,1) 5%,rgba(255,255,255,1) 100%);
}
.frontPage_gray{
	background: #E0E0E0;
}
.frontPage_brdr_g{
	border-bottom:2px solid #B2B2B2;
}
.frontPage_white{
	background-color: #fff;
}
.flex {
	display: flex;
	min-height: 100%; /* 1, 3 */

}
.flex-start-page{
	display: flex;
	height: 100%; /* 1, 3 */
}
.flex_vertical {
	flex-direction: column;
	justify-content: space-around;
}
.flex_vertical_top {
	flex-direction: column;
}
.flex_vertical_content {
	flex-direction: column;


}
.flex__item {
	flex: 1 0 auto; /* 2 */
	width: 100%;
}
.flex__item_vertical {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.frontPage__title {
	min-height: 30%;
}
.frontPage__middle {
	min-height: 20%;
}
.frontPage__main{
	min-height: 80%;
	background: #fff;
}

.linkNext,.topic_table,.linkPrev{
	position: relative;
	font-size: 20px;
	color: gray;
	display: inline-block;
	transition: color .3s;
}
.topic_table{
	font-size: 18px;
}

.linkNext .doubleImage__helper {
	width: 100px;
	height: 100px;
}
.topic_table .doubleImage__helper {
	width: 15%;
	height: 15%;
	margin: 5px;
}
.linkPrev .doubleImage__helper {
	width: 35px;
	height: 35px;
}

.linkNext:hover,.topic_table:hover{
	color: #E62330;
	text-decoration: none;

}
.gray-border:last-child,.white-boder:last-child{
	border-right:none;
}
.gray-border{
	border-right: 1px solid #B2B2B2;
}
.box-gray{
	border: 0.5px solid #B2B2B2;
	overflow: hidden;
	/*max-height: 97px;*/
	height: 97px;
}
.white-boder{
	border-right: 1px solid #fff;
}
.frontPage__bottom{
	min-height: 30%;
	overflow: hidden;
	position: relative;
}
.frontPage__bottom-blue{
	height: 10%;
	overflow: hidden;
	position: relative;
}
.frontPage__bottom:before {
	width: 100%;
	height: 200%;
	position: absolute;
	content: '';
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.frontPage__bottom .container {
	position: relative;
	z-index: 1;
}
.btn.btn-link.rad-big{
	color: #E62330;
	width: 20%;
	font-size: 22px;

}
.logos.pull-right img{
	width: 30%;
}
.logos.pull-left img{
	width: 40%;
}
.menu{
	background: #fff;
	padding: 10px 0;
}
.big-logo img{
	margin-top: 50px;
//width: 60%;
}
.menus.pull-left img{
	width: 40%;
}
.menus.pull-left{
	position: fixed;
	bottom:10px;
	left:20px;
}
.logos.pull-right{
	position: fixed;
	bottom: 10px;
	right: 20px;
}
.logos.pull-left{
	position: fixed;
	bottom:0;
	left: 0;
}
.container-main{
	flex: 1 0 auto;
	display: flex;
}
.container.footer-bottom{
	position: absolute;
	top:50%;

}

.mainCats {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;

}
.mainCats__switch {
	flex: 1 0 auto;
}
.mainCats__switch_g .doubleImage__helper,.mainCats__switch .doubleImage__helper{
	max-width: 100px;
	display: inline-block;
}
.button-text span{
	font-size: 2px;
}
.mainCats__switch{
	width: 100%;
	white-space: normal;
	font-size: 20px;
	color: #fff;

}
.mainCats__switch:hover,.mainCats__switch_g:hover{
	text-decoration: none;
	color: #E62330;
}
.mainCats__switch_g {
	width: 100%;
	white-space: normal;
	font-size: 20px;
	color: #6D6D6D;
	font-weight: bold;
}
.content-menu{
	width: 100%;
	background: linear-gradient(to bottom, rgba(7,116,198,1) 0%,rgba(147,214,234,1) 99%);
	padding: 10px;
	border-top:5px solid #fff;
	border-bottom:6px solid #fff;
}

.header-top{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.main{
	background: #fff;
	width: 75%;
	margin: 0 auto;
}
.container.main-row{
	width: 100%;
}
.topic.pull-left {
	/*width: 50%;*/
	margin-right: 10px;
}
.topic.pull-left .title-red{
	float:left;
	color: #E62330;
	margin-top: 35px;
	margin-left: 20px;
}
.topic_table {
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.topic_table_text {
	display: inline-block;
	width: 65%;
	vertical-align: middle;
	white-space: normal;
	text-align: left;
	padding: 0;
	padding-left:20px;
}
.topic_table_text a{
	color: red;
}
.topic_table .doubleImage__helper {
	vertical-align: middle;
	display: inline-block;

}
.last-btn{
	position: absolute;
	top:50%;
	margin-top: -30px;
	right: 10px;
}
.text-light_blue{
	color:#97D7F7;

}
.audio_img{
	width: 20%;
}
.nav{
	margin-left: 5%;
}
.left-menu{
	min-width: 30%;
	padding-left:30px;
}
.left-menu a + a{
	margin-top: 5px;
}
.left-menu a.menu-it-active,
.left-menu a:active,
.left-menu a:focus{
	background: #fff;
	color: #E62330;
	text-decoration: none;
}

.right-content {
	width: 70%;
	color: #6D6D6D;
}
.content-img{
	width: 30%;
}
.content-txt{
	padding: 0 50px;
	margin: 0;
	width: 70%;
}
.content-txt-vsbl{
	padding-left: 40px;
}
#topic0{
	display: block;
}
#topic1{
	display:none;
}
#down-top{
	width: 100%;
	display: none;
	background:rgba(147,214,234,0.8);
	z-index: 100;
	position: absolute;
	top:0;
	height: 90%;
}

#down-bottom a img,#down-top a img{
	width: 5%;
}
#down-bottom{
	width: 100%;
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 100;

}

.nvisible{
	position: relative;
	height: 80%;
	background: #fff;
}

@media all and (max-width: 766px) {

	.box-gray{
		height: auto;
		max-height: 97px;
	}
	.topic_table .doubleImage__helper {
		width: 13%;
		height: 20%;
	}
	.menus.pull-left {
		position: fixed;
		bottom: 10px;
		left: 5px;
	}
	.menus.pull-left img{
		width: 25%;
	}
	.topic_table{
		font-size: 20px;
	}
}
@media all and (max-width: 600px) {
	.title-red{

	}
	.flex{
		min-height: 100%;
	}
	.linkNext{
		font-size: 16px;
	}

	.linkNext .doubleImage__helper{
		width: 60px;
		height: 60px;
	}
	.btn.btn-link.rad-big{

		width: 30%;
		font-size: 18px;
	}
	.gray-border,.white-boder,.gray-border:last-child,.white-boder:last-child{
		border-right:none;
	}
	.mainCats__switch_g .doubleImage__helper, .mainCats__switch .doubleImage__helper {
		max-width: 50px;
	}
	.mainCats__switch {
		font-size: 14px;
	}
	.title-red{
		color: #E62330;
		margin-top: 5%;
	}
	.topic .pull-left {
		width: 28%;
		margin-right: 5px;
	}
	.left-menu{
		min-width: 30%;
		padding-left:10px;

	}
	.topic_table_text{
		font-size: 14px;
	}
	.last-btn {
		position: absolute;
		top: 50%;
		margin-top: -30px;
		right: 0px;
	}
}
.easy-autocomplete{
	width: auto!important;
}
.none-readmore{
	display: none;
}
.rad-sm{
	font-size: 22px;
	color:#fff;
}
.rad-sm:hover{
	color:#fff;
}
.text-center-sm{
	text-align: center;
}

.button-back-checklists{
	text-align: right;
	margin-top: -40px;
	top: -60px;
	position: relative;
	right: 15%;
}
.top-banner-checklists{
	margin: 60px auto;
}

@media all and (max-width: 1650px) {
	.top-banner-checklists{
		width: 50%;
	}
}
@media all and (max-width: 1350px) {
	.button-back-checklists{
		top: -60px;
	}
}
.logo-title{
	margin: auto;
	margin-left: 13%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -145px;
}
.logo-title img{
	width: auto;
	height: 100px;
	margin-bottom: 10px;
}

@media all and (max-width: 1000px) {
	.logo-title{
		margin-top: -77px;
	}
	.top-banner-checklists{
		margin: 40px auto;
	}
	.button-back-checklists{
		top: -30px;
	}
	.logo-title img{
		width: auto;
		max-height: 40px;
		margin-bottom: 5px;
	}
	.logo-title span{
		font-size: 14px;
	}
}