/*BEGIN FONTS*/
@font-face{
	font-family: 'Oranienbaum';
	src: url('../fonts/Oranienbaum.eot');
	src: local('☺'), url('../fonts/Oranienbaum.woff') format('woff'), url('../fonts/Oranienbaum.ttf') format('truetype'),
	url('../fonts/Oranienbaum.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), 
	url('../fonts/Roboto-Light.ttf') format('truetype'),
	url('../fonts/Roboto-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto-Regular';
	src: url('f../onts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), 
	url('../fonts/Roboto-Regular.ttf') format('truetype'), 
	url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot');
	src: local('☺'), url('../fonts/Roboto-Black.woff') format('woff'), 
	url('../fonts/Roboto-Black.ttf') format('truetype'), 
	url('../fonts/Roboto-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, input, li{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #eec17f;  background: transparent; }
p::selection      { color: #eec17f;  background: transparent; }
a::-moz-selection { color: #eec17f;  background: transparent; }
a::selection      { color: #eec17f;  background: transparent; }
li::-moz-selection { color: #eec17f;  background: transparent; }
li::selection      { color: #eec17f;  background: transparent; }
span::-moz-selection { color: #eec17f;  background: transparent; }
span::selection      { color: #eec17f;  background: transparent; }
h1::-moz-selection { color: #eec17f;  background: transparent; }
h1::selection      { color: #eec17f;  background: transparent; }
h2::-moz-selection { color: #eec17f;  background: transparent; }
h2::selection      { color: #eec17f;  background: transparent; }
h3::-moz-selection { color: #eec17f;  background: transparent; }
h3::selection      { color: #eec17f;  background: transparent; }
td::-moz-selection { color: #eec17f;  background: transparent; }
td::selection      { color: #eec17f;  background: transparent; }
input::-moz-selection { color: #eec17f !important;  background: transparent; }
input::selection      { color: #eec17f !important;  background: transparent; }

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

p, h1, h2, h3, li{
	cursor: default;
}
html, body{
	overflow-x: hidden;
}
body, .container, .container .row{
	font-size: 10px;
}
.nowrap{
	white-space: nowrap
}
a{
	text-decoration: none !important;
}
.clear{
	clear: both;
}
.field_checkout{
	display: none;
}
.cta_btn{
	position: relative;
	display: block;
	height: 62px;
	line-height: 62px;
	padding: 0 30px;
	background: #501320;
	border: none;
	outline: none !important;
	
	font-family: 'Oranienbaum';
	font-size: 3.15em;
	color: #fff;
	letter-spacing: 0.5px;
	
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.button_line{
	position: absolute;
	top: 50%;
	width: 38px;
	margin-top: -1px;
	height: 2px;
	background: #fbe8a6;
}
.button_line_left{
	left: -19px;
}
.button_line_right{
	right: -19px;
}
.number_block{
	position: relative;
	width: 266px;
	height: 21px;
	margin: auto;
	overflow: hidden;
}
.number_block span{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	width: 32px;
	
	font-family: 'Roboto-Black';
	font-size: 1.68em;
	color: #000;
	text-align: center;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.number_block div{
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fae4a2;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.position_elements{
	position: absolute;
}

@-webkit-keyframes rotate_1{
	0% {
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate_1{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes rotate_1{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}

.field_wrapper{
	position: relative;
	width: 100%;
}
.field_wrapper .field{
	width: 100%;
	height: 36px;
	line-height: 35px;
	outline: none !important;
}
.form_go{
	outline: none !important;
}
.field_wrapper .alarm{
	position: absolute;
	opacity: 0;
	margin: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.field_wrapper.warning .alarm{
	opacity: 1;
}

@media (min-width: 1260px){
	.cta_btn:hover{
		background: #983a4e;
	}
}

@media (min-width: 1051px){
	.container{
		width: 1030px;
	}
}

@media (max-width: 1050px){
	.container{
		width: 100%;
	}
	.position_elements{
		display: none;
	}
}

@media (max-width: 767px){
	.cta_btn{
		font-size: 2.2em;
		height: 46px;
		line-height: 47px;
	}
	h2{
		font-size: 3.6em !important;
	}
	.h2_decor{
		display: none;
	}
}

@media (max-width: 620px){
	h2{
		font-size: 3em !important;
	}
}

@media (max-width: 520px){
	.cta_btn{
		font-size: 2em;
		height: 46px;
		line-height: 47px;
	}
	.button_line{
		display: none;
	}
	h2{
		font-size: 2.6em !important;
	}
}
/*END GENERAL SETTINGS*/

/*BEGIN #preloader*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #44071b;
}
#preloader svg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.animation_letter{
	stroke-dashArray: 2000;
	fill-opacity: 0;

	-webkit-animation-name: draw_line;
	-webkit-animation-duration: 2s;
	-webkit-animation-delay: 0;	
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration: 1;
	
	-moz-animation-name: draw_line;
	-moz-animation-duration: 2s;
	-moz-animation-delay: 0;	
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: forwards;
	-moz-animation-iteration: 1;
	
	-ms-animation-name: draw_line;
	-ms-animation-duration: 2s;
	-ms-animation-delay: 0;	
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: forwards;
	-ms-animation-iteration: 1;
	
	animation-name: draw_line;
	animation-duration: 2s;
	animation-delay: 0;	
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration: 1;
}

@-webkit-keyframes draw_line{
	0%{
		stroke-dashoffset: 2000;
		fill-opacity: 0;
	}
	100%{
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
}

@-moz-keyframes draw_line{
	0%{
		stroke-dashoffset: 2000;
		fill-opacity: 0;
	}
	100%{
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
}

@-ms-keyframes draw_line{
	0%{
		stroke-dashoffset: 2000;
		fill-opacity: 0;
	}
	100%{
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
}

@keyframes draw_line{
	0%{
		stroke-dashoffset: 2000;
		fill-opacity: 0;
	}
	100%{
		fill-opacity: 1;
		stroke-dashoffset: 0;
	}
}
/*END #preloader*/

/*BEGIN .page_parallax_elements*/
.page_parallax_elements{
	z-index: 6;
	position: absolute;
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page_parallax_elements{
		display: none;
	}
}
#ppe_1{
	top: 975px;
	left: 50%;
	margin-left: -600px;
}
#ppe_2{
	top: 1400px;
	left: 50%;
	margin-left: 500px;
}
#ppe_3{
	top: 1470px;
	left: 50%;
	margin-left: 530px;
}
#ppe_4{
	top: 2222px;
	left: 50%;
	margin-left: -367px;
}
#ppe_5{
	top: 2160px;
	left: 50%;
	margin-left: 320px;
}
#ppe_6{
	top: 2150px;
	left: 50%;
	margin-left: 200px;
}
#ppe_7{
	top: 1930px;
	left: 50%;
	margin-left: -530px;
}

@media (max-width: 1260px){
	.page_parallax_elements{
		display: none;
	}
}
/*END .page_parallax_elements*/

/*BEGIN #address_popup*/
#address_popup{
	display: none;
}
.popup{
	z-index: 19;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
}
.popup_cover{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.popup_info{
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 30px);
	max-width: 1000px;
	background: #fff;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#address_popup_info{
	height: auto;
	max-height: 80vh;
	overflow-y: auto;
}
#address_popup_info::-webkit-scrollbar{
    width: 6px;
}
 
#address_popup_info::-webkit-scrollbar-track{
	background: #fff;
}
 
#address_popup_info::-webkit-scrollbar-thumb{
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}
.popup_info_inner{
	padding: 50px 50px 40px 50px;
}
.close_cross{
	position: absolute;
	top: -46px;
	right: -46px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.popup_info_inner ul li{
	font-family: 'Roboto-Regular';
	font-size: 1.4em;
	color: #595959;
	letter-spacing: 0.5px;
    line-height: 1.5em;
	
	margin-left: 15px;
	margin-bottom: 13px;
}

@media (max-width: 1140px){
	.close_cross{
		right: 0;
	}
	#address_popup_info{
		max-height: 60vh;
	}
	.popup_info_inner{
		padding: 30px 30px 20px 30px;
	}
}

@media (max-width: 767px){
	.popup_info_inner{
		padding: 18px 15px 10px 15px;
	}
	.popup_info_inner ul li{
		line-height: 1.45em;
	}
}
/*END #address_popup*/

/*BEGIN #form_popup*/
#form_popup{
	display: none;
}
#form_popup_info{
	height: auto;
	max-height: 80vh;
	overflow-y: auto;
}
#form_popup_info::-webkit-scrollbar{
    width: 6px;
}
 
#form_popup_info::-webkit-scrollbar-track{
	background: #fff;
}
 
#form_popup_info::-webkit-scrollbar-thumb{
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}

.fp_1{
	background: url(../img/fp_1.jpg) no-repeat center top;
}
.fp_2{
	background: url(../img/fp_2.jpg) no-repeat center top;
}
.fp_3{
	background: url(../img/fp_3.jpg) no-repeat center top;
}
.fp_4{
	background: url(../img/fp_4.jpg) no-repeat center top;
}
.fp_5{
	background: url(../img/fp_5.jpg) no-repeat center top;
}
.fp_6{
	background: url(../img/fp_6.jpg) no-repeat center top;
}
.wcov{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
#form_popup_info_inner p{
	z-index: 2;
	position: relative;
	font-family: 'Oranienbaum';
	font-size: 3em;
	color: #000;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.3em;
}
#form_popup_info_inner ul{
	z-index: 2;
	position: relative;
	margin-top: 50px;
	padding-left: 50px;
}
#form_popup_info_inner ul li{
	font-family: 'Roboto-Regular';
	font-size: 1.5em;
	color: #501320;
	letter-spacing: 0.5px;
    line-height: 1.5em;
	margin-left: 0px;
}
#form_popup_info_inner ul.ul_special li{
	font-size: 2em;
}
#frop_popup_to_form{
	border-bottom: 1px solid #501320;
	cursor: pointer;
}

@media (max-width: 1140px){
	#form_popup_info{
		max-height: 60vh;
	}
}

@media (max-width: 1050px){
	#form_popup_info_inner p{
		font-size: 2.6em;
	}
	#form_popup_info_inner ul{
		margin-top: 33px;
		padding-left: 30px;
	}
}

@media (max-width: 767px){
	#form_popup_info_inner p{
		font-size: 2.4em;
	}
	.wcov{
		background: rgba(255,255,255,0.7);
	}
}

@media (max-width: 620px){
	#form_popup_info_inner p{
		font-size: 2.2em;
		text-align: left;
	}
	#form_popup_info_inner ul{
		margin-top: 20px;
		padding-left: 15px;
	}
	#form_popup_info_inner ul li{
		font-size: 1.5em !important;
	}
}

@media (max-width: 520px){
	#form_popup_info_inner p{
		font-size: 2em;
	}
}
/*END #form_popup*/

/*BEGIN #form_loading_popup*/
#form_loading_popup{
	background: rgba(255,255,255,0.5);
	display: none;
}
#f_tail{
	position: fixed;
    top: 50%;
    left: 50%;
	width: 50px;
	height: 50px;
	
    margin-top: -25px;
	margin-left: -25px;
	
	-webkit-animation-name: rotate_1;
	-moz-animation-name: rotate_1;
	animation-name: rotate_1;
		
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}
/*END #form_loading_popup*/

