@font-face {
	font-family:'OpenSans';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family:'OpenSans';
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: bold;
}
@font-face {
	font-family:'Bebas';
	src: url('../fonts/BebasNeue-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: bold;
}
@font-face {
	font-family:'Bebas';
	src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: bold;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*::selection{
	background-color: #f4d48d;
}
*:hover{

}
a{
	text-decoration: none;
	
}
ul,li{
	margin: 0px;
}
body{
	font-family: 'OpenSans', Verdana, Geneva, sans-serif;
	background-color: #f8f4f3;//#10294E; //#233C5F;
	color: #3f3140;
}
span, ul{
	color: #f7f4f4;
}
h1{
	font-family: 'Bebas';
}
input{
	outline: none;
}
/*header*/
.header{
	opacity: 0;
	
}
.header .wrapper{
	width: 100%;
	height: 115px;
	/overflow: hidden;
	background-color: #3f3140;
}
.header .wrapper .content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/padding-top: 15px;
}
.header .h{
	overflow-x: hidden;
	margin-bottom: 15px;
}
.header .left, .right{
	width: 50%;
	float: left;
	padding-top: 0 !important;
	position: relative;
}

.header .left span{
	font-size: 25px;
	line-height: 43px;
	font-weight: bold;
	color: #f5b935;
	transition: 0.5s;
}
.header .left span:hover{
	color: #f8f4f3;
	transition: 0.3s;

}
.header .right form {
	position: relative;
	width: 100%;
	margin: 0 auto;
	float: right;
	margin-right: 15px;
}
.header .right input {
	float: right;
	width: 30%;
	height: 30px;
	padding-left: 10px;
	/*border: 2px solid #f5b935;*/
	border: none;
	outline: none;
/*	-webkit-background: #f7f4f4;
	-moz-background: #f7f4f4;
	-ms-background: #f7f4f4;
	-webkit-fill-color: #f7f4f4;*/
	background-color: #f7f4f4; /#3f3140;
	font-size: 16px;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;

	transition: 0.1s linear;
	color: #3f3140;
}
.header .right input::placeholder{
	color: #3f3140;
	opacity: 0.7;
}
.header .right input:focus{
	width: 40%;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	transition: .2s linear;
}
.header .right button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 30px;
	height: 30px;
	border: none;
	background: #f7f4f4;
	cursor: pointer;
}
.header .right button:hover{
	background-color: #f5b935;
	width: 30px;
	height: 30px;
}
.c{
}
.burger{
	display: none;
	margin-bottom: 3px;

}
.burger svg g path{
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	transition: color 0.5s;
}
.burger svg:hover g path{
	fill: #f5b935;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.menu{
	/padding-left: 20px;
	margin-bottom: 0px;
	width: 80%;
	float: left;
}
#navbar{
	/height: 30px;
}
/*#navbar, #navbar ul, */
ul{
	list-style: none;
}
#navbar li{
	float: left;
	position: relative;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 35px;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;
	margin-right: 40px;
}
#navbar li a{
	color: #f7f4f4;
}
#navbar ul{
	display: none;
	background-color: #3f3140;


	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	z-index: 999;
}
#navbar ul a{
	font-size: 15px;
	letter-spacing: 0;
}
#navbar li:hover ul{
	display: block;
}
#navbar li:hover a{
	color: #f5b935;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#navbar ul li{
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	/border: 2px solid #f5b935;
	border-top: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#navbar ul li a{

}
#navbar ul li a, #navbar li:hover ul li a{
	color: #f8f4f3;
	font-size: 16px;

}
#navbar ul li:hover{
	background-color: #f5b935;
	/border-bottom: 2px solid #f5b935;
	/border-left: 1px solid #f5b935;
	/border: 2px solid #f7f4f4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
#navbar ul li:hover a{
	color: #3f3140 !important;
}
.header .social{
	float: right;
	overflow-x: hidden;
	width: 20%;
}

/*.header .line, .content-main .content .left .line, .line{
	width: 100%;
	height: 20px;
	/background-image: url('../img/line/polygonal-rhomb.svg') ;
	background-size: 25px 25px;
	background-repeat: repeat-x;
	margin-bottom: 13px;
	margin-top: 50px;
	}*/
