
html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inhterit;
	
}

ol {
    text-align:center;
    padding: 20px;
	margin-top:0;
	margin-bottom:0;
}

ol i{
	color:#0979ea;
}
   
.breadcrumb {
    display: inline; 
}

.breadcrumb a{
	text-decoration:none;
	color:#686461;
	font-size:1em;
	color:#0979ea;
	font-family: 'Roboto', sans-serif;
}

.img{
    margin:auto;
    width:70%;
    text-align:center;
}
.header img{
	display: inline-block;
    height:auto;
    width: 70%;
}

.header{
	background:#0442a5;
	height:auto;
}

.menu{
font-family: Cuprum, Arial, Helvetica, sans-serif;
width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}




.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content:center;
}
.dws-menu > ul li{
 position: relative;
 border-right: 1px solid #fff;
}
.dws-menu > ul li:first-child{
 border-left: 1px solid #fff;
}
.dws-menu > ul li:last-child{
 border-right: 1px solid #fff;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */

 padding: 15px 10px 15px 10px;
 font-size: 14px;
 color: #fff;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.dws-menu li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
color:#fff;



 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #fff;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color:#434447;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}






.content{
	min-height:500px;
	padding:5px;
}

.content h1{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	color:#686461;
	font-size:1.5em;
}

.col1{
	float:right;
	width:20%;
}

.col2{
	margin:0 20% 0 20%;
	
}

.col3{
	float:left;
	width:20%;
}

.line{
	box-shadow:0.4em 0.4em 5px rgba(122,122,122,0.5);
	width:80%;
	min-height:70px;
	background:#eeece0;
	padding:0.5em;
	
	/*border-radius:10px;*/
	margin:auto;
	
}

.line a{
    text-decoration:none;
    font-family:'Merriweather', serif;
    color:#555d50;
    font-size:0.9em;
    margin:0 auto;  
}

.line a:hover{
    text-decoration:underline;
    color:#0979ea;
    font-size:1em;
}

.ssylka{
    line-height:60px;
    text-align:center;    
}

i.fa.fa-angle-right{
	 text-align: left;
	 margin-right:5px;
	 margin-left:5px;
	 color:#0979ea;
}

.footer{
	background:#0442a5;
	height:auto;
}

.footer img{
	display: inline-block;
    height:auto;
    width:70%;
}

.col1 img{
	display: inline-block;
    height:auto;
    width:100%;
}

.reklama{
	display:block;
    width:70%;
    margin:auto;
}

.reklama img{
    width:100%;
}

.col3 img{
	display: inline-block;
    height:auto;
    width:100%;
}

/*Navigator menu*/
.navigator{
	background:#b9d3fa;
	margin-bottom:30px;
	margin-top:30px;
	padding:20px;
}
.navigator-menu{
	width:80%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}

.name{
	width:90%;
	margin:0 auto;
	margin-bottom:10px;
	color:#0442a5;
	text-align:center;
	font-family: Arial,sans-serif;
	font-size:1.2em;
	font-weight:600;
}

.block-navigator-menu{
	float: left;
	width:280px;
	display:inline-block;
    vertical-align:top;
}

.block-navigator-menu li{
	/*margin-left: 10px;*/
	margin-top:1px;
	padding:10px;
	/*width:350px;*/
	font-family: Arial,sans-serif;
	font-size:1em;
}

.block-navigator-menu li a{
	color:#0442a5;
}

.block-navigator-menu ul{
	list-style-type: none;
}



/*Конец Навигатор меню*/


/* Меню нижнее*/

.footer-menu-id{
	width:100%;
	margin-bottom:30px;
}

.footer-menu{
	width:85%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
}


.block-footer-menu{
	float: left;
	width:320px;
	display:inline-block;
    vertical-align:top;
}

.block-footer-menu li{
	margin-left: 10px;
	margin-top:1px;
	padding:10px;
	font-size:1em;
	color:#0442a5;
}

.block-footer-menu li a{
	color:#0442a5;
	text-decoration:none;
}

.block-footer-menu ul{
	list-style-type: none;
}


/* Конец Меню нижнее*/




.footer{
	line-height:50px;
	background:#0442a5;
}


.copy{
	display:block;
	width:90%;
	text-align:center;
	/*margin:3% 10% 3% 10%;*/
	padding:5px;
}

.copy p{
	margin:0;
	font-family: Arial,sans-serif;
	font-style: italic;
	font-size:2em;
	font-weight: bold;
	color:white;
}


i.fa.fa-vk{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}

i.fa.fa-odnoklassniki{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}

i.fa.fa-paper-plane{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}

i.fa.fa-comments{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}

i.fa.fa-user{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}

i.fa.fa-thumbs-o-up{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}
i.fa.fa-check-circle{
	 text-align: left;
	 margin-right:10px;
	 margin-left:10px;
	 color:#0442a5;
}
i.fa.fa-angle-right{
	 text-align: left;
	 margin-right:5px;
	 margin-left:5px;
	 color::#0979ea;
}
i.fa.fa-bolt{
	text-align: left;
	margin-right:10px;
	margin-left:5px;
	color:#d1d104;
}


@media screen and (max-width:1000px){
	.dws-menu > ul li a{
 padding: 10px 5px 10px 5px;
 font-size: 12px;
} 
}

@media screen and (min-width:320px) and (max-width:800px){
.block-footer-menu li{
	font-size:0.75em;
}
.block-navigator-menu li{
	font-size:0.65em;
	padding:5px;
}
.name{
	font-size:0.8em;
}

i.fa.fa-vk{
	 margin-right:5px;
	 margin-left:5px;
}

i.fa.fa-odnoklassniki{
	 margin-right:5px;
	 margin-left:5px;
}
}
@media screen and (max-width:800px){
    .img{
    width:100%;
    }

.header img{
	width:100%;
}
}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
    }