/*BEGIN #thanks_popup_promo */
#thanks_popup_promo{
	display: none;
}
#thanks_popup_promo .popup_info{
	max-width: 600px;
	text-align: center;
}
#t_m_1{
	font-family: 'Oranienbaum';
    font-size: 5.2em;
    color: #501320;
    letter-spacing: 0.5px;
	margin-top: -5px;
	margin-bottom: 0;
}
#t_m_2{
	font-family: 'Roboto-Light';
    font-size: 2em;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5em;
}
#t_m_3{
	font-family: 'Roboto-Light';
    font-size: 2em;
    color: #888888;
    letter-spacing: 1px;
	margin-top: 30px;
}

@media (max-width: 660px){
	#t_m_1{
		font-size: 3.6em;
	}
	#t_m_2{
		font-size: 1.6em;
	}
	#t_m_3{
		font-size: 1.6em;
	    margin-top: 20px;
	}
}

@media (max-width: 520px){
	#t_m_1{
		font-size: 2.6em;
	}
	#t_m_2{
		font-size: 1.3em;
	}
	#t_m_3{
		font-size: 1.4em;
		margin-top: 15px;
	}
}
/*END #thanks_popup_promo*/

/*BEGIN #screen_1*/
#screen_1{
	background: url(../img/screen_1_bg.jpg) no-repeat top center;
	background-size: 2560px 680px;
}
#screen_1_inner{
	position: relative;
	width: 100%;
	max-width: 1030px;
	margin: auto;
	height: 680px;
	padding: 50px 15px 30px 15px;
}
#top_logo{
	display: block;
	margin: auto;
}
h1{
	font-family: 'Oranienbaum';
	font-size: 6.92em;
	text-align: center;
	margin: 60px 0 0 0;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}
