

/* Start:/bitrix/templates/crownthai/components/bitrix/sale.basket.basket.line/.default/style.css?15773763275081*/
.bx-basket-item-list{display:none;}
#ModalCart{
	display:none;
	position:absolute;
	z-index:1500;
	left:50%;
	padding:20px;
	transform: translateX(-50%);
    background: #fff;	
	border: 1px solid #6c3c1d;
	text-align: center;
	max-width:96%;
}
#ModalCart .madaltitle{
	margin-bottom: 10px;
	font-size:18px;
	font-weight:bold;
	color:#56230b;
	white-space: nowrap;	
}
#ModalCart .path_basket{
	display:none;
}
#ModalCart .madallinks a{
	display:inline-block;
	padding:10px 10px 0px;
}
.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px;font-weight:bold;text-decoration:none;}
.bx-basket-block a:before{content:"";display:inline-block;width:23px;height:20px;background:url('/bitrix/templates/crownthai/components/bitrix/sale.basket.basket.line/.default/images/carts.png') no-repeat;margin-right: 6px;position: relative;top: 2px;} 

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/crownthai/components/bitrix/menu/left/style.css?1543420371479*/

#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	display:none;
}
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	display:block;
}
/* End */


/* Start:/bitrix/templates/crownthai/components/bitrix/menu/bottom/style.css?15392407334416*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/crownthai/components/bitrix/menu/bottom/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/crownthai/components/bitrix/menu/bottom/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/crownthai/components/bitrix/menu/bottom/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/crownthai/styles.css?1560786846690*/
div.bxml-dialog,div.ml-buttons-cont,div.ml-head-cont{height:auto!important}
iframe.bx-editor-iframe {height: auto;max-width: unset;}
#redactor .lotos_title{margin-bottom:50px;font-size:24px;text-align:center;}
#redactor .lotos_title a,#redactor .lotos_title span{color:#060606;font-size: 20px;font-weight: bold;position:relative;display:inline-block;text-decoration:none;border-bottom:1px #56230B solid;padding: 0px 40px 32px;}
#redactor .lotos_title a:after,#redactor .lotos_title span:after{content:"";display:inline-block;width:71px;height:30px; background:#f5d691 url(/bitrix/templates/crownthai/images/yellow_lotus.png) center no-repeat; position:absolute;bottom:-12px;left:50%;transform: translateX(-50%);}

/* End */


