/* Помним гордимся чтим*/
.main-baner{
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.main-baner img{
    max-width: 95%;
}
.pomnim-gordimsya-chtim__item{
    overflow: hidden;;
}
.pomnim-gordimsya-chtim__item img{
    max-width: 100%;
    height: auto !important;
}
/* End*/

/* Список музыки*/
.section__list-music{
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.section__list-music span{
	margin-right: 25px;
	display: inline-block;
}
/* End*/
.information_online {
    background: #ffffff;
    color: #1A5A97;
    padding: 7px 49px;
    text-decoration: none;
    font-family: Tahoma;
    display: inline-block;
    /* width: 57%; */
    text-align: center;
    font-weight: bold;
	border: 1px solid #1A5A97;
}
.block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.block_left,
.block_right,
.block_video {
	width: 49%;
}
.block_left img{
	width: 100%;
}
.hdr-middle .hdr-main .hdr-main-right p:first-child {
    margin-top: 5px;
}
.hdr-middle .hdr-main .hdr-main-right .lk {
    position:absolute;
    top: -34px;
    width: 100%;
    padding: 0;
}
.lk_mob {
    display: none;
	float: left;
	color: #fff!important;
	background: #1A5A97;
	padding: 8px 20px;
	text-decoration: none;
	font-family: Tahoma;
	border-left: 1px solid #ffffff;
}
.hdr-main-right {
    position:relative;
}
.hdr-middle .hdr-main .hdr-main-right p span.p0 {
    background: url(/images/lk.png) no-repeat;
}


.info.gallery img{
	float: none;
	height: auto!important;
	margin: 0 10px 10px 0;
	width: auto;
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
     .information_about_organization,
     .information_about_organization_mob,
     .information_online,
     .lk_mob {
        display: block;
         min-height: 52px;
         float: left;
         width: 49%;
         border: 1px solid #ffffff;
     }
}
@media screen and (max-width: 767px){
	.block {
		display: block;
	}
	.block_left,
	.block_right,
	.block_video {
		width: 100%;
		margin-bottom: 10px;
	}
	.build:last-child {
		height: auto;
	}
	a.information_about_organization, a.information_online {
		display: block;
		width: 100%;
	}
	.information_about_organization.information_about_organization_mob {
		float: left;
		width: 59.5%;
	}
	.lk_mob {
		display: block;    
		width: 100%;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	-ms-appearance: checkbox !important;
	-o-appearance: checkbox !important;
	appearance: checkbox !important;
}
input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}	
input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}	