h1 span:nth-child(1){
	display: block;
	color: #eec17f;
}
h1 span:nth-child(2){
	display: block;
	color: #fff;
}
h1 span br{
	display: none;
}
#ribbon_1{
	position: absolute;
	left: -90px;
	top: 0;
}
#ribbon_2{
	position: absolute;
	right: -93px;
	top: 0;
}

@media (max-width: 1260px){
	#ribbon_1, #ribbon_2{
		display: none;
	}
}

@media (max-width: 1050px){
	h1{
		font-size: 5em;
	}
	#top_logo{
		width: 100%;
		max-width: 320px;
	}
	#screen_1_inner{
		height: auto;
		padding: 50px 15px 70px 15px;
	}
}

@media (max-width: 767px){
	#screen_1_inner{
		padding: 50px 15px 55px 15px;
	}
	#top_logo{
		max-width: 290px;
	}
	h1{
		font-size: 3.6em;
		margin: 40px 0 0 0;
	}
}

@media (max-width: 620px){
	h1{
		font-size: 3em;
	}
}

@media (max-width: 520px){
	#screen_1_inner{
		padding: 50px 15px 50px 15px;
	}
	h1{
		font-size: 2.6em;
	}
	h1 span br{
		display: inline;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	background: url(../img/screen_2_bg.jpg) no-repeat top center;
	background-size: 2560px 340px;
}
#screen_2_inner{
	position: relative;
	width: 100%;
	max-width: 1030px;
	height: 340px;
}
#screen_2_jewelry_1{
	position: absolute;
	bottom: 0;
	left: 0;
}
#screen_2_jewelry_2{
	position: absolute;
	bottom: 50px;
	right: 15px;
}
#heart_block{
	position: absolute;
	top: -165px;
	left: 50%;
	width: 541px;
	height: 420px;
	background: url(../img/heart_block.png) no-repeat top center;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#conditions{
	position: relative;
	padding: 0 30px;
	margin: 103px auto 0;
}

