@charset "utf-8";
.topline {
	background-image: url(../img/bg_topline.png);  /*_ny*/
	background-repeat: repeat-x;
	background-position: center -74px;
	clear: both;
	min-height: 350px;	/*font-weight: bold;*/
	/*height:1px;*/
}
.deflft{
	float: left;
	width: 27%;
	margin-left:0%;
	margin-right:3%;
	/*height: 100%;
	background-image: url(../img/bg_grey_px.png);
	background-repeat: repeat;*/
}
.defrght {
	float: right;
	width: 70%;
	/*height: 100%;*/
}
@media screen and (max-width:1999px) {
.defbg {
	background-image: url(../img/sobor_deftop_z.jpg);/*_z*/
	background-repeat: no-repeat;
	background-position: right 35px;
	/*height: 330px;*/
	/*position:relative;*/
	/*position: absolute;*/
	z-index: 1;
}

.zagsobor{
	height: 310px;
	padding: 85px 0px 0px 10px;
}

} 

@media screen and (min-width:2000px) and (orientation: portrait) {
.defbg {
	background-image: url(../img/sobor_deftop_leto_4k.jpg);
	background-repeat: repeat-x;
	background-position: left 35px;
}
.topline {
	min-height: 446px;
}
.zagsobor{
	height: 406px;
	padding: 156px 0px 0px 10px;
}
}

/*.zagsobor{
	padding-top: 550px;padding-right: 100px;
}

.zagsobor p{
	/color: white;
	-webkit-text-fill-color: white;/
	-webkit-text-stroke: 1px #356268;
	font-size: 60px;
	line-height: 65px;
	text-align:right;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
	color: #FFF;
}*/

.zagsobor p {
	font-size: 52px;
	line-height: 120%;
	text-align:left;
	color: #FFF;
}
.zagsobor p span{
	background-image: url(../img/bg_defzag.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding:0px 30px 0px 10px;
}

.calend {
	background-image: url(../img/bg_grey_px.png);
	background-repeat: repeat;
}

@-webkit-keyframes movebgx { 
	0%   {background-position: top center;} 
	25%  {background-position: top left;} 
	50%  {background-position: top center;} 
	75%  {background-position: top right;}  
	100% {background-position: top center;} 
	} 
@keyframes movebgx {
	0%   {background-position: top right;} 
	25%  {background-position: top center;} 
	50%  {background-position: top left;} 
	75%  {background-position: top center;}  
	100% {background-position: top right;} 
	} 
.bgeksk {
	background-image: url(../img/ekskurs.jpg);
	background-position: top right;
	width:100%;
	height:200px;
	-webkit-animation: movebgx 30s 3s linear infinite;
	animation: movebgx 30s 3s linear infinite;
}
.bgeksk:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.bgeksk p{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 28px;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	padding: 8px 22px 8px 22px;
	text-shadow: 1px 1px 3px #333;
}
.bgeksk p a{
	color: #FFF;
	text-decoration:none;
}


/*main*/
#main-s{
	margin-top: 0px;

}

@media screen and (max-width:1380px) {
.deflft{
	width: 30%;
	margin-right:2%;
}
.defrght {
	width: 68%;
}
.zagsobor{
	padding-top: 105px;
}
.zagsobor p{
	font-size: 50px;
}
}
@media screen and (max-width:1080px) {
.zagsobor{
	height: 300px;
	padding-top: 100px;
}
.zagsobor p{
	font-size: 46px;
}
}
@media screen and (max-width:1000px) {
.defbg {
	background-image: url(../img/sobor_deftop_z_1000.jpg);
}
.deflft{
	float: none;
	margin:3%;
	width: 94%;
}
.defrght {
	float: none;
	width: 100%;
}
.zagsobor{
	height: 250px;
	padding: 80px 0px 0px 40px;
}
.zagsobor p{
	font-size: 42px;
}
#main-s h1{
	padding: 10px 15px 5px 15px;

}
}

@media screen and (max-width:750px) {
.zagsobor p{
	font-size: 36px;
}
}

@media screen and (max-width:550px) {
.topline {
	background-position: center -60px;
}
}

@media screen and (max-width:490px) {
.topline {
/*	min-height: 600px;   */
}
.defbg {
	background-image: url(../img/sobor_deftop_z_400.jpg);
	background-position: right 65px;
}

.zagsobor{
	height: 300px;
	padding: 200px 2px 0px 2px;
}
.zagsobor p span{
	background: none;
}

.zagsobor p{
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	color: #379197;	/*text-transform: uppercase;*/
}

}

@media screen and (max-width:450px) {
/*.topline {
	min-height: 250px;
	background-position: center -72px;
}

.zagsobor{
	padding: 180px 10px 0px 10px;
}
.zagsobor p{
	font-size: 26px;
	color: #379197;	/*text-transform: uppercase;*/
/*	text-align:center;
}
.zagsobor p span{
	background-image: none;
	padding:0px;
} */
#main-s h1{
	font-size: 26px;
}
}
.bread-crambs {
	background-color: #eee;
	padding: 12px;
	clear: both;
	float: none;
}
.bread-crambs  ul {
	float: left;
}

.bread-crambs li {
	display: inline-block;
	padding: 5px;
}
.bread-crambs__item {
	float: right;
	padding: 20px;
}
@media screen and (max-width:450px) {

}