@import "fonts.css";
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;background: #fff;}body::before{content:""; height: 1px; display: block; margin-top: -1px;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;color:inherit;}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{margin: 0; font-size: inherit; font-weight: inherit;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:#000;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}
body.noscroll {overflow: hidden !important;}
.removed, .hidden { display: none !important;}
.editorElement, .layout {
	box-sizing: border-box;
	padding-top: .02px;
	padding-bottom: .02px;
}
/*.editorElement { word-wrap: break-word; overflow-wrap: break-word;}*/
.vertical-middle {white-space: nowrap;}
.vertical-middle>* {white-space: normal;display: inline-block;vertical-align: middle;}
.vertical-middle::after {height: 100%;width: 0;display: inline-block;vertical-align: middle;content: "";}
.wrapper {margin: 0 auto;height: auto !important;height: 100%;min-height: 100%;min-height: 100vh;overflow: hidden;max-width: 100%;}
.wrapper > * { max-width: 100%; }
.editorElement .removed+.delimiter, .editorElement .delimiter:first-child {display: none;}
.wm-input-default {border: none; background: none; padding: 0;}
/* tooltip */
@keyframes show_hide {
	0% { left:85%; opacity: 0; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
}
@keyframes show_hide_after {
	0% {width: 5px; height: 5px;}
	100% {width: 5px; height: 5px;}
}
/* tooltip for horizontal */
@keyframes horizontal_show_hide {
	0% { top:95%; opacity: 0; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
}
.wm-tooltip {display: none;position: absolute;z-index:100;top: 100%;left: 0;background: #FBFDDD;color: #CA3841;padding: 5px 10px;border-radius: 3px;box-shadow: 1px 2px 3px rgba(0,0,0,.3); white-space: normal; box-sizing: border-box;}
.wm-tooltip::after {content: "";font-size: 0;background: inherit;width: 5px;height: 5px;position: absolute;top: 0;left: 50%;margin: -2px 0 0;box-shadow: 0 1px 0 rgba(0,0,0,.1), 0 2px 0 rgba(0,0,0,.1);transform: rotate(45deg);}
.error .wm-tooltip {display: block;padding: 0;font-size: 0;animation: horizontal_show_hide 4s;}
.error .wm-tooltip::after {left:50%; top:0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1); width: 0;height: 0;animation: show_hide_after 4s;}
.horizontal_mode .wm-tooltip {top: 100%; left: 0; width: 100%; white-space: normal; margin: 5px 0 0; text-align: center;}
.horizontal_mode .wm-tooltip::after {left: 50%; top: 0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1);}
.error .horizontal_mode .wm-tooltip, .horizontal_mode .error .wm-tooltip {animation: horizontal_show_hide 4s;}
@media all and (max-width: 960px) {
	.wm-tooltip {top: 100%; left: 0; width: 100%; white-space: normal; margin: 5px 0 0; text-align: center;}
	.wm-tooltip::after {left: 50%; top: 0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1);}
	.error .wm-tooltip {animation: horizontal_show_hide 4s;}
}
table.table0 td, table.table1 td, table.table2 td, table.table2 th {
	padding:5px;
	border:1px solid #dedede;
	vertical-align:top;
}
table.table0 td { border:none; }
table.table2 th {
	padding:8px 5px;
	background:#eb3c3c;
	border:1px solid #dedede;
	font-weight:normal;
	text-align:left;
	color:#fff;
}
.for-mobile-view { overflow: auto; }
.side-panel,
.side-panel-button,
.side-panel-mask,
.side-panel-content { display: none;}

.align-elem{
	flex-grow:1;
	max-width:100%;
}

html.mobile div{
	background-attachment: scroll;
}