@media (max-width: 1050px){
	#screen_2_jewelry_1, #screen_2_jewelry_2{
		display: none;
	}
	#screen_2_inner{
		overflow: hidden;
		padding-top: 15px;
	}
	#heart_block{
		position: relative;
		background-size: 386px 300px;
		top: 0;
		padding-top: 103px;
	}
	#conditions{
		margin-top: 0;
	}
}

@media (max-width: 767px){
	#screen_2_inner{
		height: 300px;
	}
	#heart_block{
		background-size: 330px 256px;
		padding-top: 90px;
	}
}

@media (max-width: 520px){
	#conditions{
		padding: 0 20px;
	}
	#screen_2_inner{
		height: 254px;
	}
	#heart_block{
		background-size: 284px 220px;
		padding-top: 78px;
	}
}
/*END #screen_2*/

/*BEGIN #screen_3*/
#screen_3{
	background: #fff;
}
#screen_3 .container{
	position: relative;
	border: 0px solid red;
}
#screen_3_inner{
	z-index: 2;
	position: relative;
	padding: 20px 15px 0 15px;
}
#h2_1{
	position: relative;
	margin: 20px 0 35px 0;
	
	font-family: 'Oranienbaum';
	font-size: 5.5em;
	color: #501320;
	letter-spacing: 0.5px;
	text-align: center;
}
#h2_1_img{
	top: 48px;
	left: 50%;
	opacity: 0.6;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.conditions_text{
	font-family: 'Oranienbaum';
	font-size: 2.5em;
	color: #000;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 1.54em;
	
	margin-bottom: 30px;
}
.underline{
	text-decoration: underline;
}
#conditions_table{
	margin-top: 40px;
}
#conditions_table .left_part{
	float: left;
	width: 50%;
	height: 370px;
	border-right: 1px solid #dfd8d2;
}
#conditions_table .right_part{
	float: right;
	width: 50%;
	height: 370px;
	border-left: 1px solid #dfd8d2;
}
#conditions_table .t_header{
	border-bottom: 2px solid #fae4a2;
}
#conditions_table .t_header p{
	font-family: 'Roboto-Black';
	font-size: 2em;
	color: #000;
	letter-spacing: 0.5px;
	
	margin-bottom: 2px;
}
#conditions_table .left_part p{
	padding-left: 15px;
	padding-right: 60px;
}
#conditions_table .right_part p{
	padding-left: 40px;
	padding-right: 15px;
}
#conditions_table .t_body p{
	min-height: 125px;
}
#conditions_table .t_body p, #conditions_table .t_body ul li{
	font-family: 'Roboto-Light';
	font-size: 1.6em;
	color: #000;
	line-height: 1.65em;
	padding-top: 5px;
}
#conditions_table .t_body ul{
	padding-left: 65px;
	line-height: 1.3em;
}
#conditions_table .t_body ul li{
	line-height: 1.3em;
	padding-top: 0;
	margin-bottom: 15px;
}
#rose_top{
	bottom: 0;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sc_3_pe_1{
	top: -18px;
	left: 160px;
}
#sc_3_pe_2{
	top: 26px;
    right: 30px;
}
#sc_3_pe_3{
	top: 245px;
    left: 23px;
}
#frop_popup_to_form_2{
	text-decoration: underline;
	cursor: pointer;
}

