aside#lykartkap.layer{

}

aside#lykartkap.layer header{
	max-width: none;
	padding: 0;
	margin: 13px 0 0 0;
}
aside#lykartkap.layer header > h5{
	color: #ecc6ca;
}
aside#lykartkap.layer header > h5 > img{
	width: 160px;
  
  vertical-align: baseline;
}
aside#lykartkap.layer header > h5 > span{
  white-space: nowrap;
}
aside#lykartkap.layer header > p{
	color: #83838b;
}


figure#kartka{
	position: relative;
	margin: 0 0 0 0;
	border: 1px solid #fff;
	box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.2);
}
figure#kartka > img{
	display: block;
	width: 100%;
	vertical-align: top;
}
figure#kartka > img:nth-child(1){
	z-index: 1;
	position: relative;
}
figure#kartka > img:nth-child(2){
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
figure#kartka > img:nth-child(3){
	z-index: 0;
	position: absolute;
	display: none;
	right: 0%;
	top: 0%;
	width: 100px;
}


div#lykartkapbtt{
	margin: 34px 0 0 0;
	padding: 0 0 21px 0;
}
div#lykartkapbtt:after{
	content: "\00a0";
	display: block;
	height: 0px;
	clear: both;
}
div#lykartkapbtt > div > p{
	font-size: 16px;
}
div#lykartkapbtt > div:nth-child(1){
	display: none;
	/*box-shadow: 0 2px 8px hsla(0, 0%, 0%, 0.2);*/
  padding: 0 0 21px 0;
}
div#lykartkapbtt > div:nth-child(1) > p > br{
	display: none;
}
div#lykartkapbtt > div:nth-child(1) > span.btt{

}
div#lykartkapbtt > div:nth-child(1) > span.btt > a{
	display: inline-block;
  padding: 13px 34px;
  font-family: 'BNPPSansCondensed', sans-serif;
  font-weight: 700;
  line-height: 80%;
  font-size: 38px;
  color: #01965f;
  cursor: pointer;
}
div#lykartkapbtt > div:nth-child(1) > span.btt > a > span{
	display: inline-block;
  border-bottom: 1px solid #01965f;
}
div#lykartkapbtt > div:nth-child(1) > span.btt > a:hover{
	color: #007942;
}
div#lykartkapbtt > div:nth-child(1) > span.btt > a:hover > span{
	border-color: #007942;
}
div#lykartkapbtt > div:nth-child(1) > span.btt > a:active > span{

}
div#lykartkapbtt > div:nth-child(2){
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}
div#lykartkapbtt > div:nth-child(2) > p{
	padding: 21px 0 13px 0;
}


@media (orientation: landscape) {
	
	aside#lykartkap.layer > div{
		padding: 0px 55px;
	}

	aside#lykartkap.layer header{
		margin-bottom: 13px;
	}
	aside#lykartkap.layer header > h5{
		font-size: 36px;
		line-height: 100%;
	}
	aside#lykartkap.layer header > h5 > img{
		display: inline-block;
		width: 130px;
	}
	aside#lykartkap.layer header > h5 > span{
		display: inline-block;
	}
	aside#lykartkap.layer header > p > br{
		display: none;
	}
	/**/
	figure#kartka{
		/*margin: 0 34px 0 34px;*/
	}
}

@media (orientation: portrait) {
	aside#lykartkap.layer header{
		position: relative;
		margin: 34px auto 34px auto;
		padding: 0;
		width: 290px;
	}
	aside#lykartkap.layer header > h5{
		font-size: 36px;
		line-height: 100%;
	}
	aside#lykartkap.layer header > h5 > img{
		width: 160px;
		margin: 0 0 5px 0;
		display: block;
	}
	aside#lykartkap.layer header > h5 > span{
		display: block;
	}
	aside#lykartkap.layer header > p{
		position: absolute;
		left: 170px;
		top: 15px;
		padding: 0;
		font-size: 14px;
	  line-height: 120%;
		text-align: left;
	}
}







@media only screen and (min-width: 360px){
	figure#kartka{
		border-color: #b4b4b9;
	}
}


@media only screen and (orientation: portrait) and (min-width: 380px){
	aside#lykartkap.layer > div{
		padding: 0px 13px;
	}
}



