@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;}
.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%;}
.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: 0;left: 100%;background: #FBFDDD;color: #CA3841;padding: 5px 10px;border-radius: 3px;box-shadow: 1px 2px 3px rgba(0,0,0,.3); white-space: nowrap; box-sizing: border-box;}
.wm-tooltip::after {content: "";font-size: 0;background: inherit;width: 5px;height: 5px;position: absolute;top: 50%;left: -3px;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: show_hide 4s;}
.error .wm-tooltip::after {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-mask,
.side-panel-content { display: none;}

.align-elem{
	flex-grow:1;
}
body { border: none; background: #ffffff; z-index: 2; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; font-family: Arial, Helvetica, sans-serif;}
.wrapper { position: relative; z-index: 3; font-family: Arial, Helvetica, sans-serif; text-align: left; font-size: 12px; color: #000000; font-style: normal; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; display: block; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.block-5 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: repeating-linear-gradient(to top right,#4eb0c9 0%,#087bc2 100%) #6ed5e0; z-index: 6; text-align: center; display: block; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-7 .layout_13 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-7 .layout_17 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-7 { margin: 0 auto; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 1; text-align: left; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-10 { margin: 4px 0 auto 5px; border: 1px solid rgba(255,255,255,0.39); position: relative; top: 0; left: 0; z-index: 3; box-sizing: border-box; font-size: 0; display: -webkit-flex; display: flex; width: 251px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-bottom: 2px; min-height: 43px; padding-top: 3px;}
.search-17 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-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
.search-17 input { padding: 4px 4px 4px 20px; margin: 0; border: none; box-sizing: border-box; vertical-align: top; font-size: 14px; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; outline: none; min-height: 20px; width: 0; height: 0; max-width: 100%; font-family: Open Sans Condensed, sans-serif; text-align: left; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; color: #ffffff; line-height: 1.2; letter-spacing: 0.4px; text-transform: uppercase; text-decoration: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; font-weight: bold;}
.search-17 button { padding: 3px 4px; margin: -3px 10px 0 5px; border: none; box-sizing: border-box; vertical-align: top; background: url("../images/search.png?1487652437146") left 50% top 50% / auto auto no-repeat; font-size: 14px; outline: none; min-width: 24px; min-height: 20px; position: relative; z-index: 1; text-align: center; color: #000000; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; width: 40px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; align-self: auto;}
.search-17 button span { box-sizing: border-box; display: inline-block; min-width: 14px;}
.search-17 input:focus { outline: none;}
.search-17 button:focus { outline: none;}
.search-17 .slide_search { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s;}
.search-17 ::-webkit-input-placeholder { color: #ffffff;}
.search-17 ::-moz-placeholder { color: #ffffff;}
.search-17 :-ms-input-placeholder { color: #ffffff;}
.widget-9 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; padding-right: 2px; padding-left: 2px; box-sizing: border-box; display: -webkit-flex; display: flex; width: 944px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; min-height: 50px;}
.menu-13 .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-13 .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-13 .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-13 .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-13 .menu-scroll { display: -webkit-flex; display: flex; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-13 .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;}
.menu-13 .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-13 .menu-scroll > ul > li.delimiter { margin: auto 0; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 0; width: 1px; min-height: 50px; background: rgba(43,36,43,0.18); box-sizing: border-box;}
.menu-13 .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-13 .menu-scroll > ul > li.menu-item > a { padding: 5px 20px; 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: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; font-family: Open Sans 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; font-weight: bold; align-self: auto; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 50px;}
.menu-13 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-13 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-13 .menu-scroll > ul > li.menu-item > a.active { color: #2b242b; background: #ffffff;}
.menu-13 .menu-scroll > ul > li.menu-item > a:active, 
.menu-13 .menu-scroll > ul > li.menu-item > a.active { background: transparent;}
.menu-13 .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-13 .menu-scroll > ul > li.menu-item > a img { margin: auto; box-sizing: border-box; max-width: 100%; height: auto; width: auto;}
.menu-13 .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-13 .menu-scroll > ul > li.home-button { box-sizing: border-box; display: -webkit-flex; display: flex;}
.menu-13 .menu-scroll > ul > li.more-button { display: none; margin-left: auto; position: relative;}
.menu-13 .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-13 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-13 .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-13 .menu-scroll > ul ul ul { margin: 0 0 0 8px; position: absolute; left: 100%; top: 0;}
.menu-13 .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-13 .menu-scroll > ul > li.more-button > ul { left: auto; right: 0;}
.menu-13 .menu-scroll > ul > li.more-button.disabled { display: none;}
.menu-13 .menu-scroll > ul > li.more-button .menu-item-image { display: none;}
.block-4 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: #2b242b; z-index: 5; text-align: center; display: block; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-top: 0.02px; padding-bottom: 0.02px;}
.block-3 .layout_7 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-3 .layout_9 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-3 .layout_11 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-3 .layout_12 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-3 { margin: 0 auto; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 1; text-align: left; display: -webkit-flex; display: flex; text-decoration: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-8 { margin: 2px 0 auto 334px; position: relative; top: 0; left: 0; z-index: 5; text-align: center; box-sizing: border-box; width: 175px; min-height: 17px;}
.authorization-12 .header { box-sizing: border-box; background: #eee; display: none; -webkit-align-items: center; -moz-align-items: center; align-items: center; font-size: 16px; user-select: none;}
.authorization-12 .header .header-text { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.authorization-12 .tgl-but { box-sizing: border-box; display: none;}
.authorization-12 .block-body-drop { box-sizing: border-box;}
.authorization-12 .block-body { box-sizing: border-box; padding-top: 10px;}
.authorization-12 .block-body form { box-sizing: border-box;}
.authorization-12 .form-inner { box-sizing: border-box; display: block;}
.authorization-12 .block-table { box-sizing: border-box; display: block;}
.authorization-12 .block-tr { box-sizing: border-box; margin-right: 0; margin-bottom: 5px;}
.authorization-12 .auth-login { padding: 4px 5px 4px 25px; border: 1px solid #bbbbbb; box-sizing: border-box; width: 100%; background: url("../images/wm_authorization_login.png") left 8px top 50% no-repeat; min-width: 0;}
.authorization-12 .auth-password { padding: 4px 5px 4px 25px; border: 1px solid #bbbbbb; box-sizing: border-box; width: 100%; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; min-width: 0; background: url("../images/wm_authorization_password.png") left 8px top 50% no-repeat;}
.authorization-12 .signin-btn { padding: 4px; border: 1px solid #bbbbbb; box-sizing: border-box; width: auto; margin-top: 0; margin-left: 10px; background: #eeeeee; text-align: center;}
.authorization-12 .title { box-sizing: border-box; display: -webkit-flex; display: flex;}
.authorization-12 .row { box-sizing: border-box; display: -webkit-flex; display: flex;}
.authorization-12 .block-tr + .block-tr { margin-right: 0; margin-bottom: 0;}
.authorization-12 .block-tr2 { box-sizing: border-box; margin-top: 5px;}
.authorization-12 .remember-me { box-sizing: border-box;}
.authorization-12 .authorization-links { box-sizing: border-box;}
.authorization-12 .register { box-sizing: border-box;}
.authorization-12 .forgot { box-sizing: border-box;}
.authorization-12 .register-links { box-sizing: border-box;}
.authorization-12 .register-type2 { box-sizing: border-box; font-family: Noto Sans, sans-serif; color: #ffffff; text-decoration: none; display: -webkit-inline-flex; display: inline-flex;}
.authorization-12 .register-type2:hover, 
.authorization-12 .register-type2.hover, 
.authorization-12 .register-type2.active { color: #1bcde8;}
.authorization-12 .login-type2 { box-sizing: border-box; font-family: Noto Sans, sans-serif; color: #1bcde8; text-decoration: none; display: -webkit-inline-flex; display: inline-flex;}
.authorization-12 .login-type2:hover, 
.authorization-12 .login-type2.hover, 
.authorization-12 .login-type2.active { color: #ffffff;}
.authorization-wr .usser-isset { display: none;}
.authorization-12 .user-name { font-family: Noto Sans, sans-serif; color: #ffffff; text-decoration: none; display: -webkit-flex; display: flex;}
.authorization-12 .logout { font-family: Noto Sans, sans-serif; color: #1bcde8; text-decoration: none; margin-left: 7px;}
.authorization-12 .settings { font-family: Noto Sans, sans-serif; color: #ffffff; text-decoration: none;}
.authorization-12 .tgl-but:checked + .block-body-drop { display: block;}
.user-opened .block-body .usser-isset { display: block;}
.user-opened .block-body > form { display: none;}
.user-opened .register-links { display: none;}
.widget-7 { margin: 0 0 auto 3px; border: none; position: relative; top: 0; left: 0; z-index: 4; text-align: undefined; box-sizing: border-box; width: 250px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 36px;}
.address-11 p:first-child { margin-top: 0;}
.address-11 p:last-child { margin-bottom: 0;}
.address-11 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.address-11 .cell-icon { box-sizing: border-box; display: -webkit-flex; display: flex; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.address-11 .icon { border: none; box-sizing: border-box; height: 16px; width: 30px; background: url("../images/cart.png") left 50% top 50% / 23px no-repeat #1384c3; margin-right: 5px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 41px;}
.address-11 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.address-11 .cell-text { box-sizing: border-box; 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; margin-left: 14px; margin-top: 4px;}
.address-11 .title { box-sizing: border-box; font-family: Noto Sans, sans-serif; font-size: 10px; color: #14a0d8; font-style: normal; line-height: 1.2; letter-spacing: 1.0px; text-transform: uppercase; text-decoration: none; margin-top: 10px; align-self: auto; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.address-11 .text_body { font-family: Open Sans Condensed, sans-serif; font-size: 20px; color: #ffffff; font-style: normal; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; font-weight: bold; margin-top: 3px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; align-self: auto; margin-left: 10px;}
.address-11 input.tgl-but { box-sizing: border-box; display: none;}
.address-11 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-5 { margin: 8px 0 auto; position: relative; top: 0; left: 0; z-index: 3; text-align: undefined; box-sizing: border-box; width: 217px;}
.phones-7 p:first-child { margin-top: 0;}
.phones-7 p:last-child { margin-bottom: 0;}
.phones-7 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.phones-7 .cell-icon { box-sizing: border-box; display: -webkit-flex; display: flex; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.phones-7 .icon { border: none; box-sizing: border-box; height: 16px; width: 20px; background: url("../images/phone.png?1487650291567") left 50% top 50% / auto auto no-repeat; margin-right: 5px; min-height: 20px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; margin-top: 1px; align-self: auto;}
.phones-7 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.phones-7 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.phones-7 .title { box-sizing: border-box; display: none;}
.phones-7 .text_body { box-sizing: border-box; font-family: Open Sans Condensed, sans-serif; font-size: 20px; color: #14a0d8; text-decoration: none; font-weight: bold; margin-top: 0; padding-left: 10px; margin-left: 5px; border-top: 0px solid rgba(255,255,255,0.15); border-right: 0px solid rgba(255,255,255,0.15); border-bottom: 0px solid rgba(255,255,255,0.15); border-left: 1px solid rgba(255,255,255,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.phones-7 input.tgl-but { box-sizing: border-box; display: none;}
.phones-7 .text_body a { text-decoration: none; color: inherit;}
.phones-7 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-6 { margin: 10px 0 auto 7px; position: relative; top: 0; left: 0; z-index: 2; text-align: undefined; box-sizing: border-box; width: 213px; right: auto; min-height: 26px;}
.schedule-9 p:first-child { margin-top: 0;}
.schedule-9 p:last-child { margin-bottom: 0;}
.schedule-9 .header { box-sizing: border-box;}
.schedule-9 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.schedule-9 .cell-icon { box-sizing: border-box; display: -webkit-flex; display: flex; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.schedule-9 .icon { border: none; box-sizing: border-box; height: 16px; width: 20px; background: url("../images/shed.png?1487650307948") left 50% top 50% / auto auto no-repeat; margin-right: 5px; min-height: 20px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.schedule-9 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.schedule-9 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.schedule-9 .title { box-sizing: border-box; display: none;}
.schedule-9 .text_body { font-family: Noto Sans, sans-serif; color: #c9c9c9; text-decoration: none; font-weight: normal; margin-left: 5px; padding-left: 10px; border-top: 0px solid rgba(255,255,255,0.15); border-right: 0px solid rgba(255,255,255,0.15); border-bottom: 0px solid rgba(255,255,255,0.15); border-left: 1px solid rgba(255,255,255,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; margin-top: 3px; display: -webkit-flex; display: flex;}
.schedule-9 input.tgl-but { box-sizing: border-box; display: none;}
.schedule-9 input.tgl-but:checked + .block-body-drop { display: block;}
.block-8 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 4; text-align: center; display: block; text-decoration: none; right: 0; -webkit-box-shadow: 0px 0px 19px  rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 19px  rgba(0,0,0,0.2); box-shadow: 0px 0px 19px  rgba(0,0,0,0.2); border-top: 0px solid rgba(194,194,194,0.4); border-right: 0px solid rgba(194,194,194,0.4); border-bottom: 1px solid rgba(194,194,194,0.4); border-left: 0px solid rgba(194,194,194,0.4); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-2 .layout_3 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-2 .layout_4 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-2 .layout_5 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-2 { margin: 0 auto; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 1; text-align: left; display: -webkit-flex; display: flex; text-decoration: none; padding-top: 15px; padding-bottom: 15px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-3 { margin: 15px 0 auto; position: relative; top: 0; left: 0; z-index: 3; font-family: Noto Sans, sans-serif; font-size: 13px; color: #2b242b; text-decoration: none; box-sizing: border-box; width: 232px; font-weight: bold; right: auto; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-2 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; text-align: center; box-sizing: border-box; width: 224px; min-height: 50px; font-size: 25px; right: 0;}
.site-name .sn-wrap { display: -webkit-flex; display: flex; flex-flow: column nowrap;}
.site-name .sn-logo { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; max-width: 100%;}
.site-name img { box-sizing: border-box; display: block; max-width: 100%; border: none;}
.site-name .sn-text { box-sizing: border-box; display: -webkit-flex; display: flex;}
.site-name a { text-decoration: none; outline: none;}
.widget-4 { margin: 5px 0 auto 494px; position: relative; top: 0; left: 0; z-index: 1; font-family: Roboto Condensed, sans-serif; font-size: 18px; color: #14a0d8; line-height: 1.4; text-transform: uppercase; text-decoration: none; box-sizing: border-box; width: 250px; min-height: 41px; font-weight: bold;}
.block-9 .layout_21 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-9 .layout_29 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-9 { margin: 0 auto; border: none; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 3; display: -webkit-flex; display: flex; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none;}
.block-10 { margin: 0 0 auto; border: none; position: relative; top: 0; left: 0; width: 960px; min-height: 0; background: #ffffff; z-index: 2; text-align: center; display: block; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; right: 0; text-decoration: none;}
.block-11 { padding: 30px 40px 10px; margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 2; text-align: left; display: block; text-indent: 0; text-decoration: none; right: 0;}
.widget-15 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; font-family: Roboto Condensed, sans-serif; font-size: 30px; color: #1b85a8; text-decoration: none; box-sizing: border-box; font-weight: 300; width: auto; right: 0;}
h2 { box-sizing: border-box; font-size: 24px; margin-top: 15px; margin-bottom: 15px; font-weight: 300; font-style: normal; font-family: Roboto Condensed, sans-serif; color: #1b85a8;}
h3 { box-sizing: border-box; font-size: 21px; margin-top: 15px; margin-bottom: 15px; font-weight: 300; font-style: normal; font-family: Roboto Condensed, sans-serif; color: #1b85a8;}
h4 { box-sizing: border-box; font-size: 20px; margin-top: 15px; margin-bottom: 15px; font-weight: 300; font-style: normal; font-family: Roboto Condensed, sans-serif; color: #1b85a8;}
h5 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: 300; font-style: normal; font-family: Roboto Condensed, sans-serif; color: #1b85a8;}
h6 { box-sizing: border-box; font-size: 17px; margin-top: 15px; margin-bottom: 15px; font-weight: 300; font-style: normal; font-family: Roboto Condensed, sans-serif; color: #1b85a8;}
.widget-16 { margin: 0 0 40px; position: relative; top: 0; left: 0; z-index: 1; font-family: Open Sans, sans-serif; font-size: 15px; color: #737373; line-height: 1.5; text-decoration: none; display: block; width: auto; right: 0;}
.content-preview { width: 200px; height: 100px; background: #ccc;}
.content-27 .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-27 .pics-1 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-27 .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-27 .pics-2 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.block-12 { margin: 0 0 auto; border: none; position: relative; top: 0; left: 0; width: 260px; min-height: 0; background: #ffffff; z-index: 1; text-align: center; display: block; padding-left: 0; padding-right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.widget-12 { padding: 40px 0 20px; margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 3; width: auto; box-sizing: border-box; display: block; right: 0; background: #f0f0f0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-22 .menu-scroll > ul > li.delimiter { margin: 0 40px 0 20px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; min-height: 1px; height: auto; width: auto; background: #d6d6d6;}
.menu-22 .menu-scroll > ul ul { padding: 10px 5px 10px 37px; margin: 0; border: none; position: static; top: 0; left: 100%; background: #4cbedb; list-style: none; width: auto; display: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-22 .menu-scroll > ul ul > li.delimiter { margin: 0 10px; border: none; box-sizing: border-box; min-height: 1px; height: auto; width: auto; background: rgba(255,255,255,0.27); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-22 .menu-scroll > ul ul > li { padding: 0; display: block; position: relative; margin-left: 0; margin-right: 0;}
.menu-22 .menu-scroll > ul ul > li > a { padding: 5px 10px; border: none; cursor: pointer; display: block; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; box-sizing: border-box; text-decoration: none; color: #fff; font-size: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; font-family: Roboto Condensed, sans-serif; text-align: left; font-style: normal; letter-spacing: 0; text-transform: uppercase; font-weight: bold; margin-right: 10px;}
.menu-22 .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: url(plus.png) left 50% top 50% / auto auto #f0f0f0 no-repeat;}
.menu-22 .menu-title { box-sizing: border-box; font-size: 16px; padding-left: 17px; margin-bottom: 10px;}
.menu-22 .menu-button { display: none; position: absolute; left: 100%; top: 0; width: 50px; min-height: 50px;}
.menu-22 .menu-scroll { display: block; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-22 .menu-scroll > ul { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: block;}
.menu-22 .menu-scroll > ul > li.menu-item { padding: 0; margin: 0; box-sizing: border-box; position: relative;}
.menu-22 .menu-scroll > ul > li.menu-item > a { padding: 5px 15px 5px 0; margin: 0 40px 0 35px; 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: #000; font-size: 14px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; font-family: Roboto Condensed, sans-serif; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: left; font-style: normal; letter-spacing: 0; text-transform: uppercase; font-weight: bold; min-height: 35px; width: 185px; left: auto; right: auto;}
.menu-22 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-22 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-22 .menu-scroll > ul > li.menu-item > a.active { color: #22a0bf;}
.menu-22 .menu-scroll > ul > li.menu-item > a .has-child-icon { border: none; position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; min-height: 12px; background: url("../images/plus.png?1487657183025") left 50% top 50% / auto auto no-repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-22 .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-22 .menu-scroll > ul > li.menu-item > a img { margin: auto; box-sizing: border-box; max-width: 100%; height: auto; width: auto;}
.menu-22 .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;}
.widget-13 { padding: 30px 40px 20px; margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 2; text-align: left; box-sizing: border-box; width: auto; min-height: 0; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.news-23 p:first-child { margin-top: 0;}
.news-23 p:last-child { margin-bottom: 0;}
.news-23 .news__header { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 15px;}
.news-23 .news__title { box-sizing: border-box; font-size: 20px; font-family: Roboto Condensed, sans-serif; text-indent: 0; text-transform: uppercase; text-decoration: none; font-weight: bold; display: -webkit-flex; display: flex;}
.news-23 .news__all { box-sizing: border-box;}
.news-23 .all_link { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; font-family: Open Sans Condensed, sans-serif; text-indent: 0; color: #1391b0; text-transform: uppercase; text-decoration: none; font-weight: bold;}
.news-23 .all_link:hover, 
.news-23 .all_link.hover, 
.news-23 .all_link.active { color: #000000;}
.news-23 .body-outer { box-sizing: border-box; position: relative;}
.news-23 .body { margin: 0; box-sizing: border-box;}
.news-23 .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%);}
.news-23 .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%);}
.news-23 .news__list { box-sizing: border-box; display: block; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.news-23 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: auto;}
.news-23 .item { margin: 0 0 10px; box-sizing: border-box; width: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; min-width: 0; min-height: 0; align-self: auto; border-top: 0px solid rgba(0,0,0,0.1); border-right: 0px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); border-left: 0px solid rgba(0,0,0,0.1); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-bottom: 12px;}
.news-23 .item__image { box-sizing: border-box; font-size: 0; margin-bottom: 10px; text-align: center; position: relative; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.news-23 .img-convert { box-sizing: border-box; width: 180px; height: 100px; -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;}
.news-23 .item__image img { box-sizing: border-box; max-width: 100%; width: auto; height: auto; display: -webkit-flex; display: flex;}
.news-23 .item__image__title { box-sizing: border-box; font-weight: bold; text-decoration: underline; font-size: 12px; position: absolute; left: 0; top: 0; display: -webkit-flex; display: flex;}
.news-23 .item__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;}
.news-23 .item__image__title > a { color: inherit; text-decoration: inherit;}
.news-23 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; font-size: 12px; display: -webkit-flex; display: flex;}
.news-23 .item__title { box-sizing: border-box; font-weight: bold; margin-bottom: 5px; text-decoration: underline; position: relative; z-index: 1; font-size: 14px; font-family: Noto Sans, sans-serif; text-indent: 0; color: #1b85a8; display: -webkit-flex; display: flex;}
.news-23 .item__title:hover, 
.news-23 .item__title.hover, 
.news-23 .item__title.active { text-decoration: none; color: #354145;}
.news-23 .item__title > a { color: inherit; text-decoration: inherit;}
.news-23 .item__date { box-sizing: border-box; margin-bottom: 5px; position: relative; z-index: 1;}
.news-23 .item__date > span { box-sizing: border-box; display: inline-block; font-size: 11px; color: hsl(0, 0%, 50%); text-transform: lowercase; font-family: Open Sans, sans-serif; text-indent: 0; letter-spacing: 1.0px; text-decoration: none;}
.news-23 .item__text { box-sizing: border-box; margin-bottom: 5px; position: relative; z-index: 1; font-family: Noto Sans, sans-serif; text-indent: 0; font-size: 13px; color: #3d3d3d; line-height: 1.4; text-decoration: none; display: -webkit-flex; display: flex;}
.news-23 .item__more { box-sizing: border-box; position: relative; margin-bottom: 10px;}
.news-23 .item__more_link { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.news-23 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.news-23 .item__date > span ins { box-sizing: border-box; display: block; font-size: 16px; color: hsl(0, 0%, 50%); text-decoration: none;}
.news-23 .controls { visibility: hidden; 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;}
.news-23 .prev { position: relative; z-index: 105; visibility: visible; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_news_slider-left.png") center center / auto auto no-repeat; box-sizing: border-box;}
.news-23 .next { position: relative; z-index: 105; visibility: visible; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_news_slider-right.png") center center / auto auto no-repeat; box-sizing: border-box;}
.news-23 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.news-23 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.news-23 .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;}
.news-23 .bx-auto_controls { margin: auto auto 0; box-sizing: border-box; visibility: visible; display: -webkit-flex; display: flex;}
.news-23 .auto_controls { box-sizing: border-box; display: none;}
.news-23 .bx-controls-auto-item { box-sizing: border-box;}
.news-23 .bx-controls-auto-item .bx-stop { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_news_pause.png") center center / auto no-repeat;}
.news-23 .bx-controls-auto-item .bx-start { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_news_play.png") center center / auto no-repeat;}
.news-23 .pager-wrap { box-sizing: border-box;}
.news-23 .bx-pager { margin: auto auto 0; position: relative; z-index: 100; display: inline-block; box-sizing: border-box; visibility: visible;}
.news-23 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.news-23 .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; height: 10px;}
.widget-17 { padding: 30px 30px 40px; margin: 0 10px 0 0; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: auto; max-width: 100%; min-height: 0; -webkit-box-shadow: 0px -4px 0px  rgba(0,0,0,0.05); -moz-box-shadow: 0px -4px 0px  rgba(0,0,0,0.05); box-shadow: 0px -4px 0px  rgba(0,0,0,0.05); background: transparent; border-top: 1px solid rgba(161,161,161,0.22); border-right: 0px solid rgba(161,161,161,0.22); border-bottom: 0px solid rgba(161,161,161,0.22); border-left: 0px solid rgba(161,161,161,0.22); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; right: 0;}
.reviews-28 p:first-child { margin-top: 0;}
.reviews-28 p:last-child { margin-bottom: 0;}
.reviews-28 .header { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-right: 0; margin-bottom: 0; text-align: justify;}
.reviews-28 .header_text { box-sizing: border-box; font-size: 20px; font-family: Roboto Condensed, sans-serif; text-align: left; color: #1b85a8; text-transform: uppercase; text-decoration: none; font-weight: bold; display: -webkit-flex; display: flex;}
.reviews-28 .description { box-sizing: border-box; overflow: hidden; text-align: left; margin-bottom: 0; font-family: Roboto Condensed, sans-serif; font-size: 15px; color: #2f3f45; text-transform: uppercase; text-decoration: none; font-weight: 300; display: -webkit-flex; display: flex;}
.reviews-28 .list-wr { box-sizing: border-box; position: relative;}
.reviews-28 .body { margin: 0; box-sizing: border-box;}
.reviews-28 .list { display: block; -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-28 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: auto;}
.reviews-28 .item { margin: 10px 0; width: auto; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; min-width: 0; min-height: 0; max-width: 100%;}
.reviews-28 .image { text-align: left; box-sizing: border-box; margin-bottom: 5px; font-size: 0; position: relative; 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;}
.reviews-28 .img-convert { 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; text-align: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.reviews-28 .image img { box-sizing: border-box; width: auto; height: auto; max-width: 100%; display: -webkit-flex; display: flex;}
.reviews-28 .image_author { box-sizing: border-box; color: hsl(200,50%,50%); margin-bottom: 5px; position: absolute; left: 0; top: 0; font-size: 12px;}
.reviews-28 .image_author .image_name { text-align: left; box-sizing: border-box; font-weight: bold; display: -webkit-inline-flex; display: inline-flex;}
.reviews-28 .image_author .image_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-28 .text { text-align: left; box-sizing: border-box; margin-bottom: 5px; position: relative; z-index: 1; font-family: Noto Sans, sans-serif; font-size: 14px; color: #354145; line-height: 1.4; text-decoration: none; display: -webkit-flex; display: flex;}
.reviews-28 .author { text-align: left; box-sizing: border-box; color: hsl(200,50%,50%); margin-bottom: 5px; position: relative; z-index: 1;}
.reviews-28 .name { text-align: left; box-sizing: border-box; font-weight: bold; font-family: Roboto Condensed, sans-serif; font-size: 15px; color: #000000; text-decoration: none; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-inline-flex; display: inline-flex;}
.reviews-28 .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%); font-family: Roboto Condensed, sans-serif; letter-spacing: 1.0px; text-decoration: none; font-weight: 300;}
.reviews-28 .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-28 .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-28 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.reviews-28 .item__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;}
.reviews-28 .footer { text-align: left; box-sizing: border-box;}
.reviews-28 .all { padding: 5px 10px; border: none; box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; font-family: Noto Sans, sans-serif; font-size: 13px; color: #ffffff; text-decoration: none; width: auto; margin-left: 0; margin-right: 0; -webkit-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); -moz-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); background: repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #ff5e2c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-height: 36px; height: 0;}
.reviews-28 .all:hover, 
.reviews-28 .all.hover, 
.reviews-28 .all.active { -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; background: repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #262126;}
.reviews-28 .controls { z-index: 1; 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;}
.reviews-28 .prev { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_reviews_slider-left.png") center center / auto auto no-repeat; box-sizing: border-box;}
.reviews-28 .next { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_reviews_slider-right.png") center center / auto auto no-repeat; box-sizing: border-box;}
.reviews-28 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.reviews-28 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.reviews-28 .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;}
.reviews-28 .bx-auto_controls { margin: auto auto 0; box-sizing: border-box; visibility: visible; display: -webkit-flex; display: flex;}
.reviews-28 .auto_controls { box-sizing: border-box; display: none;}
.reviews-28 .bx-controls-auto { box-sizing: border-box; display: -webkit-flex; display: flex;}
.reviews-28 .bx-controls-auto-item { box-sizing: border-box;}
.reviews-28 .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-28 .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-28 .pager-wrap { box-sizing: border-box;}
.reviews-28 .bx-pager { margin: auto auto 0; position: relative; z-index: 100; display: inline-block; box-sizing: border-box; visibility: visible;}
.reviews-28 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.reviews-28 .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; height: 10px;}
.block-22 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: #2b242b; z-index: 2; text-align: center; display: block; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; right: 0;}
.block-23 .layout_33 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-23 .layout_46 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-23 { margin: 0 auto; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 1; text-align: left; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-25 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; padding-right: 2px; padding-left: 2px; box-sizing: border-box; display: -webkit-flex; display: flex; width: 1114px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; min-height: 50px; right: 0;}
.menu-46 .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-46 .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-46 .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-46 .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-46 .menu-scroll { display: -webkit-flex; display: flex; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-46 .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;}
.menu-46 .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-46 .menu-scroll > ul > li.delimiter { margin: auto 0; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 0; width: 1px; min-height: 50px; background: rgba(255,255,255,0.18); box-sizing: border-box;}
.menu-46 .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-46 .menu-scroll > ul > li.menu-item > a { padding: 5px 20px; 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: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; font-family: Open Sans Condensed, sans-serif; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-transform: uppercase; font-weight: bold; align-self: auto; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 50px;}
.menu-46 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-46 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-46 .menu-scroll > ul > li.menu-item > a.active { color: #2b242b; background: #ffffff;}
.menu-46 .menu-scroll > ul > li.menu-item > a:active, 
.menu-46 .menu-scroll > ul > li.menu-item > a.active { background: transparent;}
.menu-46 .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-46 .menu-scroll > ul > li.menu-item > a img { margin: auto; box-sizing: border-box; max-width: 100%; height: auto; width: auto;}
.menu-46 .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-46 .menu-scroll > ul > li.home-button { box-sizing: border-box; display: -webkit-flex; display: flex;}
.menu-46 .menu-scroll > ul > li.more-button { display: none; margin-left: auto; position: relative;}
.menu-46 .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-46 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-46 .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-46 .menu-scroll > ul ul ul { margin: 0 0 0 8px; position: absolute; left: 100%; top: 0;}
.menu-46 .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-46 .menu-scroll > ul > li.more-button > ul { left: auto; right: 0;}
.menu-46 .menu-scroll > ul > li.more-button.disabled { display: none;}
.menu-46 .menu-scroll > ul > li.more-button .menu-item-image { display: none;}
.block-15 { margin: 0 0 auto 35px; border: none; position: relative; top: 0; left: 0; width: 50px; min-height: 50px; background: #14a0d8; z-index: 1; text-align: center; display: block; right: auto; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.widget-19 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: 50px; min-height: 50px; padding-top: 0.02px; padding-bottom: 0.02px; cursor: pointer; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.up-34 .icon { border: none; box-sizing: border-box; margin-top: 14px; height: 20px; width: 34px; display: inline-block; background: url("../images/up.png") left 50% top 50% / auto auto no-repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.up-34 .title { box-sizing: border-box; color: #000; margin-top: 14px; margin-bottom: 5px;}
.block-14 { padding: 0.02px 40px 30px; margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: #ebebeb; z-index: 1; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; text-indent: 0; text-decoration: none; display: block; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.block-21 .layout_35 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-21 .layout_37 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-21 .layout_38 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-21 .layout_50 { -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-13 { margin: 0 0 50px 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: left; display: block; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-right: 0;}
.widget-18 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; min-height: 0; width: auto; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-left: 0; padding-right: 0;}
.popover-wrap-31 .popover-body { padding: 20px 40px 32px; border: 1px solid #b7b7b7; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); position: relative; display: inline-block; width: 270px; box-sizing: border-box; vertical-align: middle; background: #fff; text-align: left; font-size: 12px; max-width: 100%;}
.popover-wrap-31 .popover-body input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-31 .popover-body textarea { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-31 .popover-body .s3_button_large { border: none; background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); font-size: 15px; font-weight: bold; box-sizing: border-box; line-height: 34px; padding-right: 16px; padding-left: 16px; cursor: pointer; text-align: center;}
.popover-wrap-31 .popover-body .s3_message { padding: 12px; border: 1px solid #e1c893; display: table; margin-top: 1em; margin-bottom: 1em; background: #f0e4c9; color: #333; box-sizing: border-box; -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); text-align: left;}
.popover-wrap-31 .popover-close { position: absolute; top: -15px; right: -15px; box-sizing: border-box; width: 30px; height: 30px; background: url("../images/wm_button_close.png") 0 0 no-repeat; z-index: 10; cursor: pointer;}
.horizontal_block-31 p:first-child { margin-top: 0;}
.horizontal_block-31 p:last-child { margin-bottom: 0;}
.horizontal_block-31 .body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.horizontal_block-31 .figure { display: block;}
.horizontal_block-31 .image { box-sizing: border-box; position: relative;}
.horizontal_block-31 .item__image__title { padding: 20px 50px; border: none; box-sizing: border-box; display: -webkit-flex; display: flex; font-size: 20px; position: absolute; left: 0; top: 0; margin-bottom: 10px; font-family: Roboto Condensed, sans-serif; text-align: left; color: #ffffff; text-decoration: none; font-weight: bold; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; margin-top: 90px; margin-left: 29px; background: rgba(0,0,0,0.52); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.horizontal_block-31 .item__image__title:hover, 
.horizontal_block-31 .item__image__title.hover, 
.horizontal_block-31 .item__image__title.active { display: block;}
.horizontal_block-31 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; display: -webkit-flex; display: flex; text-align: left;}
.horizontal_block-31 .image img { vertical-align: middle; box-sizing: content-box; width: auto; height: auto; text-align: left; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.horizontal_block-31 .more { box-sizing: border-box; margin-top: 5px;}
.horizontal_block-31 .more > a { padding: 7px 12px; border: none; display: -webkit-inline-flex; display: inline-flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; box-sizing: border-box; font-family: Exo2, sans-serif; text-align: center; font-size: 15px; color: #d31a22; text-decoration: none; font-weight: bold; -webkit-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); -moz-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); background: url("../images/lib_258203_cart (1).png") right 20px top 50% / auto auto no-repeat, repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #ff5e2c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.horizontal_block-31 .more > a:hover, 
.horizontal_block-31 .more > a.hover, 
.horizontal_block-31 .more > a.active { font-family: Roboto Condensed, sans-serif; font-size: 14px; color: #ffffff; letter-spacing: 1.0px; font-weight: normal; -webkit-box-shadow: 0px 3px 22px  rgba(81,196,221,0.3); -moz-box-shadow: 0px 3px 22px  rgba(81,196,221,0.3); box-shadow: 0px 3px 22px  rgba(81,196,221,0.3); background: none, repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #262126;}
.horizontal_block-31 .detail { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; margin-left: 40px; margin-top: auto; margin-bottom: auto; align-self: center;}
.horizontal_block-31 .title { box-sizing: border-box; font-size: 20px; margin-bottom: 10px; font-family: Roboto Condensed, sans-serif; color: #ffffff; text-decoration: none; font-weight: bold; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.horizontal_block-31 .text { box-sizing: border-box; font-family: Exo2, sans-serif; font-size: 14px; color: rgba(255,255,255,0.79); line-height: 1.4; text-decoration: none; font-weight: normal; -webkit-box-shadow: 0px 6px 0px  rgba(255,255,255,0.06); -moz-box-shadow: 0px 6px 0px  rgba(255,255,255,0.06); box-shadow: 0px 6px 0px  rgba(255,255,255,0.06); border-top: 1px solid rgba(255,255,255,0.08); border-right: 0px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); border-left: 0px solid rgba(255,255,255,0.08); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-bottom: 10px; padding-top: 10px; margin-top: 10px; margin-bottom: 20px; display: -webkit-flex; display: flex;}
.popover-container-31 { top: 0; left: 0; z-index: 99999; width: 100%; direction: ltr; position: fixed;}.popover-container-31 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}.popover-wrap-31 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left;}
.popover-wrap-31 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-31 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-31 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-31 .popover-body .s3_required { color: red;}
.popover-wrap-31 .s3_form_field_title .s3_form_error { color: red; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-31 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-31 ::-moz-placeholder { color: #ababab;}
.popover-wrap-31 :-ms-input-placeholder { color: #ababab;}


.block-21 { margin: 50px auto 0; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; z-index: 1; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none;}
.widget-27 { margin: 10px 0 auto; position: relative; top: 0; left: 0; z-index: 5; box-sizing: border-box; min-height: 0; width: auto; right: 0; padding-left: 40px;}
.popover-wrap-50 .popover-body { padding: 20px 40px 32px; border: 1px solid #b7b7b7; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); position: relative; display: inline-block; width: 270px; box-sizing: border-box; vertical-align: middle; background: #fff; text-align: left; font-size: 12px; max-width: 100%;}
.popover-wrap-50 .popover-body input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-50 .popover-body textarea { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-50 .popover-body .s3_button_large { border: none; background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); font-size: 15px; font-weight: bold; box-sizing: border-box; line-height: 34px; padding-right: 16px; padding-left: 16px; cursor: pointer; text-align: center;}
.popover-wrap-50 .popover-body .s3_message { padding: 12px; border: 1px solid #e1c893; display: table; margin-top: 1em; margin-bottom: 1em; background: #f0e4c9; color: #333; box-sizing: border-box; -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); text-align: left;}
.popover-wrap-50 .popover-close { position: absolute; top: -15px; right: -15px; box-sizing: border-box; width: 30px; height: 30px; background: url("../images/wm_button_close.png") 0 0 no-repeat; z-index: 10; cursor: pointer;}
.horizontal_block-50 p:first-child { margin-top: 0;}
.horizontal_block-50 p:last-child { margin-bottom: 0;}
.horizontal_block-50 .body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.horizontal_block-50 .figure { display: block;}
.horizontal_block-50 .image { box-sizing: border-box; position: relative;}
.horizontal_block-50 .item__image__title { box-sizing: border-box; display: -webkit-flex; display: flex; font-size: 18px; position: absolute; left: 0; top: 0; text-align: left;}
.horizontal_block-50 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; display: -webkit-flex; display: flex; text-align: left;}
.horizontal_block-50 .image img { vertical-align: middle; box-sizing: content-box; width: auto; height: auto;}
.horizontal_block-50 .detail { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; margin-left: 20px;}
.horizontal_block-50 .title { box-sizing: border-box; font-size: 18px; margin-bottom: 5px; display: -webkit-flex; display: flex; text-align: left;}
.horizontal_block-50 .text { box-sizing: border-box; font-family: Roboto Condensed, sans-serif; text-align: left; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; font-size: 13px; color: rgba(0,0,0,0.65); line-height: 1.4; text-decoration: none; font-weight: 300; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.horizontal_block-50 .more { box-sizing: border-box; margin-top: 5px;}
.horizontal_block-50 .more > a { display: -webkit-inline-flex; display: inline-flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; box-sizing: border-box; text-align: left;}
.popover-container-50 { top: 0; left: 0; z-index: 99999; width: 100%; direction: ltr; position: fixed;}.popover-container-50 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}.popover-wrap-50 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left;}
.popover-wrap-50 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-50 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-50 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-50 .popover-body .s3_required { color: red;}
.popover-wrap-50 .s3_form_field_title .s3_form_error { color: red; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-50 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-50 ::-moz-placeholder { color: #ababab;}
.popover-wrap-50 :-ms-input-placeholder { color: #ababab;}
.block-16 { margin: 0 0 auto 84px; position: relative; top: 0; left: 0; width: 202px; min-height: 0; z-index: 4; display: block; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none;}
.widget-20 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; text-align: undefined; box-sizing: border-box; width: 192px; right: 0;}
.phones-36 p:first-child { margin-top: 0;}
.phones-36 p:last-child { margin-bottom: 0;}
.phones-36 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; max-width: 100%;}
.phones-36 .cell-icon { box-sizing: border-box; display: none; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.phones-36 .icon { border: none; box-sizing: border-box; height: 16px; width: 30px; background: url("../images/lib_250403_ic.png") left 50% top 50% / contain no-repeat; margin-right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 30px;}
.phones-36 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; left: auto; top: 100%; right: auto; bottom: auto;}
.phones-36 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.phones-36 .title { border: none; box-sizing: border-box; font-family: Roboto Condensed, sans-serif; color: #423742; text-decoration: none; font-size: 15px; font-weight: 300; margin-top: 0; padding-bottom: 0.02px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: -webkit-flex; display: flex;}
.phones-36 .text_body { box-sizing: border-box; font-family: Roboto Condensed, sans-serif; color: #383538; text-decoration: none; font-size: 20px; font-weight: normal; margin-top: 7px; display: -webkit-flex; display: flex;}
.phones-36 input.tgl-but { box-sizing: border-box; display: none;}
.phones-36 .text_body a { text-decoration: none; color: inherit;}
.phones-36 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-26 { margin: 19px 0 -59px -1px; border: none; position: relative; top: 0; left: 0; width: 202px; min-height: 40px; z-index: 1; font-family: Exo2, sans-serif; text-align: center; font-size: 14px; color: #ffffff; text-transform: uppercase; text-decoration: none; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; background: repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #ff5e2c; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; font-weight: bold; -webkit-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); -moz-box-shadow: 0px 3px 22px  rgba(20,160,216,0.37); box-shadow: 0px 3px 22px  rgba(20,160,216,0.37);}
.widget-26:hover, 
.widget-26.hover, 
.widget-26.active { background: repeating-linear-gradient(to top left,#66d0df 0.7%,#14a0d8 100%) #262126; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent;}
.popover-wrap-49 .popover-body { padding: 20px 40px 32px; border: 1px solid #b7b7b7; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); position: relative; display: inline-block; width: 270px; box-sizing: border-box; vertical-align: middle; background: #fff; text-align: left; font-size: 12px; max-width: 100%;}
.popover-wrap-49 .popover-body input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-49 .popover-body textarea { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-49 .popover-body .s3_button_large { border: none; background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); font-size: 15px; font-weight: bold; box-sizing: border-box; line-height: 34px; padding-right: 16px; padding-left: 16px; cursor: pointer; text-align: center;}
.popover-wrap-49 .popover-body .s3_message { padding: 12px; border: 1px solid #e1c893; display: table; margin-top: 1em; margin-bottom: 1em; background: #f0e4c9; color: #333; box-sizing: border-box; -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); text-align: left;}
.popover-wrap-49 .popover-close { position: absolute; top: -15px; right: -15px; box-sizing: border-box; width: 30px; height: 30px; background: url("../images/wm_button_close.png") 0 0 no-repeat; z-index: 10; cursor: pointer;}
.button-49 > * { box-sizing: border-box; display: block; text-overflow: ellipsis; overflow: hidden;}
.popover-container-49 { top: 0; left: 0; z-index: 99999; width: 100%; direction: ltr; position: fixed;}.popover-container-49 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}.popover-wrap-49 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left;}
.popover-wrap-49 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-49 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-49 .popover-body .s3_required { color: red;}
.popover-wrap-49 .s3_form_field_title .s3_form_error { color: red; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-49 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-49 ::-moz-placeholder { color: #ababab;}
.popover-wrap-49 :-ms-input-placeholder { color: #ababab;}
.widget-21 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 3; text-align: center; width: 313px; max-width: 100%; box-sizing: border-box; min-height: 0;}
.popover-wrap-37 .popover-body { padding: 20px 40px 32px; border: 1px solid #b7b7b7; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); position: relative; display: inline-block; width: 270px; box-sizing: border-box; vertical-align: middle; background: #fff; text-align: left; font-size: 12px; max-width: 100%;}
.popover-wrap-37 .popover-body input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-37 .popover-body textarea { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100%; text-align: left;}
.popover-wrap-37 .popover-body .s3_button_large { border: none; background: linear-gradient(to bottom, #f4e48d 0%, #ecd35f 100%) #f0db76; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); font-size: 15px; font-weight: bold; box-sizing: border-box; line-height: 34px; padding-right: 16px; padding-left: 16px; cursor: pointer; text-align: center;}
.popover-wrap-37 .popover-body .s3_message { padding: 12px; border: 1px solid #e1c893; display: table; margin-top: 1em; margin-bottom: 1em; background: #f0e4c9; color: #333; box-sizing: border-box; -moz-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); text-align: left;}
.popover-wrap-37 .popover-close { position: absolute; top: -15px; right: -15px; box-sizing: border-box; width: 30px; height: 30px; background: url("../images/wm_button_close.png") 0 0 no-repeat; z-index: 10; cursor: pointer;}
.blocklist-37 p:first-child { margin-top: 0;}
.blocklist-37 p:last-child { margin-bottom: 0;}
.blocklist-37 .header { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 8px; text-align: justify; box-sizing: border-box;}
.blocklist-37 .header_text { font-size: 15px; box-sizing: border-box; font-family: Roboto Condensed, sans-serif; color: #423742; text-decoration: none; font-weight: 300; display: -webkit-flex; display: flex;}
.blocklist-37 .description { box-sizing: border-box; overflow: hidden; text-align: left; margin-bottom: 15px; display: -webkit-flex; display: flex;}
.blocklist-37 .body-outer { box-sizing: border-box; position: relative;}
.blocklist-37 .body { margin: 0 -4px; box-sizing: border-box;}
.blocklist-37 .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%);}
.blocklist-37 .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%);}
.blocklist-37 .list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; box-sizing: border-box;}
.blocklist-37 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: auto;}
.blocklist-37 .item { margin: 0 4px; position: relative; width: 90px; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; box-sizing: border-box; min-width: 0; min-height: 44px; align-self: auto;}
.blocklist-37 .text { margin-bottom: 5px; text-align: left; box-sizing: border-box; position: relative; z-index: 1; display: -webkit-flex; display: flex;}
.blocklist-37 .image { box-sizing: border-box; position: relative; margin-bottom: 5px; 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; width: 90px;}
.blocklist-37 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; display: -webkit-flex; display: flex;}
.blocklist-37 .img-convert { border: none; box-sizing: border-box; width: 90px; 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-flex; display: flex; overflow: hidden; background: #ffffff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.blocklist-37 .image img { max-width: 100%; vertical-align: middle; box-sizing: border-box; width: auto; height: auto; display: -webkit-flex; display: flex;}
.blocklist-37 .item__image__title { box-sizing: border-box; display: -webkit-flex; display: flex; font-weight: bold; position: absolute; left: 0; top: 0;}
.blocklist-37 .title { font-weight: bold; margin-bottom: 5px; text-align: left; box-sizing: border-box; position: relative; z-index: 1; display: -webkit-flex; display: flex;}
.blocklist-37 .price { box-sizing: border-box; margin-bottom: 5px; position: relative; text-align: left; display: -webkit-flex; display: flex;}
.blocklist-37 .price-inner { box-sizing: border-box; display: inline-block;}
.blocklist-37 .price-note { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-37 .price-value { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-37 .price-currency { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-37 .more { text-align: left; box-sizing: border-box; position: relative; display: -webkit-flex; display: flex;}
.blocklist-37 .more > a { display: -webkit-inline-flex; display: inline-flex; 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;}
.blocklist-37 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.blocklist-37 .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;}
.blocklist-37 .title a { color: inherit; text-decoration: inherit;}
.blocklist-37 .footer { text-align: left; display: -webkit-flex; display: flex; box-sizing: border-box;}
.blocklist-37 .all { 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;}
.blocklist-37 .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; z-index: 1;}
.blocklist-37 .prev { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-37 .next { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-37 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-37 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-37 .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;}
.blocklist-37 .bx-auto_controls { margin: auto auto 0; box-sizing: border-box; visibility: visible; display: -webkit-flex; display: flex;}
.blocklist-37 .auto_controls { box-sizing: border-box; display: none;}
.blocklist-37 .bx-controls-auto { box-sizing: border-box; display: -webkit-flex; display: flex;}
.blocklist-37 .bx-controls-auto-item { box-sizing: border-box;}
.blocklist-37 .bx-controls-auto-item .bx-stop { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;}
.blocklist-37 .bx-controls-auto-item .bx-start { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_play.png") center center / auto no-repeat;}
.blocklist-37 .pager-wrap { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.blocklist-37 .bx-pager { position: relative; z-index: 100; display: inline-block; box-sizing: border-box;}
.blocklist-37 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.blocklist-37 .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;}
.blocklist-37 .bx-pager a:active, 
.blocklist-37 .bx-pager a.active { background: #bbbbbb;}
.popover-container-37 { top: 0; left: 0; z-index: 99999; width: 100%; direction: ltr; position: fixed;}.popover-container-37 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}.popover-wrap-37 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left;}
.popover-wrap-37 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-37 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-37 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-37 .popover-body .s3_required { color: red;}
.popover-wrap-37 .s3_form_field_title .s3_form_error { color: red; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-37 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-37 ::-moz-placeholder { color: #ababab;}
.popover-wrap-37 :-ms-input-placeholder { color: #ababab;}
.block-17 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: 298px; min-height: 0; z-index: 2; text-align: center; display: block; text-decoration: none;}
.block-18 { margin: 10px 0 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; text-align: left; display: block; right: 0;}
.widget-22 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: 186px;}
.block-19 { margin: 10px 0 0; position: relative; top: 0; left: 0; width: auto; min-height: 41px; z-index: 2; text-align: left; display: block; right: 0;}
.widget-23 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; color: #595959; text-decoration: none; width: auto; right: 0; padding-right: 20px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.block-20 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: left; display: block; text-decoration: none; right: 0;}
.widget-24 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; font-family: Roboto Condensed, sans-serif; font-size: 13px; color: #423742; text-decoration: none; box-sizing: border-box; width: auto; right: 0; min-height: 24px; padding-left: 0; font-weight: 300; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-28 { top: 0; left: 0; position: fixed; width: auto; text-align: center; right: 0; z-index: 9999; margin-left: 0; margin-right: 0;}
.side-panel-51 .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-51 .side-panel-content { 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;}
.side-panel-51 .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-51 .side-panel-content-inner { overflow-y: auto; max-height: 100%; position: relative; z-index: 0;}
.side-panel-51 .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-51 .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;}
.side-panel-51 .side-panel-button-icon { display: block;}
.side-panel-51 .side-panel-button-icon-line { box-sizing: border-box; display: block; min-height: 3px; margin-top: 3px; background: #000000; text-align: left;}
.side-panel-51 .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-7 .layout_13 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: none;}
	.block-7 .layout_17 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-7 { width: auto; margin-left: 0; margin-right: 0; padding-bottom: 10px; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.widget-10 { margin-left: 0; width: auto; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
	.block-3 .layout_7 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_9 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; margin-bottom: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_11 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_12 { margin-top: 0; -webkit-order: 5; -moz-order: 5; order: 5; width: 100%; display: -webkit-flex; display: flex;}
	.block-3 { width: auto; margin-left: 0; margin-right: 0; padding-top: 40px; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-8 { margin: 15px auto 20px; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.widget-5 { margin-top: 15px; margin-right: auto;}
	.phones-7 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.phones-7 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-left: 0;}
	.widget-6 { margin: 15px auto 0; text-align: right;}
	.schedule-9 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.schedule-9 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-left: 0;}
	.block-2 .layout_3 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_4 { margin: 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_5 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; margin-left: auto; display: -webkit-flex; display: flex;}
	.block-2 { border: none; width: auto; background: #ffffff; margin-left: 0; margin-right: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-3 { margin-left: auto; margin-bottom: 0; margin-right: auto;}
	.widget-2 { margin-top: 15px; margin-right: auto;}
	.widget-4 { margin-top: 15px; margin-left: auto;}
	.block-9 .layout_21 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-9 .layout_29 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-9 { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.block-11 { padding-top: 20px; padding-left: 20px; padding-right: 20px;}
	.widget-15 { display: block;}
	.block-12 { width: auto; right: 0;}
	.widget-13 { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: rgba(250,250,250,0.88); display: block;}
	.news-23 .body-outer { width: auto; overflow: visible;}
	.news-23 .body { width: auto; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
	.news-23 .news__list { overflow-x: visible; overflow-y: visible; display: -webkit-flex; display: flex;}
	.news-23 .item-outer { width: 100%; -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.news-23 .item__image { max-width: 100%; margin-right: 15px; margin-bottom: 5px; float: left;}
	.news-23 .item__image img { min-height: 0;}
	.news-23 .item__title:active, 
	.news-23 .item__title.active { font-weight: 600;}
	.news-23 .bx-wrapper { max-width: 100%;}
	.widget-17 { margin-right: 0; height: auto; display: block;}
	.widget-17:hover, 
	.widget-17.hover, 
	.widget-17.active { -webkit-box-shadow: 0px -4px 0px  0px rgba(0,0,0,0.05); -moz-box-shadow: 0px -4px 0px  0px rgba(0,0,0,0.05); box-shadow: 0px -4px 0px  0px rgba(0,0,0,0.05);}
	.reviews-28 .list-wr { width: auto;}
	.reviews-28 .body { width: auto;}
	.reviews-28 .image { max-width: 100%; float: none;}
	.reviews-28 .item__image__title { box-sizing: border-box; position: absolute;}
	.block-23 .layout_33 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-23 .layout_46 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-23 { width: auto; margin-left: 0; margin-right: 0; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.menu-46 .menu-scroll > ul { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.menu-46 .menu-scroll > ul > li.more-button { display: -webkit-flex; display: flex;}
	.block-15 { margin-top: 20px; margin-left: auto; margin-right: auto;}
	.widget-19 { margin-left: auto; margin-right: auto; display: block;}
	.block-14 { margin-bottom: -2px;}
	.block-21 .layout_35 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_37 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; margin-bottom: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_38 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_50 { margin-top: 0; -webkit-order: 5; -moz-order: 5; order: 5; width: 100%; display: -webkit-flex; display: flex;}
	.block-21 { width: auto; margin-left: 0; margin-right: 0; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-27 { margin-top: 50px; margin-bottom: 0; padding-left: 0;}
	.horizontal_block-50 .body { -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
	.horizontal_block-50 .image img { max-width: 100%; margin-left: 0; margin-right: 0; min-height: auto;}
	.horizontal_block-50 .detail { margin-left: 0; margin-right: 0; width: auto; min-height: auto;}
	.block-16 { margin-top: 15px; margin-left: 0;}
	.widget-20 { text-align: right; margin-top: 31px; display: block;}
	.phones-36 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.phones-36 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-left: 0;}
	.phones-36 .text_body:hover, 
	.phones-36 .text_body.hover, 
	.phones-36 .text_body.active { font-weight: 500;}
	.widget-26 { margin-left: 7px; margin-bottom: auto;}
	.widget-21 { width: auto; margin-top: 15px; margin-bottom: 0;}
	.blocklist-37 .body-outer { width: auto;}
	.blocklist-37 .body { width: auto;}
	.blocklist-37 .item-outer { width: 33.33%;}
	.blocklist-37 .item { width: 93px; margin-top: 10px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.blocklist-37 .image { margin-right: 0; margin-bottom: 0; float: none;}
	.block-17 { width: auto; margin-top: 15px; margin-right: auto; right: 0;}
	.widget-22 { display: block;}
	.widget-28 { z-index: 10000; box-sizing: border-box; display: block;}
	.side-panel-51 .side-panel-top { width: auto;}
	.side-panel-51 .side-panel-button { border: none; text-align: left; width: 45px; min-height: 45px; padding-top: 12px; padding-left: 10px; padding-right: 10px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #379fc7; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
	.side-panel-51 .side-panel-button-icon-line { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #ffffff; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
	
	
	.block-13 { padding-left: 40px; padding-bottom: 20px; padding-top: 20px;}
	.widget-18 { display: block;}
	.horizontal_block-31 .body { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
	.horizontal_block-31 .image { width: auto; left: 0; right: 0; margin-left: 0; margin-right: 0;}
	.horizontal_block-31 .item__image__title { text-align: center; margin-top: 20px; -webkit-box-shadow: false, false, false, false; -moz-box-shadow: false, false, false, false; box-shadow: false, false, false, false;}
	.horizontal_block-31 .image img { max-width: 100%; margin-left: 0; margin-right: 0; min-height: auto;}
	.horizontal_block-31 .more { text-align: center;}
	.horizontal_block-31 .more > a { -webkit-box-shadow: false, false, false, false; -moz-box-shadow: false, false, false, false; box-shadow: false, false, false, false;}
	.horizontal_block-31 .more > a:hover, 
	.horizontal_block-31 .more > a.hover, 
	.horizontal_block-31 .more > a.active { -webkit-box-shadow: false, false, false, false; -moz-box-shadow: false, false, false, false; box-shadow: false, false, false, false;}
	.horizontal_block-31 .detail { margin-left: 0; margin-right: 0; width: auto; min-height: auto;}
	.horizontal_block-31 .title { text-align: center; margin-top: 20px;}

}

@media all and (max-width: 768px) {
	.block-7 .layout_13 { margin-top: 0; display: none;}
	.block-7 .layout_17 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_7 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_9 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_11 { margin-top: 0; display: none;}
	.block-3 .layout_12 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-5 { margin-left: 40px;}
	.widget-6 { margin-right: 0;}
	.block-2 .layout_3 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_4 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_5 { margin-top: 0; -webkit-order: 4; -moz-order: 4; order: 4; width: 100%; display: -webkit-flex; display: flex;}
	.widget-3 { margin-top: 0; margin-right: 0;}
	.widget-2 { margin-top: 0;}
	.widget-4 { margin-top: 0; margin-right: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.block-9 .layout_21 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_29 { margin-top: 0; display: -webkit-flex; display: flex;}
	.news-23 .item__image { float: none;}
	.block-23 .layout_33 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-23 .layout_46 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-19 { margin-left: 0;}
	.block-21 .layout_35 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_38 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_50 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-27 { margin-top: 15px;}
	.widget-20 { margin-top: 0;}
	.widget-21 { margin-top: 0; margin-left: auto; margin-right: auto; right: 0;}
	.blocklist-37 .body { margin-right: 0; margin-left: 0;}
	.blocklist-37 .item { -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; margin-right: 0; margin-left: 0;}
	.widget-28 { z-index: 9999;}
	
	.block-13 { padding-left: 0;}

}

@media all and (max-width: 640px) {
	.block-7 .layout_13 { margin: 0; width: auto; flex-basis: auto; display: none;}
	.block-7 .layout_17 { margin: 0; width: auto; flex-basis: auto; display: -webkit-flex; display: flex;}
	.widget-10 { margin-top: 15px; margin-bottom: 0;}
	.block-3 .layout_7 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_9 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_11 { margin-top: 0; display: none;}
	.block-3 .layout_12 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 { padding-bottom: 20px;}
	.widget-8 { margin-bottom: 0;}
	.widget-5 { margin-left: 0;}
	.widget-6 { margin-right: auto;}
	.block-2 .layout_3 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_4 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_5 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-3 { margin-right: auto;}
	.widget-2 { margin-left: auto;}
	.block-9 .layout_21 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_29 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-23 .layout_33 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-23 .layout_46 { margin: 0; width: auto; flex-basis: auto; display: -webkit-flex; display: flex;}
	.widget-25 { padding-right: 0; padding-left: 0; width: auto; margin-top: 15px; margin-bottom: 0; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
	.menu-46 .menu-scroll > ul > li.delimiter { margin-top: 2px; margin-bottom: 2px; min-height: 1px; width: auto;}
	.menu-46 .menu-scroll > ul > li.menu-item { -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%;}
	.menu-46 .menu-scroll > ul > li.menu-item > a { -webkit-flex: 1; -moz-flex: 1; flex: 1; padding-right: 15px; padding-left: 15px; min-height: 30px;}
	.menu-46 .menu-scroll > ul > li.home-button { display: none;}
	.menu-46 .menu-scroll > ul > li.more-button { display: none;}
	.menu-46 .menu-scroll > ul ul { width: auto; right: 0;}
	.menu-46 .menu-scroll > ul ul ul { width: 100%; right: auto;}
	.block-21 .layout_35 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_38 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_50 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-27 { width: 177px;}
	.horizontal_block-50 .body { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
	.block-16 { margin-bottom: 0;}
	.widget-20 { margin-left: auto;}
	.widget-21 { margin-top: 15px;}
	.block-17 { margin-right: 0;}

}

@media all and (max-width: 480px) {
	.block-7 .layout_13 { margin-top: 0; display: none;}
	.block-7 .layout_17 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_7 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_9 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-3 .layout_11 { margin-top: 0; display: none;}
	.block-3 .layout_12 { margin-top: 0; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; margin-bottom: 0; display: -webkit-flex; display: flex;}
	.block-3 { padding-bottom: 0.02px;}
	.widget-8 { margin-top: 0; padding-bottom: 20px;}
	.authorization-12 .signin-btn { width: 100%; margin-top: 10px; margin-left: 0; padding-top: 2px; padding-bottom: 2px;}
	.authorization-12 .row { display: block;}
	.widget-5 { text-align: left; width: auto; margin-top: 30px; margin-right: 0; right: 0; padding-left: 20px;}
	.widget-6 { text-align: left; margin-left: 0; padding-left: 20px;}
	.block-2 .layout_3 { margin-top: 0; width: auto; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_4 { margin-top: 0; width: auto; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-2 .layout_5 { margin-top: 0; width: auto; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.widget-3 { text-align: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
	.site-name img { margin-left: auto; margin-right: auto;}
	.widget-4 { text-align: center; margin-top: 20px;}
	.block-9 .layout_21 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_29 { margin-top: 0; display: -webkit-flex; display: flex;}
	.news-23 .item__image { margin-right: 0;}
	.reviews-28 .image_author { text-align: center;}
	.reviews-28 .text { text-align: center;}
	.reviews-28 .author { text-align: center;}
	.block-23 .layout_33 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-23 .layout_46 { margin-top: 0; display: -webkit-flex; display: flex;}
	.widget-25 { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.menu-46 .menu-button { position: static; width: 100%; min-height: 0;}
	.menu-46 .menu-scroll > ul { display: block;}
	.menu-46 .menu-scroll > ul > li.delimiter { min-height: 50px; width: 1px; display: none;}
	.menu-46 .menu-scroll > ul > li.menu-item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.menu-46 .menu-scroll > ul > li.menu-item > a { width: auto; padding-left: 20px; padding-right: 20px;}
	.menu-46 .menu-scroll > ul ul { position: static;}
	.menu-46 .menu-scroll > ul ul ul { position: static; width: auto;}
	.widget-19 { margin-left: auto;}
	.block-21 .layout_35 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_38 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-21 .layout_50 { margin-top: 0; 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: -webkit-flex; display: flex;}
	.widget-27 { text-align: center; width: auto;}
	.horizontal_block-50 .body { margin-left: 0; margin-top: 5px; margin-bottom: 5px;}
	.horizontal_block-50 .image { text-align: center;}
	.horizontal_block-50 .detail { margin-top: 5px; margin-bottom: 5px;}
	.horizontal_block-50 .text { -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; text-align: center;}
	.block-16 { margin-left: auto; margin-right: auto;}
	.widget-20 { text-align: center; margin-right: auto;}
	.blocklist-37 .header_text { width: auto; margin-left: 0; margin-right: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; text-align: center;}
	.blocklist-37 .item-outer { width: 100%;}
	.blocklist-37 .image { margin-right: auto; margin-bottom: 5px; margin-left: auto;}
	.widget-22 { text-align: center; width: auto; right: 0;}
	.widget-23 { text-align: center;}
	.widget-24 { text-align: center;}
	
	
	.horizontal_block-31 .body { margin-left: 0; margin-top: 5px; margin-bottom: 5px;}
	.horizontal_block-31 .image { text-align: center;}
	.horizontal_block-31 .detail { margin-top: 5px; margin-bottom: 5px;}

}
.side-panel .widget-9 { padding: 20px; margin: 0 0 20px; border: none; z-index: 2; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; width: auto; left: 0; top: 0; position: relative; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: left; min-height: 50px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; display: -webkit-flex; display: flex; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #379fc7; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.side-panel .menu-13 .menu-scroll > ul { display: block;}
.side-panel .menu-13 .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;}
.side-panel .menu-13 .menu-scroll > ul > li.menu-item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a { width: auto; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; min-height: 40px;}
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a.active { color: #2b242b; background: #ffffff;}
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a:active, 
.side-panel .menu-13 .menu-scroll > ul > li.menu-item > a.active { background: transparent;}
.side-panel .menu-13 .menu-scroll > ul ul { position: static; width: auto;}
.side-panel .menu-13 .menu-scroll > ul ul ul { position: static; width: auto;}
.side-panel .widget-7 { margin: 0 0 auto auto; border: none; z-index: 4; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; left: 0; top: 0; position: relative; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #2b242b; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; min-height: 36px; pointer-events: auto; text-align: undefined; box-sizing: border-box; width: 190px;}
.side-panel .widget-7:hover, 
.side-panel .widget-7.hover, 
.side-panel .widget-7.active { text-align: left;}
.side-panel .address-11 .inner { display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
.side-panel .address-11 .icon { margin-right: 0;}
.side-panel .address-11 .block-body-drop { top: auto; right: auto; bottom: auto; left: 100%; width: 100vw; margin-left: 0;}
.side-panel .widget-12 { padding: 40px 0 20px; margin: 0 0 20px; border: none; z-index: 3; width: auto; left: 0; top: 0; position: relative; right: 0; background: #f0f0f0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; text-align: center; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; display: block;}
.side-panel .menu-22 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-22 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-22 .menu-scroll > ul > li.menu-item > a.active { color: #22a0bf;}

.menu-22 .menu-scroll > ul > li.opened > ul {
	display: block !important;
}.menu-22 .menu-scroll > ul ul > li.opened > ul {
	display: block !important;
}
.menu-22 .menu-scroll > ul ul {
	padding-left: 17px;
}
.product-list.product-list-thumbs {
	-webkit-justify-content: flex-start !important;
}
.shop2-product-mode-wr .product-r-side .details-product .for-mobile-view .table-wrapper .shop2-product-options tr th {
	padding-left: 0 !important;
}
.shop2-product-mode-wr .product-r-side .tpl-rating-block,.shop2-product-mode-wr .product-r-side .shop2-product-article {
	padding-left: 0 !important;
}
.shop2-product-mode-wr .product-r-side .details-product .product-compare {
	padding-left: 0 !important;
}