@media (max-width: 1050px){
	.conditions_text br{
		display: none;
	}
	#conditions_table .left_part{
		float: none;
		width: 100%;
		height: auto;
		border-right: 0;
		border: 1px solid #dfd8d2;
		margin-bottom: 20px;
	}
	#conditions_table .right_part{
		float: none;
		width: 100%;
		height: auto;
		border: 1px solid #dfd8d2;
		margin-bottom: 20px;
	}
	#conditions_table .t_body p{
		min-height: auto;
		margin-bottom: 20px;
	}
	#conditions_table .t_header{
		padding: 4px 0 1px 0;
		border-bottom: 1px solid #fae4a2;
	}
	#conditions_table .left_part p, #conditions_table .right_part p{
		padding-left: 15px;
		padding-right: 60px;
	}
}

@media (max-width: 767px){
	#h2_1{
		margin: 22px 0 35px 0;
	}
	.conditions_text{
		font-size: 2.2em;
	}
	#conditions_table .left_part p, #conditions_table .right_part p{
		padding-right: 15px;
	}
	#conditions_table .t_header p{
		font-size: 1.8em;
	}
	#conditions_table .t_body ul{
		padding-left: 60px;
	}
}

@media (max-width: 620px){
	#h2_1{
		margin-bottom: 20px;
	}
	.conditions_text{
		font-size: 2em;
		margin-bottom: 20px;
	}
	#conditions_table .t_header p{
		font-size: 1.75em;
	}
	#conditions_table{
		margin-top: 30px;
	}
	#conditions_table .t_body ul{
		padding-left: 35px;
		padding-right: 15px;
	}
}

@media (max-width: 520px){
	.conditions_text{
		font-size: 1.8em;
	}
	#conditions_table .t_header p{
		font-size: 1.6em;
	}
	#conditions_table .t_body p, #conditions_table .t_body ul li{
		font-size: 1.6em;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	background: url(../img/screen_4_bg.jpg) no-repeat top center;
	background-size: 2560px 415px;
}
#screen_4 .container{
	position: relative;
}
#screen_4_inner{
	z-index: 2;
	position: relative;
	height: 415px;
	text-align: center;
	padding: 75px 15px 0 15px;
}
#period{
	font-family: 'Roboto-Black';
	font-size: 1.64em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin: 0 0 20px 0;
}
#date{
	font-family: 'Oranienbaum';
	font-size: 7.5em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 17px;
}
#date span{
	font-size: 0.62em;
	color: #6c6c6c;
}
#cond_small_text{
	font-family: 'Roboto-Regular';
	font-size: 2.2em;
	color: #501320;
}
#cond_small_text a{
	text-decoration: underline !important;
	color: inherit !important;
}
#screen_4_inner button{
	position: absolute;
	bottom: -31px;
	width: 100%;
	max-width: 384px;
}
#our_shops{
	left: 60px;
}
#happy_moments{
	right: 60px;
}
#sc_4_pe_1{
	z-index: 1;
	top: 0;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sc_4_pe_2{
	right: 0;
	bottom: 67px;
}

@media (max-width: 1050px){
	#screen_4{
		/*background: #f3e9d2;*/
		background-size: cover;
	}
	#screen_4_inner{
		padding: 55px 15px 40px 15px;
		height: auto;
	}
	#date{
		font-size: 5.5em;
	}
	#cond_small_text{
		margin-bottom: 30px;
	}
	#screen_4_inner button{
		position: relative;
		bottom: 0;
		left: 0 !important;
		right: 0 !important;
		margin: 20px auto 0;
	}
}

@media (max-width: 767px){
	#screen_4_inner{
		padding: 45px 15px 40px 15px;
	}
	#period{
		font-size: 1.8em;
		text-transform: none;
		letter-spacing: 0.5px;
	}
	#date{
		font-size: 3.6em;
	}
	#screen_4_inner button{
		max-width: 290px;
	}
	#cond_small_text{
		font-size: 1.8em;
	}
}