@media only screen and (min-width: 568px){
	div#lykartkapbtt{
		padding-top: 21px;
		border-top: 1px solid #d9d9d9;
	}
	div#lykartkapbtt > div:nth-child(1){
	  float: left;
	  text-align: left;
	}
	div#lykartkapbtt > div:nth-child(1) > p{
		font-size: 14px;
		color: #00995d;
	}
	div#lykartkapbtt > div:nth-child(1) > p > br{
		display: inline-block;
	}
	div#lykartkapbtt > div:nth-child(1) > span.btt > a{
		padding-left: 0;
	}
	div#lykartkapbtt > div:nth-child(2){
		float: right;
		border-top-style: none;
	}
	div#lykartkapbtt > div:nth-child(2) > p{
		display: none;
	}
}
@media only screen and (orientation: portrait) and (min-width: 568px){
	aside#lykartkap.layer header{
		width: 350px;
	}
	aside#lykartkap.layer header > h5 {
	  font-size: 52px;
	}
	aside#lykartkap.layer header > h5 > img {
  	width: 200px;
	}
	aside#lykartkap.layer header > p {
  	left: 220px;
  	top: 21px;
  	font-size: 15px;
	}
	div#lykartkapbtt{
		padding-top: 34px;
	}
	div#lykartkapbtt > div:nth-child(1) > p{
		float: left;
		padding-top: 8px;
		font-size: 15px;
	}
	div#lykartkapbtt > div:nth-child(1) > span.btt > a{
		padding-left: 13px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 568px){
	aside#lykartkap.layer > div{
		padding: 0px 89px;
	}
}



@media only screen and (orientation: portrait) and (min-width: 640px){
	aside#lykartkap.layer > div{
		padding: 0px 21px;
	}
}



@media only screen and (min-width: 680px){
	div#lykartkapbtt{
		padding-top: 34px;
	}
	div#lykartkapbtt > div:nth-child(1) > p{
		float: left;
		padding-top: 8px;
	}
	div#lykartkapbtt > div:nth-child(1) > span.btt > a{
		padding-left: 13px;
	}
}


@media only screen and (min-width: 800px){
	aside#lykartkap.layer > div{
		padding: 0;
		height: auto;
	}
	aside#lykartkap.layer > div > div.lcont{
		padding: 21px;
	  box-sizing: border-box;
	}
	aside#lykartkap.layer header{
		margin: 0 0 13px 0;
		width: auto;
	}
	aside#lykartkap.layer header > h5 {
	  font-size: 42px;
	}
	aside#lykartkap.layer header > h5 > img{
		display: inline-block;
		margin: 0;
	}
	aside#lykartkap.layer header > h5 > span{
		display: inline-block;
	}
	aside#lykartkap.layer header > p{
		position: static;
	}
	aside#lykartkap.layer header > p > br{
		display: none;
	}
	figure#kartka{
		margin: 0;
		width: calc(100% - 240px);
	}
	figure#kartka > img:nth-child(3){
		display: block;
		right: -240px;
	  top: -13px;
	  width: 200px;
	}
	div#lykartkapbtt{
		position: absolute;
		margin: 0;
		padding: 0 0 21px 0;
		right: 21px;
		bottom: 0px;
		width: 219px;
		border-style: none;
	}
	div#lykartkapbtt > div:nth-child(1){
		float: none;
		padding: 0 0 55px 0;
		text-align: center;
	}
	div#lykartkapbtt > div:nth-child(1) > p{
		float: none;
		padding: 0 0 13px 0;
		font-size: 15px;
	}
	div#lykartkapbtt > div:nth-child(1) > span.btt > a{
		padding-left: 34px;
	}
	div#lykartkapbtt > div:nth-child(2) > p{
		display: block;
		font-size: 15px;
		color: #00995d;
	}
}


@media only screen and (min-width: 960px){
	figure#kartka > img:nth-child(3){
	  top: 34px;
	}
}


@media only screen and (min-width: 1080px){
	figure#kartka > img:nth-child(3){
	  top: 55px;
	}
}


@media only screen and (min-width: 1024px){
	aside#lykartkap.layer > div > div.lcont {
	  padding: 21px 34px 34px 34px;
	}
	div#lykartkapbtt{
		right: 34px;
		padding-bottom: 34px;
	}
}


@media only screen and (min-width: 1136px){
	div#lykartkapbtt > div:nth-child(1) {
	  padding: 0 0 89px 0;
	}
	figure#kartka > img:nth-child(3){
	  top: 89px;
	}
}



@media only screen and (min-width: 1366px){
	div#lykartkapbtt > div:nth-child(1) {
	  padding: 0 0 144px 0;
	}
}


@media only screen and (min-width: 1440px){
	aside#lykartkap.layer > div > div.lcont {
	  padding: 34px 55px 55px 55px;
	}
	div#lykartkapbtt{
		right: 55px;
		padding-bottom: 55px;
	}
}