@import "fonts.css";
@import "reset.css";
@import "animate.css";
@import "jquery.fancybox.css";
@import "module-modal.css";
@import "jquery-ui.min.css";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic);

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'MyriadSetPro';
	color:#383838;
	font-size:16px;
	overflow-x:hidden;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus {
	font-size: 16px;
}

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio:0) {

	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
	}
}
a {text-decoration:none;}

a.feedback-btn.popup_button {
    display: block;
    padding: 0px;
    color: #fff;
    line-height: 35px;
    margin: -10px auto;
    height: 35px;
    text-decoration: none;
}
a:hover, menu li.callback_order_button:hover{text-decoration: underline;}
article, footer section {
	width:960px;
	margin: 0 auto;
	min-width:960px;
}

header {
	width:100%;
	position: fixed;
	z-index: 999;
	background: rgba(0,0,0,0.8);
}
header .menu {
	margin: 0 auto;
    width: auto;
	/*padding:20px 0;*/
}
header .menu li:nth-last-of-type(1):after {
    content: '';
}

header .logo {
	background:url(../img/logo_03.png) 0 0 no-repeat;
	width: 104px;
	height: 37px;
	display: inline-block;
	margin-right: 100px;
}
header .phone {
	display: inline-block;
	color: #fff;
	vertical-align: super;
    margin-left: 68px;
}
header .contact span {
	font-weight:bold;
}
header .contact div {
	font-size:16px;
	color:#a2a2a2;
	background:url(../img/header_clock.png) left 2px no-repeat;
	display:inline-block;
	padding: 0 0 0 24px;
}
header .contact div.phone {
	display:block;
	color:#383838;
	background:none;
}
.menu {
	height:49px;
	text-align:center;
	margin:0 0 48px 0;
	padding:0;
}
.menu li {
	display:inline-block;
	vertical-align:top;
	line-height:49px;
	font-size:16px;
	color:#fff;
}
.menu li.callback_order_button {
	cursor:pointer;
}
.menu li:after {
	content:'|';
	display:inline-block;
	vertical-align:top;
	color:#626262;
	margin: 0 15px 0 15px;
}
.menu li:last-child:after {
	display:none;
}
.menu li a {
	color:#fff;
}
.menu li a:hover {
    text-decoration: none;
}
.block_1 img {
    width: 100%;
    position: absolute;
    z-index: -99;
}
.block_1 {
    /*height: 900px;*/
    min-width: 1280px;
    overflow: hidden;
    position: relative;
}
.block_1 .parallax {
    width: 100%;
    overflow: hidden;
    /*height: 900px;*/
    /*background: url("../img/apple_store_new_york-wide.jpg") 50% 0 no-repeat;*/
    /*background-size: contain;*/
}
.block_1 .show_catalog {
    background: url("../img/show_catalog_btn_11.png") 0 0 no-repeat;
    width: 300px;
    height: 41px;
    margin: 0 auto;
    display: block;
    margin-top: 23px;
    position: relative;
}
.block_1 .text {
    color: #fff;
    width: 833px;
    padding-top: 23%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Helvetica_thin';
    font-size: 30px;
    position: relative;
}
section.block_1 .title{
	font-size:30px;
	line-height:30px;
	text-align:center;
	margin: 0 0 23px 0;
}
section.block_1 .main_img {
	display:inline-block;
	vertical-align:top;
	width:415px;
	text-align:right;
	position:relative;
	top:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .main_img:hover {
	top:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .main_img img {
	display:block;
	float:right;
}
section.block_1 .main_text.active_block {
	display:inline-block;
	vertical-align:top;
	width:400px;
	font-size:16px;
	line-height:21px;
	margin: 15px 0 0 60px;
	padding: 45px 0 5px 37px;
	border-left:1px solid #ececec;
}
section.block_1 .main_text div {
	color:#0080b9;
	font-size:30px;
	margin: 0px 0 21px 0;
	line-height:30px;
}
section.block_1 .main_text div span {
	color:#0080b9;
	font-family: 'Helvetica_thin';
}
section.block_1 .main_text span {
	color:#c12700;

}
section.block_1 .main_text .limited {
	font-size:13.33px;
	color:#a2a2a2;
	background:#e5e5e5;
	border-radius:3px;
	display:inline-block;
	padding: 5px 10px;
	line-height:16px;
	margin-bottom:0;
	margin-top:17px;
}
section.block_1 .background {
	background:#f5f5f5;
	padding:18px 0 26px 0;
	position:relative;
	z-index:1;
}
section.block_1 .background .select {
	/*width:240px;*/
	width:34%;
	margin: 0px 14px 0 0;
	display:inline-block;
	vertical-align:top;
}
section.block_1 .background .select div {
	display:inline-block;
	vertical-align:top;
	margin-right: -3px;
	margin-top: 13px;
	/*margin: 13px 7px 0 0;*/
	padding:2px;
	cursor:pointer;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .select div img {
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .select div img:hover {
    -webkit-transform:scale(0.90); /* Safari and Chrome */
    -moz-transform:scale(0.90); /* Firefox */
    -ms-transform:scale(0.90); /* IE 9 */
    -o-transform:scale(0.90); /* Opera */
     transform:scale(0.90);
}
section.block_1 .background .select div.active {
	border:1px solid #e9e9e9;
	background-color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .select div.active img {
    -webkit-transform:scale(0.90); /* Safari and Chrome */
    -moz-transform:scale(0.90); /* Firefox */
    -ms-transform:scale(0.90); /* IE 9 */
    -o-transform:scale(0.90); /* Opera */
     transform:scale(0.90);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .form_text {
	display:inline-block;
	vertical-align:top;
	width:614px;
	font-size:17px;
	/*margin: 10px 0 0 77px;*/
	margin: 10px 0 0 0px
}
section.block_1 .background .form_text span {
	color:#0080b9;

}
section.block_1 .background .form_text input[type="text"] {
	display:inline-block;
	vertical-align:top;
	margin: 20px 0 0 0;
	width:273px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#aeaeae;
	font-family: 'Open Sans';
	border:1px solid #cfcfcf;
	background:#f5f5f5;
	border-radius: 4px;
	padding:0 12px;
	outline:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .form_text input[type="text"]:focus {
	border:1px solid #ebebeb;
	box-shadow: 0 0 5px #0080b9;
	background:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_1 .background .form_text button {
	display:inline-block;
	vertical-align:top;
	margin: 20px 0 0 12px;
	width: 296px;
	height:40px;
	line-height:40px;
	background:#0080b9;
	border-radius: 4px;
	border:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: 'Helvetica_thin';
	cursor:pointer;
}
section.block_1 .background .form_text button:hover {
	background:#0fabf0
}
section.block_2 {
	margin: 42px 0 0 0;
}
section.block_2 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 34px 0;
}
section.block_2 .block {
	display:inline-block;
	vertical-align:top;
	width:317px;
	text-align:center;
	margin:0 0 30px 0;
}
section.block_2 .block:hover .icon {
	background-color:#2a95c5!important;
	background-position: center bottom!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_2 .block .icon {
	width:48px;
	height:48px;
	margin: 0 auto 20px auto;
	border:1px solid #2a95c5;
	border-radius:50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_2 .block .icon.nam_1 {
	background:url(../img/block_2_ico_1.png) center top no-repeat;
}
section.block_2 .block .icon.nam_2 {
	background:url(../img/block_2_ico_2.png) center top no-repeat;
}
section.block_2 .block .icon.nam_3 {
	background:url(../img/block_2_ico_3.png) center top no-repeat;
}
section.block_2 .block .icon.nam_4 {
	background:url(../img/block_2_ico_4.png) center top no-repeat;
}
section.block_2 .block .icon.nam_5 {
	background:url(../img/block_2_ico_5.png) center top no-repeat;
}
section.block_2 .block .icon.nam_6 {
	background:url(../img/block_2_ico_6.png) center top no-repeat;
}
section.block_3 article {
    width: 1265px;
}
section.block_3 {
	/* margin: 31px 0 0 0; */
	padding: 40px 0 16px 0;
	text-align:center;
}
section.block_3 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 19px 0;
}
section.block_3 .sub_title {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	background:url(../img/sub_title_bg.png) center center repeat-x;
}
section.block_3 .sub_title span {
	font-size:24px;
	color:#a2a2a2;
	background:#fff;
	padding: 0 15px;
}
section.block_3 .sub_title_margin {
	height:40px;
}
section.block_3 .item {
	display:inline-block;
	vertical-align:top;
	width:317px;
	margin: 27px 14px 36px 14px;
}
section.block_3 .item .item_image {
	width:100%;
	/*height:260px;*/
	overflow:hidden;
	text-align:center;
}
section.block_3 .item .item_image img {
    /*width: 306px;*/
	/*width: 222px;*/
	height: 250px;
	border-radius:20px;
	margin: 0 auto;
	display:block;
}
section.block_3 .item .item_name {
	font-size:24px;

	text-align:center;
	margin: 20px 0 8px 0;
}
section.block_3 .item .item_text {
	color:#888888;
	text-align:center;
	line-height:24px;
    font-family: 'MyriadSetPro';
}
section.block_3 .item .item_color {
	text-align:center;
	margin: 7px 0 13px 0;
}
section.block_3 .item .item_color .color_select {
	display:inline-block;
	vertical-align:middle;
}
section.block_3 .item .item_color .color {
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	border:2px solid #a7a7a7;
	cursor:pointer;
	margin: 0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_3 .item .item_color .color:hover {
	border:2px solid #383838;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_3 .item .item_color .color.active {
	border:1px solid #383838;
}
section.block_3 .item .item_color .gray {
	background:#898989;
}
section.block_3 .item .item_color .black {
	background:#000;
}
section.block_3 .item .item_color .silver {
	background:#e9e9e9;
}
section.block_3 .item .item_color .gold {
	background:#f4bf88;
}
section.block_3 .item .item_color .yellow {
	background:#ffef61;
}
section.block_3 .item .item_color .blue {
	background:#00afe9;
}
section.block_3 .item .item_color .green {
	background:#67e55b;
}
section.block_3 .item .item_color .pink {
	background:#ff6969;
}
section.block_3 .item .item_color .white {
	background:#e9e9e9;
}
section.block_3 .item .item_price {
	text-align:center;
	line-height:20px;
}
section.block_3 .item .item_price .item_old_price {
	text-decoration: line-through;
}
section.block_3 .item .item_price .item_new_price {
	font-size:24px;
	color:#c12700;
    font-weight: bold;
    margin-bottom: 5px;

}
section.block_3 .item .charac_btn:hover {
    background: #9f9f9f;
}
.charac_btn.buy {
    text-transform: inherit;
}
section.block_3 .item .charac_btn {
    display: block;
    background: #c2c2c2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px;
}
section.block_3 .item .charac_btn, .buy {
    width: 200px;
    margin: 10px auto 0;
}
.chars {
    display: none;
    text-align: center;
}

.cnt .title {
    font-family: 'Helvetica_thin', sans-serif;
    color: #383838;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.cnt .text {
    text-align: center;
    margin-top: 30px;
}
.cnt img {
    display: block;
}
.cnt {
    padding: 30px;
    color: #888888;
    line-height: 24px;
}
section.block_3 .item .item_order_button {
	/*display:block;*/
	/*margin: 17px auto 0 auto;*/
	/*width:280px;*/
	/*height:40px;*/
	/*line-height:40px;*/
	/*background:#0080b9;*/
	/*border-radius: 4px;*/
	/*border:0;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*font-size:24px;*/
	/*font-family: 'Helvetica_thin';*/
	/*cursor:pointer;*/
}
section.block_3 .item .item_order_button:hover {
	/*background:#0fabf0*/
}
section.block_4 {
	margin: 41px 0 52px 0;
	line-height:28px;
    font-size: 18px;
}
section.block_4 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 5px 0;
}
section.block_4 .sub_title {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	background:url(../img/sub_title_bg.png) center center repeat-x;
}
section.block_4 .sub_title span {
	display:block;
	margin: 0 auto;
	width:90px;
	height:25px;
	background:#fff url(../img/block_4_sub_title_ico.png) center center no-repeat;
}
section.block_4 .sub_title_margin {
	height:30px;
}
section.block_4 .center {
	font-size:18px;
	color:#0080b9;
	margin: 0 0 30px 0;
}
section.block_4 p {
	margin: 0 0 27px 0;
}
section.block_4 ul li {
	padding: 0 0 0 20px;
	background: url(../img/block_4_ul_li_list.png) left 12px no-repeat;
}
section.block_5 {
	height:500px;
	background:#f2f2f2;
}
section.block_5 .background{
	position:absolute;
	width:100%;
	height:500px;
	background:#f2f2f2 url(../img/block_5_bg.png) center top no-repeat;
}
section.block_5 .text {
	font-size:18px;
	float:right;
	width:400px;
	margin: 167px 30px 0 0;
	position:relative;
	z-index:1;
    line-height: 28px;
}
section.block_5 .text div {
	font-size:36px;
	margin: 0 0 41px 0;
    line-height: 36px;
}
section.block_5 .text ul li {
	line-height:36px;
}
section.block_5 .text ul li:before {
	content:'';
	background: url(../img/block_5_ul_li_list.png) left top no-repeat;
	width:13px;
	height:10px;
	display:inline-block;
	vertical-align:middle;
	margin: 0 7px 0 0;
}
section.block_6 {
	margin: 43px 0 65px 0;
	line-height:28px;
    font-family: 'MyriadSetPro';
}
section.block_6 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 35px 0;
}
section.block_6 .sub_title {
	line-height:30px;
	font-size:18px;
	text-align:center;
}
#block_6 article .block:nth-last-of-type(3) {
    border-right: 1px solid #ebebeb;
}
section.block_6 .block {
	float:left;
	width:439px;
	text-align:center;
	font-size:14px;
    color: #3b3b3b;
    font-family: 'MyriadSetPro';
    font-size: 18px;
	line-height:30px;
	margin: 45px 0 0 0;
	padding:25px 20px 0 20px;
}
section.block_6 .block:last-child {
	border-left:1px solid #ececec;
}
section.block_6 .block u {
	font-size:18px;

	display:block;
}
section.block_6 .block .icon {
	width:100%;
	height:60px;
	margin: 0 0 20px 0;
}
section.block_6 .block .icon.nam_1 {
	background: url(../img/block_6_ico_1.png) center center no-repeat;
}
section.block_6 .block .icon.nam_2 {
	background: url(../img/block_6_ico_2.png) center center no-repeat;
}
section.block_7 {
	/*height:322px;*/
	height:497px;
    /*padding-top: 20px;*/
	background:#f2f2f2;
}
section.block_7 .background{
	position:absolute;
	width:100%;
	height:496px;
	/*height:322px;*/
	/*background:#f2f2f2 url(../img/block_7_bg.jpg) center top no-repeat;*/
	background:#f2f2f2 url(../img/block_7_bg_11_11.jpg) center top no-repeat;
}
section.block_7 .text {
	font-size:18px;
	width:500px;
	padding: 45px 30px 0 0;
	position:relative;
	z-index:1;
    font-family: 'helveticaneuecyrlight';
}
section.block_7 .text div {
	font-size:36px;
	margin: 0 0 41px 0;
}
section.block_7 .text ul li {
	line-height:36px;
}
section.block_7 .text ul li:before {
	content:'';
	background: url(../img/block_5_ul_li_list.png) left top no-repeat;
	width:13px;
	height:10px;
	display:inline-block;
	vertical-align:middle;
	margin: 0 7px 0 0;
}
section.block_8 {
	margin: 42px 0 0 0;
}
section.block_8 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 28px 0;
}
section.block_8 .block {
	display:inline-block;
	vertical-align:top;
	width:317px;
	text-align:center;
	margin:0 0 30px 0;
}
section.block_8 .block:hover .icon {
	background-color:#2a95c5!important;
	background-position: center bottom!important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_8 .block .icon {
	width:48px;
	height:48px;
	margin: 0 auto 20px auto;
	border:1px solid #2a95c5;
	border-radius:50px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
section.block_8 .block .icon.nam_1 {
	background:url(../img/block_8_ico_1.png) center top no-repeat;
}
section.block_8 .block .icon.nam_2 {
	background:url(../img/block_8_ico_2.png) center top no-repeat;
}
section.block_8 .block .icon.nam_3 {
	background:url(../img/block_8_ico_3.png) center top no-repeat;
}
section.block_8 .block .icon.nam_4 {
	background:url(../img/block_8_ico_4.png) center top no-repeat;
}
section.block_8 .block .icon.nam_5 {
	background:url(../img/block_8_ico_5.png) center top no-repeat;
}
section.block_8 .block .icon.nam_6 {
	background:url(../img/block_8_ico_6.png) center top no-repeat;
}
section.block_9 {
	background:#f2f2f2;
	margin: 22px 0 0 0;
	padding: 43px 0 40px 0;
	text-align:center;
}
section.block_9 .title {
	font-size:36px;
	text-align:center;
	line-height:48px;
	margin: 0 0 43px 0;
}
section.block_9 .staff {
	width:182px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	color:#a2a2a2;
	line-height:18px;
	margin: 0 3px;
}
section.block_9 .staff img {
	width:180px;
	border:1px solid #b2b2b2;
	border-radius:5px;
}
section.block_9 .staff div {
	margin: 13px 0 2px 0;
	font-size:18px;
	color:#383838;

}
section.block_10,
section.block_14 {
	margin: 37px 0 48px 0;
	line-height:28px;
}
section.block_10 .title,
section.block_14 .title {
	font-size:30px;
	text-align:center;
	line-height:48px;
	margin: 0 0 5px 0;
}
section.block_10 .sub_title,
section.block_14 .sub_title {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	background:url(../img/sub_title_bg.png) center center repeat-x;
}
section.block_10 .sub_title span,
section.block_14 .sub_title span {
	display:block;
	margin: 0 auto;
	width:90px;
	height:25px;
	background:#fff url(../img/block_10_sub_title_ico.png) center center no-repeat;
}
section.block_10 .sub_title_margin,
section.block_14 .sub_title_margin {
	height:45px;
}
section.block_10 ul li {
	font-size:18px;
	line-height:28px;
	padding: 0px 0 5px 53px;
	margin: 0 0 21px 0;
}
section.block_10 ul li.icon_1 {
	background: url(../img/block_10_icon_1.png) left 0px no-repeat;
}
section.block_10 ul li.icon_2 {
	background: url(../img/block_10_icon_2.png) left top no-repeat;
}
section.block_10 ul li.icon_3 {
	background: url(../img/block_10_icon_3.png) left top no-repeat;
}
section.block_10 ul li.icon_4 {
	background: url(../img/block_10_icon_4.png) left top no-repeat;
}
section.block_10 ul li span {
	color:#0080b9;
}
section.block_11 {
	background:#f2f2f2;
	padding: 45px 0 49px 0;
	text-align:center;
}
section.block_11 .title {
	font-size:36px;
	text-align:center;
	margin: 0 0 5px 0;
}
section.block_11 .line {
	position:absolute;
	width:690px;
	left:50%;
	margin: 85px 0 0 -345px;
	height:1px;
	background: url(../img/block_11_line_bg.png) center top repeat-x;
}
section.block_11 .block {
	margin: 50px 0 0 0;
	width:236px;
	display:inline-block;
	vertical-align:top;
	z-index:1;
	position:relative;
	font-size:18px;
	line-height:18px;
}
section.block_11 .block div {
	display:block;
	margin: 0 auto 25px auto;
	border-radius:50px;
	width:70px;
	height:70px;
	border:1px solid #3298c5;
	box-shadow: 0 0 1px 15px #f2f2f2;
}
section.block_11 .block .icon_1 {
	background:#f2f2f2 url(../img/block_11_ico_1.png) center top no-repeat;
}
section.block_11 .block .icon_2 {
	background:#f2f2f2 url(../img/block_11_ico_2.png) center top no-repeat;
}
section.block_11 .block .icon_3 {
	background:#f2f2f2 url(../img/block_11_ico_3.png) center top no-repeat;
}
section.block_11 .block .icon_4 {
	background:#f2f2f2 url(../img/block_11_ico_4.png) center top no-repeat;
}
section.block_11 .block:hover div {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
section.block_12 {
	padding: 45px 0 49px 0;
}
section.block_12 .title {
	font-size:36px;
	text-align:center;
	margin: 0 0 45px 0;
}
section.block_12 .review {
	margin: 0 0 28px 0;
}
section.block_12 .review.left_side .image {
	float:left;
}
section.block_12 .review.right_side .image {
	float:right;
}
.right_prices {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: right;
}
section.block_12 .review .image {
	width:150px;
	height:150px;
	border-radius:100px;
	overflow:hidden;
	margin: 20px 20px 0 20px;
}
section.block_12 .review .image img {
	width:150px;
	height:150px;
}
section.block_12 .review.left_side .text {
	float:right;
}
section.block_12 .review.right_side .text {
	float:left;
}
section.block_12 .review.left_side .text:before {
	position:absolute;
	top:50%;
	left:-24px;
	margin: -14px 0 0 0;
	content:'';
	width:24px;
	height:28px;
	background: url(../img/block_12_review_text_left.png) center top no-repeat;
}
section.block_12 .review.right_side .text:before {
	position:absolute;
	top:50%;
	right:-24px;
	margin: -14px 0 0 0;
	content:'';
	width:24px;
	height:28px;
	background: url(../img/block_12_review_text_right.png) center top no-repeat;
}
section.block_12 .review .text {
	width:675px;
	border:1px solid #e9e9e9;
	padding:29px 30px;
	line-height:24px;

	position:relative;
}
section.block_12 .review .text div {
	color:#0080b9;
}
section.block_12 .add_review {
	display:block;
	margin: 50px auto 0 auto;
	width:300px;
	height:40px;
	line-height:40px;
	background:#0080b9;
	border-radius: 4px;
	border:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: 'Helvetica_thin';
	cursor:pointer;
}
section.block_12 .add_review:hover {
	background:#0fabf0;
	text-decoration:none;
}
section.block_13 {
	background:#f2f2f2;
	padding: 45px 0;
	text-align:center;
}
section.block_13 .title {
	font-size:36px;
	text-align:center;
	margin: 0 0 28px 0;
}
section.block_13 .sub_title {
	font-size:18px;
    line-height: 28px;
	/*margin: 0 0 40px 0;*/
}
.title.lg {
	font-size: 36px !important;
}
.questions {
	margin: 0 auto;
	width: 960px;
}
.question {
	color: #363636;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 19px;
}
.question_title {
	background-color: #f1f1f1;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	padding: 10px 46px 10px 16px;
	position: relative;
}
.question_title:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 7px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background: url(../img/arrow_down.png) 0 0 no-repeat;
}
.question.opened .question_title:after {
	background: url(../img/arrow_up.png) 0 0 no-repeat;
}
.question_content {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	/*box-shadow: 0 -1px 0 rgba(1,2,2,.05);*/
	margin-top: -1px;
	padding: 12px 16px;
	display: none;
}
footer {
	width:100%;
	/*height:73px;*/
	background:#f2f2f2;
	color:#000;
	font-size:15px;
    line-height: 20px;
	padding: 30px 0;
    text-align: center;
}
footer .phone {
    float: right;
}
footer .policy {
    float: left;
	/*position:absolute;*/
	/*width:100%;*/
	/*text-align:center;*/
	/*left:0;*/
	/*right:0;*/
}
footer .policy span {
    font-family: 'HelveticaNeueCyr-Roman';
}
footer .policy a  {
	color:#fff;
	text-decoration:underline;
}
.none {
    display: none !important;
    visibility: hidden !important;
}
.modal-popup {

}
.modal-popup .container {
	width:840px;
	background:#fff;
	padding:10px;
	float: left;
}
.modal-popup .container .item_image {
	 display:inline-block;
	 vertical-align:middle;
	 width:220px;
 }
fieldset {
    border: none !important;
    /*display: inline-block;*/
}
.item_left .text {
    text-align: center;
    margin-bottom: 20px;
    line-height:28px;
}
#send_form_change fieldset, #send_form_complain fieldset, #send_form_control fieldset {
    display: block;
}

.modal-popup .container .item_left {
	/*float: left;*/
	/*width: 62.5%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }
.modal-popup .container .item_right {
	float: left;
	width: 37.5%;
	padding-left: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }
.modal-popup .container .item_image img {
	/*width:200px;*/
    height: 250px;
}
.modal-popup .container .item_rev {
	display:inline-block;
	vertical-align:middle;
	width:315px;
	text-align:left;
	color:#888888;
	line-height:24px;
}
.modal-popup .container .item_rev .item_name {
	font-size:24px;

	/*margin: 10px 0 20px 0;*/
	color:#3b3b3b;
}
.modal-popup .container .item_rev .item_color {
	text-align:left;
	/*margin: 7px 0 13px 0;*/
	color:#3b3b3b;
    margin-top: 5px;
}
.modal-popup .container .item_rev .item_color .color_select {
	display:inline-block;
	vertical-align:middle;
}
.modal-popup .container .item_rev .item_color .color {
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	border:2px solid #a7a7a7;
	cursor:pointer;
	margin: 0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container .item_rev .item_color .color:hover {
	border:2px solid #383838;
	opacity: 0.5;
	filter: alpha(opacity=50);
	zoom: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container .item_rev .item_color .color.active {
	border:1px solid #383838;
}
.modal-popup .container .item_rev .item_color .gray {
	background:#898989;
}
.modal-popup .container .item_rev .item_color .black {
	background:#000;
}
.modal-popup .container .item_rev .item_color .silver {
	background:#e9e9e9;
}
.modal-popup .container .item_rev .item_color .gold {
	background:#f4bf88;
}
.modal-popup .container .item_rev .item_color .yellow {
	background:#ffef61;
}
.modal-popup .container .item_rev .item_color .blue {
	background:#00afe9;
}
.modal-popup .container .item_rev .item_color .green {
	background:#67e55b;
}
.modal-popup .container .item_rev .item_color .pink {
	background:#ff6969;
}
.modal-popup .container .item_rev .item_color .white {
	background:#e9e9e9;
}
.modal-popup .container .item_old_price {
	text-decoration: line-through;
	color:#3b3b3b;
}
.modal-popup .container .item_new_price {
	font-size:24px;
	color:#c12700;

}
.modal-popup .container .item_rev .item_order_button {
	display:block;
	margin: 17px auto 0 auto;
	width:280px;
	height:40px;
	line-height:40px;
	background:#0080b9;
	border-radius: 4px;
	border:0;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-family: 'Helvetica_thin';
	cursor:pointer;
}
.modal-popup .container .item_rev .item_order_button:hover {
	background:#0fabf0
}
.modal-popup .container .line {
	border-top:1px solid #d2d2d2;
	margin:15px 0;
}
.modal-popup > .container > .text {
	display:inline-block;
	vertical-align:top;
	width:230px;
	line-height:20px;
}
.modal-popup .container .text div {
	font-size:18px;

}
.modal-popup .container .text span {
	color:#c12700;

}
.modal-popup .container .form_field {
	margin-bottom: 14px;
	position: relative;
}
.modal-popup .container .form_field.has-icon {
	padding-right: 25px;
}
.modal-popup .container .form_field.has-icon:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.modal-popup .container .form_field.has-icon.date:after {
	background:#f2f2f2 url(../img/calendar.png) 0 0 no-repeat;
	width: 16px;
	height: 17px;
}
.modal-popup .container .form_field.has-icon.time:after {
	background:#f2f2f2 url(../img/clock.png) 0 0 no-repeat;
	width: 14px;
	height: 15px;
}
.modal-popup .container .form_legend {
	margin-bottom: 12px;
	color: #3a3a3a;
	font-size: 16px;
}
.modal-popup .container .form_text {
	/*display:inline-block;
	vertical-align:top;
	width:290px;*/
    width: 264px;
	font-size:18px;
	margin: 0 auto 20px;
}
.modal-popup .container .form_text input[type="text"],
.modal-popup .container .form_text textarea,
.form_select {
	display:block;
	margin: 0 0 0 0;
	width:100%;
	height:40px;
	line-height:38px;
	font-size:14px;
	color: #3b3b3b;
	font-family: 'Open Sans';
	/*border:1px solid #b9b9b9;*/
	background:transparent;
	/*border-radius: 4px;*/
    border: none;
	padding:0 18px;
	outline:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-popup .container .form_text textarea {
	padding: 10px 18px;
	line-height: normal;
	height: 80px;
	resize: none;
}

.modal-popup .container .form_text ::-webkit-input-placeholder {color:#acacac;}
.modal-popup .container .form_text ::-moz-placeholder          {color:#acacac; opacity: 1;}/* Firefox 19+ */
.modal-popup .container .form_text :-moz-placeholder           {color:#acacac; opacity: 1;}/* Firefox 18- */
.modal-popup .container .form_text :-ms-input-placeholder      {color:#acacac;}

.modal-popup .container .form_text input[type="text"]:focus {
	border:1px solid #ebebeb;
	box-shadow: 0 0 5px #0080b9;
	background:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container .form_text input.inline {
	display: inline-block;
	vertical-align: middle;
	width: 121px;
}
.modal-popup .container .form_sep {
	vertical-align: middle;
	font-size: 18px;
	margin: 0 4px;
}

.form_select {
	cursor: default;
	color: #3b3b3b;
}

.form_select select {
	/*display: none;*/
}
/*.form_select.jq-selectbox {*/
	/*padding: 0;*/
/*}*/
/*.form_select .jq-selectbox__select {*/
	/*position: relative;*/
	/*padding: 0 18px;*/
/*}*/
/*.form_select .jq-selectbox__select-text {*/
	/*width: 100% !important;*/
/*}*/
/*.form_select .jq-selectbox__select-text.placeholder {*/
	/*color: #acacac;*/
/*}*/
/*.form_select .jq-selectbox__trigger {*/
	/*height: 100%;*/
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 0;*/
	/*width: 40px;*/
/*}*/
/*.form_select .jq-selectbox__trigger-arrow {*/
	/*background:#f2f2f2 url(../img/caret.png) 0 0 no-repeat;*/
	/*width: 10px;*/
	/*height: 7px;*/
	/*position: absolute;*/
	/*top: 0;*/
	/*bottom: 0;*/
	/*right: 0;*/
	/*left: 0;*/
	/*margin: auto;*/
/*}*/
/*.form_select .jq-selectbox__dropdown {*/
	/*background-color: #ffffff;*/
	/*border: 1px solid #b8b8b8;*/
	/*width: 100%;*/
	/*-webkit-box-sizing: content-box;*/
	/*-moz-box-sizing: content-box;*/
	/*box-sizing: content-box;*/
	/*margin-left: -1px;*/
	/*-webkit-border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	/*border-radius: 4px;*/
	/*overflow: hidden;*/
	/*!*margin-bottom: -2px;*/
	/*margin-top: -2px;*!*/
/*}*/
.form_select .jq-selectbox__dropdown > ul {
	/*overflow: hidden !important;*/
}
.form_select li {
	border: 1px solid transparent;
	color: #888888;
	line-height: 30px;
	margin-left: -1px;
	margin-right: -1px;
	padding: 0 18px;
	position: relative;
}
.form_select li:first-child {
	/*margin-top: -1px;*/
	border-top: none;
}
.form_select li:last-child {
	/*margin-bottom: -1px;*/
	border-bottom: none;
}
.form_select li.selected,
.form_select li:hover {
	background-color: #e8e8e8;
	border-color: #c8c8c8;
	color: #3b3b3b;
}
.delivery-to > * {
	display: none;
}
.delivery-to input,
.delivery-to textarea {
	display: block !important;
}

[data-tooltip] {
	position: relative;
}
[data-tooltip]:before {
	content: attr(data-tooltip);
	left: 30%;
	color: #878787;
	font-size: 12px;
	font-family: "PT Sans", sans-serif;
	padding: 7px 9px;
	position: absolute;
	top: 50%;
	/*transform: translate(-50%, 35px);*/
	transition: all 0.08s ease-out 0.2s;
	visibility: hidden;
	opacity: 0;
	white-space: nowrap;
	z-index: 100;
	width: 140px;
	border-radius: 4px / 6px;
	background-color: #f9f9f9;
	border: 1px solid #d3d3d4;
}
[data-tooltip=""]:before {
	display: none;
}
[data-tooltip]:hover:before {
	opacity: 1;
	visibility: visible;
}
.form_field.date[data-tooltip][data-date]:before {
	content: attr(data-tooltip) " " attr(data-date);
	left: auto;
	right: 32px;
	transform: translateY(-50%);
	pointer-events: none;
}
.form_field.date[data-tooltip][data-date=""]:before {
	display: none;
}

.ui-widget.ui-widget {
	font-family: "Open Sans",sans-serif;
	color: #3a3a3a;
	font-size: 12px;
	border-radius: 0;
}
.ui-datepicker.ui-datepicker {
	padding: 0;
	width: 150px;
	border: 1px solid #d0d0d0;
	/*margin-left: 307px;
	margin-top: -35px;*/
}
.ui-datepicker-header.ui-datepicker-header {
	padding: 0;
	border: none;
	border-bottom: 1px solid #d0d0d0;
	background-color: #dbdbdb;
	border-radius: 0;
}
.ui-datepicker-title.ui-datepicker-title {
	line-height: 19px;
	color: #383838;
	font-size: 13px;
	font-weight: normal;
}

.ui-datepicker.ui-datepicker td {
	padding: 0;
}
.ui-state-default.ui-state-default {
	background: none;
	color: #383838;
	border: 1px solid #d0d0d0 !important;
	text-align: center;
}
.ui-state-default.ui-state-active {
	color: #197fb5;
}
.ui-datepicker.ui-datepicker th {
	background-color: #e7e7e7;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 100%);
	color: #3a3a3a;
	padding: 4px 0;
	font-size: 7px;
	text-transform: uppercase;
}
.ui-datepicker-year {
	display: none;
}

.ui-datepicker-prev.ui-datepicker-prev,
.ui-datepicker-next.ui-datepicker-next {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 19px;
	position: absolute;
	top: 0;
	width: 19px;
	border: none !important;
	cursor: pointer;
}

.ui-datepicker-prev.ui-datepicker-prev {
	background:transparent url(../img/arrow_left.png) center center no-repeat;
	left: 0;
}
.ui-datepicker-next.ui-datepicker-next {
	background:transparent url(../img/arrow_right.png) center center no-repeat;
	right: 0;
}
.ui-datepicker-calendar.ui-datepicker-calendar {
	margin: 0;
}

.modal-popup .container .delivery-self {
	color: #3a3a3a;
	font-size: 16px;
	border-left: 2px solid #197fb5;
	padding-left: 10px;
	margin-top: 14px;
}

.modal-popup .container .form_text button {
	display:block;
	/*margin: 15px 0 0 0px;*/
	width: 100%;
	/*height:40px;*/
	/*line-height:40px;*/
	/*background:#0080b9;*/
	/*border-radius: 4px;*/
	/*border:0;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*font-size:24px;*/
	/*font-family: 'Helvetica_thin';*/
	/*cursor:pointer;*/
}
.modal-popup .container .form_text button:hover {
	/*background:#0fabf0*/
}
.modal-popup .container.small {
	width:260px;
	background:#fff;
	padding:10px;
}
.modal-popup .container.small .title {
	text-align:center;
	font-size:18px;

	margin: 0 0 20px 0;
}
.modal-popup .container.small .title div {
	color:#a0a0a0;
	font-size:14px;
}
.modal-popup .container.small input[type="text"] {
	display:block;
	margin: 0px 0 20px 0;
	width:230px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#aeaeae;
	font-family: 'Open Sans';
	border:1px solid #cfcfcf;
	background:#f5f5f5;
	border-radius: 4px;
	padding:0 12px;
	outline:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container.small input[type="text"]:focus {
	border:1px solid #ebebeb;
	box-shadow: 0 0 5px #0080b9;
	background:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container.small button {
	display:block;
	margin: 15px 0 0 0px;
	width:255px;
	height:40px;
	line-height:40px;
	background:#0080b9;
	border-radius: 4px;
	border:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: 'Helvetica_thin';
	cursor:pointer;
}
.modal-popup .container.small button:hover {
	background:#0fabf0
}
.modal-popup .container.medium {
	width:515px;
	background:#fff;
	padding:10px;
}
.modal-popup .container.medium .title {
	font-size:18px;
	text-align:center;

}
.modal-popup .container.medium input[type="text"] {
	display:block;
	margin: 0px 0 20px 0;
	width:490px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#aeaeae;
	font-family: 'Open Sans';
	border:1px solid #cfcfcf;
	background:#f5f5f5;
	border-radius: 4px;
	padding:0 12px;
	outline:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container.medium input[type="text"]:focus, .modal-popup .container.medium textarea:focus {
	border:1px solid #ebebeb;
	box-shadow: 0 0 5px #0080b9;
	background:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container.medium textarea {
	display:block;
	margin: 0px 0 20px 0;
	width:490px;
	height:90px;
	line-height:40px;
	font-size:14px;
	color:#aeaeae;
	font-family: 'Open Sans';
	border:1px solid #cfcfcf;
	background:#f5f5f5;
	border-radius: 4px;
	padding:0 12px;
	outline:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-popup .container.medium button {
	display:block;
	margin: 0 auto;
	width:255px;
	height:40px;
	line-height:40px;
	background:#0080b9;
	border-radius: 4px;
	border:0;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: 'Helvetica_thin';
	cursor:pointer;
}
.modal-popup .container.medium button:hover {
	background:#0fabf0
}
input.error,
textarea.error,
select.error + .jq-selectbox__select, .field_upload.error {
	border:1px solid #ff0000 !important;
	box-shadow: 0 0 5px #ff0000 !important;
	/*background:#ffffff;*/
	-webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.open_select_error {
    /*border:1px solid #ff0000 !important;*/
    box-shadow: 0 0 5px #ff0000 !important;
    /*background:#ffffff;*/
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
/*.jq-selectbox.error {
	box-shadow: 0 0 5px #ff0000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
.container {
	width:960px;
	margin: 0 auto;
	padding: 8% 0 0 0;
}
.container .image {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
    height: 603px;
    background: url(../img/thk_page_bg.jpg) center top no-repeat;
    background-size: 87%;
}
.container.thanks {
    position: relative;
    text-align: center;
}
.container .texts {
    display: inline-block;
    vertical-align: middle;
    font-family: MyriadSetPro;
    width: 516px;
    color: #383838;
    font-size: 20px;
    line-height: 30px;
    /*margin: 0 0 0 80px;*/
    /*position: absolute;*/
    /*right: -4%;*/
}
.container .texts div {
	font-size:36px;
	color:#383838;
	margin: 0 0 30px 0;
}
.container .texts p {
	margin: 0 0 40px 0;
}
.container .texts a {
	/*display:block;*/
	/*width:300px;*/
	/*height:40px;*/
	/*line-height:40px;*/
	/*background:#0080b9;*/
	/*border-radius: 4px;*/
	/*border:0;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*font-size:18px;*/
	/*font-family: 'Helvetica_thin';*/
	/*cursor:pointer;*/
}
.container .texts a:hover {
	/*background:#0fabf0;*/
	text-decoration:none;
}

.active_color {
    border: 2px solid #c12700 !important;
}
.working_c {
    display: block;
    margin: 50px auto 40px auto;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #919191;
    border-radius: 4px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica_thin';
    cursor: pointer;
}
.working_c:hover {
    text-decoration: none;
    background: #4C4A4A;
}

.modal-popup .container.change {
    width: 515px;
    background: #fff;
    padding: 10px;
}
.modal-popup .container.change .title {
    text-align: center;
    font-size: 18px;
}

.modal-popup .container.change .change_send, .modal-popup .container.change .complain_send, .modal-popup .container.change .control_send {
    display: block;
    margin: 0 auto;
    width: 255px;
    height: 40px;
    line-height: 40px;
    background: #0080b9;
    border-radius: 4px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica_thin';
    cursor: pointer;
}

.animate-infScale
{
    -webkit-animation-name:infScale;
    animation-name:infScale;
    -webkit-animation-duration:10s;
    animation-duration:10s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}

@-webkit-keyframes infScale
{
    0%
    {
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    2.5%
    {
        -webkit-transform:scale3d(1.05,1.05,1.05);
        transform:scale3d(1.05,1.05,1.05)
    }
    5%
    {
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    100%
    {
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }

}
@keyframes infScale {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    2.5% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    5% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.animated
{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite
{
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animated.hinge
{
    -webkit-animation-duration:2s;
    animation-duration:2s
}
.animated.bounceIn,.animated.bounceOut
{
    -webkit-animation-duration:.75s;
    animation-duration:.75s
}
.animated.flipOutX,.animated.flipOutY
{
    -webkit-animation-duration:.75s;
    animation-duration:.75s
}
@-webkit-keyframes bounceIn
{
    0%,20%,40%,60%,80%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    20%
    {
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    40%
    {
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    60%
    {
        opacity:1;
        -webkit-transform:scale3d(1.03,1.03,1.03);
        transform:scale3d(1.03,1.03,1.03)
    }
    80%
    {
        -webkit-transform:scale3d(.97,.97,.97);
        transform:scale3d(.97,.97,.97)
    }
    100%
    {
        opacity:1;
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }

}
@keyframes bounceIn
{
    0%,20%,40%,60%,80%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:scale3d(.3,.3,.3);
        transform:scale3d(.3,.3,.3)
    }
    20%
    {
        -webkit-transform:scale3d(1.1,1.1,1.1);
        transform:scale3d(1.1,1.1,1.1)
    }
    40%
    {
        -webkit-transform:scale3d(.9,.9,.9);
        transform:scale3d(.9,.9,.9)
    }
    60%
    {
        opacity:1;
        -webkit-transform:scale3d(1.03,1.03,1.03);
        transform:scale3d(1.03,1.03,1.03)
    }
    80%
    {
        -webkit-transform:scale3d(.97,.97,.97);
        transform:scale3d(.97,.97,.97)
    }
    100%
    {
        opacity:1;
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }

}
.bounceIn
{
    -webkit-animation-name:bounceIn;
    animation-name:bounceIn
}
@-webkit-keyframes bounceInDown
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-3000px,0);
        transform:translate3d(0,-3000px,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(0,25px,0);
        transform:translate3d(0,25px,0)
    }
    75%
    {
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    90%
    {
        -webkit-transform:translate3d(0,5px,0);
        transform:translate3d(0,5px,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
@keyframes bounceInDown
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-3000px,0);
        transform:translate3d(0,-3000px,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(0,25px,0);
        transform:translate3d(0,25px,0)
    }
    75%
    {
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    90%
    {
        -webkit-transform:translate3d(0,5px,0);
        transform:translate3d(0,5px,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
.bounceInDown
{
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(-3000px,0,0);
        transform:translate3d(-3000px,0,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(25px,0,0);
        transform:translate3d(25px,0,0)
    }
    75%
    {
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    90%
    {
        -webkit-transform:translate3d(5px,0,0);
        transform:translate3d(5px,0,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
@keyframes bounceInLeft
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(-3000px,0,0);
        transform:translate3d(-3000px,0,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(25px,0,0);
        transform:translate3d(25px,0,0)
    }
    75%
    {
        -webkit-transform:translate3d(-10px,0,0);
        transform:translate3d(-10px,0,0)
    }
    90%
    {
        -webkit-transform:translate3d(5px,0,0);
        transform:translate3d(5px,0,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
@-webkit-keyframes fadeInDownBig
{
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
    100%
    {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }

}
@keyframes fadeInDownBig
{
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(0,-2000px,0);
        transform:translate3d(0,-2000px,0)
    }
    100%
    {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }

}
.fadeInDownBig
{
    -webkit-animation-name:fadeInDownBig;
    animation-name:fadeInDownBig
}
.bounceInLeft
{
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(3000px,0,0);
        transform:translate3d(3000px,0,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(-25px,0,0);
        transform:translate3d(-25px,0,0)
    }
    75%
    {
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
    90%
    {
        -webkit-transform:translate3d(-5px,0,0);
        transform:translate3d(-5px,0,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
@keyframes bounceInRight
{
    0%,60%,75%,90%,100%
    {
        -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
        animation-timing-function:cubic-bezier(.215,.61,.355,1)
    }
    0%
    {
        opacity:0;
        -webkit-transform:translate3d(3000px,0,0);
        transform:translate3d(3000px,0,0)
    }
    60%
    {
        opacity:1;
        -webkit-transform:translate3d(-25px,0,0);
        transform:translate3d(-25px,0,0)
    }
    75%
    {
        -webkit-transform:translate3d(10px,0,0);
        transform:translate3d(10px,0,0)
    }
    90%
    {
        -webkit-transform:translate3d(-5px,0,0);
        transform:translate3d(-5px,0,0)
    }
    100%
    {
        -webkit-transform:none;
        transform:none
    }

}
.bounceInRight
{
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight
}
@-webkit-keyframes flipInY
{
    0%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
        transform:perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
        transform:perspective(400px) rotate3d(0,1,0,10deg);
        opacity:1
    }
    80%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
        transform:perspective(400px) rotate3d(0,1,0,-5deg)
    }
    100%
    {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }

}
@keyframes flipInY
{
    0%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);
        transform:perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }
    40%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);
        transform:perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    60%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);
        transform:perspective(400px) rotate3d(0,1,0,10deg);
        opacity:1
    }
    80%
    {
        -webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);
        transform:perspective(400px) rotate3d(0,1,0,-5deg)
    }
    100%
    {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }

}
.flipInY
{
    -webkit-backface-visibility:visible!important;
    backface-visibility:visible!important;
    -webkit-animation-name:flipInY;
    animation-name:flipInY
}
@-webkit-keyframes slideInDown
{
    0%
    {
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    100%
    {
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }

}
@keyframes slideInDown
{
    0%
    {
        -webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    100%
    {
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }

}
.slideInDown
{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@-webkit-keyframes shake
{
    0%,100%
    {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    10%,30%,50%,70%,90%
    {
        -webkit-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    20%,40%,60%,80%
    {
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }

}
@keyframes shake
{
    0%,100%
    {
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    10%,30%,50%,70%,90%
    {
        -webkit-transform:translateX(-10px);
        -ms-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    20%,40%,60%,80%
    {
        -webkit-transform:translateX(10px);
        -ms-transform:translateX(10px);
        transform:translateX(10px)
    }

}
.shake
{
    -webkit-animation-name:shake;
    animation-name:shake;
    -webkit-animation-duration:.4s;
    animation-duration:.4s
}

.load_doc {
    position: relative; /* Ãâ€ÃÂ°ÃÂµÃÂ¼ ÃÂ²ÃÂ¾ÃÂ·ÃÂ¼ÃÂ¾ÃÂ¶ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ ÃÂ´ÃÂµÃÂ»ÃÂ°Ã‘â€šÃ‘Å’ ÃÂ¿ÃÂ¾ÃÂ·ÃÂ¸Ã‘â€ ÃÂ¸ÃÂ¾ÃÂ½ÃÂ¸Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂµ, ÃÂ²ÃÂ½Ã‘Æ’Ã‘â€šÃ‘â‚¬ÃÂ¸ ÃÂ´ÃÂ°ÃÂ½ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ° */
    overflow: hidden; /* Ãâ€™Ã‘ÂÃÂµ Ã‘â€¡Ã‘â€šÃÂ¾ ÃÂ²Ã‘â€¹Ã‘â€¦ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€š ÃÂ·ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂµÃÂ´ÃÂµÃÂ»Ã‘â€¹ - Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ */
    display: block;
    margin: 0px auto 0px auto;
    width: 255px;
    height: 40px;
    line-height: 40px;
    background: #919191;
    border-radius: 4px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica_thin';
    cursor: pointer;
}
.load_doc:hover {
    text-decoration: none;
    background: #4C4A4A;
}

.field_upload {
    position: relative; /* Ãâ€ÃÂ°ÃÂµÃÂ¼ ÃÂ²ÃÂ¾ÃÂ·ÃÂ¼ÃÂ¾ÃÂ¶ÃÂ½ÃÂ¾Ã‘ÂÃ‘â€šÃ‘Å’ ÃÂ´ÃÂµÃÂ»ÃÂ°Ã‘â€šÃ‘Å’ ÃÂ¿ÃÂ¾ÃÂ·ÃÂ¸Ã‘â€ ÃÂ¸ÃÂ¾ÃÂ½ÃÂ¸Ã‘â‚¬ÃÂ¾ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂµ, ÃÂ²ÃÂ½Ã‘Æ’Ã‘â€šÃ‘â‚¬ÃÂ¸ ÃÂ´ÃÂ°ÃÂ½ÃÂ½ÃÂ¾ÃÂ³ÃÂ¾ Ã‘ÂÃÂ»ÃÂµÃÂ¼ÃÂµÃÂ½Ã‘â€šÃÂ° */
    overflow: hidden; /* Ãâ€™Ã‘ÂÃÂµ Ã‘â€¡Ã‘â€šÃÂ¾ ÃÂ²Ã‘â€¹Ã‘â€¦ÃÂ¾ÃÂ´ÃÂ¸Ã‘â€š ÃÂ·ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂµÃÂ´ÃÂµÃÂ»Ã‘â€¹ - Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ */
    display: block;
    margin: 0px auto 40px auto;
    width: 255px;
    height: 40px;
    line-height: 40px;
    background: #919191;
    border-radius: 4px;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Helvetica_thin';
    cursor: pointer;
}
.field_upload:hover {
    background: #4C4A4A;
}
.field_upload input[type="file"]{
    display: none; /* ÃÅ¾ÃÂ±Ã‘ÂÃÂ·ÃÂ°Ã‘â€šÃÂµÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ Ã‘ÂÃÂºÃ‘â‚¬Ã‘â€¹ÃÂ²ÃÂ°ÃÂµÃÂ¼ ÃÂ½ÃÂ°Ã‘ÂÃ‘â€šÃÂ¾Ã‘ÂÃ‘â€°ÃÂ¸ÃÂ¹ Input File */
}
.field_upload label {
    /* ÃÂ ÃÂ°Ã‘ÂÃ‘â€šÃ‘ÂÃÂ³ÃÂ¸ÃÂ²ÃÂ°ÃÂµÃÂ¼ label ÃÂ½ÃÂ° ÃÂ²Ã‘ÂÃ‘Å½ ÃÂ²ÃÂ¾ÃÂ·ÃÂ¼ÃÂ¾ÃÂ¶ÃÂ½Ã‘Æ’Ã‘Å½ ÃÂ¿ÃÂ»ÃÂ¾Ã‘â€°ÃÂ°ÃÂ´Ã‘Å’ ÃÂ±ÃÂ»ÃÂ¾ÃÂºÃÂ° .file-upload */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.field_upload span {
    line-height: 36px; /* Ãâ€ÃÂµÃÂ»ÃÂ°ÃÂµÃÂ¼ ÃÂ²ÃÂµÃ‘â‚¬Ã‘â€šÃÂ¸ÃÂºÃÂ°ÃÂ»Ã‘Å’ÃÂ½ÃÂ¾ÃÂµ ÃÂ²Ã‘â€¹Ã‘â‚¬ÃÂ°ÃÂ²ÃÂ½ÃÂ¸ÃÂ²ÃÂ°ÃÂ½ÃÂ¸ÃÂµ Ã‘â€šÃÂµÃÂºÃ‘ÂÃ‘â€šÃÂ°, ÃÂºÃÂ¾Ã‘â€šÃÂ¾Ã‘â‚¬Ã‘â€¹ÃÂ¹ ÃÂ½ÃÂ°ÃÂ¿ÃÂ¸Ã‘ÂÃÂ°ÃÂ½ ÃÂ½ÃÂ° ÃÂºÃÂ½ÃÂ¾ÃÂ¿ÃÂºÃÂµ */
}

.main_text {
	display: none;
}


section.block_1 .main_text span.no_red {
	color: inherit;
}
.market {
	background: url("../img/yamarket_03.png") 0 0 no-repeat;
	width: 88px;
	height: 31px;
	display: block;
	float: right;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}
.market:hover {
	background: url("../img/yamarket_active_03.png") 0 0 no-repeat;
}
header .contact {
	/*margin-right: 103px;*/
}
#map {
    height: 600px;
    /*margin-top: 64px;*/
}
#frmChPhone img {
    margin: 0 auto;
}
@media screen and (max-width: auto) {
    .menu li a {
        font-size: 10px;
    }
    header .phone {
        margin-left: 0px;
        font-size: 10px;
    }
    header .logo {
        margin-right: 66px;
    }
}

.order {
    padding-top: 100px;
    margin-bottom: 142px;
    /*min-height: 700px;*/
}
.order h1 {
    font-size: 26px;
    text-align: center;
    line-height: 48px;
    margin: 0 0 19px 0;
}
.order .sub_title {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: url(../img/sub_title_bg.png) center center repeat-x;
}
.order .sub_title span {
    font-size: 24px;
    color: #a2a2a2;
    background: #fff;
    padding: 0 15px;
}
.order #frmOrderPhone {
    display: block;
    margin-top: 56px;
}

.modal-popup .container .form_text .back:hover {
    text-decoration: none;
    background: #9f9f9f;
    /*color: #fff;*/
}
.order_btn {
    font-family: inherit;
}
.modal-popup .container .form_text .back {
    display: block;
    /*margin: 15px 0 0 0px;*/
    width: 93%;
    /*height: 40px;*/
    /*line-height: 40px;*/
    background: #c2c2c2;
    /*border-radius: 4px;*/
    /*border: 0;*/
    text-align: center;
    /*color: #383838;*/
    /*font-size: 24px;*/
    /*font-family: 'Helvetica_thin';*/
    /*cursor: pointer;*/
}
.item_rev .item_name {
    display: inline-block;
    vertical-align: middle;
}
.item_rev .color_n {
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 24px;
    margin: 10px 0 20px 0;
    color: #3b3b3b;
}

.no_color.error {
    color: #ff0000;
}
.oft {
    font-size: 16px;
}
.no_valid {
    background: #FFC6C6 !important;
    cursor: inherit !important;
}
footer {
    clear: both;
}

#block_1 {
    background: linear-gradient(to top, #f3f4f4 0%, #fff 25%, #fff 100%);
    overflow: hidden;
}
#block_1 .inner {
    position: relative;
}
#block_1 .title {
    text-align: center;
    font-size: 43px;
    width: 597px;
    padding: 367px 0 13px 0;
    font-family: 'MyriadSetPro'; }
#block_1 .img2 {
    position: absolute;
    left: 225px;
    top: -459px;
    z-index: 99;
    opacity: 0; }
#block_1 .img2 img {
    width: 100%; }
#block_1 .img3 {
    position: relative;
    top: 700px;
    text-align: center;
    opacity: 0;
    z-index: 99; }
#block_1 .img {
    opacity: 0;
    position: absolute;
    right: -210px;
    top: -329px; }

#block_1 .bottom_phone img {
    width: 100%;
}
#block_1 .bottom_phone {
    /*display: none;*/
    width: 26%;
    /*width: 456px;*/
    opacity: 0;
    bottom: -68px;
    /*margin-bottom: 57%;*/
    margin-left: auto;
    margin-right: auto;
}
#block_1 .subtitle button {
    display: block;
    margin: 25px auto 0;
}
#block_1 .subtitle {
    text-align: center;
    display: none;
    font-size: 30px;
    color: #838383;
    /*width: 570px;*/
    font-family: 'MyriadSetPro';
    /*margin: 230px auto 0;*/
    /*padding-top: 230px;*/
    padding-top: 6%;
}

.know-more:hover, .buy:hover {
    background: linear-gradient(to top, #4bb0e3, #2898d2);
}
.know-more {
    text-transform: uppercase;
}
.know-more, .buy {
    font-family: MyriadSetPro;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    background: #2898d2;
    background: linear-gradient(to top, #2898d2, #4bb0e3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: normal !important;
    border-radius: 4px;
}
.buy {
    text-transform: uppercase;
}
.form_text .order_btn {
    margin-top: 0px;
}
.thanks .back {
}

.pref {
    border: 2px solid #a2a2a2;
    /*border: 2px solid #000000;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 31px;
    width: 36px;
    margin-top: 5px;
    /*margin-left:*/
}
.form_field {
    height: 40px;
}
.dropdown {
    border: none !important;
    height: 38px !important;
}
.modal-popup .container .form_field {
    border: 1px solid #b9b9b9 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.dropdown .selected, .dropdown li {
    font-size: 16px !important;
}
.delivery-address {
    margin-bottom: 10px;
}
.public {
    line-height: 30px;
}
.preorder-btn {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	background: url(img/preorder-btn-unfocus.png) no-repeat 0 0;
	width: 212px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 9px 0;
	margin-top: 7px;
}
.preorder-btn:hover {
	background: url(img/preorder-btn-focus.png) no-repeat 0 0;
}
.preorder-btn:active {
	background: url(img/preorder-btn-on.png) no-repeat 0 0;
}
.callspec-btn {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	background: url(img/callspec-btn-unfocus.png) no-repeat 0 0;
	width: 314px;
	height: 29px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto 33px;
	padding: 9px 0;
}
.callspec-btn:hover {
	background: url(img/callspec-btn-focus.png) no-repeat 0 0;
}
.callspec-btn:active {
	background: url(img/callspec-btn-unfocus.png) no-repeat 0 0;
}
.preorder-bigbtn {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight: 700;
	display: block;
	background: url(img/preorder-bigbtn-unfocus.png) no-repeat 0 0;
	width: 275px;
	height: 39px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	padding: 11px 0;
	margin-top: 14px;
}
.preorder-bigbtn:hover {
	background: url(img/preorder-bigbtn-focus.png) no-repeat 0 0;
}
.preorder-bigbtn:active {
	background: url(img/preorder-bigbtn-on.png) no-repeat 0 0;
}
.preorder-bigestbtn {
	color: #010506;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	display: block;
	background: url(img/preorder-bigestbtn-unfocus.png) no-repeat 0 0;
	width: 363px;
	height: 48px;
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
	padding: 14px 0;
}
.preorder-bigestbtn:hover {
	background: url(img/preorder-bigestbtn-focus.png) no-repeat 0 0;
}
.preorder-bigestbtn:active {
	background: url(img/preorder-bigestbtn-unfocus.png) no-repeat 0 0;
}

.counter-wrapper {
	margin: 0 auto;
	width: 466px;
}
.cntSeparator {
	font-size: 54px;
	margin: 10px 7px;
	color: #000;
}
.timer-desc {
	margin: 5px 0;
}
.timer-desc div {
	float: left;
	font-family: 'Open Sans', sans-serif;
	width: 105px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #747474;
	text-transform: uppercase;
}


/*feedback*/
.popup_bg{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #211722;
    z-index: 2000;
    display: none;
    cursor: pointer;
    opacity: 0.75;
}

.popup_window{
    width: 545px;
    padding: 6px;
    background: #ffffff;
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    left:50%;
    top: 20px;
    margin-left: -280px;
    position: absolute;
    z-index: 2001;
    display: none;
}

.popup_window__title{
    height: 47px;
    padding-top: 30px;
    text-align: center;
    color: rgb(1, 5, 6);
    font-family: MyriadSetPro;
    font-size: 24px;
}

.popup_window__content{
	/*
    border: 4px solid #f6f6f6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
    background: #ffffff;
    */
    text-align: center;
}

.popup_window__input{
	/*
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 29px;
    border:1px solid #000;
    padding: 5px;
    */
	border: 1px solid #CACACA;
	width: 396px;
	height: 40px;
	color: #8C8C8C;
	font-family: MyriadSetPro;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}

.popup_window__input.valid_field,
.static_window__input.valid_field{

}

.error_field{
    border-color: #ff0000 !important;
}
div.error{
    display: none;
    height: 16px;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: 10px;
    color: red;
}

.btn_submit_form {
	color: #ffffff;
	font-family: MyriadSetPro;
	font-size: 16px;
	background: linear-gradient(to top, #2898d2, #4bb0e3);
	/* font-weight: 700; */
	display: block;
	text-transform: uppercase;
	/* background: url(img/popup-btn-unfocus.png) no-repeat 0 0; */
	width: 275px;
	height: 40px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	margin: 20px auto;
	border: 0;
	/* padding-bottom: 6px; */
}


.btn_submit_form:hover {
	/* background: url(img/popup-btn-focus.png) no-repeat 0 0; */
	background: linear-gradient(to top, #2898d2, #4bb0e3);
}
.btn_submit_form:active {
	background: url(img/popup-btn-unfocus.png) no-repeat 0 0;
}


/*end feedback*/

.products .wrapper p {
	line-height: 17px;
	margin-bottom: 4px;
}
.howto .wrapper .note {
	width: 540px;
	float: left;
	margin-right: 52px;
	margin-left: 26px;
}
.howto .wrapper .note h5, .howto .wrapper .interesting h5 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
} 
.pledge_car {
    background-image: url(../i/car_.png);
    background-position: center -8px;
}
.type_of_pledge_active {
    border: 2px solid transparent;
    background-color: #d5d5d5;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3) inset;
}
.type_of_pledge {
    display: inline-block;
    width: 100px;
    height: 85px;
    background-repeat: no-repeat;
    /* border: 2px solid transparent; */
    margin: 0 10px;
    text-align: center;
    color: #878683;
    padding-top: 55px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 11px;
    border: 2px solid transparent;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