@media (max-width: 620px){
	#period{
		font-size: 1.6em;
	}
	#date{
		font-size: 2.6em;
	}
	#cond_small_text{
		font-size: 1.6em;
		margin-bottom: 25px;
	}
	#cond_small_text a{
		display: block;
	    font-size: 1.2em;
		padding: 0 5px 1px 5px;
	}
}

@media (max-width: 520px){
	#screen_4_inner button{
		max-width: 267px;
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	background: url(../img/screen_5_bg.jpg) no-repeat top center;
	background-size: 2560px 650px;
}
#screen_5 .container{
	z-index: 1;
	position: relative;
}
#screen_5_inner{
	z-index: 2;
	position: relative;
	height: 650px;
	padding: 225px 15px 0 15px;
	text-align: center;
}
#h2_2{
    margin: 20px 0 42px 0;
    font-family: 'Oranienbaum';
    font-size: 6.93em;
    color: #501320;
    letter-spacing: 0.5px;
}
#h2_2 span{
	display: block;
	font-size: 0.42em;
	color: #000;
}
#prepare{
	font-family: 'Oranienbaum';
	font-size: 3.4em;
    color: #000;
    letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-bottom: 33px;
}
#choose{
	font-family: 'Oranienbaum';
	font-size: 2.5em;
    color: #7c7c7c;
    letter-spacing: 0.5px;
	line-height: 1.3em;
}

#h2_2_img{
	top: 263px;
    left: 50%;
    transform: translateX(-50%);
}
#rose_bottom{
	top: 0;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sc_5_pe_3{
	top: 160px;
	left: 30px;
}
#sc_5_pe_4{
	top: 112px;
	right: 15px;
}
#sc_5_pe_5{
	top: 196px;
	right: 200px;
}
#sc_5_pe_6{
	bottom: 6px;
	left: 15px;
}
#sc_5_pe_7{
	bottom: 82px;
    right: 30px;
}
#sc_5_pe_8{
	bottom: -30px;
    left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sc_5_pe_9{
	top: 387px;
    left: 50%;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#sc_5_pe_10{
	top: 407px;
    left: 180px;
}
#sc_5_pe_11{
	top: 407px;
    right: 180px;
}

@media (max-width: 1050px){
	#screen_5{
		background: #fff;
	}
	#screen_5_inner{
		height: auto;
		padding: 20px 15px 0 15px;
		text-align: center;
	}
}

@media (max-width: 767px){
	#h2_2{
		margin-bottom: 33px;
	}
	#h2_2 span{
		font-size: 0.65em;
	}
	#prepare, #choose{
		font-size: 2.2em;
	}
}

@media (max-width: 620px){
	#h2_2{
		margin-bottom: 20px;
	}
	#prepare{
		margin-bottom: 20px;
	}
	#prepare, #choose{
		font-size: 2em;
	}
}

@media (max-width: 520px){
	#h2_2 span{
		font-size: 0.7em;
	}
	#prepare, #choose{
		font-size: 1.8em;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	position: relative;
	background: #f8f8f8;
	border: 0px solid #000;
}
.container.gallery_container{
	width: 100%;
	max-width: 1260px;
}
#screen_6_inner{
	z-index: 2;
	position: relative;
	padding: 70px 15px 35px 15px;
}
.gallery_part{
	float: left;
	width: 33.33%;
	padding: 0 7.5px;
	border: 0px solid red;
	text-align: center;
	margin-bottom: 55px;
}
.gallery_title{
	font-family: 'Oranienbaum';
	font-size: 3.2em;
	color: #000;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}
.gallery_desc{
	font-family: 'Roboto-Light';
	font-size: 1.8em;
    color: #000;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 12px;
}
.gallery_img_wrap{
	position: relative;
	width: 100%;
	border-top: 7px solid #fae4a2;
	cursor: pointer; 
}
.g_s{
	z-index: 1;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left:  -2px;
	width: 4px;
	height: 30px;
	background: #000;
	
	-webkit-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
}
.g_c{
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 41px);
	height: calc(100% - 41px);
	background: rgba(250, 228, 162, 0.6);
	opacity: 0;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.gallery_img_wrap img{
	width: 100%;
	height: auto;
}
#sc_6_white_block{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #fff;
}
#sc_6_pe_1{
	display: none;
}

@media (min-width: 1260px){
	.gallery_img_wrap:hover .g_c{
		opacity: 1;
	}
	.gallery_img_wrap:hover .g_s{
		height: 70px;
	}
}

@media (max-width: 1280px){
	.gallery_title{
		font-size: 3em;
	}
	.gallery_desc{
		font-size: 1.6em;
	}
}

