@charset "utf-8";
/* CSS Document */

html, body {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
.left {
	float:left;
	
}
.right {	
	float:right;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}

/*Шапка*/

header {
	width: 80%;
	max-width: 1500px;
	margin:0 auto;
}

/*Логотип*/
.logomain {
	margin-top:25px;
	margin-bottom:10px;	
}
.logo {
	float:left;
}

/*-----/Логотип-------*/

.exit_text {
    width:300px;
    margin:0 auto;
    padding: 5px;
    background-color: #fff;
}

/*Форма поиска*/
.search {
	float:right;
	margin-top:10px;
}
/*----/Форма поиска------*/
/*Верхнее меню*/
header nav {
    float:right;
}
footer nav {
    float:left;
    margin-left: 5%;
}
header nav li, footer nav li {
	float:left;
	margin-right:2px;	
}
/*------/Верхнее меню-----*/
/*---------------/Шапка---------------*/

/*Блок слайдера*/

.slidermain {
	width:100%;
 	position:relative;
}
.fonmenu {
	width:100%;
	height: 180px;
 	position:relative;
}

/*Боковое меню*/
.slidmenu {
	position:absolute;
	z-index:30;
	margin-top:50px;
	margin-left:50px;
}
.slidmenu li {
	margin-bottom:20px;
}
.slidmenu2 {
	position:absolute;
	z-index:30;
	margin-top:3px;
	margin-left:50px;
}
.slidmenu2 li {
	margin-bottom:5px;
}
/*--------/Боковое меню-------*/

/*Слайдер*/
/* Slide wrapper and slides */
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
.sl-slide, 
.sl-slides-wrapper  {
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}
.sl-slide-inner {
	position: absolute;
	width: 100%;
    height: 100%;
	top: -150px;
	left: 20px;
} 
.sl-slide {
	z-index: 1;
}

/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
    height: 100%;
	background: #fff;
}
.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.photo-t {
	float:left;
	margin-left:50%;
}
/*-------/Слайдер--------*/
/*-----------/Блок слайдера-----------*/

/*-------Основной раздел--------*/

.container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}
/* Контейнер, задавет ширину в процентах */
.content {
	width: 90%;
	max-width: 1400px;
	min-width: 320px;
	background-color: #FFF;
	margin: 0 auto;
}
main {
	width: 70%;
	float:left;
}
.full {
	width: 100%;
}

/*-----Статьи------*/
main p {
	font-size:1.2em;
	margin-left: 15px;
}
.new, .artic {
	width: 95%;
	margin: 5px auto;
}
.new img {
	width: 15%;
}
.artic img {
	width: 35%;
}
.phg {
	width: 22%;
}
.avid {
	float:right;
}
.artic .phg img {
	float:right;
}

main article {
	width: 45%;
	float:left;
	margin-bottom: 5px;
}
main article img {
	width: 40%;
}
figure {
	width: 24.5%;
}
.ph_lt {
    width: 40%;
    margin-left: 10px;
}
.ph_rt{
    width: 60%;
}
.gal {
	width: 20%;
	float: left;
}
.sub {
	font-size:1em;
	font-weight:600;	
}

.test_img {
	width: 22%;
	margin: 0 1.5%;
}
.test_text {
	width: 22%;
	margin: 0 1.3%;
}
.test_table {
	width: 604px;
}
.test_table1 {
	width: 403px;
}
.test_tb {
	width: 200px;
}

/*-----/Статьи------*/
/*-----Боковой блок------*/
aside {
	width: 27%;
	float:right;
}
/*-----/Боковой блок------*/

/*-----Главный раздел------*/

/*-------/Основной раздел--------*/
footer {
	margin-top: auto;
}

