@font-face {
  font-family: "PlayfairDisplayBoldItalic";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.woff") format("woff"), url("../fonts/PlayfairDisplayBoldItalic/PlayfairDisplayBoldItalic.ttf") format("truetype");
}

h1{
	margin: 9px 0 4px 0;
	text-align: center;
	font-family: "PlayfairDisplayBoldItalic";
	font-size: 4.1rem;
	color: #ffc267;
	text-transform: uppercase;
}

div.toptext{
	text-align: center;
	font-family: "Arial";
	font-size: 22px;
	
}
@media screen and (max-width: 450px){
	div.toptext{font-size: 18px;}
}

div.toptext span{
	font-family: "Arial";
	font-size: inherit;
	font-weight: bold;
}

#onphoto{
	height: 126px;
	z-index: 1;
}

#main_photo{
	width: 100%;
	margin-top: -130px;
	text-align: center;
}
#main_photo img{
	max-width: 1249px;
	max-height: 839px;
	width: 100%;
	margin-bottom: -5%;
}

div.make_order{
	display: inline-block;
	padding: 3px 15px;
	color: #ffc267;
	font-family: "RalewayRegular";
	font-size: 24px;
	font-weight: bold;
	border: solid 3px #ffc267;
	cursor: pointer;
}
div.make_order:hover{
	background-color: #ffc267;
	color: #000000;
}
/*--------------------------------*/
div.white_block{
	margin-top: 45px;
	background-color: #FFFFFF;
	padding-bottom: 66px;
}

img.separator{
	width: 200px;
	height: 56px;
	margin-top: 71px;
}

div.chapter{
	margin-top: 18px;
	color: #333333;
	font-family: "PlayfairDisplayBoldItalic";
	font-size: 30px;
}
@media screen and (max-width: 450px){
	div.chapter{
		font-size: 24px;
	}
}

div.katalog_cont{
	display: inline-block;
	position: relative;
	margin-top: 32px;
	perspective: 800px;
	animation: zoom 1s cubic-bezier(0,0,0.8,1) 0s 1;
	animation-play-state: paused;
}



div.katalog{
	color: #333333;
	font-family: "PlayfairDisplayBoldItalic";
	font-size: 22px;
	animation: rotate 500ms linear 0s 2;
	animation-play-state: paused;
}
div.katalog:hover{
	transform: scale(1.1);
}
@keyframes rotate{
	0%{
		transform: rotateY(0deg);
	}
	50%{
		transform: rotateY(180deg);
	}
	100%{
		transform: rotateY(360deg);
	}
}
@keyframes zoom{
	0%{
		transform: scale(0.1);
	}
	100%{
		transform: scale(1);
	}
}

div.katalog img{
	max-width: 349px;
	width: 100%;
}
/*--------------------------------*/
div.gray_block{
	background-color: #f2f2f2;
	padding-bottom: 66px;
}

div.preference{
	display: inline-block;
	max-width: 350px;
	width: 90%;
	min-width: 294px;
	height: 398px;
	background-color: #FFFFFF;
	margin: 32px 13px 0 13px;
	vertical-align: top;
}
@media screen and (max-width: 770px){
	div.preference{
		height: auto;
	}
}

div.pref_num{
	display: inline-block;
	text-align: center;
	max-width: 350px;
	width: 100%;
	height: 105px;
	line-height: 100px;
	color: #FFFFFF;
}
#pref_num1{
	background: url(/pic/1.png) center no-repeat;
}
#pref_num2{
	background: url(/pic/2.png) center no-repeat;
}
#pref_num3{
	background: url(/pic/3.png) center no-repeat;
}

div.pref_num div{
	display: inline-block;
	padding: 0 5px;
	line-height: normal;
	vertical-align: middle;
	font-family: "OldStandardTTBold";
	font-size: 18px;
}

div.pref_text{
	padding: 30px 15px 10px 15px;
	color: #333333;
	font-family: "RalewayRegular";
	font-size: 14px;
	line-height: 23px;
	text-align: left;
}
/*--------------------------------*/
div.request_block{
	background-color: #FFFFFF;
	padding: 0 5px 70px 5px;
}

div.request_cont{
	display: inline-block;
	margin-top: 32px;
	width: 100%;
	max-width: 1110px;
	min-height: 153px;
	box-sizing: border-box;
	border: double 3px #17161a;
	padding: 24px 5px 20px 5px;
	color: #333333;
	font-family: "OldStandardTTBold";
	font-size: 18px;
}

div.request_cont input.recall[type='text']{
	margin-top: 10px;
}
div.request_cont div.recall_inp{
	margin-top: 20px;
}
/*--------------------------------*/
div.natural_block, .webp div.natural_block{
	background: url(/pic/pref_bg.jpg) center center / cover;
	padding: 0 10px 66px 10px;
}
.webp div.natural_block{
	background: url(/pic/pref_bg.webp) center center / cover;
}
@media screen and (max-width: 1080px){
	.webp div.natural_block{
		background: url(/pic/pref_bg_1080.webp) center center / cover;
	}	
}
div.natural_block div.chapter{
	color: #FFFFFF;	
}

div.natural_cont{
	display: inline-block;
	margin-top: 2px;
	max-width: 1110px;
	width: 100%;
	text-align: left;
}
#left_natural_cont{
	display: inline-block;
	max-width: 530px;
	width: 50%;
	font-family: "PlayfairDisplayBoldItalic";
	font-size: 4rem;
	color: #ffc267;
}
#left_natural_cont img{
	margin: 30px 0;
	width: 30%;
}
/*--------------------------------*/
div.feeds_block{
	background-color: #F2F2F2;
	padding: 0 5px 70px 5px;
}

div.feed_item{
	display: inline-block;
	background-color: #FFFFFF;
	border: solid 1px #e8e8e9;
	border-radius: 3px;
	box-sizing: border-box;
	max-width: 570px;
	width: 100%;
	margin-top: 10px;
	padding: 0 16px 10px 16px;
	text-align: left;
}

div.feed_cont{
	margin-top: 22px;
}

img.feed_ava{
	margin: 10px 0 0 0;
	border-radius: 25px;
}

a.feed_link{
	position: absolute;
	top: 24px;
	left: 85px;
	color: #2a5885;
	font-family: "RalewaySemiBold";
	font-size: 13px;
	text-decoration: none;
}
a.feed_link:hover{
	text-decoration: underline;
}

a.feed_text{
	font-family: "RalewayRegular";
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

img.feed_line{
	position: absolute;
	top: -12px;
	right: -6px;
}

div.show_feeds{
	display: inline-block;
	border: solid 3px #f4524d;
	padding: 13px 28px 10px 28px;
	margin-top: 20px;
}
div.show_feeds, div.show_feeds a{
	font-family: "RalewayBold";
	font-size: 14px;
	font-weight: bold;
	color: #f4524d;
	text-decoration: none;
}
div.show_feeds:hover, div.show_feeds a:hover{
	background-color: #f4524d;
	color: #FFFFFF;
}
/*--------------------------------*/
div.photo_block{
	background-color: #FFFFFF;
	font-size: 0;
}

#photo_cont{
	display: inline-block;
	
}

div.photo_block img{
	width: 25%;
}

div.map_block{
	height: 400px;
}

iframe.map{
	width: 100%;
	height: 400px;
}

#felicity{
	position: absolute;
	width: 300px;
	height: 90px;
	top: 84px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	background: #000000;
}
#felicity img{
	margin-top: 11px;
	width: 280px;
}

div.triangle{
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	left: 50%;
	margin-left: -12px;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #000000 transparent transparent transparent;
}