@media (max-width: 1180px){
	.gallery_title{
		font-size: 2.5em;
	}
	.gallery_desc{
		font-size: 1.4em;
		margin-top: 0;
	}
}

@media (max-width: 1050px){
	#screen_6{
		background: #fff;
	}
	#screen_6_inner{
		padding: 30px 15px 35px 15px;
	}
	#sc_6_pe_1{
		display: block;
		margin: 0px auto 33px;
	}
}

@media (max-width: 991px){
	.gallery_part{
		margin-bottom: 40px;
	}
	.gallery_title{
		font-size: 2em;
	}
	.gallery_desc{
		font-size: 1.2em;
	}
}

@media (max-width: 800px){
	.gallery_part{
		width: 50%;
	}
	.gallery_title{
		font-size: 2.5em;
	}
	.gallery_desc{
		font-size: 1.4em;
	}
	#sc_6_white_block{
		display: none;
	}
}

@media (max-width: 675px){
	.gallery_title{
		font-size: 2em;
	}
	.gallery_desc{
		font-size: 1.2em;
	}
}

@media (max-width: 620px){
	#screen_6_inner{
		padding: 25px 15px 35px 15px;
	}
}

@media (max-width: 600px){
	.gallery_title{
		font-size: 1.8em;
	}
	.gallery_desc{
		font-size: 1.1em;
	}
}

@media (max-width: 520px){
	#screen_6_inner{
		padding: 25px 15px 0px 15px;
	}
	.gallery_part{
		float: none;
		width: 100%;
		padding: 0;
	}
	.gallery_title{
		font-size: 2.3em;
	}
	.gallery_desc{
		font-size: 1.34em;
	}
	#sc_6_pe_1{
		display: block;
		margin: 3px auto 30px;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7_inner{
	position: relative;
	padding: 50px 15px 40px 15px;
	border-top: 2px solid #fae4a2;
}
#screen_7_inner > span:first-child{
	position: absolute;
	top: -17px;
	left: 50%;
	background: #fff;
	padding: 0 15px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
	font-family: 'Roboto-Light';
	font-size: 2em;
	color: #501320;
	letter-spacing: 0.5px;
	text-align: center;
}
#promo_form{
	width: 100%;
	max-width: 420px;
	margin: auto;
	height: 204px;
	border: 0px solid #000;
}
#promo_form .left_part{
	float: left;
	width: calc(100% - 52px);
	padding: 0 15px 0 0;
	border: 0px solid blue;
}
#promo_form .field_wrapper{
	margin-bottom: 15px;
}
#promo_form .field{
	background: #efefef;
	border: 0;
	padding: 0 15px;
	
	font-family: 'Roboto-Light';
	font-size: 1.5em;
	letter-spacing: 0.5px;
}
#promo_form .alarm{
	bottom: -16px;
	right: 0;
	
	font-family: 'Roboto-Light';
	font-size: 1.2em;
	color: #501320;
	letter-spacing: 0.5px;
}
#subscribe_promo_form_go{
	float: right;
	width: 52px;
	height: 189px;
	background: #501320;
	border: 0;
	
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.careful{
	clear: both;
	font-family: 'Roboto-Light';
	font-size: 1.2em;
	color: #501320;
	letter-spacing: 0.5px;
	text-align: center;
	margin-top: 5px;
}

@media (min-width: 1260px){
	#subscribe_promo_form_go:hover{
		background: #983a4e;
	}
}

@media (max-width: 1050px){
	#screen_7_inner{
		border-top: none;
		padding: 0 15px 40px 15px;
	}
	#screen_7_inner > span:first-child{
		position: static;
		display: block;
		padding: 0;
		
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#promo_form{
		margin-top: 36px;
	}
}

@media (max-width: 520px){
	#screen_7_inner > span:first-child{
		font-size: 1.8em;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8_inner{
	padding: 50px 15px 10px 15px;
}
#h2_3{
    margin: 20px 0 35px 0;
    font-family: 'Oranienbaum';
    font-size: 6.93em;
    color: #501320;
    letter-spacing: 0.5px;
    text-align: center;
}

@media (max-width: 1050px){
	#screen_8_inner{
		padding: 25px 15px 10px 15px;
	}
	#h2_3{
		font-size: 5.5em;
	}
}

@media (max-width: 767px){
	#screen_7_inner{
		padding: 0 15px 30px 15px;
	}
	#h2_3 br{
		display: none;
	}
}