/* Start:/bitrix/templates/crownthai/template_styles.css?157417147870094*/
@font-face {
  font-family: 'CorkiRegular';
  src: url('/bitrix/templates/crownthai/fonts/CorkiRegular.eot');
  src: url('/bitrix/templates/crownthai/fonts/CorkiRegular.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/crownthai/fonts/CorkiRegular.woff2') format('woff2'), url('/bitrix/templates/crownthai/fonts/Corki-Regular.woff') format('woff'), url('/bitrix/templates/crownthai/fonts/CorkiRegular.ttf') format('truetype'), url('/bitrix/templates/crownthai/fonts/Corki-Regular.svg#glyphicons_halflingsregular') format('svg');
}
*{-webkit-text-size-adjust: none;outline-style:none !important;-webkit-touch-callout: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{border: 0px;}
*,*:after,*:before {box-sizing: border-box;}
html{font-size:1em;}
html,body {padding: 0px;margin: 0px;width: 100%;font-family: Verdana;}
body{color: #060606;font-family: Verdana;font-size:0.875em;background:#fff}
img {border: none;outline: none;}
a {color:#56230B;text-decoration: underline;}
a:hover {text-decoration: none;}
.container {width:100%;max-width: 1920px;margin: 0px auto;position: relative;background:#180A05 url("/bitrix/templates/crownthai/images/bg_body.jpg") no-repeat bottom center;}
.wrapper{width:92%;max-width:1590px;margin:0px auto;position: relative;}
p {margin:0em 0em 1em;}
.center{text-align:center}
.cell{display:table-cell;vertical-align:top;}
.table{display:table;}
.clear:after{content:"";display:block;clear: both;}
h1{color:#540000;font-weight:bold;text-transform: uppercase;font-size:22px}
h2,.h2{color:#540000;font-weight:bold;text-transform: uppercase;font-size:18px}
h3,.h3{color:#540000;font-weight:bold;text-transform: uppercase;font-size:16px}
.title h1{color:#540000;font-weight:bold;text-transform: uppercase;}
.flex{display:flex;display: -webkit-flex;}
.inline-flex{display:inline-flex;display: -webkit-inline-flex;}
.table{display:table}
.table-row{display:table-row}
.table-cell{display:table-cell}
#title{color:#540000;text-transform: uppercase;font-weight:bold;font-size:18px;margin-bottom:30px;}
#title  h1{font-size:18px;text-transform:initial;}
#title  h1 span{display:block;text-transform:initial;color:#540000;margin-bottom: 8px;}
#header{position:relative;}
#top_header{position:relative;width: 100%; padding-top: 16.35%;}
#top_header .content {position: absolute;top: 0;left:0;bottom: 0;right: 0;background:url("/bitrix/templates/crownthai/images/bg_header.png") no-repeat;background-size:cover; }
#top_header #cart_line{position: absolute;top: 12px;right: 0px;}
#top_header #cart_line .bx-basket-block{font-size:12px;padding:8px 10px; text-align:center;background: url(/bitrix/templates/crownthai/images/bg_top_menu.png) no-repeat 0 0;background-size:100% 100%;}
.sertificat_text{margin:30px 0px}
.bot_gradient{
	border-style:solid;
	border-width:0px 0px 10px 0px;
	border-image: -moz-linear-gradient(right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%); 
	border-image: -webkit-linear-gradient(right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%);
	border-image: linear-gradient(to right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%);
	border-image-slice: 1;	
}
.btn{display:flex;display: -webkit-flex;-webkit-align-items:center; align-items:center;justify-content: center; -webkit-justify-content: center;cursor:pointer;width:275px;height:auto;text-align:center;padding:0px 25px;text-transform: uppercase;color:#1f0000;font:32px CorkiRegular, sans-serif;background:url("/bitrix/templates/crownthai/images/address.png") no-repeat 0 0;background-size:100% 100%}
#top_header .wrapper{z-index:1000;height:100%;display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;align-items: center;align-content: center;}
#logo{display:block;width:28%;max-width:507px;position:relative;z-index: 1000;margin:0px auto 1.3%;}
#logo img{width:100%;height:auto;}
.left_bar{width:18.86%;padding-right:20px;}
.right_bar{width:18.86%;padding-left:20px;}
#taiwan{height:100%;position:absolute;top:0px;left:50%;-webkit-transform: translateX(-50%);-ms-transform:translateX(-50%);transform: translateX(-50%);}
#taiwan a{display:block;height:100%;position:absolute;z-index:1000; top:0px;left:0px;}
#taiwan img{height:100%;width:auto;-webkit-transform: translateX(-17%);-ms-transform:translateX(-17%);transform: translateX(-17%);}
#top{width:100%;text-align:center;position:relative;}
.number{font:2.75em CorkiRegular, sans-serif; color:#ea982a;display:inline-block;} 
#phone_mobile{display:none}
.number span{padding-right: 6px;font-size: 0.85em;position:relative;top:-2px} 
.select-city{position:absolute;z-index: 1000;right:0px;top:50%;-webkit-transform: translateY(-50%);-ms-transform:translateY(-50%); transform: translateY(-50%);} 
.select-city .btn{width:100%;}
.select-city .sl-city-btn.open{position:relative;}
.select-city .btn span{padding:12% 0px;}
.font_m{font: 32px CorkiRegular, sans-serif;}
#top_menu{width:81.14%;float:right;position:relative;}
#top_menu ul {padding:0px;margin:0px;display:flex;display: -webkit-flex; -webkit-justify-content:space-between; justify-content:space-between;}
#top_menu ul li {list-style: none;display:inline-block; position: relative;max-width:195px;width:18%;min-width:130px;text-align: center;margin:0px;}
#top_menu ul li a{display:inline-block;margin:12% 0px;width:100%;text-decoration:none;}
#top_menu ul li img {position: relative;height:auto;width:100%;border-radius: 3px 3px 0px 0px;}
.title-icon {border-radius: 0px 0px 3px 3px;background: url(/bitrix/templates/crownthai/images/bg_top_menu.png) no-repeat 0 0;background-size:100% 100%;color: #540000;font-size: 0.8em;display: block;width:100%;padding:10px 8px;text-transform: uppercase;}
.article{width:100%;display: flex;display: -webkit-flex;}
#top_menu ul li a:hover .title-icon{background-color:#990000;}
#bl_left{position:relative; z-index:100;min-height:1000px;}
#bl_left .menu{width:100%;position:relative} 
.menu ul{margin:0;padding:0;list-style:none;}
.menu > ul > li{position:relative;}
.menu > ul > li:hover .sub{display:block;}
.menu .sub{position:absolute;left:100%;top:0;z-index:3;display:none;}
.menu .sub ul{
	line-height:21px;
	position:relative;
	padding-bottom:3px;	
	background: #fadc95;
	border: 2px #5f2e13 solid;
}
.menu .sub ul li{padding-top:3px;}
.menu .sub ul a{padding:5px 6px 5px 9px;display:block;color:#260103;white-space:nowrap;}
.menu .sub ul a:hover,.menu .sub ul a.active{text-decoration:none}
.sprite-menu{ 
	display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	width:100%;
	max-width:280px;
	height:53px;
	text-align:center; 
    text-transform: uppercase;
	text-decoration:none;
    color: #1f0000;
    background: url(/bitrix/templates/crownthai/images/bg_menu.png) no-repeat 0 0;
    background-size: 100% 100%;
	padding:0px 20px;
	margin:0px auto 16px;
} 
.menu li:first-child .sprite-menu{ 
    background: url(/bitrix/templates/crownthai/images/bg_first_menu.png) no-repeat 0 0;
    background-size: 100% 100%;
	margin-top:-8px;
	padding-top: 8px;
	height:61px;
}
#bl_right img,#bl_center .action img{max-width:100%; height:auto;}
.select-city-drop{text-align:left;position:absolute;left:0px; top:100%; display:none;z-index:99;list-style:none;width:100%;margin:0px;padding:0px;background: #f8e9bc;border: 2px #680a07 solid;} 
.select-city-drop li a{display:block;padding:10px 25px;text-decoration:none;color:#1f0000;font-size:18px;} 
.select-city-drop li a:hover{text-decoration:underline;} 
#SMenu{display:none;}
#bl_center{width:62.28%;padding-bottom: 20px;background:url(/bitrix/templates/crownthai/images/bg_article_bot.jpg) no-repeat bottom center, url(/bitrix/templates/crownthai/images/bg_article_top.jpg) no-repeat top center #f5d691;background-size:100%} 
#section{padding:25px 20px 60px}
#phone{text-align:center;font: 2.8em CorkiRegular, sans-serif; color:#f5d691;}
#phone span{font-size:0.8em;}
#phone div{margin-bottom:10px;}
#bg_left_top{width:100%;max-width:268px;height:171px;background:url(/bitrix/templates/crownthai/images/left_bot.png) no-repeat top center;margin-top:22px;}
ul.breadcrumb-navigation {padding:0px 0px 25px 0px; margin:0px;list-style:none;} 
ul.breadcrumb-navigation li {display:inline;font-size: 12px;} 
ul.breadcrumb-navigation a {font-size: 14px;font-weight: lighter;text-decoration: underline;color:#341d14} 
ul.breadcrumb-navigation .last_item {text-decoration: none;}
.carousel .owl-carousel{margin:30px 0px;}
.carousel .owl-item{position:relative;}
.carousel .owl-item span{display:block;position:absolute;width:100%;bottom:0px;left:0px;background: rgba(0,0,0,0.2);}
.carousel .owl-item span a{display:block;margin:0px 20px;padding:15px 0px;color:#fff;font:17px CorkiRegular, sans-serif;text-decoration:none;text-align: initial;}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev{
	position:absolute;
	top:50%;
	margin-top:-20px;
	background:#ecb11d!important;
	border-radius:4px!important;
	width:40px;
	height:40px;
	cursor:pointer;
	font-size:30px!important;
}
.owl-carousel .owl-nav button.owl-next{
	right:0px;
}
.owl-carousel .owl-nav button.owl-prev{
	left:0px;	
}
.owl-carousel .owl-nav button.owl-next span,.carousel .owl-carousel .owl-nav button.owl-prev span{
	position:relative;
	top:0px;
	left:-2px;
}
.owl-carousel .owl-nav button.owl-prev span{
	left:-1px;
	line-height: 0.5;
}
.owl-carousel .owl-nav button.owl-next span{
	left:1px;
	line-height: 0.5;
}
.Corki{font-family:CorkiRegular, sans-serif;color:#060606;font-size: 30px;text-align:center;text-transform: unset;}
.online-write{ 
	width:100%;
	margin:30px 0px 10px;
	background:url(/bitrix/templates/crownthai/images/bg_top_menu.png) no-repeat 0 0;
	background-size: 100% 100%;
    border-style: solid;
    border-width: 2px;
    border-image: -moz-linear-gradient(right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%);
    border-image: -webkit-linear-gradient(right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%);
    border-image: linear-gradient(to right,#a67118 0%,#f4e291 17%,#a67118 27%,#a67118 75%, #f4e291 88%, #a67118 102%);
    border-image-slice: 1;	
} 
.online-write a{cursor:pointer;display:block;width:100%; height:45px;line-height:45px;text-align:center;text-decoration:none;color:#540000;font-weight: bold;text-transform: uppercase;font-size:12px;} 
a.left_banner.banner_1{background:url(/bitrix/templates/crownthai/images/banner1.png) no-repeat 0px 0px;background-size:cover}
a.left_banner.banner_2{background:url(/bitrix/templates/crownthai/images/banner2.png) no-repeat 0px 0px;background-size:cover}
a.left_banner.banner_3{background:url(/bitrix/templates/crownthai/images/banner3.png) no-repeat 0px 0px;background-size:cover}
a.left_banner.banner_4{background:url(/bitrix/templates/crownthai/images/banner4.png) no-repeat 0px 0px;background-size:cover}
a.left_banner.banner_5{background:url(/bitrix/templates/crownthai/images/banner5.png) no-repeat 0px 0px;background-size:cover}
a.left_banner.banner_6{background:url(/bitrix/templates/crownthai/images/banner6.png) no-repeat 0px 0px;background-size:cover}
a.left_banner{display:block;position:relative;margin-bottom:2px;width: 100%;padding-bottom: 68.39%;border-radius:0px}
/* --a.left_banner  span{padding:10px 8px 10px 0px;display:flex;display: -webkit-flex;-webkit-align-items:flex-start; align-items:flex-start; justify-content: flex-end; -webkit-justify-content: flex-end;text-align:right;position:absolute;bottom:0px;left:0px;width:100%;color:#540000;font-size:0.8em;line-height:1.4;text-transform: uppercase;} --*/
a.left_banner  span{padding:5px 15px; position:absolute;bottom:0px;left:0px;width:100%;color:#540000;font-size:0.8em;line-height:1.4;text-transform: uppercase;}
a.left_banner:hover span{text-decoration:underline}
.online-write.mobil{display:none;}
#footer{text-align:center;padding:45px 0px 35px 0px;}
#footer .slogan{width:100%; color:#ea982a;font: 36px CorkiRegular, sans-serif;text-transform: uppercase;}
#bot_menu{margin:10px 0px 25px;}
#bot_menu, #bot_menu a{color:#ea982a;text-decoration: none;font-family: verdana;}
#bot_menu a{margin:0px 2px;text-transform: uppercase;}
#bot_menu a:hover,#bot_menu a.active{color:#fadc95}
#footer #footer_test{color:#ea982a;font-size:12px;}
#mobil_bar{display:none}
.plasefild{margin:16px 0px;display:flex;display: -webkit-flex;}
.m-left{margin-top:15px; } 
.m-left a img{border:none;} 
.select-city a.moskov{text-decoration:underline;margin-right:40px;} 
.select-city .moskov:hover{text-decoration:none;} 
#Modals .price_bl{display:flex;display: -webkit-flex;padding-left:0px;width:100%;height:28px;line-height:28px;border: 1px #540000 solid;padding: 0px;margin: 10px 1px;}
#Modals .price_bl select,#Modals .price_bl input,#Modals .price_bl span{height:100%;padding: 0px 5px;background: #fadc95;border: 0px;margin:0px;}
#Modals .price_bl span{display:inline-block;width:40px;}
#Modals .price_bl span.rub{display:inline-block;width: 20px;background:#540000}
#Modals .price_bl input[name="q"]{max-width:32px;border-left:1px #540000 solid;text-align:center;font-size:1em;}
#Modals .price_bl .price{height:100%;line-height:28px;width:160px;background:#540000;color:#fde6b0;font-size: 16px;text-align:center}
.reveal-modal-bg {position: fixed;height: 100%;width: 100%;background:rgba(100,100,100,0.5); 	z-index: 100;display: none;top: 0;left: 0; } 	 
.reveal-modal {
	visibility: hidden;
	top:120px;
	left: 50%;
	transform: translateX(-50%);
	width: 84%;
	max-width: 630px;
	background: #fde6b0; 
	position: absolute;
	z-index: 1010;
	padding: 25px 30px 30px 30px;
    border-top:2px #540000 solid;
}
.reveal-modal .plasefild div{width:50%}
.reveal-modal .plasefild div:nth-child(1){
	padding-right:25px;
}
.reveal-modal .plasefild div:nth-child(2){
	padding-left:25px;
}
input{width:100%;padding:0 15px;height:28px;background:#fadc95; border:0px;font-size:13px;color:#000;margin:10px 0px;border:1px #540000 solid} 
select{width:100%;padding:0 5px;height:28px;background:#fadc95; border:0px;font-size:13px;color:#000;margin:10px 0px;border:1px #540000 solid}
button,.button{
	width:230px;
	height:40px;
    line-height: 40px;	
	cursor:pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #f4e291!important;
    text-transform: uppercase;
    font-size: 14px;
	background: #56230b;
	margin:	30px auto 0px;
	border:0px;
}
textarea{width:100%;padding:10px 15px;background:#fadc95; border:0px;font-size:13px;color:#000;margin:10px 0px;border:1px #540000 solid}
.reveal-modal .message{text-align:center;margin-bottom:30px;}
#booking_sertificate .message{margin-bottom:6px;}
#booking_sertificate .center{font-style:italic;color:#540000;margin-bottom:30px}
#booking_sertificate select[name="q"]{width:50px}
#booking_sertificate select[name="time"]{width:90px}
#booking_sertificate .rub{background:#540000;display:inline-block;width:40px;padding-left:10px} 
#booking_sertificate textarea{height:80px;}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #540000;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 3px;
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    left: 4px;
    top: 3px;
    width: 12px;
    height: 9px;
    border-radius: 1px;
    border-left: 2px solid #540000;
    border-bottom: 2px solid #540000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
#land{top:14px;right: 0px;position: absolute;color:#f5d691;z-index: 10000;}
#land span{height:22px;line-height:22px;text-align:center;cursor:pointer;display:inline-block;color:#f5d691;}
#land span.active{background:#ea982a;border-radius:3px;color:#000;width:26px;}
.reveal-modal.small {width: 200px; margin-left: -140px;}
.reveal-modal.medium {width: 400px; margin-left: -240px;}
.reveal-modal.large {width: 600px; margin-left: -340px;} 
.reveal-modal.xlarge {width: 800px; margin-left: -440px;} 	
.userconsent a{text-decoration:underline;}
.userconsent input[type="checkbox"] {width:auto;padding:0px;height:auto;margin-right:2px;}
.userconsent{margin-bottom:6px;font-size:12px;color:#000}
.close-reveal-modal{text-decoration:none;position: absolute;top:10px;right:10px;width: 30px;height:30px;cursor: pointer;}
.select-city-drop .close-reveal-modal{width:25px;height:25px;}
.close-reveal-modal:before{content:"";display:block;cursor:pointer;width:100%;border-top:2px #540000 solid;transform: rotate(45deg); position: relative;top: 12px;}
.close-reveal-modal:after{content:"";display:block;cursor:pointer;width:100%;border-top:2px #540000 solid;transform: rotate(-45deg); position: relative;top: 10px;}
.bg_lotos{font-size: 20px; font-weight: bold;background: url(/bitrix/templates/crownthai/images/lotos_2.png) no-repeat left;padding-left:52px;display:block;min-height:50px;padding-top:10px;}
#BTcallback{display:inline-block;width:154px;height:31px;color:#290c0e;font:bold 21px/27px Phenomena;background: #ffca2e;background: -moz-linear-gradient(right, #ba6c19 0%, #ffca2e 55%, #ba6c17 95%);background: -webkit-linear-gradient(right, #ba6c19 0%, #ffca2e 55%, #ba6c17 95%);background: linear-gradient(to right, #ba6c19 0%, #ffca2e 35%, #ffca2e 65%, #ba6c17 100%);}
#BTorder{display:none;}
.style2 h1 {font-size: 25px;text-transform: uppercase;text-align: center;margin-top:0.2em;font-family: Phenomena;}
.style2 h2 {font-size: 30px;font-family: Phenomena;}
.style2 {color:#502a03;font-family: Verdana;z-index: 1;position: relative;}
.style2 a{color:#b21606;display:inline-block;position:relative;}
.style2 a:hover .title-icon{text-decoration:underline}
.style2 a:hover{text-decoration:underline}
/*  carousel */
.carousel{padding:20px 0px 10px;} 
.carousel ul li{position:relative;text-align:center;} 
.carousel ul li img{border:1px solid #940000;} 
.carousel ul li span{font-size:12px;display:block;width:100%;margin-top:10px} 
.carousel ul li span a{text-decoration:underline;} 
.carousel ul li span a:hover{text-decoration:none; } 
.carousel h2{font:bold 18px/18px Verdana, sans-serif;text-transform:uppercase;text-align:center; } 
h2#service_name,h2#service_name_s{color:#540000;font-weight:bold;font-size:22px;text-transform:uppercase;text-align:center;}
#detail_text{background:#fce6b2;padding:15px;}
.c_text{background:#fce6b2;padding:15px; margin:10px 0px 40px}
.jcarousel-skin-tango .jcarousel-direction-rtl {direction: rtl; } 
.jcarousel-skin-tango .jcarousel-container-horizontal {display:inline-block!important;width:100%;margin:0px auto;} 
.jcarousel-skin-tango .jcarousel-container-vertical { width: 75px; height: 245px; padding: 40px 20px; } 
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; } 
.jcarousel-skin-tango .jcarousel-clip-horizontal { width: 515px; height: 182px; margin:0px auto;} 
.jcarousel-skin-tango .jcarousel-clip-vertical { width: 75px; height: 245px; } 
.jcarousel-skin-tango .jcarousel-item { width: 164px; height: 180px;position:relative; } 
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; } 
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; } 
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; } 
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; } /** * Horizontal Buttons */ 
.jcarousel-skin-tango .jcarousel-next-horizontal,.jcarousel-skin-tango .jcarousel-prev-horizontal{position: absolute; top:65px; width: 30px; height: 30px; cursor: pointer;border-width:2px 2px 0px 0px;border-color:#56230b;border-style:solid}
.jcarousel-skin-tango .jcarousel-next-horizontal {right: -0px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); transform: rotate(45deg);} 
.jcarousel-skin-tango .jcarousel-prev-horizontal {left: -5px;-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg); transform: rotate(-135deg);} 
.jcarousel-skin-tango .jcarousel-next-horizontal:hover{ background-position:-43px -43px; } 
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover{ 	background-position:0 -43px; } 
.jcarousel-prev-disabled-horizontal{ 	background-position:0 -44px!important; } 
.jcarousel-prev-disabled-horizontal:hover{ 	background-position:0 -44px!important; } 
.jcarousel-next-disabled-horizontal{ 	background-position:-43px -42px!important; } 
.jcarousel-next-disabled-horizontal:hover{ 	background-position:-43px -42px!important; }
.jcarousel-skin-tango{text-align:center;margin:40px 0px 30px;}
.pagenav{margin-top:20px;}
/* gallery */
.gallery_list{width:100%;margin:0px auto;display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.gallery_list:after,.addphoto{content:"";display:inline-block;width:33.3333%;}
.gallery_list .item{width:33.3333%;}
.gallery_list a{text-align:center;position:relative; display:block; margin: 3px;z-index:1;height:auto;overflow: hidden;}
.gallery_list a img{border:0px;position:relative;z-index:1;width:100%;height: auto;}
.gallery_list a .name{width:100%;position:absolute; z-index:1000;bottom:0px; left:0px; background:#121211;-webkit-opacity:0.8;-ms-filter:alpha(opacity=80%);filter:alpha(opacity=80%);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;padding:7px;color: #f5d691;font-size:12px;}
.video,.video iframe{width:100%;height:315px; max-width:560px;margin:0px auto; }
.gallery_list.gift-cards a {position: relative;display: inline;float: left;margin: 0px;z-index: 1;width: auto;margin: 0px 4px 8px;height: auto;}
.gallery_list.gift-cards a img{max-width: 270px;width:95%!important;}
.gallery_list.gift-cards {max-width:560px; width:100%; margin: 0px auto;}  
.gallery_list.gift-cards a {width:49.9%!important;margin: 0px 0px 8px;text-align:center}
iframe {width:100%!important;height:315px; max-width:560px;margin:0px auto; }
.g-recaptcha iframe{height:78px!important; max-width:auto;margin:0px auto; }
.types{padding:0;list-style:none;margin:20px 0px;} 
#detail_service .block_top{display:flex;display: -webkit-flex;margin-bottom:40px;}
#detail_service .block_top .img img{display:block;max-width:100%;}
#detail_service .block_top .img_block,#detail_service .block_top .img{width:53%}
#detail_service .block_top .img{
	background:#fce6b2;
	min-height:100%;
	display:flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;	
}
.detail_sertificate .block_top{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
#detail_service.detail_sertificate .block_top .img{
	background:#fce6b2;
	width:100%!important;
	overflow:hidden;
	min-height:100%;    
	display:flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.detail_sertificate .block_top .img img{height:auto;max-width:100%;}
.detail_sertificate .block_top .img_more{width:53%;margin-top:20px;}
#detail_service .block_top .text{width:44%;padding:0px 0px 0px 0px;margin:0px 0px 0px 3%;position:relative;}
#detail_service .price_bl{height:54px;line-height:54px; border:1px #6c3c1d solid;display:flex;display: -webkit-flex;margin-bottom:30px;padding:0px 0px 1px;}
#detail_service .price_bl .time{width:39%;background:#fadc95;padding: 0px 12px 0px 0px;}
#detail_service .price_bl .price{width:61%;background:#ecb11d;text-align:center;color:#56230b;font-size:28px;}
#detail_service .price_bl select{height:100%;width:100%;border:0px;background:#fadc95;font-size:18px;font-weight:bold;padding-left:12px;margin:0px;}
#detail_service .price_bl .price .rub {font-size: 1.0em;color:#56230b;}
#detail_service .block_top .description{margin-bottom:30px;}
#detail_service .block_top .btn-block{width:100%;position:relative}
#detail_service .block_top .btn-block .delivery_terms{display:none;width:100%;position:absolute;top:100%; left:0px;background:#fff;z-index:1000; padding:20px;border: 1px solid #6c3c1d;}
#detail_service .block_top .btn-block:hover .delivery_terms{display:block}
#detail_service .block_top .btn-block .delivery_terms ul{list-style:none; padding:0px;margin:0px;line-height:1.8}
#detail_service .block_top .btn-block .delivery_terms ul li.terms div{display:none;padding:5px 10px; font-size:12px;}
#detail_service a.btn-order{display:block;padding: 12px 5px;font-size:18px;background:#56230b;text-align:center;color: #f4e291!important;text-decoration: none;text-transform: uppercase;}
.btn-brown{display:inline-block;max-width:100%;padding:0px 20px;height:50px;line-height:50px;font-size:18px;background:#56230b;text-align:center;color: #f4e291!important;text-decoration: none;text-transform: uppercase;}
#detail_service .record a.btn-order{background: #ecb11d;color: #56230b!important;}
#detail_service .product-text ul,#service_list .description ul,.list_style_none{list-style: none;margin: 20px 0px;padding: 0px;padding-left: 28px;}
#detail_service .product-text li,#service_list .description li,.list_style_none li{padding-left:18px;position:relative;margin:4px 0px}
#detail_service .product-text ul li:before,#service_list .description ul li:before,.list_style_none li:before{display:inline-block; content:"\25A0"; color: #ecb11d;font-size:12px;position:absolute;top:1px;left:0px;}
.detail_sertificate .price #price-val{font-size:36px;font-weight:bold;}
.detail_sertificate .price{font-size:30px;color:#3f0504;margin-bottom:25px}
.detail_sertificate .under_price{background:#fce6b2;display:flex;display: -webkit-flex;padding:20px;}
.detail_sertificate .under_price span{white-space: nowrap;margin-bottom:10px;display:block}
.detail_sertificate .quantity,.detail_sertificate .under_price select,.detail_sertificate .under_price input[type="text"]{height:40px;line-height:40px;margin:0px;}
.detail_sertificate .quantity{width:90px}
.detail_sertificate .under_price select,.detail_sertificate .under_price input[type="text"]{background:#fadc95;border:1px solid #6c3c1d;padding:0px 10px;}
.detail_sertificate input[name="quantity"]{width:45px}
.detail_sertificate .under_price .time{margin-right:40px}
.detail_sertificate .quantity input{width:55px;float:left;}
.detail_sertificate .quantity div{width:34px;float:left;} 
.detail_sertificate .quantity div span{cursor:pointer;font-size: 19px;line-height: 1;display:block;width:100%;background:#56230b;color:#fadc95;text-align:center;margin-bottom:2px;height:19px;}
.detail_sertificate .block_top{margin-bottom:20px!important;}
.detail_sertificate .product-text{margin:35px 0px}
.detail_sertificate .block_top .img_more{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.detail_sertificate .block_top .img_more a{float: left;display: inline-block; width: 33.33%;padding: 0px 2px;}
.detail_sertificate .block_top .img_more:after{content:"";display:block;clear:both;}
.detail_sertificate .block_top .img_more img{width:100%}
.service_list{padding: 0px;display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;list-style:none;-webkit-justify-content:space-between;justify-content:space-between;}
.service_list .h2{text-decoration:none!important;display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;padding:0px 15px; margin:0px;min-height:90px;background:#ecb11d;color:#540000;text-transform:initial;text-align:center;font-size: 14px;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center; align-content:center;} 
.service_list .h2 span{text-transform:initial;display:block;width:100%;margin-bottom:0px;}
.service_list li{margin-bottom:30px; padding-bottom:102px;background:#fde6b0;position:relative;width:45%;max-width:442px;} 
.sertificat_list .service_list li{padding-bottom:50px;} 
.service_list li .img,.service_list li .text{width:100%;margin:0px;} 
.service_list .img{display: flex;-webkit-justify-content:center;justify-content: center;-webkit-align-items: center;align-items: center;} 
.service_list img{max-width:100%;} 
.service_list li .text{padding:0px 15px 20px;display:-webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items:baseline; align-items:baseline;}
.service_list .price_bl{width:100%; padding:7px 0px;border-top:1px #dc9b33 solid;} 
.service_list .price_bl div{display:inlone-block;}
.service_list .price_bl .time{color:#060606;white-space: nowrap;text-align:left;float:left}
.service_list .price_bl .time:before{content:"";display:inline-block;width:15px; height:15px; background:url(/bitrix/templates/crownthai/images/icon_sprite.png) 0px 0px;margin-right:5px;position:relative;top:2px;}
.service_list .price_bl .price{text-align:right;float:right;position:relative;top:-4px;}
.rub{font-family: 'PT Sans', serif;font-weight: 500;font-size:1.3em;color:#d79020;}
.price .old_price{display:inline-block;margin-right:10px;text-decoration: line-through; color:#999}
.price .old_price .rub{color:#999}
.service_list .description{margin:20px 0px 0px;font-size:13px; padding-bottom:30px;}
.service_list .btn-block{background:#56230b;text-align:center;height:40px;line-height:40px;width:100%;margin-bottom:15px;}
.btn-block.record{background:#ecb11d;}
.service_list .btn-order{display:block;text-align:center;color:#f4e291!important;text-decoration:none;text-transform: uppercase;font-size:12px;font-weight:bold;}
.record .btn-order{color:#56230b!important}
.service_list .btn-order:before{content:""; display:inline-block;margin-right:6px;position:relative;top:2px;width:15px;height:13px;background:url(/bitrix/templates/crownthai/images/icon_sprite.png) no-repeat -35px 0;}
.service_list .record .btn-order:before{content:""; display:inline-block;margin-right:6px;position:relative;top:2px;width:12px;height:12px;background:url(/bitrix/templates/crownthai/images/icon_sprite.png) no-repeat -18px 0;}
.service_list .bot_bl{width:100%;position:absolute; bottom:0px;left:0px;padding:20px 15px 0px;}
#detail_service h1{margin-bottom:40px}
#detail_service .product-text .title{display:none}
a.l-more{display:inline-block;margin-top:10px;font-weight:600;}
a.l-more:hover{text-decoration:none !important;}
.back{margin-top:40px;}
#chooseCity{min-width:120px;} 
/*product*/ 
.calendar{width:16px;height:15px;display:block;background:url(/bitrix/templates/crownthai/images/calendar.png) no-repeat 0 0;position:absolute;left:110px;top:7px;cursor:pointer;}
.block-product .product-img{display:table-cell;padding-right:15px;float:left;}
.block-product .product-text{display:table-cell;font-size:14px;line-height:16px;}
.block-product .img img{border:1px solid #940e02;-webkit-box-shadow:0px 3px 7px rgba(0,0,0, .3);-moz-box-shadow:0px 3px 7px rgba(0,0,0, .3);box-shadow:0px 3px 7px rgba(0,0,0, .3);position:relative;}
.block-product .price{text-align:center;color:#fff;font-size:18px;font-family:Verdana;font-weight:700;padding:12px 0 11px;}
.block-product .btn-block{text-align:center;}
.block-product p.no-mar{margin-top:0;}
.block-product .back a{color:#f9cccc;font-size:12px;text-decoration:underline;}
.block-product .back a:hover{text-decoration:none;}
#review_from{padding-top:15px;}
#review_from input[type="submit"]{margin-top:10px;}
#review_from input[type="text"]{margin:4px 0px 8px;width:295px!important;}
#master img{margin:10px 0px 10px 6px}
.text{margin:20px 0px 0px;}
.prev{text-decoration:underline!important;}
.next{text-decoration:underline!important;display:block; margin: 20px 20px 20px 0px; float:right;}
#partners table{margin:10px auto 0px;width:100%;max-width:450px;}
#partners table td{width:50%;text-align:center}
#partners table img{width:100%!important; height:auto!important;max-width:300px;}
.price-list{margin-bottom:40px;}
.price-list table{margin-top:40px;}
.price-list table td:nth-child(1){padding-right:5px;}
.price-list table td:nth-child(2){padding-left:5px;}
.price-list .doc{position:relative;min-height:50px;display:flex;display: -webkit-flex;-webkit-align-items:center; align-items:center;width:100%;background:#ecb11d;color:#060606;margin:15px 0px 0px;padding:8px 15px 8px 46px;font-size:12px}
.price-list .doc:before{content:""; display:block;background: url(/bitrix/templates/crownthai/images/icon_sprite.png) 0px -17px;width:30px; height:33px;position:absolute;left:10px}
.bay_sertificate{float: right;width: 47%;text-align: center;position: relative;top: -20px;font-size:20px}
#other{position:relative}
#other .owl-stage{display:flex;display: -webkit-flex;}
#other .owl-stage .item{padding:0px 0px;height:100%}
#other .owl-stage .item .img{height:50%;overflow:hidden;margin-bottom:20px;}
#other .owl-stage .item .img img{height:100%;width:auto;margin:0px auto}
#other .owl-stage .item .name{color: #540000;font-weight: bold;text-transform: uppercase;font-size:11px;margin-bottom: 10px;}
#other .owl-stage .item .name span{text-transform: initial; display:block;}
#other .owl-stage .item a{text-decoration:none}
#other .owl-stage .item .price.clear{margin:0px;font-size:16px;display:flex;display: -webkit-flex;-webkit-justify-content:space-between;justify-content: space-between;}
#other .owl-stage .item .price.clear .price{margin:0px;font-size:20px;color:#000;font-weight:bold;position:relative;top:-3px;}
#other .owl-stage .item .price.clear .time{width:75px;}
#other .owl-carousel .owl-nav button.owl-next,#other .owl-carousel .owl-nav button.owl-prev,.filial-detail .owl-carousel .owl-nav button.owl-next,.filial-detail .owl-carousel .owl-nav button.owl-prev {
    top: 25%;
}
#other .owl-carousel .owl-nav button.owl-next,.filial-detail .owl-carousel .owl-nav button.owl-next {
    right:-10px;
}
#other .owl-carousel .owl-nav button.owl-prev,.filial-detail .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
}
.filial_phone,.filial_address{margin-bottom:20px;line-height:1.6;}
.filial_phone{color:#a36c19;font-size:18px}
.filial_phone b{color:#000;font-size:14px;}
.filial-detail .bg_lotos{margin-bottom:20px;}
.filial-detail img{max-width:100%}
.filial-detail .map{
	border-style: solid;
    border-width: 12px;
    border-image: -moz-linear-gradient(right,#a67118 0%,#f4e291 50%,#a67118 102%);
    border-image: -webkit-linear-gradient(right,#a67118 0%,#f4e291 50%,#a67118 102%);
    border-image: linear-gradient(to right,#a67118 0%,#f4e291 50%,#a67118 102%);
    border-image-slice: 1;
	margin-bottom:30px;
}	
.filial-detail .map iframe,.filial-detail .map>ymaps{min-width:100%;min-height:400px;height:400px;}
.filial-detail h3{text-align:center;margin-bottom:30px;}
table.subscription{margin-bottom:30px;}
table.subscription tr:first-child{background:#eab74a;}
table.subscription tr:first-child td{padding:15px 10px;border:none;font-weight:bold;}
table.subscription tr td{padding:10px;color:#3f0504;border-left:1px #f5d17f solid;}
table.subscription tr td p{padding:0px; margin:0px;}
table.subscription tr:nth-child(2n){background:#f8d071}
.filial-detail .note{font-size:12px;margin-bottom:20px;}
.filial-detail .price-list table {margin-top: 0px;}
.filial-detail .price-list table td{text-align:center;}
.filial-detail .action ul{list-style:none;display:flex;display: -webkit-flex;-webkit-justify-content:space-between; justify-content:space-between;margin:0px;padding:0px;}
.filial-detail .action ul li{width:50%;padding:0.5%}
.filial-detail .action ul li img{width:100%;max-width:479px;height:auto!important;}
.filial-detail .btn-block a,.filial-detail .btn-block input[type="submit"] {cursor:pointer;border:none;width: 200px;margin: 20px auto 40px;display: block;height: 50px;line-height: 50px;font-size: 18px;background: #56230b;text-align: center;color: #f4e291!important;text-decoration: none;text-transform: uppercase;}
.filial-detail .detail_text{margin-bottom:40px}
.filial-detail .contact_block{margin-bottom:40px;background: #fce6b2;padding:20px;}
.filial-detail .owl-carousel .owl-nav button.owl-next,.filial-detail .owl-carousel .owl-nav button.owl-prev {top:50%}
.filial-detail #carousel_block{margin-bottom:40px;}
.filial-detail #carousel_block .owl-dots,.carousel .owl-dots,.owl-carousel .owl-dots{display:none;}{display:none;}
.filial-detail #carousel_block .item{text-align:center;}
.filial-detail #carousel_block .item img{max-width:222px;display: inline-block;}
#form_reviews{width: 90%;max-width:500px;margin: 0px auto;background: #fde6b0;padding: 30px 60px 5px;}
#form_reviews input,#form_reviews textarea,#form_reviews select,#form_reviews div.mf-name{width:100%;}
#form_reviews .mf-text{margin:4px 0px 2px;}
.reviews-list .news-item{margin-bottom:30px}
.reviews-list .name{font-weight:bold;color:#56230b;font-size:15px;}
.reviews-list .date{font-style: italic;margin-bottom:6px;color:#56230b;}
.reviews-list .text{margin: 10px 0px 0px;}
#reviews .btn-block{text-align:center}
#reviews .btn-block a{display:inline-block;width:auto;padding:0px 30px;}
#reviews .btn-block a:before{content:"";display:inline-block;width:18px; height:19px;background:url(/bitrix/templates/crownthai/images/icon_sprite.png) -32px -16px;margin-right:15px;position:relative;}
.errormsg1{text-align:center;}
#reviews{margin-top:30px}
#review_block{margin:50px 0px 20px 0px;}
#redactor div,#redactor p,#redactor span{color:#000!important}
.salony-list .city_list{margin-bottom:30px;}
.salony-list .city_list .title{color: #a36c19;font-weight:bold;text-transform: uppercase;margin-bottom:20px;font-size:16px;display:inline-block;}
.salony-list .city_list .item{margin:0px 1% 40px;background: #fde6b0;padding:20px 20px 80px;width:48%;display:inline-block;vertical-align:top;position:relative;}
.salony-list .city_list .salon_bl .item{background: none;margin:0px 0px 40px;padding:0px;width:100%;}
.salony-list .salons_bl{display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.contact_block{line-height:1.4;}
.contact_block div{margin-bottom:10px}
.contact_block .name a,.city_list .name a{font-weight:bold;text-decoration:none;display:inline-block;margin-bottom:5px;}
.contact_block a{display:inline-block;margin-top:10px;text-decoration:none;}
.contact_block a:hover{text-decoration:underline;}
.contact_block a[target="_blank"]:before{content:"";display:inline-block;width:13px;height:19px;background:url(/bitrix/templates/crownthai/images/gps.png) no-repeat;margin-right:4px;position:relative;top:2px;} 
.city_list .btn-order{background: #56230b;text-align: center;height: 40px;line-height: 40px;display:block;text-align:center;color: #f4e291!important;text-decoration: none;text-transform: uppercase;font-size: 12px;font-weight: bold;}
.city_list .btn-block {position:absolute;bottom:10px; left:0px;width:100%;padding:0px 20px;}
.buttom_mail{background:#56230b;height:40px;line-height: 40px;margin-bottom: 15px;text-align: center;color: #f4e291!important;text-decoration: none;text-transform: uppercase;font-size: 12px;font-weight: bold;width:250px;display:inline-block;}
.news-list .news-item .img img{max-width:100%}
.lotos_title{margin-bottom:50px;font-size:24px;text-align:center;}
.lotos_title a,.lotos_title span{color:#060606;font-size: 20px;font-weight: bold;position:relative;display:inline-block;text-decoration:none;border-bottom:1px #56230B solid;padding: 0px 40px 32px;}
.lotos_title a:after,.lotos_title span:after{content:"";display:inline-block;width:71px;height:30px; background:#f5d691 url(/bitrix/templates/crownthai/images/yellow_lotus.png) center no-repeat; position:absolute;bottom:-12px;left:50%;transform: translateX(-50%);}
#certificate_block .lotos_title a{padding: 0px 20px 32px;}
#certificate_block{margin:50px 0px 60px}
#certificate_block .flex{-webkit-align-items:flex-start;align-items:flex-start;}
#certificate_block div.img,#certificate_block div.text{width:50%;}
#certificate_block div.img{padding-right:10px;}
#certificate_block div.text{padding-left:10px;margin:0px;}
#certificate_block img{max-width:100%;}
#reviews_block{margin:80px 10px;}
#advantages_block{margin:60px 0px 0px;}
@media screen and (max-width: 1710px){  
	.bot_gradient{border-width:0px 0px 8px 0px;}	
	.select-city {-webkit-transform: translateY(-60%); -ms-transform: translateY(-60%);transform: translateY(-60%);}
	.font_m{font-size:26px}
/* --- */	
}
@media screen and (max-width: 1440px){  
	.bot_gradient{border-width:0px 0px 7px 0px;}	
	.font_m{font-size:20px}
	.title-icon {font-size: 0.7em;padding:7px 8px;}	
	a.left_banner  span{font-size:0.6em;}		
/* --- */		
}
@media screen and (max-width: 1180px){  
	#phone{font-size:1.8em;}				
	.icon ul{width:276px;margin:0px auto;}
	#detail_service .price_bl .time {width: 49%;}
	#detail_service .price_bl .price {width: 51%;}
}
@media screen and (max-width: 1180px) and (min-width: 940px){  	
	.detail_sertificate .under_price span:not(.plus):not(.minus){font-size: 12px;white-space: normal;display:inline-block;min-height:30px}		
}
@media screen and (max-width: 1080px){  
	a.left_banner  span{font-size:0.55em;}	
	.font_m{font-size:18px}		
    .jcarousel-skin-tango .jcarousel-clip-horizontal {width:340px;} 
	.detail_sertificate .under_price .time{margin-right:10px}	
}
@media screen and (max-width: 1024px){ 
	.font_m{font-size:16px}	
	.bot_gradient{border-width:0px 0px 6px 0px;}	
}
@media screen and (max-width: 940px){  
	#mobil_bar{display:block;position:absolute}
	.container {max-width: 940px;background: #180A05 url(/bitrix/templates/crownthai/images/bg_body_mob.jpg) no-repeat bottom center;}
	#taiwan {height: 160px;}
	#taiwan a {padding-bottom: 5px;}	
	#top_header {padding-top:0px;}	
	#top_header .content {height:160px;position: relative;background: url(/bitrix/templates/crownthai/images/bg_header_mob.png) no-repeat right;background-size:cover;}
	.bot_gradient {border-width: 0px 0px 5px 0px;
	border-image: -moz-linear-gradient(right,#a67118 0%,#a67118 27%,#a67118 55%, #f4e291 88%, #a67118 102%);
    border-image: -webkit-linear-gradient(right,#a67118 0%,#a67118 27%,#a67118 55%, #f4e291 88%, #a67118 102%);
    border-image: linear-gradient(to right,#a67118 0%,#a67118 27%,#a67118 55%, #f4e291 88%, #a67118 102%);
    border-image-slice: 1;
	}	
	#logo {width: 50%;min-width:160px; max-width:165px; margin: 0px auto 10px;}	
	.number { display:none;}	
	.select-city {margin: 0px auto;top:0px;position: relative;-webkit-transform: none;-ms-transform: none;transform: none;}	
	.select-city.right_bar {padding-left:0px;width: 50%;min-width: 160px;max-width: 165px;}	
	.select-city-drop {left: -20%;width: 140%;}	
	#SMenu{display: inline-block;z-index: 1000;position:absolute; bottom:6px;right: 0px; width: 41px;height:35px;cursor: pointer;line-height: 40px;background:rgba(27,11,7,1.0);border-radius:3px;}
	#SMenu span {position: absolute;left: 0;top: 10px;margin:5px 4px 5px 4px;}	
	#SMenu span,#SMenu span:before,#SMenu span:after {cursor: pointer;border-radius: 1px;height: 4px;width: 33px;background: #ecb11d;position: absolute;display: block;content: '';}
	#SMenu span:before {top: -10px;}
	#SMenu span:after {bottom: -10px;}
	#phone_mobile {display:block;margin:2px auto 0px;color:#ea982a;padding:5px 0px;text-align:center;font: 1.75em CorkiRegular, sans-serif;}
	#phone_mobile div{display:inline-block;margin:0px 12px;}
	#phone_mobile div span{font-size:0.85em}
	#phone{display:none;}
	a.left_banner {display: inline-block;margin: 10px;width: 329px;padding-bottom: 0px;height: 225px;}
	#top_menu {width: 100%;float: none;position: relative;margin:10px 0px}
	#top_menu ul {-webkit-justify-content: center;justify-content: center;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	#top_menu ul li {width:50%;min-width:0px;padding:0px 5px;}	
	#top_menu ul li a {margin: 5px 0px;}
	#top_header #cart_line .bx-basket-block span.summ{display:none;}
	.title-icon {background: url(/bitrix/templates/crownthai/images/bg_top_menu.png) no-repeat 0 0;background-size:100% 100%; color:#1f0000;font-size: 12px;}
    .cell,.table{display:block;}
    .article {position:relative;display:block}	
    #bg_left_top{display:none;}
	#bg_left1{
		padding:20px 0px;
	}
    #bl_left {
	overflow:hidden;
	position:absolute; 
	top:0px; 
	left:0px;
	background:#000;
	width:100%;
	height:0px;
	min-width:0px;
	min-height:0px;
	margin:0px;
	padding:0px;
	box-sizing: content-box; 
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-image: -moz-linear-gradient(right,#a57018 30%,#fcf5bd 110%);
    border-image: -webkit-linear-gradient(right,#a57018 30%,#fcf5bd 110%);
    border-image: linear-gradient(to right,#a57018 30%,#fcf5bd 110%);
    border-image-slice: 1;
	}	
	#bg_left{padding:20px 0px;}	
	.menu { margin:0px auto;}
	#ToUp{display:block;text-align:center;}	
	#ToUp span{content: "";color: #ecb11d;display: inline-block;width: 0px;height: 0px;vertical-align: middle;border-bottom: 20px dashed;border-right: 25px solid transparent;border-left: 25px solid transparent;position: relative;top:5px;margin:0px auto;cursor:pointer}  	
	.menu ul{display:flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.menu > ul > li {width: 50%;} 
	.sprite-menu{width:94%;} 	
	.menu li:nth-child(2) .sprite-menu {background: url(/bitrix/templates/crownthai/images/bg_first_menu.png) no-repeat 0 0;background-size: 100% 100%;margin-top: -8px;padding-top: 8px;height: 61px;}	
	.menu .sub {position:absolute;left:50%;top:53px;width:82%;max-width:242px; margin: 0px auto;transform: translateX(-50%);} 
    .menu .sub ul li {padding: 5px 0px;line-height:1}
    .menu .sub ul a {white-space:normal;}
    .menu > ul > li:hover .sub{display:none;} 
	.menu > ul > li.clicked .sub{display:block!important;} 
    .menu li.hover .sub {display:block!important;}
	#wrapper-online-write {z-index: 1000;position: absolute;bottom:57px;right: 0px;width: 50%;} 	
	.online-write {display: block;width: 96%;max-width: 280px;margin: 0px auto;}
	.online-write.mobil{display:block;width:94%;max-width: 280px;margin: 2px auto 0px;}   
	.online-write.mobil a{height:44px;line-height:44px;font-size:11px;}
	#top_menu ul li img {display: none;} 
	#footer #footer_test {color:#ffffff;}
	#SMenu.active span {background-color: transparent;}	
	#SMenu span,#SMenu span:before,#SMenu span:after {transition: all 500ms ease-in-out;}	
	#SMenu.active span:before {transform: rotate(45deg);}	
	#SMenu.active span:after {transform: rotate(-45deg);}
	#SMenu.active span:before,#SMenu.active span:after {top: 0;}	
	#article .wrapper{width:100%}
	.service_list li .content {display:block;}
	.service_list li .img, .service_list li .text {width: 100%;}	
	.service_list li .img{text-align:center;}
	.service_list li .text {margin-left:0px;}
	.service_list .price_bl .time {text-align:center}
	.service_list h2 {}
	#detail_service .service_list {margin: 0px -20px;}
	#detail_service .service_list h2 {background: #56230b;color: #f4e291!important;padding: 12px;margin-bottom:0px;}	
	#detail_service .service_list li .img {margin-bottom:0px;}	
	#detail_service .product-text .title{display:block;font-weight:bold;margin-bottom:20px;background:url(/bitrix/templates/crownthai/images/lotos_1.png) no-repeat left top;padding-left:25px;}
	#detail_service h1 {margin-bottom:0px; background:#7a3618;color: #f4e291;padding:12px;font-size:1em;}
    #bl_right {min-height:0px; width:100%;background:none;padding:0px;text-align:center; margin-top:10px;}  
    #bl_right img {width:24%;height: auto;}

    #BTcallback{width:54px;height:54px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAAH7QlpLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0FFOUFGMzBGNURCMTFFNTgwNTRFNUU4MjhGQzA2QkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0FFOUFGMzFGNURCMTFFNTgwNTRFNUU4MjhGQzA2QkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQUU5QUYyRUY1REIxMUU1ODA1NEU1RTgyOEZDMDZCRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQUU5QUYyRkY1REIxMUU1ODA1NEU1RTgyOEZDMDZCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkXap3YAAB94SURBVHjaYhYX4mX4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") no-repeat;} 
    #BTorder{cursor:pointer;position:relative; top:-9px;margin-left:20px;display:inline-block;width:141px;height:31px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAAAfCAYAAAGt9357AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkY3Q0MyRDlGMDdBMTFFNUJGRjVFQURFMTg4Qzc3REQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkY3Q0MyREFGMDdBMTFFNUJGRjVFQURFMTg4Qzc3REQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RjdDQzJEN0YwN0ExMUU1QkZGNUVBREUxODhDNzdERCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2RjdDQzJEOEYwN0ExMUU1QkZGNUVBREUxODhDNzdERCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoEYJiIAAAl7SURBVHjaYvj//z8D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") no-repeat;}  
   .icon ul{width:auto;margin:0px auto;display:table}
   .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 515px;}  
   .gallery_list.gift-cards {max-width:width:100%;}   
	#bl_center {width: 100%;}  
	.bg_lotos{font-size: 18px; text-align:center;display:inline-block}	
	.carousel .owl-item span a {padding: 35px 0px;}
	#detail_service.detail_sertificate .under_price span{display:block}	
	#detail_service.detail_sertificate .under_price {justify-content: center;-webkit-justify-content: center;-webkit-order: 2;order: 2;}	
	#detail_service.detail_sertificate .under_price .time{text-align:left}
	.detail_sertificate .block_top{margin: 0px -20px;}
	#detail_service.detail_sertificate .block_top .img_block,#detail_service.detail_sertificate .block_top .img_more{width:100%; max-width: 525px; margin: 0px auto;}
	#detail_service.detail_sertificate .block_top .img{background:none!important}
	#detail_service.detail_sertificate .block_top .img img {display: block;max-width:100%}
	#detail_service.detail_sertificate .block_top .img_block{-webkit-order: 1;order: 1;}
	.detail_sertificate .block_top .img_more {margin: 0px auto;padding:10px 0px;-webkit-order:2;order:2;background:#fce6b2;}
	#detail_service.detail_sertificate .block_top .text{margin:0px;width:100%;display: -webkit-flex; display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-order:3;order:3;}
	#detail_service.detail_sertificate .block_top .text .under_price,.detail_sertificate .block_top .text .price{width:100%;text-align: center;}
	#detail_service.detail_sertificate .block_top .btn-block {-webkit-order: 3;order: 3;}
	#detail_service.detail_sertificate .block_top .text .price{-webkit-order: 2;order: 2;margin-bottom:0px;background:#fce6b2;text-align:center;}
	#title.sertificate-detail{background: #7a3618;margin: 0px -20px 0px -20px;padding: 1px 15px;}
	#title.sertificate-detail h1 {font-size: 14px;color: #f4e291!important;}
	#other .owl-stage .item .img img {display: inline-block;}
	#other .owl-stage .item {text-align: center;}	
	#other .owl-stage .item .price.clear {-webkit-justify-content:center;justify-content: center;}
	#other .owl-stage .item .price.clear .time{margin-right:20px}
	.index_bot_text{display:none;}
	.carousel .owl-carousel {margin: 30px 0px 0px;}
	.salony-list .city_list .item {width: 100%;}	
	.filial-detail .map{margin-left: -20px;margin-right: -20px;}
	.lotos_title a { max-width: 100%;font-size: 24px;}	
	#certificate_block {margin: 40px 0px 30px;}	
	#certificate_block .flex{-webkit-flex-wrap: wrap;flex-wrap: wrap;}	
	#certificate_block div.img, #certificate_block div.text {width:100%;padding-right:0px;}	
	#certificate_block div.img{margin-bottom:20px;}	
	.lotos_title a,.lotos_title span{font-size:18px;}	
}
@media screen and (max-width: 767px){  
	.plasefild{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.reveal-modal .plasefild div,.reveal-modal .plasefild input,.reveal-modal .plasefild select{width: 100%;}
	.reveal-modal .plasefild div {
		padding:0px!important;
	}
	table.subscription{margin:0px -20px;margin-bottom:20px;}
	table.subscription tr  td {font-size:12px;padding: 15px 2px;}
	.filial-detail .action ul li { width:100%;text-align:center;}	
	.filial-detail .action ul{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.filial-detail .action ul li img,.filial-detail .action img{max-width:100%;height:auto!important}
}
@media screen and (max-width: 640px){  
	a.left_banner {display: inline-block;margin: 10px 1%;width: 45%;padding-bottom: 31%;height:auto;}
   #bl_right img {width:49%;height: auto;padding:0px 0.2%}
   .icon ul{width:276px;margin:0px auto;display:table}
   .jcarousel-skin-tango .jcarousel-clip-horizontal {width:340px;} 
   .gallery_list a .name {font-size:12px;} 
   .pagenav  {margin-top:10px;} 
   .pagenav,.pagenav a{font-size:12px;}   
   .contact_block img{max-width:100%!important; height:auto;} 
   .block-product .product-img {display:block;padding-right:0px;float:none;text-align:center} 
   .block-product .product-text {display:block;margin-top:20px;}   
   .service_list li {width: 100%;}  
   .service_list {-webkit-justify-content: center;justify-content: center;}	
   .price-list table,.price-list table tr,.price-list table td {display: block;}
   .price-list table td{padding-bottom:40px;}
	#detail_service .block_top {-webkit-flex-wrap: wrap;flex-wrap: wrap; margin: 0px -20px 30px -20px;} 
	#detail_service .block_top .img {width:100%;background:none!important;text-align:center;}
	#detail_service .block_top .img img{max-width:100%;display:inline-block}
	#detail_service .block_top .text {width:100%;padding: 0px;margin: 0px;}	
	#detail_service .block_top .btn-block {position:relative;}
	#title.service-detail{background:#7a3618;margin:0px -20px 0px -20px;padding:1px 15px;} 
	#title.service-detail  h1{font-size:14px;color:#f4e291!important}
	#detail_service .price_bl{padding:1px 0px 0px}
	.filial-detail .price-list table tbody{width:100%;display:block}
	.bg_lotos {text-align:center;margin-left:auto;margin-right:auto; display: table;}	
}
@media screen and (max-width: 480px){ 
   #logo {width: 25%;}  
   .select-city a.moskov {margin:0px 0px 5px 0px;display: block;}    
   .jcarousel-skin-tango .jcarousel-clip-horizontal {width:164px;height:182px;overflow: hidden}  
   .gallery_list:after,.addphoto{width:50%;}
   .gallery_list .item{width:50%;height:auto;}  
   .gallery_list a img{width:100%;height:auto} 
   .video,.video iframe,iframe{height: auto;} 
   .types img {float: none; margin:0px 0px 10px;}
   #chooseCity{width:40%;min-width:120px;margin:6px auto 0px;} 
   #review_from input[type="text"]{margin:4px 0px 8px;width:100%!important;}  
   #master img{margin:10px auto;float:none; display:block; width:auto;}   
   .gallery_list.gift-cards a img {max-width:100%!important;display:block; margin:0px auto;}
   .gallery_list.gift-cards a{float:none}
   .gallery_list.gift-cards a img {width:auto!important;}
   .news-detail img{display:block; float:none!important;height:auto!important;width:auto!important;max-width:100%!important;margin:0px auto 10px}
}   
@media screen and (max-width: 320px){ 
   #bl_right {margin-top:5px;} 
   #section {padding: 1em 10px;}
   .icon ul li {width: 130px;} 
   .gallery_list:after,.addphoto{width:50%;}
   .gallery_list .item{width:50%;}  
   .reveal-modal {width:100%;top:20px}  
}
/* End */
/* /bitrix/templates/crownthai/components/bitrix/sale.basket.basket.line/.default/style.css?15773763275081 */
/* /bitrix/templates/crownthai/components/bitrix/menu/left/style.css?1543420371479 */
/* /bitrix/templates/crownthai/components/bitrix/menu/bottom/style.css?15392407334416 */
/* /bitrix/templates/crownthai/styles.css?1560786846690 */
/* /bitrix/templates/crownthai/template_styles.css?157417147870094 */