@media screen and (max-width: 1300px) {

/* Контейнер, задавет ширину в процентах */
main {
	width: 71%;
}
.full {
	width: 90%;
}
aside {
	width: 26%;
}
main article {
	width: 43%;
}
main article img {
	width: 35%;
}
main h3 {
	font-size: 1.2em;
}
main p {
	font-size:1.1em;
}
figure {
	width: 24.5%;
}
.gal {
	width: 24%;
}
.sub {
	font-size:0.95em;
}	
@media screen and (max-width: 1100px) {
main article {
	width: 42%;
}
main p {
	font-size:1em;
}
figure {
	width: 32%;
}
.sub {
	font-size:0.9em;
}
}

@media screen and (max-width: 980px) {
main {
	width: 60%;
}
aside {
	width: 35%;
}
main article {
	width: 95%;
}
main article img {
	width: 40%;
}
.gal {
	width: 32%;
}


}
@media screen and (max-width: 900px) {

.prov_l, .prov_p {
	height:16px;
	font-size:0.85em;
}
.sub_reg, .sub_up, .sub_out {
	height:17px;
	font-size:0.85em;
}
/*Боковое меню*/
.slidmenu li {
	font-size:2em;
}	
/*Слайдер*/
.demo-2 .sl-slider h2 {
	font-size: 2em;
}
.demo-2 .sl-slider blockquote {
	font-size: 1.2em;
	padding-top: 10px;
}
.demo-2 .sl-slider blockquote cite {
	padding-top: 15px;
}
.test_img {
	width: 43%;
}

}

@media screen and (max-width: 800px) {
figure {
	width: 49%;
}	
	
/*Боковое меню*/
.slidmenu {
	margin-top:25px;
	margin-left:25px;
}
.slidmenu li {
	margin-bottom:15px;
	font-size:1.6em;
}
.slidmenu a {
	padding:0 3px;
}
/*Слайдер*/
.demo-2 .sl-slider-wrapper {
	height: 350px;
}
.sl-slide-inner {
	top: -175px;
	left: -20px;
}
.demo-2 .sl-slider h2 {
	width: 90%;
	font-size: 1.5em;
}
.demo-2 .sl-slider blockquote {
	width: 90%;
	font-size: 1em;
	padding-top: 0;
}
.demo-2 .sl-slider blockquote cite {
	padding-top: 10px;
}
}

@media screen and (max-width: 720px) {
main {
	width: 50%;
}
main article img {
	width: 50%;
}
aside {
	width: 43%;
}
.gal {
	width: 48%;
}
/*Боковое меню*/
.slidmenu {
	margin-top:20px;
	margin-left:20px;
}
.slidmenu li {
	margin-bottom:5px;
	font-size:1.5em;
}
/*Слайдер*/
.sl-slide-inner {
	top: -150px;
	left: -50px;
}
.demo-2 .sl-slider h2 {
	width: 100%;
	font-size: 1.2em;
}
.demo-2 .sl-slider blockquote {
	width: 100%;
	font-size: 0.9em;
	padding-top: 0;
}
.demo-2 .sl-slider blockquote cite {
	font-size: 0.7em;
}
}

@media screen and (max-width: 640px) {
main p {
	font-size:0.95em;
}
.sub {
	font-size:0.8em;
}
}


@media screen and (max-width: 600px) {
main {
	width: 100%;
}
aside {
	width: 100%;
}
figure {
	width: 100%;
}	
.sub {
	font-size:1em;
}
}

@media screen and (max-width: 500px) {
.gal {
	width: 95%;
}
}

@media screen and (max-width: 360px) {
main {
	width: 100%;
}	
article {
	width: 88%;
	margin-top: 10px;
}
article:first-child {
	margin-top: 0;
}
aside {
	width: 100%;
}	
/*Боковое меню*/

.slidmenu li {
	font-size:1.2em;
}
/*Слайдер*/
.demo-2 .sl-slider-wrapper {
	height: 350px;
}
.sl-slide-inner {
	top: -185px;
	left: -60px;
}
.demo-2 .sl-slider h2 {
	font-size: 1.2em;
}
}

@media screen and (max-width: 320px) {
	
/*Слайдер*/	
.demo-2 .sl-slider-wrapper {
	height: 325px;
}
}