@media (max-width: 620px){
	#screen_7_inner{
		padding: 0 15px 10px 15px;
	}
}
/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	background: url(../img/screen_9_bg.jpg) no-repeat top center;
	background-size: 2560px 390px;
}
#screen_9_inner{
	height: 390px;
}
#screen_9_inner .left_part{
	float: left;
	width: 50%;
	padding: 0 15px;
}
#screen_9_inner .right_part{
	float: right;
	width: 50%;
	padding: 0 15px;
}
#screen_9_inner .left_part p{
	font-family: 'Roboto-Light';
	font-size: 2em;
	letter-spacing: 0.5px;
	text-align: center;
	line-height: 1.76em;
	padding-top: 150px;
	padding-left: 60px;
}

#subscribe_form{
	width: 100%;
	max-width: 336px;
	margin: 100px auto 0;
	border: 0px solid red;
}
#subscribe_form .field_wrapper{
	width: 100%;
	margin-bottom: 25px;
}
#subscribe_form .field{
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #fae4a2;
	padding: 0 15px;
	
	font-family: 'Roboto-Light';
	font-size: 1.4em;
	color: #fff;
	letter-spacing: 0.5px;
}
#sb_wrap{
	position: relative;
	width: 100%;
	height: 44px;
	margin-top: 44px;
	background: #fae4a2;
}
#subscribe_simple_form_go{
	position: absolute;
	top: -4px;
	left: 50%;
	width: calc(100% - 16px);
	height: 52px;
	border: 1px solid #fff;
	background: transparent;
	
	font-family: 'Oranienbaum';
	font-size: 2.8em;
	color: #481024;
	letter-spacing: 0.5px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#subscribe_simple_form_go .t{
	z-index: 2;
	position: relative;
}
#subscribe_simple_form_go  .b{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#subscribe_form .alarm{
	bottom: -18px;
    right: 0;
	
    font-family: 'Roboto-Light';
    font-size: 1.2em;
    color: #fff;
    letter-spacing: 0.5px;
}
#subscribe_form ::-webkit-input-placeholder {color: #fff;}
#subscribe_form ::-moz-placeholder          {color: #fff;}
#subscribe_form :-moz-placeholder           {color: #fff;}
#subscribe_form :-ms-input-placeholder      {color: #fff;}

@media (min-width: 1260px){
	#sb_wrap:hover #subscribe_simple_form_go  .b{
		width: 100%;
	}
}

@media (max-width: 991px){
	#screen_9{
		background: url(../img/screen_9_bg_m.jpg) no-repeat top center;
		background-size: 991px 500px;
	}
	#screen_9_inner{
		height: auto;
		padding-top: 50px;
		padding-bottom: 48px;
	}
	#screen_9_inner .left_part, #screen_9_inner .right_part{
		float: none;
		width: 100%;
	}
	#screen_9_inner .left_part p{
		color: #fff;
		padding-top: 0;
		padding-left: 0;
	}
	#subscribe_form{
		margin-top: 50px;
		padding-bottom: 5px;
	}
}

@media (max-width: 620px){
	#screen_9_inner .left_part p{
		font-size: 1.8em;
		line-height: 1.5em;
	}
}
/*END #screen_9*/

/*BEGIN #screen_10*/
#screen_10{
	background: url(../img/screen_10_bg.jpg) no-repeat top center;
	background-size: 2560px 680px;
}
#screen_10_inner{
	position: relative;
	height: 680px;
	padding: 0 15px;
}
#b_r{
	top: 50%;
	left: 50%;
	margin-top: -20px;
	width: 306px;
	height: 306px;
	background: rgba(0,0,0,0.5);
	
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#w_l{
	top: 0;
	left: 50%;
	margin-left: -3px;
	width: 2px;
	height: 190px;
	background: #fff;
}
#footer_logo{
	top: 200px;
	left: 50%;
	margin-left: -2px;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#h2_4{
	z-index: 2;
	position: relative;
	margin: 0;
    font-family: 'Oranienbaum';
    font-size: 6.93em;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
	line-height: 1.1em;
    padding-top: 255px;
}

@media (max-width: 1050px){
	#screen_10{
		background: url(../img/screen_10_bg_m.jpg) no-repeat top center;
		background-size: 1054px 339px;
	}
	#screen_10_inner{
		height: auto;
		padding: 50px 15px 40px 15px;
	}
	#h2_4{
		padding: 0;
	}
}

@media (max-width: 767px){
	#screen_10_inner {
		height: auto;
		padding: 37px 15px 35px 15px;
	}
}

@media (max-width: 620px){
	#screen_10_inner {
		height: auto;
		padding: 37px 15px 33px 15px;
	}
}
/*END #screen_10*/