.navigator-menu{
	width:85%;
}
.footer img{
	width:80%;
}
}

@media screen and (min-width:1001px) and (max-width:1250px){
	.block-footer-menu{
	width:250px;
}
	.block-footer-menu li{
	width:250px;
	font-size:0.8em;
}
.navigator-menu{
	width:85%;
}
.block-navigator-menu{
	width:245px;
}
.block-navigator-menu li{
	width:245px;
	font-size:0.8em;
}
}

@media screen and (min-width:801px) and (max-width:1000px){
	.block-footer-menu{
	width:200px;
}
	.block-footer-menu li{
	width:200px;
	font-size:0.75em;
}
.block-navigator-menu{
	width:200px;
}
.block-navigator-menu li{
	width:200px;
	font-size:0.75em;
}
.copy p{
	font-size:1.7em;
}
.footer{
	line-height:40px;
}
}

@media screen and (min-width:551px) and (max-width:620px){
.header img{
	width:100%;
}
.navigator-menu{
	width:85%;
}
.block-navigator-menu ul{
	width:135px;
}
.block-navigator-menu{
	width:135px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}

.copy p{
	font-size:1em;
}
.footer{
	line-height:30px;
}
}
@media screen and (min-width:621px) and (max-width:700px){
.header img{
	width:90%;
}
.navigator-menu{
	width:85%;
}
.block-navigator-menu ul{
	width:155px;
}
.block-navigator-menu{
	width:155px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}

.copy p{
	font-size:1.2em;
}
.footer{
	line-height:35px;
}
}

@media screen and (min-width:701px) and (max-width:750px){
.header img{
	width:90%;
}
.navigator-menu{
	width:85%;
}
.block-navigator-menu ul{
	width:175px;
}
.block-navigator-menu{
	width:175px;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.block-footer-menu{
	width:180px;
}
.block-footer-menu li{
	width:180px;
	margin-left:0;
}
.copy p{
	font-size:1.3em;
}
.footer{
	line-height:35px;
}
}
@media screen and (min-width:751px) and (max-width:800px){
.header img{
	width:75%;
}
.navigator-menu{
	width:85%;
}
.block-navigator-menu ul{
	width:185px;
}
.block-navigator-menu{
	width:185px;
}

.block-footer-menu{
	width:200px;
}
.block-footer-menu li{
	width:200px;
	margin-left:0;
}

.block-navigator-menu li{
	margin-left:3px;
	padding:3px;
}
.block-footer-menu{
	width:200px;
}
.block-footer-menu li{
	width:200px;
}
.copy p{
	font-size:1.5em;
}
.footer{
	line-height:40px;
}
}
@media screen and (min-width:320px) and (max-width:550px){
.header img{
	width:100%;
}
.block-navigator-menu{
	width:100%;
	text-align:center;
}
.block-navigator-menu li{
	margin:0;
}
.copy p{
	font-size:0.8em;
}
.footer{
	line-height:20px;
}
}



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

.reklama{
    width:100%;
}
    .col2 img{
        width:100%;
    }

.header img{
	width:100%;
}

.footer img{
	width:100%;
}
}

@media screen and (max-width:1000px){
	.dws-menu > ul li a{
     padding: 10px 5px 10px 5px;
     font-size: 12px;
    } 
}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
    }
.footer img{
	width:80%;
}
}
@media screen and (min-width:320px) and (max-width:800px){

.content h1{
	font-size:1em;
}

.content h2{
	font-size:0.8em;
}

ol{
	padding:10px;
}

.breadcrumb a{
	font-size:0.75em;
}


.napisat{
	font-size:0.8em;
}
.viber{
	margin-left:150px;
}
.line a{
	font-size:0.7em;
}
.line a:hover{
	font-size:0.8em;
}
}