.ui-datepicker {font-size: 14px !important; z-index: 999999 !important;}
.wm-video {position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%;}
.wm-video video {max-width: 100%; min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.wm-video.vertical video {max-width: none; max-height: 100%;}
body { border: none; background: linear-gradient(rgba(255,255,255,0.79), rgba(255,255,255,0.79)), url("../images/bg.png?1519108690653") left 50% top 50% / auto auto repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; font-family: Arial, Helvetica, sans-serif;}
.wrapper { position: relative; font-family: Arial, Helvetica, sans-serif; color: #000000; font-style: normal; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; font-size: 12px; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-20 { margin: 0; position: relative; text-align: left; text-indent: 0; text-decoration: none; top: 0; left: 0; width: auto; min-height: 360px; background: #ffffff; z-index: 7; right: 0; -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05); box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05); display: block; padding-bottom: 22px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; padding-top: 25px; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; max-width: 100%;}
/*.block-25 .layout_45 { -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}*/
.block-25 .layout_48 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-25 { margin: 7px auto 0; position: relative;  width: 1150px; min-height: 0; z-index: 1; text-align: center; max-width: 100%; display: block;}
.block-21 { margin: 0 0 auto 38px; position: relative; font-size: 16px; line-height: 1.4; text-align: left; text-decoration: none; top: 0; left: 0; width: auto; min-height: 0; z-index: 2; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0;}
.widget-34 { margin: 0; position: relative; text-decoration: none; top: 0; left: 0; z-index: 2; display: block; width: auto; right: 0;}
.content-preview { width: 200px; height: 100px; background: #ccc;}
.content-46 .pics-1 { display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
.content-46 .img-convert { margin: 5px; box-sizing: border-box; width: 690px; height: 100px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.content-46 .pics-1 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-46 .pics-2 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-46 .pics-2 { display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
.content-46 h2 { box-sizing: border-box; font-size: 20px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.content-46 h3 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.content-46 h4 { box-sizing: border-box; font-size: 17px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.content-46 h5 { box-sizing: border-box; font-size: 15px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.content-46 h6 { box-sizing: border-box; font-size: 14px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.content-46 a { box-sizing: border-box; color: #0000ff;}
.widget-35 { margin: 0; position: relative; font-family: Roboto Condensed, sans-serif; font-size: 25px; color: #1a1a1f; line-height: 1.2; text-decoration: none; top: 0; left: 0; z-index: 1; box-sizing: border-box; font-weight: bold; width: auto; right: 0;}
h2 { box-sizing: border-box; font-size: 20px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
h3 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
h4 { box-sizing: border-box; font-size: 17px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
h5 { box-sizing: border-box; font-size: 15px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
h6 { box-sizing: border-box; font-size: 14px; margin-top: 15px; margin-bottom: 15px; font-weight: bold; font-style: normal; color: #1a1a1f; font-family: Roboto Condensed, sans-serif;}
.block-22 { margin: 0 0 auto; position: relative; text-align: left; text-decoration: none; top: 0; left: 0; width: 220px; min-height: 0; z-index: 1; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.widget-36 { padding: 4px 2px; margin: 0; border: 1px solid rgba(0,0,0,0.13); position: relative; text-decoration: none; top: 0; left: 0; z-index: 1; width: 220px; box-sizing: border-box; display: block; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.menu-49 .menu-scroll > ul > li.delimiter { margin: 2px 8px; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; min-height: 1px; height: auto; width: auto; background: rgba(214,214,214,0.57); text-decoration: none;}
.menu-49 .menu-scroll > ul ul { padding: 0.02px 0; position: static; top: 0; left: 100%; list-style: none; width: auto; display: none; font-family: Roboto Condensed, sans-serif; font-size: 15px; text-decoration: none; min-height: 145px; margin-left: 0; margin-right: 0;}
.menu-49 .menu-scroll > ul ul > li > a { padding: 5px 10px 5px 20px; cursor: pointer; display: block; background: #eff0dc; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-sizing: border-box; text-decoration: none; color: #404040; line-height: 1.6; -webkit-align-items: center; -moz-align-items: center; align-items: center; min-height: 29px; margin-bottom: 2px; margin-top: 1px; position: relative;}
.menu-49 .menu-scroll > ul ul > li > a:hover, 
.menu-49 .menu-scroll > ul ul > li > a.hover, 
.menu-49 .menu-scroll > ul ul > li > a.active { border: none; background: #2b2a2b; color: #ffffff;}
.menu-49 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-49 .menu-scroll > ul ul > li.delimiter { margin: 3px 2px; box-sizing: border-box; min-height: 2px; height: auto; width: auto; background: #999999;}
.menu-49 .menu-title { box-sizing: border-box; font-size: 16px; padding-left: 17px; margin-bottom: 10px;}
.menu-49 .menu-button { display: none; position: absolute; left: 100%; top: 0; width: 50px; min-height: 50px;}
.menu-49 .menu-scroll { display: block; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-49 .menu-scroll > ul { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: block;}
.menu-49 .menu-scroll > ul > li.menu-item { padding: 0; margin: 0; box-sizing: border-box; position: relative;}
.menu-49 .menu-scroll > ul > li.menu-item > a { padding: 5px 15px; margin: 0 2px 2px; cursor: pointer; display: -webkit-flex; display: flex; box-sizing: border-box; text-decoration: none; color: #000; font-size: 16px; line-height: 2.0; -webkit-align-items: center; -moz-align-items: center; align-items: center; font-family: Roboto Condensed, sans-serif; background: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal;}
.menu-49 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a.active { border: none; color: #030303; background: #03dedf;}
.menu-49 .menu-scroll > ul > li.menu-item > a .menu-item-image { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; margin-right: 5px; font-size: 0; line-height: 0; text-align: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 40px; width: 40px; overflow: hidden;}
.menu-49 .menu-scroll > ul > li.menu-item > a .img-convert { margin: auto; box-sizing: border-box; width: 40px; height: 40px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.menu-49 .menu-scroll > ul > li.menu-item > a img { box-sizing: border-box; max-width: 100%; height: auto; width: auto; vertical-align: middle; border: none; display: -webkit-flex; display: flex;}
.menu-49 .menu-scroll > ul > li.menu-item > a .menu-item-text { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon { position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; background: #000000; min-height: 12px;}
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon strong { display: block; width: 12px; height: 12px; background: #000000;}
.menu-49 .menu-scroll > ul ul > li > a .has-child-icon { position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; background: #000000; min-height: 12px;}
.menu-49 .menu-scroll > ul ul > li > a .has-child-icon strong { display: block; width: 12px; height: 12px; background: #000000;}
.block-4 .layout_4 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-4 .layout_12 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-4 .layout_40 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-4 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 90px; background: #0d1422; z-index: 6; text-align: left; right: 0; -webkit-box-shadow: 0px 3px 16px  rgba(0,0,0,0.09); -moz-box-shadow: 0px 3px 16px  rgba(0,0,0,0.09); box-shadow: 0px 3px 16px  rgba(0,0,0,0.09); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-top: 0.02px; padding-bottom: 0.02px; text-decoration: none; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-28 { margin: 25px 0 auto; position: relative; font-size: 0; text-indent: 0; text-decoration: none; top: 0; left: 0; z-index: 3; box-sizing: border-box; display: -webkit-flex; display: flex; width: 200px; min-height: 40px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left: 0; padding-right: 0; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; visibility: hidden;}
.search-40 form { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end;}
.search-40 input { padding: 4px 4px 4px 15px; margin: 0; border: none; box-sizing: border-box; vertical-align: top; background: #ffffff; font-size: 14px; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; outline: none; min-height: 40px; width: 0; height: 0; max-width: 100%; font-family: PT Sans, sans-serif; color: #5c5c5c; line-height: 1.2; letter-spacing: 0; text-align: left; text-indent: 0; text-transform: none; text-decoration: none; -webkit-box-shadow: inset 0px 0px 0px  1px #f2f7fa; -moz-box-shadow: inset 0px 0px 0px  1px #f2f7fa; box-shadow: inset 0px 0px 0px  1px #f2f7fa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-appearance: none;}
.search-40 button { padding: 4px; margin: 0 0 0 5px; border: none; box-sizing: border-box; vertical-align: top; background: url("../images/lib_393701_search.png") left 50% top 50% / auto auto no-repeat #ffffff; font-size: 14px; outline: none; width: 40px; min-height: 40px; color: #000000; line-height: 1.2; letter-spacing: 0; text-align: left; text-indent: 0; text-transform: none; text-decoration: none; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -webkit-appearance: none; visibility: visible;}
.search-40 input:focus { outline: none;}
.search-40 button:focus { outline: none;}
.search-40 .slide_search { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s;}
.search-40 ::-webkit-input-placeholder { color: #525252;}
.search-40 ::-moz-placeholder { color: #525252;}
.search-40 :-ms-input-placeholder { color: #525252;}
.widget-2 { margin: 0 0 auto; border: none; position: relative; top: 0; left: 0; z-index: 2; text-align: right; padding-right: 2px; padding-left: 2px; box-sizing: border-box; display: -webkit-flex; display: flex; width: 692px; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; right: 0; min-height: 90px;}
.menu-4 .menu-scroll > ul > li.menu-item > a .has-child-icon { position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; min-height: 12px; background: #000000;}
.menu-4 .menu-scroll > ul ul > li.delimiter { box-sizing: border-box; margin-top: 3px; margin-bottom: 3px; min-height: 2px; height: auto; width: auto; background: #999999;}
.menu-4 .menu-scroll > ul ul > li > a .has-child-icon { position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; min-height: 12px; background: #000000;}
.menu-4 .menu-button { box-sizing: border-box; display: none; position: absolute; left: 100%; top: 0; width: 50px; min-height: 50px; padding: 10px 15px; background: #333; color: #fff; font-size: 17px;}
.menu-4 .menu-scroll { display: -webkit-flex; display: flex; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-4 .menu-scroll > ul { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: -webkit-flex; display: flex; flex-flow: row nowrap; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.menu-4 .menu-scroll > ul > li.home-button > a { padding: 5px 15px; margin: 2px; cursor: pointer; display: -webkit-flex; display: flex; background: url("../images/wm_menu_home.png") left 50% top 50% no-repeat; box-sizing: border-box; text-decoration: none; color: #000; font-size: 0; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.menu-4 .menu-scroll > ul > li.delimiter { margin: auto 2px; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 0; width: 1px; min-height: 10px; background: rgba(214,214,214,0.26); box-sizing: border-box; text-align: left;}
.menu-4 .menu-scroll > ul > li.menu-item { padding: 0; margin: 0; display: -webkit-flex; display: flex; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto; flex: 0 1 auto; box-sizing: border-box; position: relative;}
.menu-4 .menu-scroll > ul > li.menu-item > a { padding: 5px 12px; margin: 0; border: none; cursor: pointer; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; box-sizing: border-box; text-decoration: none; color: #ffffff; font-size: 14px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; font-family: Roboto Condensed, sans-serif; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; font-style: normal; letter-spacing: 0; text-transform: uppercase; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; text-align: left; min-height: 90px; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; -webkit-text-shadow: 0px 0px 0px  #000000; -moz-text-shadow: 0px 0px 0px  #000000; text-shadow: 0px 0px 0px  #000000; align-self: auto;}
.menu-4 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-4 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-4 .menu-scroll > ul > li.menu-item > a.active { color: #03dedf; -webkit-box-shadow: inset 0px -4px 0px  #03dedf; -moz-box-shadow: inset 0px -4px 0px  #03dedf; box-shadow: inset 0px -4px 0px  #03dedf;}
.menu-4 .menu-scroll > ul > li.menu-item > a .menu-item-image { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; margin-right: 5px; font-size: 0; line-height: 0; text-align: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 40px; width: 40px; overflow: hidden;}
.menu-4 .menu-scroll > ul > li.menu-item > a .img-convert { margin: auto; box-sizing: border-box; width: 40px; height: 40px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.menu-4 .menu-scroll > ul > li.menu-item > a img { box-sizing: border-box; max-width: 100%; height: auto; width: auto; vertical-align: middle; border: none; display: -webkit-flex; display: flex;}
.menu-4 .menu-scroll > ul > li.menu-item > a .menu-item-text { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.menu-4 .menu-scroll > ul > li.home-button { box-sizing: border-box; display: -webkit-flex; display: flex;}
.menu-4 .menu-scroll > ul > li.more-button { display: none; margin-left: auto; position: relative;}
.menu-4 .menu-scroll > ul ul { padding: 5px; margin: 5px 0 0; position: absolute; top: 100%; left: 0; background: #eee; list-style: none; width: 200px; display: none; z-index: 10; box-sizing: border-box;}
.menu-4 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-4 .menu-scroll > ul ul > li > a { padding: 5px 10px; cursor: pointer; display: block; background: #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-sizing: border-box; text-decoration: none; color: #fff; font-size: 14px; line-height: 1.4; position: relative;}
.menu-4 .menu-scroll > ul ul ul { position: absolute; left: 100%; top: 0;}
.menu-4 .menu-scroll > ul > li.more-button > a { padding: 5px 10px; margin: 2px 0 2px 2px; cursor: pointer; display: -webkit-flex; display: flex; background: #333; box-sizing: border-box; text-decoration: none; color: #fff; font-size: 16px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.menu-4 .menu-scroll > ul > li.more-button > ul { left: auto; right: 0;}
.menu-4 .menu-scroll > ul > li.more-button.disabled { display: none;}
.menu-4 .menu-scroll > ul > li.more-button .menu-item-image { display: none;}
.menu-4 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child { display: none;}
.block-5 { margin: 19px 0 auto 136px; border: none; position: relative; top: 0; left: 0; width: 240px; min-height: 0; z-index: 1; display: block; text-decoration: none; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-box-shadow: inset 4px 0px 0px  #03dedf; -moz-box-shadow: inset 4px 0px 0px  #03dedf; box-shadow: inset 4px 0px 0px  #03dedf; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding-left: 17px;}
.widget-8 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; box-sizing: border-box; width: 240px; min-height: 0; font-size: 25px;}
.site-name-13 .sn-wrap { display: -webkit-flex; display: flex; flex-flow: column nowrap;}
.site-name-13 .sn-logo { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; max-width: 100%; text-align: left;}
.site-name-13 img { box-sizing: border-box; display: block; max-width: 100%; border: none;}
.site-name-13 .sn-text { box-sizing: border-box; font-family: Roboto Condensed, sans-serif; text-align: left; font-size: 28px; color: #ffffff; text-transform: uppercase; text-decoration: none; font-weight: bold; display: -webkit-flex; display: flex; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.site-name-13 a { text-decoration: none; outline: none;}
.widget-9 { margin: 5px 0 0; position: relative; top: 0; left: 0; z-index: 1; font-family: PT Sans, sans-serif; color: #8c8c8c; text-decoration: none; box-sizing: border-box; width: 158px;}
.block-2 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 127px; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/54577340_2.jpg") left 50% top 50% / cover no-repeat, url("../images/54494004_2.jpg") left 50% top 50% / cover no-repeat, url("../images/dzxvzxvzvz.png") left 50% top 50% / auto auto no-repeat; z-index: 5; text-align: center; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; max-width: 100%;}
.block-11 .layout_28_id_29 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.block-11 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 481px; background: linear-gradient(rgba(0,0,0,0.64), rgba(0,0,0,0.64)), url("../images/54586733_2.jpg?1519116505160") left 50% top 50% / cover no-repeat fixed; z-index: 4; text-align: left; right: 0; display: block; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-top: 23px; padding-bottom: 24px; max-width: 100%;}
.widget-17 { padding: 20px 0; margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: auto; max-width: 100%; min-height: 0; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.reviews-29 p:first-child { margin-top: 0;}
.reviews-29 p:last-child { margin-bottom: 0;}
.reviews-29 .header { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-right: 0; margin-bottom: 5px; text-align: center;}
.reviews-29 .header_text { box-sizing: border-box; font-size: 32px; font-family: Roboto Condensed, sans-serif; color: #ffffff; text-decoration: none; font-weight: normal; -webkit-order: 0; -moz-order: 0; order: 0; text-indent: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.reviews-29 .list-wr { box-sizing: border-box; position: relative; margin-top: 20px;}
.reviews-29 .body { margin: 0 -40px 0 0; box-sizing: border-box;}
.reviews-29 .list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.reviews-29 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: 50%; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0;}
.reviews-29 .item { padding: 30px 30px 30px 140px; margin: 0 40px 40px 0; border: none; width: auto; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; min-height: 0; align-self: auto; background: #ffffff; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; min-width: 0;}
.reviews-29 .image { border: none; text-align: left; box-sizing: border-box; margin-bottom: 5px; font-size: 0; position: relative; margin-left: -110px; margin-top: -53px; width: 80px; min-height: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
.reviews-29 .img-convert { border: 4px solid #ffffff; box-sizing: border-box; width: 80px; height: 80px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-flex; display: flex; overflow: hidden; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}
.reviews-29 .image img { box-sizing: border-box; width: auto; height: auto; max-width: 100%; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.reviews-29 .text { padding: 0.02px 0; border: none; text-align: left; box-sizing: border-box; margin-bottom: 21px; position: relative; z-index: 1; font-family: Open Sans, sans-serif; color: rgba(0,0,0,0.74); font-size: 13px; text-decoration: none; line-height: 1.7; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-top: 0; text-indent: 0; margin-left: -108px; font-weight: 600; display: -webkit-flex; display: flex;}
.reviews-29 .text>.align-elem { flex-basis: 100%;}
.reviews-29 .author { text-align: left; box-sizing: border-box; color: hsl(200,50%,50%); margin-bottom: 35px; position: relative; z-index: 1; margin-top: -35px;}
.reviews-29 .name { text-align: left; box-sizing: border-box; font-weight: bold; font-family: Open Sans, sans-serif; color: #000000; font-size: 14px; text-transform: uppercase; text-decoration: none; text-indent: 0; margin-top: 0; display: -webkit-inline-flex; display: inline-flex;}
.reviews-29 .date { text-align: left; box-sizing: border-box; display: inline-block; margin-left: 5px; text-transform: lowercase; font-size: 11px; color: hsl(0, 0%, 50%);}
.reviews-29 .swipe-shadow-left { box-sizing: border-box; position: absolute; left: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);}
.reviews-29 .swipe-shadow-right { box-sizing: border-box; position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);}
.reviews-29 .bx-wrapper { max-width: 1000px;}
.reviews-29 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.reviews-29 .image_author { box-sizing: border-box; color: hsl(200,50%,50%); margin-bottom: 5px; position: absolute; left: 0; top: 0;}
.reviews-29 .image_author .image_name { box-sizing: border-box; font-weight: bold; display: -webkit-inline-flex; display: inline-flex;}
.reviews-29 .image_author .image_date { box-sizing: border-box; display: inline-block; margin-left: 5px; text-transform: lowercase; font-size: 11px; color: hsl(0, 0%, 50%);}
.reviews-29 .footer { text-align: center; box-sizing: border-box;}
.reviews-29 .all { padding: 16px 30px; border: none; box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-order: 0; -moz-order: 0; order: 0; font-family: Open Sans, sans-serif; color: #000000; font-size: 16px; text-decoration: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: left; text-indent: 0; background: #03dedf; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; min-height: 14px; height: 0;}
.reviews-29 .all:hover, 
.reviews-29 .all.hover, 
.reviews-29 .all.active { background: #ffffff;}
.reviews-29 .controls { position: absolute; top: 50%; left: 0; right: 0; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; display: none; box-sizing: border-box; margin-top: -10px; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; text-align: space-between; bottom: 0; margin-bottom: 0; z-index: 1;}
.reviews-29 .prev { position: relative; z-index: 105; visibility: visible; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/lib_281901_new_project32_03 (4).png") left 50% top 50% / auto auto no-repeat #7acc08; box-sizing: border-box; margin-left: auto; margin-right: 0; min-height: 50px;}
.reviews-29 .next { position: relative; z-index: 105; visibility: visible; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/lib_281901_new_project32_03 (2).png") left 50% top 50% / auto auto no-repeat #7acc08; box-sizing: border-box; min-height: 50px;}
.reviews-29 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.reviews-29 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.reviews-29 .description { box-sizing: border-box; overflow: hidden; text-align: center; margin-bottom: 55px; font-family: Open Sans, sans-serif; color: #c9c9c9; text-decoration: none; text-indent: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.reviews-29 .bx-pager-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-size: 0; display: none; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; visibility: hidden; box-sizing: border-box; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.reviews-29 .bx-auto_controls { margin: auto auto 0; position: relative; z-index: 100; display: -webkit-flex; display: flex; visibility: visible; box-sizing: border-box;}
.reviews-29 .pager-wrap { box-sizing: border-box; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: none;}
.reviews-29 .bx-pager { margin: auto auto 0; position: relative; z-index: 100; display: inline-block; visibility: visible; box-sizing: border-box;}
.reviews-29 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.reviews-29 .bx-pager a { margin: 2px; display: inline-block; width: 10px; min-height: 10px; background: #000000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-sizing: border-box;}
.reviews-29 .auto_controls { box-sizing: border-box; display: none;}
.reviews-29 .bx-controls-auto-item { box-sizing: border-box;}
.reviews-29 .bx-controls-auto-item .bx-stop { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_reviews_pause.png") center center / auto no-repeat;}
.reviews-29 .bx-controls-auto-item .bx-start { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_reviews_play.png") center center / auto no-repeat;}
.reviews-29 .image a { box-sizing: border-box; display: -webkit-flex; display: flex; max-width: 100%; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.block-12 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; text-align: center; display: block; text-decoration: none; right: 0; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-13 .layout_31_id_32 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.block-13 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: #1c1b1c; z-index: 2; text-align: left; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-top: 0.02px; padding-bottom: 40px; display: block; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none;}
.widget-23 { margin: 22px auto 0; position: relative; top: 0; left: 0; z-index: 4; box-sizing: border-box; width: 186px;}
.widget-18 { margin: -30px auto 0; border: 3px solid #f5eed4; position: relative; top: 0; left: 0; z-index: 3; text-align: center; box-sizing: border-box; width: 60px; min-height: 60px; background: #009c9c; padding-top: 1px; padding-bottom: 1px; cursor: pointer; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
.widget-18:hover, 
.widget-18.hover, 
.widget-18.active { background: #000000;}
.up-32 .icon { border: none; box-sizing: border-box; margin-top: 14px; height: 20px; width: 20px; display: inline-block; background: url("../images/lib_499701_shape.svg") left 50% top 50% / auto auto no-repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-order: 0; -moz-order: 0; order: 0;}
.up-32 .title { box-sizing: border-box; color: #000; margin-top: 14px; margin-bottom: 5px; -webkit-order: 5; -moz-order: 5; order: 5;}
.block-14 { margin: 50px 0 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 2; display: block; text-indent: 0; text-decoration: none; right: 0; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.widget-19 { margin: 0; position: relative; top: 0; left: 0; z-index: 3; font-family: Open Sans, sans-serif; color: #ffffff; line-height: 1.4; text-align: center; text-transform: uppercase; text-decoration: none; box-sizing: border-box; width: auto; font-weight: bold; right: 0; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.widget-20 { margin: 20px 0 0; position: relative; top: 0; left: 0; z-index: 2; color: #8f8f8f; text-align: center; text-transform: uppercase; text-decoration: none; width: auto; right: 0;}
.widget-22 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; text-align: left; width: auto; min-height: 400px; display: -webkit-flex; display: flex; background: #ccc; overflow: hidden; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; right: 0;}
.map-37 > .map { width: 100%; : 1; position: relative; background: url("/widgets/Map/service/map.jpg") center center no-repeat;}
.map-37 > .map > * { position: absolute; : 1; font-size: 0;}
.map-37 .top-controls > * { display: inline-block; : 1; vertical-align: middle;}
.map-37 .top-controls.left { top: 10px; : 1; left: 10px;}
.map-37 .top-controls.right { top: 10px; : 1; right: 10px;}
.map-37 .top-controls.left > * { margin-right: 10px; : 1;}
.map-37 .top-controls.right > * { margin-left: 10px; : 1;}
.map-37 .map-place { background: url("/widgets/Map/service/place.png") center center no-repeat; : 1; width: 28px; height: 29px;}
.map-37 .map-search { background: url("/widgets/Map/service/search.png") center center no-repeat; : 1; width: 62px; height: 29px;}
.map-37 .map-route { background: url("/widgets/Map/service/route.png") center center no-repeat; : 1; width: 28px; height: 29px;}
.map-37 .map-traffic { background: url("/widgets/Map/service/traffic.png") center center no-repeat; : 1; width: 87px; height: 29px;}
.map-37 .map-layers { background: url("/widgets/Map/service/layers.png") center center no-repeat; : 1; width: 68px; height: 29px;}
.map-37 .map-full { background: url("/widgets/Map/service/full.png") center center no-repeat; : 1; width: 28px; height: 29px;}
.map-37 .map-zoom { left: 10px; : 1; top: 108px; max-height: 150px; bottom: 60px; width: 28px; background: url("/widgets/Map/service/line.png") center center repeat-y;}
.map-37 .map-zoom .zoom-inner { position: absolute; : 1; min-height: 55px; height: 100%; bottom: 0; left: 0;}
.map-37 .map-zoom .sizer { position: absolute; : 1; top: 50%; left: 0; margin-top: -8px; background: url("/widgets/Map/service/runner.png") center center repeat-y; width: 28px; height: 16px;}
.map-37 .map-zoom .plus { position: absolute; : 1; top: -1px; left: 0; background: url("/widgets/Map/service/plus.png") center center repeat-y; width: 28px; height: 29px;}
.map-37 .map-zoom .minus { position: absolute; : 1; bottom: -1px; left: 0; background: url("/widgets/Map/service/minus.png") center center repeat-y; width: 28px; height: 29px;}
.map-37 .map-goto { background: url("/widgets/Map/service/ya.png") center center no-repeat; : 1; width: 168px; height: 24px; bottom: 10px; left: 10px;}
.map-37 .map-ruler { background: url("/widgets/Map/service/scale.png") 0 50% no-repeat, url("/widgets/Map/service/ruler.png") 100% 50% no-repeat; : 1; width: 122px; height: 29px; bottom: 30px; right: 10px;}
.map-37 .map-copyright { background: url("/widgets/Map/service/cop.png") center center no-repeat; : 1; width: 152px; height: 14px; bottom: 10px; right: 3px;}
.widget-24 { top: 0; left: 0; position: fixed; width: auto; text-align: center; right: 0; z-index: 9950; margin-left: 0; margin-right: 0;}
.side-panel-39 .side-panel-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); pointer-events: auto;}
.side-panel-39 .side-panel-content { box-sizing: border-box; position: fixed; top: 0; bottom: 0; left: 0; width: 265px; background: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); pointer-events: auto; text-align: center;}
.side-panel-39 .side-panel-close { position: absolute; z-index: 1; left: 100%; top: 0; box-sizing: border-box; font-size: 0; width: 29px; min-height: 29px; background: url("../images/wm_side_panel_cross.png") left 50% top 50% / auto no-repeat #eeeeee; cursor: pointer;}
.side-panel-39 .side-panel-content-inner { overflow-y: auto; max-height: 100%; min-height: 100%; position: relative; z-index: 0;}
.side-panel-39 .side-panel-top { box-sizing: border-box; position: relative; z-index: 0; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.side-panel-39 .side-panel-button { padding: 4px 5px 7px; box-sizing: border-box; font-size: 0; width: 29px; min-height: 0; background: #eeeeee; cursor: pointer; -webkit-order: 0; -moz-order: 0; order: 0; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; position: relative; z-index: 10; text-align: left;}
.side-panel-39 .side-panel-button-icon { display: block;}
.side-panel-39 .side-panel-button-icon-line { box-sizing: border-box; display: block; min-height: 3px; margin-top: 3px; background: #000000;}
.side-panel-39 .side-panel-top-inner { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}

@media all and (max-width: 960px) {
	.editorElement { max-width: 100%; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.layout { max-width: 100%;}
	.layout.layout_center { box-sizing: border-box;}
	.block-20 { min-height: 299px; padding-bottom: 39px; padding-left: 20px; padding-right: 20px; -webkit-order: 4; -moz-order: 4; order: 4;}
	.block-25 .layout_45 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-25 .layout_48 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-25 { width: auto; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; margin-left: 0; margin-right: 0;}
	.widget-34 { -webkit-order: 2; -moz-order: 2; order: 2;}
	.widget-35 { -webkit-order: 1; -moz-order: 1; order: 1; display: block;}
	.block-4 .layout_4 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; display: none;}
	.block-4 .layout_12 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-4 .layout_40 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3; width: 100%; display: none;}
	.block-4 { padding: 7px 30px 29px; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.block-5 { width: auto; background: none; margin-top: 35px; margin-left: 68px; margin-right: 68px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; right: 0;}
	.widget-8 { text-align: center; width: auto; right: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: block;}
	.site-name-13 .sn-text { text-align: center;}
	.widget-9 { text-align: center; width: auto; right: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: block;}
	.block-2 { min-height: 329px; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-11 .layout_28_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-11 { padding-top: 39px; -webkit-order: 8; -moz-order: 8; order: 8;}
	.widget-17 { padding: 10px 20px; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; background: transparent; height: auto; display: block;}
	.reviews-29 .list-wr { width: auto; overflow: visible;}
	.reviews-29 .body { width: auto; margin-right: -20px;}
	.reviews-29 .list { overflow-x: visible; overflow-y: visible;}
	.reviews-29 .item-outer { -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.reviews-29 .item { margin-right: 20px; margin-bottom: 20px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.reviews-29 .image { max-width: 100%; float: none; -webkit-box-shadow: false, false, false, false; -moz-box-shadow: false, false, false, false; box-shadow: false, false, false, false;}
	.reviews-29 .bx-wrapper { max-width: 608px;}
	.reviews-29 .controls { top: auto;}
	.reviews-29 .prev { width: 50px;}
	.reviews-29 .prev:hover, 
	.reviews-29 .prev.hover, 
	.reviews-29 .prev.active { background: url("../images/lib_281901_new_project32_03 (4).png") left 50% top 50% / auto auto no-repeat #65ab02;}
	.reviews-29 .next { width: 50px;}
	.reviews-29 .next:hover, 
	.reviews-29 .next.hover, 
	.reviews-29 .next.active { background: url("../images/lib_281901_new_project32_03 (2).png") left 50% top 50% / auto auto no-repeat #65ab02;}
	.reviews-29 .description { -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
	.block-12 { margin-top: 50px; -webkit-order: 9; -moz-order: 9; order: 9;}
	.block-13 .layout_31_id_32 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-13 { padding-left: 30px; padding-right: 30px; -webkit-order: 2; -moz-order: 2; order: 2;}
	.widget-23 { text-align: center; width: auto; margin-left: 0; margin-right: 0; -webkit-order: 3; -moz-order: 3; order: 3; right: 0; display: block;}
	.widget-18 { -webkit-order: 1; -moz-order: 1; order: 1;}
	.block-14 { -webkit-order: 2; -moz-order: 2; order: 2;}
	.widget-19 { margin-left: auto; margin-right: auto; -webkit-order: 1; -moz-order: 1; order: 1;}
	.widget-20 { margin-left: auto; margin-right: auto; -webkit-order: 2; -moz-order: 2; order: 2; display: block;}
	.widget-22 { display: none; -webkit-order: 1; -moz-order: 1; order: 1;}
	.widget-24 { text-align: left; z-index: 9999; box-sizing: border-box; -webkit-order: 1; -moz-order: 1; order: 1; display: block;}
	.side-panel-39 .side-panel-top { width: auto;}
	.side-panel-39 .side-panel-button { border: none; width: 45px; min-height: 45px; padding-top: 11px; background: #03dedf;}
	.side-panel-39 .side-panel-button-icon-line { border: none; background: #121112;}

}

@media all and (max-width: 768px) {
	.block-20 { padding-top: 22px; padding-left: 0; padding-right: 0;}
	.block-25 .layout_45 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-25 .layout_48 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-4 .layout_4 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; width: 100%; padding-left: 0; padding-right: 0; display: none;}
	.block-4 .layout_12 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; width: 100%; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-4 .layout_40 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3; display: none;}
	.block-4 { padding-top: 30px;}
	.block-5 { margin: 15px 0 0;}
	.block-2 { min-height: 232px;}
	.block-11 .layout_28_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.reviews-29 .body { margin-right: 0;}
	.reviews-29 .item-outer { width: 100%;}
	.reviews-29 .item { margin-right: 0; overflow: hidden;}
	.reviews-29 .image { margin-top: 0;}
	.reviews-29 .author { margin-top: -47px; margin-bottom: 50px;}
	.reviews-29 .bx-wrapper { max-width: 520px;}
	.reviews-29 .description { margin-bottom: 50px;}
	.block-13 .layout_31_id_32 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.widget-24 { z-index: 9950;}

}

@media all and (max-width: 640px) {
	.block-25 .layout_45 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-25 .layout_48 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-21 { margin-left: 22px; margin-right: 17px;}
	.block-4 .layout_4 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: none;}
	.block-4 .layout_12 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-4 .layout_40 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3; display: none;}
	.block-11 .layout_28_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.reviews-29 .header_text { margin-left: auto; margin-right: auto;}
	.reviews-29 .item { margin-bottom: 30px;}
	.reviews-29 .bx-wrapper { max-width: 360px;}
	.block-13 .layout_31_id_32 { margin-top: 0; margin-left: 0; margin-right: auto;}

}

@media all and (max-width: 480px) {
	.block-25 .layout_45 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-25 .layout_48 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-4 .layout_4 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: none;}
	.block-4 .layout_12 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-4 .layout_40 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3; width: 100%; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; margin-bottom: 0; display: none;}
	.block-4 { min-height: 155px; padding-top: 49px;}
	.widget-8 { margin-left: auto; margin-right: auto;}
	.widget-9 { margin-top: 0; margin-left: auto; margin-right: auto;}
	.block-11 .layout_28_id_29 { margin-top: 0; margin-left: 0; margin-right: 0; width: auto;}
	.reviews-29 .header_text { font-size: 22px;}
	.reviews-29 .list-wr { margin-left: 0; padding-left: 0;}
	.reviews-29 .item { padding-left: 20px; text-align: center; padding-right: 20px;}
	.reviews-29 .image { margin-left: auto; margin-right: auto; margin-bottom: 20px;}
	.reviews-29 .text { text-align: center; width: auto; left: 0; right: 0; margin-left: 0; margin-right: 0;}
	.reviews-29 .author { text-align: center; margin-top: 0; margin-bottom: 20px;}
	.reviews-29 .bx-wrapper { max-width: 200px;}
	.reviews-29 .image_author { text-align: center;}
	.block-13 .layout_31_id_32 { margin-top: 0; margin-left: 0; margin-right: 0; width: auto;}
	.widget-23 { margin-top: 0; margin-left: auto; margin-right: auto;}
	.block-14 { margin-bottom: 40px;}

}
.side-panel .widget-36 { padding: 20px 2px; margin: 20px 0; border: 1px solid rgba(0,0,0,0.13); z-index: 1; width: auto; left: 0; top: 0; position: relative; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-style: normal; line-height: 1.2; letter-spacing: 0; text-align: left; text-indent: 0; text-transform: none; text-decoration: none; box-sizing: border-box; display: block; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.side-panel .menu-49 .menu-scroll > ul ul > li > a:hover, 
.side-panel .menu-49 .menu-scroll > ul ul > li > a.hover, 
.side-panel .menu-49 .menu-scroll > ul ul > li > a.active { background: #2b2a2b; color: #ffffff;}
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a { font-size: 17px; display: block;}
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a.active { background: #03dedf; color: #030303;}
.side-panel .widget-28 { margin: 25px 8px 20px; border: 1px solid rgba(0,0,0,0.2); z-index: 3; box-sizing: border-box; left: 0; top: 0; position: relative; min-height: 40px; width: auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-left: 0; padding-right: 0; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; font-family: Arial, Helvetica, sans-serif; font-size: 0; color: #000000; font-style: normal; line-height: 1.2; letter-spacing: 0; text-align: left; text-indent: 0; text-transform: none; text-decoration: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; visibility: visible; right: 0;}
.side-panel .widget-2 { padding: 11px 4px 16px; margin: 0 0 20px; border: none; z-index: 2; text-align: right; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; width: auto; left: 0; top: 0; position: relative; background: #0d1422; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; right: 0; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; display: -webkit-flex; display: flex; min-height: 90px;}
.side-panel .menu-4 .menu-scroll > ul { display: block;}
.side-panel .menu-4 .menu-scroll > ul > li.delimiter { margin-top: 2px; margin-bottom: 2px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; min-height: 1px; width: auto; background: rgba(214,214,214,0.15);}
.side-panel .menu-4 .menu-scroll > ul > li.menu-item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.side-panel .menu-4 .menu-scroll > ul > li.menu-item > a { width: auto; min-height: 49px; font-size: 17px;}
.side-panel .menu-4 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-4 .menu-scroll > ul > li.menu-item > a.active { color: #03dedf; -webkit-box-shadow: inset 0px -4px 0px  #03dedf; -moz-box-shadow: inset 0px -4px 0px  #03dedf; box-shadow: inset 0px -4px 0px  #03dedf;}
.side-panel .menu-4 .menu-scroll > ul ul { position: static; width: auto;}
.side-panel .menu-4 .menu-scroll > ul ul ul { position: static; width: auto;}