/*.header .line{
	width: 100%;
	height: 40px;
	background-image: url('../img/header/line/floral-vines-design-mirror-effect.svg') ;
	background-size: 40px 40px;
	background-repeat: repeat-x;
	background-position: top right;
	margin-bottom: 13px;
	margin-top: 50px;
	}*/
	/*header clone (fix-menu)*/
	.headhesive{
		position: fixed;
		width: 100%;
		z-index: 555;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
		opacity: 1;
	}
	.headhesive .wrapper{
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.headhesive .content{
		padding-top: 15px;
		transition: 0s;
		margin: 0 auto;
	}
	.headhesive--stick{
		/transition: 0.3s;
	}
	.headhesive--stick .wrapper{
		height: 60px;
		/background-color: #584859;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}
	.headhesive--stick .content .h{
		margin-bottom: 0;
		float: left;
		width: 15%;
	}
	.headhesive--stick .h .right form{
		display: none;
	} 
	.headhesive--stick .h .left span{
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 35px;
		/color: #f7f4f4;
	}
	.headhesive--stick .c {
		width: 100%;
	}
	.headhesive--stick .c .menu{
		/float: right;
	}
	.headhesive--stick .c .social{
		display: none;
	}
	/*content*/
	.ad{
		width: 100%;
		max-width: 1200px;
	/*height: 100px;
	background-color: red;*/
}
.wrapper{
	width: 100%;
	height: auto;
	/overflow-x: hidden;
	background-color: #f7f4f4;
	/height: 2000px;
	/min-height: 1000px;
	margin-top: 0;
	
}
.content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.content .left{
	width: 25%;
	float: left;
	padding-top: 150px;
}
.content .left .menu{
	border: 2px solid #f5b935;
	border-top: none;
	border-bottom: none;
	padding-right: 5%;
	padding-left: 10%;
}
.content .left .menu ul span{
	margin-top: 7px;
	border-bottom: 2px solid #f5b935;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px 5px;
	margin-bottom: 10px;
	color: #3f3140;
	display: block;
}
.content .left .menu ul{
	color: #3f3140;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;

}
/*.content-main .content .left .menu ul .line{
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center;
	}*/
	.content .left .menu ul li{
		/margin-top: 10px;
		text-align: left;
		margin-top: 2px;
		margin-bottom: 2px;
		line-height: 18px;
	}
	.content .left .menu ul a{
		color: #3f3140;
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		-webkit-transition: color 0.1s;
		-moz-transition: color 0.1s;
		-ms-transition: color 0.1s;
		transition: color 0.1s;
		/*border-bottom: 2px solid #bfbfbf;*/
	}
	.content .left .menu ul li ul{
		font-size: 16px;
		padding-left: 15px;
		margin-top: 0px;
	}
	.content .left .menu ul li ul li{
		/margin-top: 10px;
		line-height: 16px;
	}
	.content .left .menu ul li ul a{
		font-weight: normal;
	}
	.content .left .menu ul a:hover{
		/border-bottom: 2px solid #f5b935;
		background-color: #f5b935;
	}
	.content-main .content .left .menu ul li:hover{
		/list-style-image: url(../img/right-nav/polygonal-rhomb.png);
	}
	/*content right*/
	.content .right{
		width: 75%;
		float: right;
	}
	.content .h h1{
		text-align: center;

		margin-top: 100px;
		font-size: -webkit-calc(22px + 3vw);
		font-size: -moz-calc(22px + 3vw);
		font-size: -ms-calc(22px + 3vw);
		font-size: calc(22px + 3vw);
		letter-spacing: 1px;
		font-weight: normal;
		color: #f5b935;
		margin-bottom: 20px;
	}
	.content-main .content .h h1{
		color: #3f3140;
		margin: 100px auto;
		margin-bottom: 10px;
	}
	.articles .art{
		position: relative;
		margin-bottom: 115px;
	}
	.articles .art:before{
		position: absolute;
		border-bottom: 2px solid #f5b935;
		width: 85%;
		bottom: -60px;
		content: "";
	}
	.articles h1 a{
		display: block;
		width: 85%;
		margin-top: 56px; //40px;
		padding-bottom: 5px;
		font-size: -webkit-calc(20px + 2vw);
		font-size: -moz-calc(20px + 2vw);
		font-size: -ms-calc(20px + 2vw);
		font-size: calc(20px + 2vw);
		font-weight: normal;
		letter-spacing: 1px;
		/border-bottom: 2px solid #f5b935;
		margin-bottom: 10px;
		color: #f5b935;
		/padding-left: 5px;
		-webkit-transition: color 0.1s;
		-moz-transition: color 0.1s;
		-ms-transition: color 0.1s;
		transition: color 0.1s;
	}
	.content-articles .articles h2{
		color: #f5b935;
		font-family: Bebas;
		/text-align: center;
		letter-spacing: 2px;
		font-size: 30px;
		font-weight: normal;
		margin-bottom: 20px;
		margin-top: 45px;
	}
	.content-articles .articles h3{
		color: #f5b935;
		/text-align: center;
		margin-bottom: 15px;
		margin-top: 45px;
	}
	.articles h1 a:hover{ 
		color: #3f3140;
		-webkit-transition:  .3s;
		-moz-transition:  .3s;
		-ms-transition:  .3s;
		transition:  .3s;
	}
	.breadcrumbs{
		width: 85%;
		/background-color: #3f3140;
		display: inline-block;
		/padding: 0px 0px;
		margin-bottom: 50px;
	}

	.breadcrumbs{
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.content-main .breadcrumbs{
		margin-top: 15px;
	}
	.breadcrumbs a{
		color: #3f3140;
		-webkit-transition:  .1s;
		-moz-transition:  .1s;
		-ms-transition:  .1s;
		transition:  .1s;
	}
	.breadcrumbs a:hover{
		color: #f5b935;
		-webkit-transition:  .3s;
		-moz-transition:  .3s;
		-ms-transition:  .3s;
		transition:  .3s;
	}
	.breadcrumbs a span{
		color: #f5b935;
	}
	.breadcrumbs .last{
		color: #f5b935;
		font-size: 18px;
	}
	.articles .img-art{
		/display: block;
		width: 85%;
		height: 400px;
		height: -webkit-calc(100px + 45vh);
		height: -moz-calc(100px + 45vh);
		height: -ms-calc(100px + 45vh);
		height: calc(100px + 45vh);
		/border: 2px solid #f5b935;
		margin-bottom: 35px;
		margin-top: 10px;
		background-image: url('../img/content/56505757.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
/*.content-articles .articles .img-art{
	display: block;
	margin: 15px auto;
	}*/
	p{ //.articles
		font-size: 14px
		line-height: 22px;
		margin-bottom: 25px;
		width: 85%;
		text-align: justify;
	}
/*.content-articles .articles p{
	width: 85%;
	}*/
	.articles a.more, form a{
		display: block;
		width: 150px;
		/height: 40px;
		background-color: #f5b935;
		padding: 0px 8px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 20px;
		-webkit-transition: color .1s;
		-moz-transition: color .1s;
		-ms-transition: color .1s;
		transition: color .1s;
	}
	.articles a.more:hover, form a:hover{
		background-color: #3f3140;
		color: #f5b935;
		-webkit-transition:  .3s;
		-moz-transition:  .3s;
		-ms-transition:  .3s;
		transition:  .3s;
	}
	.link span{
		color: #3f3140;
		margin-bottom: 15px;
		display: block;
	}
	.link li{
		margin-bottom: 8px;
	}
	.link a{
		color: #3f3140;
	}
	.link a:hover{
		background-color: #f5b935;
	}
	.navigation{
		margin: 20px 0;
		width: 160px;
		background-color: #3f3140;
		overflow-x: hidden;
	}
	/*mlad-arcany*/

	.list{
		width: 90%;
		margin-top: 50px;
		overflow: hidden;
	}
	.list .line a{
		float: left;
		width: 17%;
		height: 23%;
		margin-right: 7%;
		margin-bottom: 8%;
		padding: 10px 10px;
		border: 1px solid #e0e0e0;
		display: block;
	}
	.list .line a:hover{
		/opacity: 1;
		border: 1px solid #f8f4f3;
		background-color: #f5b935;//#fbd173;
	}
	.square img{
		/display: block;
		width: 50%;
		height: 50%;
		margin: 0 auto;
		margin-bottom: 10px;
		display: block;
		opacity: 0.5;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.list .line a:hover img{
		opacity: 1;
	}
	.square span{
		color: #3f3140;
		text-align: center;
		width: 100%;
		display: block;
	}
	/*kamny*/
	.content-kamny .list .line a{
		border: none;
	}
	.content-kamny .list .line a:hover{
		/opacity: 1;
		background-color: #f8f4f3;
	}
	.content-kamny .square img{
		/display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 10px;
		display: block;
		opacity: 0.6;
	}
	/*rasklady*/
	.content-rasklady .art{
		width: 85%;
		margin-bottom: 100px;
	}
	.content-rasklady .art:before{
		width: 100%;
		bottom: -20px;
	}
	.blocks{
		margin-top: 40px;
		display: inline-flex;//-webkit-box;//
	}
	.content-rasklady .left-rasklady{
		width: 20%;
		margin-right: 5%;
		padding-top: 0;
		/float: left;
	}
	.content-rasklady .right-rasklady{
		width: 75%;

	}
	.content-rasklady img{
		width: 100%;
		margin-bottom: 30px;
	}
	.content-rasklady a.more{
		width: 100% !important;
	}
	.content-rasklady p{
		width: 100%;
	}
	/*navigation*/
	.navigation a{
		display: block;
		width: 25px;
		height: 25px;
		color: #f7f4f4;
		float: left;
		text-align: center;
		line-height: 25px;
		-webkit-transition: color .1s;
		-moz-transition: color .1s;
		-ms-transition: color .1s;
		transition: color .1s;
	}
	.navigation a.now{
		background-color: #f5b935;
	}
	.navigation span span{
		font-size: 20px;
		display: block;
		width: 25px;
		height: 25px;
		background-color: #3f3140;
		color: #f7f4f4;
		float: left;
		text-align: center;
		line-height: 20px;
	}
	.navigation .next{
		width: 35px;
		line-height: 23px;
	}
	.navigation a:hover{
		background-color: #f5b935;
		-webkit-transition:  .2s;
		-moz-transition:  .2s;
		-ms-transition:  .2s;
		transition:  .2s;
	}
/*.articles .line{
	width: 50%;
	margin: 0 0;
	}*/
	/*social*/
	.social img{
		float: right;
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}
	.social img.g-2{
		display: none;
	}
	.social .g:hover .g-2{
		display: block;
	}
	.social .g:hover .g-1{
		display: none;
	}
/*.content .h .social{
	float: none;
	margin: 0 auto;
	width: 160px;
	}*/
	.social{
		float: none;
		margin: 0 auto;
		width: 160px;
	}
	.content .h .social img{
		margin-left: 7px;
		margin-right: 7px;
	}
	.social-space{
		margin-top: 50px;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.social-space span{
		color: #f5b935;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align: center;
		display: block;
		font-family: bebas;
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	/*upper*/
	.upper{
		width: 55px;
		height: 55px;
		/background-image: url('../img/content/up-arrow.svg');
		background-color: #3f3140;
		position: fixed;
		float: right;
		right: 1%;
		display: none;
		cursor: pointer;
		bottom: 80px;
	}
	.upper:hover{
		background-color: #f5b935;
	}
	.upper img{
		display: block;
		width: 35px;
		height: 35px;
		margin: 10px auto;
	}
	/*form*/
	form.comment{
		/display: block;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	form.comment span{
		color: #3f3140;
		margin-bottom: 20px;
		display: block;
		font-size: 18px;
		font-weight: bold;
		/border-bottom: 1px solid #f5b935;
	}
	form.comment input, form.comment textarea{
		width: 70%;
		margin-right: 30%;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #dad9d8;
		outline: none;
		color: #3f3140;
		resize: none;
		height: 30px;
	}
	form.comment input::placeholder, form.comment textarea::placeholder{
		font-size: 17px;
		opacity: 0.8;
		font-family: OpenSans;
	}
	form.comment textarea{
		height: 200px;
		padding-top: 10px;
	}
	form.comment a{
		margin-top: 20px;
		/margin-bottom: 30px;
		width: 250px;
	}
	/*media*/
	@media screen and (max-width: 1288px){
		.header .wrapper .content{
			padding-left: 15px;
			padding-right: 5px;
		}
		.content{
			padding-left: 15px;
		}
		.content .h h1{
			margin-top: 30px;
		}
		.square{
			height: 100px;
		}
		.content-kamny .square{
			height: auto;
		}
	}
	@media screen and (max-width: 1172px){
		.header .wrapper{
			background-color: rgba(248, 244, 243, 0.9);
		}
		.c .social{
			display: none;
		}
		.h .right{
			display: none;
		}
		.header .left span{
			color: #3f3140;
		}
		.header .left span:hover{
			color: #f5b935;
		}
		.burger{
			display: block;
			margin-top: -20px;
		}
		#navbar{
			padding-bottom: 25px;
		}
		#navbar li{
			float: none;
			padding-left: 15px;
			line-height: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
			margin-right: 0;
			/text-align: center;
		}
		#navbar li:hover{
			background-color: #f5b935;
			-webkit-transition:  .5s;
		-moz-transition:  .5s;
		-ms-transition:  .5s;
		transition:  .5s;
		}
		#navbar li:hover a{
			color: #3f3140;
			transition: 0s;
		}
		#navbar li a{
			margin-right: 15px;
		}
		#navbar ul{
			top: 0%;
			left: 100%;
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
		#navbar ul li{
			text-align: left;
		}
		.c .menu{
			width: 25%;
			background-color: #3f3140;
			/margin-left: -15px;
			display: none;
			position: absolute;
		}
		.headhesive--stick .content{
			padding-top: 0;
		}
		.headhesive--stick .content .h{
			float: none;
			width: 100%;
		}
		.headhesive--stick .content .h span{
			color: #f5b935;
			-webkit-transition:  .5s;
		-moz-transition:  .5s;
		-ms-transition:  .5s;
		transition:  .5s;
		}
		.headhesive--stick .content .h span:hover{
			color: #f8f4f3;
			-webkit-transition:  .3s;
		-moz-transition:  .3s;
		-ms-transition:  .3s;
		transition:  .3s;
		}
		.headhesive--stick .burger{
			margin-top: -5px;
		}
		.headhesive--stick .burger svg{
			height: 27px;
			width: 27px;
		}
		.headhesive--stick .burger svg g path{
			fill: #f8f4f3;
			-webkit-transition:  .5s;
		-moz-transition:  .5s;
		-ms-transition:  .5s;
		transition:  .5s;
		}
		.headhesive--stick .burger svg:hover g path{
			fill: #f5b935;
			-webkit-transition:  .3s;
		-moz-transition:  .3s;
		-ms-transition:  .3s;
		transition:  .3s;

		}
		.headhesive--stick .wrapper{
			height: 61px;
			
			background-color: rgba(63, 49, 64, 0.8);
		}
		.headhesive--stick .c .menu, .headhesive--stick .c .menu li ul{
			background-color: rgba(63, 49, 64, 0.8) !important;
		}

		.content-main .content .h h1{
			margin-top: 30px !important;
		}
	}
	@media screen and (max-width: 870px){

		.content .left{
			display: none;
		}
		.header .content .left{
			display: block;
		}
		.content .right{
			width: 100%;
		}
		.c .menu{
			width: 30%;
		}
	}
	@media screen and (max-width: 785px){
		.articles a.more, form a{
			line-height: 20px;
			padding: 10px 0;

		}
	}
	
	@media screen and (max-width: 670px){
		.list .line a{
			width: 30%;
			margin-right: 20%;
		}
		/*.square{
			height: 80px;
		}*/
	}
	@media screen and (max-width: 644px){
		.c .menu{
			width: 40%;
		}

	}
	@media screen and (max-width: 460px){
	.upper{
		width: 40px;
		height: 40px;
		right: 0.5%;
		bottom: 60px;
	}
	.upper img{
		margin: 2px auto;
	}
	.c .menu{
			width: 50%;
		}
	#navbar li ul{
		width: 85%;
	}
	#navbar li ul li{
		height: 100%;
		line-height: 20px;
		white-space: pre-wrap;
		padding: 10px 15px;
	}
	form.comment input, form.comment textarea, form.comment a{
		width: 98%;
		margin-right: 2%;
	}
	.list .line a{
			width: 80%;
			height: 100% !important;
			margin-left: 10%;
		}
		.content-kamny .list .line a{
			margin-left: 25%;
			width: 50%;
		}
		.content-rasklady .left-rasklady{
			width: 25%;

		}
		.content-rasklady .right-rasklady{
			width: 75%;
		}
}
/*@media screen and (max-width: 400px){
	.content-kamny .list .line a{
			width: 70%;
		}
}*/