@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%;}
.wrapper > * { max-width: 100%; }
.editorElement .removed+.delimiter, .editorElement .delimiter:first-child {display: none;}
.wm-input-default {border: none; background: none; padding: 0;}
/* tooltip */
@keyframes show_hide {
	0% { left:85%; opacity: 0; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
}
@keyframes show_hide_after {
	0% {width: 5px; height: 5px;}
	100% {width: 5px; height: 5px;}
}
/* tooltip for horizontal */
@keyframes horizontal_show_hide {
	0% { top:95%; opacity: 0; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
}
.wm-tooltip {display: none;position: absolute;z-index:100;top: 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-button,
.side-panel-mask,
.side-panel-content { display: none;}

.align-elem{
	flex-grow:1;
}

html.mobile div{
	background-attachment: scroll;
}

body { border: none; background: url("../images/layer34-c-min.jpg") left 50% bottom 0px / auto auto no-repeat, url("../images/layer33-c-min.jpg") left 50% top 0px / auto auto no-repeat #ffffff; z-index: 2; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; font-family: Arial, Helvetica, sans-serif;}
.wrapper .layout_center_2_id_10_0 { margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.wrapper { position: relative; z-index: 3; font-family: Arial, Helvetica, sans-serif; text-align: center; font-size: 12px; color: #000000; font-style: normal; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; display: block;}
.block-4 .layout_8 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-4 .layout_37 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-4 { margin: 60px auto 0; position: relative; top: 0; left: 0; width: 960px; min-height: 0; z-index: 7; text-align: left; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
.block-14 .layout_9 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-14 .layout_36 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-14 { margin: 0 0 auto 80px; position: relative; top: 0; left: 0; width: 478px; min-height: 0; z-index: 2; text-align: center; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; text-decoration: none;}
.widget-25 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; text-align: undefined; box-sizing: border-box; width: 250px;}
.address-36 p:first-child { margin-top: 0;}
.address-36 p:last-child { margin-bottom: 0;}
.address-36 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.address-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;}
.address-36 .icon { box-sizing: border-box; height: 16px; width: 16px; background: #cccccc; margin-right: 5px;}
.address-36 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.address-36 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.address-36 .title { box-sizing: border-box; display: -webkit-flex; display: flex; text-align: right; font-family: Fira Sans, sans-serif; color: #ffd52d; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-decoration: none; margin-bottom: 5px;}
.address-36 .text_body { box-sizing: border-box; display: -webkit-flex; display: flex; text-align: right; font-family: Fira Sans, sans-serif; color: #ffffff; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-decoration: none; font-size: 16px;}
.address-36 input.tgl-but { box-sizing: border-box; display: none;}
.address-36 input.tgl-but:checked + .block-body-drop { display: block;}
.block-3 { margin: 0 0 auto 36px; position: relative; top: 0; left: 0; width: 192px; min-height: 0; z-index: 1; display: block; text-decoration: none;}
.widget-5 { margin: 10px 0 0 0px; border: none; position: relative; top: 0; left: 0; z-index: 2; font-family: Fira Sans, sans-serif; font-size: 14px; color: #000000; text-decoration: none; box-sizing: border-box; display: -webkit-flex; display: flex; width: 100%; -webkit-align-items: center; -moz-align-items: center; align-items: center; min-height: 35px; background: #ffd52d; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; font-weight: 500;}
.widget-5:hover, 
.widget-5.hover, 
.widget-5.active { color: #ffffff; background: #4e9179;}
.popover-wrap-6 .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-6 .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; -webkit-appearance: none;}
.popover-wrap-6 .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; -webkit-appearance: none;}
.popover-wrap-6 .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; -webkit-appearance: none;}
.popover-wrap-6 .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-6 .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-6 > * { box-sizing: border-box; display: block; text-overflow: ellipsis; overflow: hidden;}
.popover-container-6 { top: 0; left: 0; z-index: 99999; width: 100%; direction: ltr; position: fixed;}.popover-container-6 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}.popover-wrap-6 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left;}
.popover-wrap-6 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-6 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-6 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-6 .popover-body .s3_required { color: red;}
.popover-wrap-6 .s3_form_field_title .s3_form_error { color: red; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-6 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-6 ::-moz-placeholder { color: #ababab;}
.popover-wrap-6 :-ms-input-placeholder { color: #ababab;}
.widget-4 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; text-align: undefined; box-sizing: border-box; width: 192px; min-height: 40px;}
.phones-5 p:first-child { margin-top: 0;}
.phones-5 p:last-child { margin-bottom: 0;}
.phones-5 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse; max-width: 100%;}
.phones-5 .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-5 .icon { box-sizing: border-box; height: 16px; width: 16px; background: #cccccc; margin-right: 0;}
.phones-5 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; left: auto; top: auto; right: 100%; bottom: auto;}
.phones-5 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.phones-5 .title { box-sizing: border-box; font-family: Fira Sans, sans-serif; text-align: right; color: #ffd52d; text-decoration: none; padding-bottom: 5px; display: -webkit-flex; display: flex;}
.phones-5 .text_body { box-sizing: border-box; font-family: Fira Sans, sans-serif; text-align: right; font-size: 23px; color: #ffffff; line-height: 1.3; text-decoration: none; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; z-index: 4; font-weight: normal;}
.phones-5 input.tgl-but { box-sizing: border-box; display: none;}
.phones-5 .text_body a { text-decoration: none; color: inherit;}
.phones-5 input.tgl-but:checked + .block-body-drop { display: block;}
.block-2 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: 400px; min-height: 0; z-index: 1; text-align: center; display: block; text-decoration: none;}
.widget-3 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; font-family: Fira Sans, sans-serif; text-align: left; font-size: 14px; color: #ffffff; text-decoration: none; box-sizing: border-box; width: 400px; -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; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: 400px; min-height: 50px; font-size: 25px; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.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-7 { margin: 30px auto 0; border: none; position: relative; top: 0; left: 0; z-index: 6; padding-right: 2px; padding-left: 2px; box-sizing: border-box; display: -webkit-flex; display: flex; width: 1000px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 50px; background: url("../images/Layer 35.jpg") left 0px top 50% / auto auto no-repeat, url("../images/Layer 35 copy.jpg") right 0px top 50% / auto auto no-repeat, url("../images/Layer 36.jpg") left 50% top 50% / auto auto repeat-x; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; max-width: 100%;}
.menu-11 .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-11 .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-11 .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-11 .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-11 .menu-scroll { display: -webkit-flex; display: flex; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-11 .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-11 .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-11 .menu-scroll > ul > li.delimiter { margin: auto 2px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 0; width: 10px; min-height: 10px; background: #d6d6d6; box-sizing: border-box;}
.menu-11 .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-11 .menu-scroll > ul > li.menu-item > a { padding: 5px 10px; margin: 2px; 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: #000000; font-size: 14px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; font-family: Fira Sans, 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: none; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-11 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-11 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-11 .menu-scroll > ul > li.menu-item > a.active { color: #ffffff; background: #4e9179;}
.menu-11 .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-11 .menu-scroll > ul > li.menu-item > a img { margin: auto; box-sizing: border-box; max-width: 100%; height: auto; width: auto;}
.menu-11 .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-11 .menu-scroll > ul > li.home-button { box-sizing: border-box; display: -webkit-flex; display: flex;}
.menu-11 .menu-scroll > ul > li.more-button { display: none; margin-left: auto; position: relative;}
.menu-11 .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-11 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-11 .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-11 .menu-scroll > ul ul ul { margin: 0 0 0 8px; position: absolute; left: 100%; top: 0;}
.menu-11 .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-11 .menu-scroll > ul > li.more-button > ul { left: auto; right: 0;}
.menu-11 .menu-scroll > ul > li.more-button.disabled { display: none;}
.menu-11 .menu-scroll > ul > li.more-button .menu-item-image { display: none;}
.widget-6 { margin: 44px 0 0; position: relative; top: 0; left: 0; z-index: 5; font-family: Fira Sans, sans-serif; text-align: left; font-size: 18px; color: #4e9179; line-height: 1.3; text-decoration: none; box-sizing: border-box; width: 255px; font-weight: 500; -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-12 .layout_34 { -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-12 .layout_35_id_30 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; left: 0; top: 0; position: relative; margin-top: 0; margin-left: 0; margin-bottom: auto;}
.block-12 { margin: 0 auto; position: relative; top: 0; left: 0; width: 1000px; min-height: 0; z-index: 4; text-align: left; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none; padding-top: 40px; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; max-width: 100%;}
.widget-20 { padding: 20px 10px 60px; margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 3; text-align: center; width: 263px; box-sizing: border-box; display: block; background: url("../images/Layer 38.jpg") left 50% bottom 0px / auto auto no-repeat #f5f5f5; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-30 .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; height: auto; width: auto; background: #d6d6d6;}
.menu-30 .menu-scroll > ul ul { padding: 5px; margin: 0 5px; border: none; position: static; top: 0; left: 100%; background: #417d67; list-style: none; width: auto; text-align: left; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-30 .menu-scroll > ul ul > li.delimiter { margin: 3px 2px; box-sizing: border-box; min-height: 2px; height: auto; width: auto; background: #999999;}
.menu-30 .menu-scroll > ul ul > li { padding: 0; display: block; position: relative; margin-left: 0; margin-right: 0;}
.menu-30 .menu-scroll > ul ul > li > a { padding: 10px; border: none; cursor: pointer; display: block; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; box-sizing: border-box; text-decoration: none; color: #fff; font-size: 14px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; font-family: Fira Sans, sans-serif; font-style: normal; letter-spacing: 0; text-transform: none;}
.menu-30 .menu-scroll > ul ul > li > a:hover, 
.menu-30 .menu-scroll > ul ul > li > a.hover, 
.menu-30 .menu-scroll > ul ul > li > a.active { background: #ffd52d; color: #0f101a;}
.menu-30 .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-30 .menu-title { box-sizing: border-box; font-size: 16px; padding-left: 17px; margin-bottom: 10px;}
.menu-30 .menu-button { display: none; position: absolute; left: 100%; top: 0; width: 50px; min-height: 50px;}
.menu-30 .menu-scroll { display: block; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-30 .menu-scroll > ul { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: block;}
.menu-30 .menu-scroll > ul > li.menu-item { padding: 0; margin: 0; box-sizing: border-box; position: relative;}
.menu-30 .menu-scroll > ul > li.menu-item > a { padding: 15px; margin: 2px; 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: #000; font-size: 15px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; font-family: Fira Sans, 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: none; -webkit-box-shadow: inset 0px -1px 0px  #c7c7c7; -moz-box-shadow: inset 0px -1px 0px  #c7c7c7; box-shadow: inset 0px -1px 0px  #c7c7c7; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; z-index: 6;}
.menu-30 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-30 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-30 .menu-scroll > ul > li.menu-item > a.active { color: #ffffff; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; background: #4e9179;}
.menu-30 .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-30 .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-30 .menu-scroll > ul > li.menu-item > a img { margin: auto; box-sizing: border-box; max-width: 100%; height: auto; width: auto;}
.menu-30 .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-21 { padding: 60px 20px; margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 2; text-align: center; box-sizing: border-box; min-height: 0; width: 263px; background: url("../images/Layer 37.jpg") left 50% top 0px / auto auto no-repeat, url("../images/Layer 38.jpg") left 50% bottom 0px / auto auto no-repeat #f5f5f5; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.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; -webkit-appearance: none;}
.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; -webkit-appearance: none;}
.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; -webkit-appearance: none;}
.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;}
.editable_block-31 p:first-child { margin-top: 0;}
.editable_block-31 p:last-child { margin-bottom: 0;}
.editable_block-31 .header { box-sizing: border-box; font-size: 34px; margin-bottom: 5px; font-family: Fira Sans, 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: #2e9e75; text-decoration: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.editable_block-31 .body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.editable_block-31 .title { box-sizing: border-box; font-size: 18px; margin-bottom: 5px; -webkit-order: 5; -moz-order: 5; order: 5; font-family: Fira Sans, sans-serif; text-align: left; text-decoration: none; display: -webkit-flex; display: flex;}
.editable_block-31 .image { box-sizing: border-box; -webkit-order: 17; -moz-order: 17; order: 17; position: relative; width: auto; left: 0; right: 0; margin-left: 0; margin-right: 0; padding-top: 20px;}
.editable_block-31 .item__image__title { box-sizing: border-box; display: -webkit-flex; display: flex; font-size: 18px; position: absolute; left: 0; top: 0;}
.editable_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;}
.editable_block-31 .image img { box-sizing: border-box; vertical-align: middle; width: auto; height: auto; max-width: 100%;}
.editable_block-31 .text { box-sizing: border-box; -webkit-order: 15; -moz-order: 15; order: 15; display: -webkit-flex; display: flex;}
.editable_block-31 .more { box-sizing: border-box; margin-top: 5px; -webkit-order: 20; -moz-order: 20; order: 20;}
.editable_block-31 .more > a { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 14px; height: 0;}
.editable_block-31 .clear { clear: both;}
.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-11 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: center; display: block; text-decoration: none; right: 0; padding-left: 40px;}
.widget-23 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; text-align: left; font-size: 15px; line-height: 1.4; text-decoration: none; display: block; width: auto; right: 0; min-height: 0; padding-bottom:17px;}
.content-preview { width: 200px; height: 100px; background: #ccc;}
.content-33 .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-33 .pics-1 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-33 .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-33 .pics-2 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-33 h2 { box-sizing: border-box;}
.content-33 h3 { box-sizing: border-box;}
.content-33 h4 { box-sizing: border-box;}
.content-33 h5 { box-sizing: border-box;}
.content-33 h6 { box-sizing: border-box;}
.content-33 a { box-sizing: border-box; color: #4e9179;}
.widget-22 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; font-family: Fira Sans, sans-serif; text-align: left; font-size: 30px; color: #4e9179; text-decoration: none; box-sizing: border-box; font-weight: normal; width: auto; right: 0; min-height: 0; padding-bottom: 10px;}
h2 { box-sizing: border-box; font-size: 24px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal; text-align: left; font-family: Fira Sans, sans-serif; color: #4e9179;}
h3 { box-sizing: border-box; font-size: 21px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal; text-align: left; font-family: Fira Sans, sans-serif; color: #4e9179;}
h4 { box-sizing: border-box; font-size: 20px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal; text-align: left; font-family: Fira Sans, sans-serif; color: #4e9179;}
h5 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal; text-align: left; font-family: Fira Sans, sans-serif; color: #4e9179;}
h6 { box-sizing: border-box; font-size: 17px; margin-top: 15px; margin-bottom: 15px; font-weight: normal; font-style: normal; text-align: left; font-family: Fira Sans, sans-serif; color: #4e9179;}
.block-7 .layout_17_id_22 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.block-7 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; text-align: left; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: block; padding-bottom: 40px; padding-top: 120px; text-indent: 0; text-decoration: none;}
.block-8 .layout_19 { -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-8 .layout_20 { -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-8 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; display: -webkit-flex; display: flex; text-decoration: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; right: 0;}
.widget-11 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 3; color: #292929; text-align: right; text-decoration: none; width: auto; right: 0; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end;}
.widget-12 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; font-family: Fira Sans, sans-serif; color: #828282; text-decoration: none; box-sizing: border-box; width: auto; min-height: 27px; right: 0; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.block-9 .layout_23 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-9 .layout_24 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-9 .layout_28 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-9 { padding: 20px 20px 70px; margin: 52px 0 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
.widget-14 { margin: 10px 0 auto 16px; position: relative; top: 0; left: 0; z-index: 3; box-sizing: border-box; width: 200px;}
.form-23 .form__header { box-sizing: border-box; font-size: 16px; margin-bottom: 15px; font-family: Fira Sans, sans-serif; color: #82ffd1; text-decoration: none; font-weight: normal; display: -webkit-flex; display: flex;}
.form-23 .form__text { box-sizing: border-box; margin-bottom: 10px; overflow: hidden; display: -webkit-flex; display: flex;}
.form-23 .form__text p:first-child { box-sizing: border-box; margin-top: 0;}
.form-23 .form__text p:last-child { box-sizing: border-box; margin-bottom: 0;}
.form-23 .form__body { box-sizing: border-box; margin-right: 0; margin-bottom: -5px; width: auto;}
.form-23 .form-table { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.form-23 .form-tbody { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0;}
.form-23 .form-item-group { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; width: auto;}
.form-23 .form-item { box-sizing: border-box; position: relative; margin-right: 0; margin-bottom: 5px; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; width: auto;}
.form-23 .form-text { box-sizing: border-box;}
.form-23 .form-item__note { box-sizing: border-box; font-size: 11px; color: #999999; display: none;}
.form-23 .form-item__body { box-sizing: border-box; display: block;}
.form-23 .form-text input { padding: 12px 4px 12px 15px; border: 1px solid #d9d9d9; box-sizing: border-box; background: #ffffff; width: 100%; min-width: 100px; min-height: 22px; outline: none; font-family: Ubuntu, sans-serif; text-align: left; text-indent: 0; font-size: 13px; color: #000000; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; margin-top: 5px; -webkit-appearance: none;}
.form-23 .form-text input:hover, 
.form-23 .form-text input.hover, 
.form-23 .form-text input.active { border: 1px solid #7d7d7d;}
.form-23 .form-textarea textarea { padding: 2px 4px; border: 1px solid #d9d9d9; box-sizing: border-box; background: #ffffff; width: 100%; min-width: 100px; resize: vertical; min-height: 40px; outline: none; display: block; font-family: Ubuntu, sans-serif; text-align: left; text-indent: 0; font-size: 13px; color: #000000; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; -webkit-appearance: none;}
.form-23 .form-textarea textarea:hover, 
.form-23 .form-textarea textarea.hover, 
.form-23 .form-textarea textarea.active { border: 1px solid #7d7d7d;}
.form-23 .form-submit button { padding: 8px 15px; border: none; box-sizing: border-box; text-align: center; background: #ffd52d; outline: none; font-family: Fira Sans, sans-serif; text-indent: 0; font-size: 14px; color: #1f6343; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; margin-top: 10px; position: relative; font-weight: 500; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: -webkit-inline-flex; display: inline-flex; -webkit-appearance: none;}
.form-23 .form-submit button:hover, 
.form-23 .form-submit button.hover, 
.form-23 .form-submit button.active { background: #4e9179; color: #ffffff;}
.form-23 .form-submit button span { box-sizing: border-box; display: inline-block; min-width: 20px;}
.form-23 .icon.img_name { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.form-23 .icon.img_email { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.form-23 .icon.img_phone { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.form-23 .icon.img_comments { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.form-23 .icon { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.form-23 .form-text .form-item__body { box-sizing: border-box;}
.form-23 .form-item__header { text-decoration: none; display: -webkit-flex; display: flex;}
.form-23 .form-item__title { box-sizing: border-box; display: inline-block; min-width: 15px;}
.form-23 .form-item__required { box-sizing: border-box; color: #ff0000;}
.form-23 .form-textarea { box-sizing: border-box;}
.form-23 .form-textarea .form-item__body { box-sizing: border-box;}
.form-23 .form-submit { box-sizing: border-box;}
.form-23 .form-submit .form-item__header { box-sizing: border-box; display: none;}
.form-23 .form-captcha { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.form-23 .form-captcha .form-item__body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.form-23 .form-captcha input { padding: 2px 4px; border: 1px solid #d9d9d9; box-sizing: border-box; background: #ffffff; width: 100%; min-width: 50px; min-height: 22px; outline: none; text-align: left; font-family: Ubuntu, sans-serif; text-indent: 0; font-size: 13px; color: #000000; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; -webkit-appearance: none;}
.form-23 .form-captcha input:hover, 
.form-23 .form-captcha input.hover, 
.form-23 .form-captcha input.active { border: 1px solid #7d7d7d; text-align: center;}
.form-23 .form-captcha .form-captcha-container { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding-right: 0; padding-bottom: 5px;}
.form-23 .form-captcha .form-submit-container { box-sizing: border-box;}
.form-23 .form-captcha button { padding: 8px 15px; border: none; box-sizing: border-box; text-align: center; background: #ffd52d; outline: none; font-family: Fira Sans, sans-serif; text-indent: 0; font-size: 14px; color: #1f6343; line-height: 1.2; letter-spacing: 0; text-transform: none; text-decoration: none; margin-top: 10px; position: relative; font-weight: 500; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; display: -webkit-inline-flex; display: inline-flex; -webkit-appearance: none;}
.form-23 .form-captcha button:hover, 
.form-23 .form-captcha button.hover, 
.form-23 .form-captcha button.active { background: #4e9179; color: #ffffff;}
.form-23 .form-captcha button span { box-sizing: border-box; display: inline-block; min-width: 20px;}
.form-23 .form-captcha .mgCaptcha-block { box-sizing: border-box; line-height: 0; font-size: 0; min-width: 112px;}
.form-23 .form-captcha .mgCaptcha-block img { box-sizing: border-box; vertical-align: middle; border: none; margin-right: 5px;}
.form-23 .form-captcha .mgCaptcha-input { box-sizing: border-box;}
.form-23 .group-text { box-sizing: border-box; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; margin-right: 0;}
.form-23 .group-textarea { box-sizing: border-box; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; margin-right: 0;}
.form-23 .form-tfoot { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.form-23 .group-button { box-sizing: border-box; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; margin-right: 0;}
.form-23 .form-success { box-sizing: border-box; padding-top: 10px; padding-bottom: 10px;}
.form-23 .form-checkbox { box-sizing: border-box;}
.form-23 .form-checkbox .form-item__body { box-sizing: border-box; background: white; padding: 5px;display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.form-23 .form-checkbox .form-item__title { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; margin-top: 5px;}
.form-23 .form-checkbox input { margin: 5px 5px 0 0;}
.form-23 .form-radio { box-sizing: border-box;}
.form-23 .form-radio .form-item__body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.form-23 .form-radio .form-item__title { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; margin-top: 5px;}
.form-23 .form-radio input { margin: 5px 5px 0 0;}
.form-23 .form-select { box-sizing: border-box;}
.form-23 .form-select select { box-sizing: border-box; width: 100%; min-width: 100px;}
.form-23 .form-div { box-sizing: border-box;}
.form-23 .form-html { box-sizing: border-box;}
.form-23 .form-upload { box-sizing: border-box;}
.form-23 .form-calendar { box-sizing: border-box;}
.form-23 .form-calendar input { padding: 2px 4px; border: 1px solid #bbbbbb; box-sizing: border-box; background: #ffffff; width: 100%; min-height: 22px; outline: none; -webkit-appearance: none;}
.form-23 .form-calendar_interval { box-sizing: border-box;}
.form-23 .form-calendar_interval input { padding: 2px 4px; border: 1px solid #bbbbbb; box-sizing: border-box; background: #ffffff; width: 100%; min-height: 22px; outline: none; -webkit-appearance: none;}
.form-23 .form-calendar_interval .form-item__body { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.form-23 .form-calendar_interval .label_from { box-sizing: border-box; -webkit-flex: 0; -moz-flex: 0; flex: 0; margin-right: 5px;}
.form-23 .form-calendar_interval .label_to { box-sizing: border-box; -webkit-flex: 0; -moz-flex: 0; flex: 0; margin-right: 5px;}
.form-23 .form-calendar_interval .field_from { box-sizing: border-box; -webkit-flex: 1; -moz-flex: 1; flex: 1; margin-right: 10px;}
.form-23 .form-calendar_interval .field_to { box-sizing: border-box; -webkit-flex: 1; -moz-flex: 1; flex: 1;}
.form-23 ::-webkit-input-placeholder { color: #ababab;}
.form-23 ::-moz-placeholder { color: #ababab;}
.form-23 :-ms-input-placeholder { color: #ababab;}
.block-10 { margin: 10px 0 auto 17px; position: relative; top: 0; left: 0; width: 223px; min-height: 0; z-index: 2; display: block; padding-left: 20px; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.widget-15 { margin: 11px 0 0 1px; position: relative; top: 0; left: 0; z-index: 3; text-align: undefined; box-sizing: border-box; width: 194px; min-height: 0;}
.address-25 p:first-child { margin-top: 0;}
.address-25 p:last-child { margin-bottom: 0;}
.address-25 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.address-25 .cell-icon { box-sizing: border-box; display: none; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.address-25 .icon { box-sizing: border-box; height: 16px; width: 16px; background: #cccccc; margin-right: 5px;}
.address-25 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.address-25 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row;}
.address-25 .title { box-sizing: border-box; display: none; color: #7a767a; text-decoration: none; margin-right: 3px;}
.address-25 .text_body { font-family: Ubuntu, sans-serif; font-size: 13px; color: #dbdbdb; text-decoration: none; display: -webkit-flex; display: flex;}
.address-25 input.tgl-but { box-sizing: border-box; display: none;}
.address-25 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-16 { margin: 3px 0 0; position: relative; top: 0; left: 0; z-index: 2; text-align: undefined; box-sizing: border-box; width: 150px;}
.email-26 p:first-child { margin-top: 0;}
.email-26 p:last-child { margin-bottom: 0;}
.email-26 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; max-width: 100%;}
.email-26 .cell-icon { box-sizing: border-box; display: none; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.email-26 .icon { box-sizing: border-box; height: 16px; width: 16px; background: #cccccc; margin-right: 0;}
.email-26 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px; left: 100%; top: auto; right: auto; bottom: auto;}
.email-26 .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-top: 8px;}
.email-26 .title { box-sizing: border-box; font-family: Ubuntu, sans-serif; color: #7a767a; text-decoration: none; display: none;}
.email-26 .text_body { font-family: Ubuntu, sans-serif; font-size: 13px; color: #dbdbdb; text-decoration: none; display: -webkit-flex; display: flex;}
.email-26 input.tgl-but { box-sizing: border-box; display: none;}
.email-26 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-17 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; text-align: undefined; box-sizing: border-box; width: 137px; min-height: 58px;}
.phones-27 p:first-child { margin-top: 0;}
.phones-27 p:last-child { margin-bottom: 0;}
.phones-27 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.phones-27 .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-27 .icon { box-sizing: border-box; height: 16px; width: 16px; background: #cccccc; margin-right: 5px;}
.phones-27 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.phones-27 .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-27 .title { box-sizing: border-box; font-family: Fira Sans, sans-serif; font-size: 16px; color: #82ffd1; text-decoration: none; font-weight: normal; display: -webkit-flex; display: flex;}
.phones-27 .text_body { box-sizing: border-box; font-family: Ubuntu, sans-serif; font-size: 14px; color: #ebebeb; text-decoration: none; margin-top: 20px; z-index: 3; display: -webkit-flex; display: flex;}
.phones-27 input.tgl-but { box-sizing: border-box; display: none;}
.phones-27 .text_body a { text-decoration: none; color: inherit;}
.phones-27 input.tgl-but:checked + .block-body-drop { display: block;}
.widget-18 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 1; box-sizing: border-box; width: 456px; right: 0; padding-left: 0;}
.menu-col-28 ul.menu-columns-items > li.delimiter { margin: 3px 30px 3px 1px; text-align: left; box-sizing: border-box; min-height: 3px; background: #999999;}
.menu-col-28 .columns-delimiter { margin: 0 5px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #999999;}
.menu-col-28 .menu-name { box-sizing: border-box; font-size: 20px; margin-bottom: 20px;}
.menu-col-28 .menu-columns-content { box-sizing: border-box; text-align: left;}
.menu-col-28 .columns-table { box-sizing: border-box; display: table; table-layout: fixed; width: 100%;}
.menu-col-28 .columns-cell { padding: 10px; box-sizing: border-box; display: table-cell; vertical-align: top;}
.menu-col-28 ul.menu-columns-items { padding: 0; margin: 0; box-sizing: border-box; list-style: none;}
.menu-col-28 ul.menu-columns-items > li { box-sizing: border-box; margin-bottom: 10px; text-align: left; margin-right: 0; margin-left: 0;}
.menu-col-28 ul.menu-columns-items > li > a { box-sizing: border-box; font-size: 16px; line-height: 1; font-weight: normal; color: #82ffd1; display: block; padding-top: 5px; padding-bottom: 5px; font-family: Fira Sans, sans-serif; text-decoration: none; margin-bottom: 10px;}
.menu-col-28 ul.menu-columns-items ul { padding: 0; margin: 0; box-sizing: border-box; list-style: none;}
.menu-col-28 ul.menu-columns-items ul li { box-sizing: border-box; margin-top: 0; margin-bottom: 0;}
.menu-col-28 ul.menu-columns-items ul a { box-sizing: border-box; font-size: 13px; line-height: 1; color: #adadad; display: block; padding-top: 3px; padding-bottom: 3px; font-family: Fira Sans, sans-serif; text-decoration: none; margin-top: 13px; margin-bottom: 10px;}
.menu-col-28 ul.menu-columns-items ul a:hover, 
.menu-col-28 ul.menu-columns-items ul a.hover, 
.menu-col-28 ul.menu-columns-items ul a.active { color: #ffffff;}
.menu-col-28 ul.menu-columns-items ul li.delimiter { box-sizing: border-box; margin-top: 2px; margin-bottom: 2px; min-height: 2px; background: #999999;}
.menu-col-28 .columns-cell-delim { box-sizing: border-box; display: table-cell; width: 20px; position: relative;}
.widget-19 { top: 0; left: 0; position: fixed; text-align: center; right: 0; z-index: 9999; width: 768px;}
.side-panel-29 .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; text-align: left;}
.side-panel-29 .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-29 .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-29 .side-panel-content-inner { overflow-y: auto; max-height: 100%; position: relative; z-index: 0; pointer-events: auto;}
.side-panel-29 .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-29 .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; text-align: left; pointer-events: auto;}
.side-panel-29 .side-panel-button-icon { display: block;}
.side-panel-29 .side-panel-button-icon-line { display: block; min-height: 3px; margin-top: 3px; background: #000000; box-sizing: border-box;}
.side-panel-29 .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;}
	.wrapper .layout_center_2_id_10_0 { margin-top: 0;}
	.block-4 .layout_8 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-4 .layout_37 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-4 { width: auto; margin-left: 0; margin-right: 0; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; padding-left: 20px; padding-right: 20px;}
	.block-14 .layout_9 { 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-14 .layout_36 { 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-14 { margin-left: auto; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-25 { margin-top: 15px; margin-right: auto;}
	.address-36 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.address-36 .block-body-drop { width: 100%; margin-left: 0;}
	.email-36 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%;}
	.block-3 { margin-left: auto;}
	.widget-5 { margin-left: auto;}
	.widget-4 { margin-left: auto; margin-right: auto; display: block;}
	.phones-5 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.phones-5 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-left: 0;}
	.widget-3 { margin-left: auto; margin-right: auto;}
	.widget-2 { margin-left: auto; margin-right: auto; display: block;}
	.widget-6 { width: 268px; margin-top: 0; margin-right: auto; padding-left: 20px; right: auto;}
	.block-12 .layout_34 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-12 .layout_35_id_30 { margin: 15px 0 0; flex-basis: auto; width: auto;}
	.block-12 { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.widget-21 { width: auto; display: none;}
	.editable_block-31 .body { display: block;}
	.editable_block-31 .image { float: left;}
	.editable_block-31 .more { clear: none;}
	.block-11 { padding-left: 20px; padding-right: 20px;}
	.widget-22 { display: block;}
	.block-7 .layout_17_id_22 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-7 { padding-top: 0.02px;}
	.block-8 .layout_19 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-8 .layout_20 { margin-top: 0; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-8 { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.widget-12 { text-align: center;}
	.block-9 .layout_23 { margin-top: 0; -webkit-order: 4; -moz-order: 4; order: 4; width: 100%; display: -webkit-flex; display: flex;}
	.block-9 .layout_24 { 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-9 .layout_28 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: none;}
	.block-9 { -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-14 { width: auto; margin-top: 15px; margin-left: 0; margin-bottom: 0;}
	.block-10 { width: auto; margin-top: 15px; margin-left: auto; right: 0;}
	.widget-15 { display: block;}
	.address-25 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.address-25 .block-body-drop { width: 100%; margin-left: 0; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;}
	.address-25 .cell-text { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.widget-16 { display: block;}
	.email-26 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.email-26 .block-body-drop { -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-left: 0;}
	.email-26 .cell-text { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.widget-17 { display: block;}
	.phones-27 .inner { display: -webkit-inline-flex; display: inline-flex;}
	.phones-27 .block-body-drop { width: 100%; margin-left: 0; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto;}
	.widget-18 { width: auto; margin-top: 15px; margin-right: auto;}
	.widget-19 { text-align: left; z-index: 10000; width: auto; box-sizing: border-box; display: block;}
	.side-panel-29 .side-panel-top { width: auto;}
	.side-panel-29 .side-panel-button { border: none; width: 40px; min-height: 40px; padding-top: 10px; 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: #82ffd1; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
	.side-panel-29 .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; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}

}

@media all and (max-width: 768px) {
	.wrapper .layout_center_2_id_10_0 { margin-top: 0;}
	.block-4 .layout_8 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-4 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-14 .layout_9 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-flex; display: flex;}
	.block-14 .layout_36 { 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-12 .layout_34 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-12 .layout_35_id_30 { margin-top: 0;}
	.block-7 .layout_17_id_22 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-7 { padding-bottom: 30px;}
	.block-8 .layout_19 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-8 .layout_20 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_23 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_24 { margin-top: 0; width: 100%; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_28 { margin-top: 0; width: 100%; padding-left: 0; padding-right: 0; display: none;}
	.block-9 { margin-top: 0;}
	.widget-14 { padding-top: 10px; -webkit-box-shadow: inset 0px 1px 0px  rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 1px 0px  rgba(0,0,0,0.1); box-shadow: inset 0px 1px 0px  rgba(0,0,0,0.1); background: none;}
	.block-10 { width: 180px; background: none; margin-bottom: 0; padding-left: 10px; padding-top: 15px;}
	.widget-15 { text-align: left; width: auto; margin-left: 0; right: 0;}
	.widget-16 { text-align: left; width: auto; right: 0;}
	.widget-17 { text-align: left; width: auto; right: 0;}
	.widget-18 { text-align: center; margin-bottom: 0; margin-right: 0;}
	.widget-19 { z-index: 9999;}

}

@media all and (max-width: 640px) {
	.wrapper .layout_center_2_id_10_0 { margin-top: 0;}
	.block-4 .layout_8 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-4 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-14 .layout_9 { 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-14 .layout_36 { margin-top: 0; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: none;}
	.block-14 { margin-left: 0;}
	.widget-25 { display: none;}
	.block-3 { margin-top: 15px; margin-right: auto; padding-bottom: 20px;}
	.phones-5 .title { text-align: center;}
	.phones-5 .text_body { text-align: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
	.block-2 { margin-left: auto; margin-right: auto;}
	.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-6 { text-align: center; width: auto; margin-right: 0; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; right: 0; padding-right: 20px;}
	.block-12 .layout_34 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-12 .layout_35_id_30 { margin-top: 0;}
	.widget-22 { -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; display: -webkit-flex; display: flex;}
	.block-7 .layout_17_id_22 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-7 { padding-top: 140px;}
	.block-8 .layout_19 { margin: 0; width: auto; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-8 .layout_20 { margin: 0; width: auto; flex-basis: auto; display: -webkit-flex; display: flex;}
	.widget-11 { margin-left: auto; margin-right: auto; margin-bottom: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.widget-12 { margin-left: auto; margin-bottom: 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;}
	.widget-12:hover, 
	.widget-12.hover, 
	.widget-12.active { text-align: left;}
	.block-9 .layout_23 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_24 { margin-top: 0; display: none;}
	.block-9 .layout_28 { margin-top: 0; display: none;}
	.block-9 { padding-top: 0.02px;}
	.widget-14 { margin-top: 3px;}
	.form-23 .form-submit button { width: 100%;}
	.form-23 .form-captcha .form-submit-container { width: 100%;}
	.form-23 .form-captcha button { width: 100%;}
	.block-10 { margin-top: 0;}
	.widget-15 { display: none;}
	.widget-15:hover, 
	.widget-15.hover, 
	.widget-15.active { text-align: undefined;}
	.widget-16 { display: none;}
	.widget-16:hover, 
	.widget-16.hover, 
	.widget-16.active { text-align: undefined;}
	.widget-17 { display: none;}
	.widget-17:hover, 
	.widget-17.hover, 
	.widget-17.active { text-align: undefined;}
	.widget-18:hover, 
	.widget-18.hover, 
	.widget-18.active { text-align: left;}

}

@media all and (max-width: 480px) {
	.wrapper .layout_center_2_id_10_0 { margin-top: 0;}
	.block-4 .layout_8 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-4 .layout_37 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-14 .layout_9 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-14 .layout_36 { margin: 0; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: none;}
	.widget-25 { margin-left: auto; margin-bottom: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-flex-shrink: 1; -moz-flex-shrink: 1; flex-shrink: 1;}
	.widget-6 { margin-left: auto; margin-right: auto;}
	.block-12 .layout_34 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-12 .layout_35_id_30 { margin-top: 0;}
	.editable_block-31 .body { display: -webkit-flex; display: flex;}
	.editable_block-31 .image { float: none;}
	.widget-22 { display: block;}
	.block-7 .layout_17_id_22 { margin-top: 0; margin-left: 0; margin-right: 0; width: auto;}
	.block-7 { padding-top: 120px; padding-left: 1px;}
	.block-8 .layout_19 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-8 .layout_20 { margin-top: 0; display: -webkit-flex; display: flex;}
	.block-9 .layout_23 { 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;}
	.block-9 .layout_24 { margin-top: 0; display: none;}
	.block-9 .layout_28 { margin-top: 0; display: none;}
	.widget-14 { margin-top: 0;}
	.form-23 .form__header { text-align: center;}
	.form-23 .form-text input { padding-left: 4px; text-align: center;}
	.form-23 .form-textarea textarea { text-align: center;}
	.form-23 .form-captcha input { text-align: center;}
	.block-10 { width: auto; margin-top: 15px; margin-left: 0;}
	.widget-15 { text-align: center; margin-top: 0; margin-left: auto; margin-right: auto;}
	.widget-15:hover, 
	.widget-15.hover, 
	.widget-15.active { text-align: center;}
	.address-25 .title { text-align: center;}
	.address-25 .text_body { text-align: center;}
	.widget-16 { text-align: center; margin-top: 0; margin-left: auto; margin-right: auto;}
	.widget-16:hover, 
	.widget-16.hover, 
	.widget-16.active { text-align: center;}
	.email-26 .title { text-align: center;}
	.widget-17 { text-align: center; margin-left: auto; margin-right: auto;}
	.widget-17:hover, 
	.widget-17.hover, 
	.widget-17.active { text-align: center;}
	.phones-27 .title { text-align: center;}
	.phones-27 .text_body { margin-top: 9px;}
	.widget-18:hover, 
	.widget-18.hover, 
	.widget-18.active { text-align: center;}
	.menu-col-28 ul.menu-columns-items > li > a { text-align: center;}
	.menu-col-28 ul.menu-columns-items ul a { text-align: center;}

}
.side-panel .widget-7 { padding: 20px 10px; margin: 30px 0 20px; border: none; z-index: 6; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; width: auto; cursor: pointer; left: 0; top: 0; position: relative; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; text-align: center; min-height: 50px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #f0f0f0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; display: -webkit-flex; display: flex; max-width: 100%;}
.side-panel .menu-11 .menu-scroll > ul { display: block;}
.side-panel .menu-11 .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-11 .menu-scroll > ul > li.menu-item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.side-panel .menu-11 .menu-scroll > ul > li.menu-item > a { width: auto; padding-top: 15px; padding-bottom: 15px;}
.side-panel .menu-11 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-11 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-11 .menu-scroll > ul > li.menu-item > a.active { color: #ffffff; background: #4e9179;}
.side-panel .menu-11 .menu-scroll > ul ul { position: static; width: auto;}
.side-panel .menu-11 .menu-scroll > ul ul ul { position: static; width: auto;}
.side-panel .widget-20 { padding: 20px 10px 60px; margin: 20px 0; border: none; z-index: 3; width: auto; left: 0; top: 0; position: relative; background: url("../images/Layer 38.jpg") left 50% bottom 0px / auto auto no-repeat #f5f5f5; -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-30 .menu-scroll > ul ul > li > a:hover, 
.side-panel .menu-30 .menu-scroll > ul ul > li > a.hover, 
.side-panel .menu-30 .menu-scroll > ul ul > li > a.active { background: #ffd52d; color: #0f101a;}
.side-panel .menu-30 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-30 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-30 .menu-scroll > ul > li.menu-item > a.active { -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; background: #4e9179; color: #ffffff;}

img {
	max-width: 100%;
	height: auto;
}
.wrap{
	text-align:center;
}
.brand-pic a{
	text-decoration: none;
	font-size: 14px;
}
.brand-pic a:hover{
	color: #f8a400;
}
.vis-menu{
	display:inline-block;
	padding:5px;
}
.vis-menu:hover{
	outline:3px solid #ffd52d;

}
.vis-menu a:hover{
	color: #f8a400;
}
.vis-menu img{
	width:80%;
}
.vis-menu-name{
	width:160px;
}
.vis-menu-name a{
	text-decoration:none;
	color:#12261c;
	
}
.t-price{
	width:99%;
}
.t-price th{
	border: 1px solid #928787;
	padding: 7px 10px;
	font-size: 17px;
	background: #ffd52d;
	color:#333;
}
.t-price td{
	border: 1px solid #928787;
	padding: 7px 10px;
}
.t-price th:last-child, td:last-child{
text-align: center;
}
.f-price{
	font-weight: bold;
	font-size:16px;
	border-left:3px solid #ffd52d;
	padding: 5px;
    margin-top: 8px;
}
.remont-brand{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color: #4e9179;
}
.brand-pic{
	display:inline-block;
	padding: 6px 6px 6px 6px;
}
.zayavka{text-align:right;margin:7px 0px;}
.zayavka a{
	text-transform:uppercase;
	padding:10px 9px;
	font-size:25px;
	font-weight:bold;
	color:#fff;
	background:#ffd52d;
	box-shadow:1px 1px 5px 0px rgba(50, 50, 50, 0.75);
	margin-right: 7px;
	width:100%;
	display:block;
	text-align:center;
}
.zayavka a:hover{
	background:#4e9179;
}
.elements{
	text-align:center;
}
.poster{
    position:relative;
}
.descr{
    display:none;
    margin-left:0px;
    background:#ffd52d;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
    text-align:left;
    width: 300px !important;
    top:169px;
}
.descr2{
    display:none;
    margin-right:-267px;
    background:#ffd52d;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
    text-align:left;
	width: 420px !important;
    right: 264px;
    top:169px;
}
.descr3{
    display:none;
    margin-right:-270px;
    background:#ffd52d;
    -moz-box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    text-align:left;
	width: 300px !important;
    bottom:169px;
}
.descr4{
    display:none;
    margin-right:-267px;
    background:#ffd52d;
    -moz-box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    box-shadow:1px -2px 9px 0px rgba(0,0,0,0.3);
    text-align:left;
	width: 370px !important;
    right: 264px;
    bottom:169px;
}
.poster:hover{
	outline:solid 3px #ffd52d;
}
.poster:hover .descr{
    display:block;
    position:absolute;
    z-index:9999;
    width:400px;
}
.poster:hover .descr2{
    display:block;
    position:absolute;
    z-index:9999;
    width:400px;
}
.poster:hover .descr3{
    display:block;
    position:absolute;
    z-index:9999;
    width:400px;
}
.poster:hover .descr4{
    display:block;
    position:absolute;
    z-index:9999;
    width:400px;
}
.extra-inf{
	background: rgba(39, 128, 96, 0.08);
    margin: 50px 0;
    border-top:4px solid #4e9179;
}
.extra-inf p{
	padding: 0 25px 10px 15px;
}
.extra-inf h2{
	padding-left: 15px;
	color: #f7ce2c;
	font-weight: bold;
	
}
.extra-inf h3{
	padding-left: 15px;
	color: #f7ce2c;
	font-weight: bold;

}
.brand-pic2{
	display:inline-block;
	padding: 15px 6px 30px 6px;
	max-width:140px;
}
.brand-pic3{
	display:inline-block;
	padding: 15px 6px 30px 6px;
	max-width:157px;
}
.brand-pic4{
	display:inline-block;
	padding: 15px 6px 30px 6px;
	max-width:157px;
}
.brand-pic5{
	display:inline-block;
	padding: 15px 6px 30px 6px;
	max-width:157px;
}
.img-adv{
	float:left;
	padding:0 3px 3px 10px;
}
.advice{
    font-size: 28px;
    font-weight: bold;
    background: #4e9179;
    color: #fff;
    padding: 10px;
}
.page-path {
	text-align: left;
}
.foto {
	float:right;
	padding:3px;
}
.kont {
	padding:1px;
	width:73%;
	
} 
.kont th {
	padding-left:7px;
}
.city {
	padding-top: 10px;
}
.logotip {float:left; padding:5px;}

.wheelsTb {
	width:100%;
	font-size: 13px;
}
.wheelsTb td{
	border-bottom:1px dotted #c7c7c7;
	padding:5px;
}
.widget-11 > div {
	padding: 10px 0 0;
}
.widget-11 {
	display: block;
}
.fil{color: #ebebeb;
    line-height: 27.1px;
    font-size: 14px;
    font-family: Ubuntu, sans-serif;padding-top: 54px;}
.kat img{vertical-align:middle; padding:4px; width:30px;}
.kat {font-weight:bold;}
.logotip_menu{
    margin-top: 30px;
}
.logotip_menu div{
	display: inline-block;
	width: 49%;
	min-width: 250px;
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.logotip_menu a{
    display: inline-block;
    text-decoration: none;
    background-color: #4E9179;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
}
.logotip_menu a:hover{
	background-image: linear-gradient(to right, #195E46, transparent 5%, transparent 95%, #195E46), linear-gradient(#195E46, #4E9179, #4E9179, #195E46);
}
.fil > a, .kontakty a {
    text-decoration: none;
}
.fil > a:hover, .kontakty a:hover, .cell-text a:hover{
    text-decoration: underline;
}
.socsety {
    text-align: right;
    margin-top: 4px;
}

.socsety a {
    margin-left: 5px;
}
.socsety img:hover {
    filter: drop-shadow(2px 4px 3px black);
}
.brand-diesel{border:5px double #ece26f; border-radius:15px; padding:20px;margin-bottom:10px;}
.brand-diesel-txt{font-weight:600;}
.shiny-pogr-txt{font-weight:600;}
.shiny-pogr{border-top:2px dashed #ab9f2f; border-bottom:2px dashed #ab9f2f; padding:7px;}
.shiny-pogr a{background:#418a6f;color:#fff; padding:1px 8px;text-decoration:none;border-radius:7px;}
.shiny-pogr a:hover{box-shadow: 2px 2px 2px 2px rgb(255, 213, 45);}

.brand-pic img {
    max-height: 50px;
    width: auto;
    max-width: 120px;
    min-height: 50px;
    object-fit: contain;
}

.tovar > div:not(.block-tovar-h2) {
    display: flex;
    flex-wrap: wrap;
    }

.tovar .block-tovar-h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  border-left: 5px solid #4e9179;
  padding: 10px 0 10px 15px;
  background: rgb(245 245 245);
  margin-bottom:15px;
}

 .tovar .block-tovar > div > a:first-child {
  display: block;
  text-align: center;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  background-image: color:#ffffff;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: 4px 4px 3px -2px #4e9179, inset 4px 4px 3px -2px #4e9179;
  transition: all 1s; }

.tovar .block-tovar:not(:last-child) {
  margin-right: 33px;
  margin-bottom: 15px;
	
}

.tovar .block-tovar > div > a:first-child img {
  height: 100%; }

.tovar .block-tovar > div > a:last-child {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none; }

.tovar .block-tovar > a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  background-image: linear-gradient(to top, #ffffff, #f5f5f5);
  color: #4e9179;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #4e9179;
  transition: all 0.5s; 
margin-top: 10px;
}

.tovar .block-tovar > a:hover {
  transform: translateY(5px);
  box-shadow: none;
  transition: all 0.5s; }

.tovar .block-tovar > div > a:last-child:hover {
  text-decoration: underline; }

.tovar .block-tovar > div > a:first-child:hover {
  box-shadow: 4px 4px 3px -2px transparent, inset 4px 4px 3px -2px #4e9179;
  transition: all 1s; }

.tovar > div:not(.block-tovar-h2) {
  display: flex;
  flex-wrap: wrap; 
  }

a.button-zayavka {
	color: #333;
	background-color: #ffd52d;
	display: inline-block;
	text-align: center;
	border-radius: .25rem;
	text-decoration: none;
	
}
a.button-zayavka:hover{
 background-color: #ecbd00;
}
 

/*
.servicesList {
    margin: 22px -16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    list-style: none;
    list-style-type: none;
}
.servicesList__item {
    width: 50.00%;
    padding: 0 16px;
    min-height: 240px;
}
.card {
    position: relative;
}
.card--services {
    color: #fff;
    padding: 38px 70px 29px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
}
.card .card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.card .card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.card--services .card__bg:before, .card--services .card__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: .3s all;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.card--services .card__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    position: relative;
    z-index: 1;
}
.card--services .card__title span {
    border-bottom: 2px solid transparent;
    transition: .3s all;
}
.card--services > div:not(.card__bg) {
    position: relative;
    z-index: 1;
}
.card--services .card__text {
    margin-top: 12px;
    max-width: 220px;
    letter-spacing: 0.32px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.card--services .card__bottom {
    padding-top: 25px;
    margin-top: auto;
}
.btn-primary.btn--xs {
    font-size: 13px;
    padding: 9px 20px 7px;
    letter-spacing: .4px;
}
.btn-primary {
    background-color: #ed1a3b;
    color: #fff;
    line-height: 16px;
    padding: 14px 15px;
}
.btn {
    position: relative;
    display: inline-block;
    border-radius: 0;
    border: 0;
    transition: .3s all;
    background-color: transparent;
    text-align: center;
}
*/

.flex__list {
	display: flex;
    flex-wrap: wrap;
}
.flex__item {
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}
.flex__item img {
	height: 150px;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
	.flex__item {
		width: 100%;
	}
	.flex__item:not(:last-child) {
    	margin-bottom: 20px;
	}
}
.tel-in-corner {
	display: none;
}
@media (max-width: 960px) {
	.tel-in-corner {
	    width: 64px;
	    height: 64px;
		display: block;
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
	    z-index: 100;
	    background-color: white;
	    border-radius: 50px;
	}
}

.geo-button a {
	display: inline-block;
    margin: 5px;
    background: #4e9179;
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 20px;
    font-weight: 500;
    transition: .2s ease-in-out background;
}

.geo-button a:hover {
    background: #76c8ab;	
}

youtube {
    height: 250px;
    width: 100%;
    margin-right: 10px;
    max-width: 550px;
    display: inline-block;
    border: 1px solid #0593ff;
    background-image: url(/d/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000040;
}

.search-form-wrap {
	text-align: right;
	margin: 10px  0px 0px 0px;
}
.search-form-input {
width: 100%;
height: 25px;
padding: 5px;
outline: none;
box-sizing: border-box;
}
.search-form-button {
width: 100%;
padding: 8px 15px;
border: none;
box-sizing: border-box;
text-align: center;
background: #1cb38d;
outline: none;
font-family: Fira Sans, sans-serif;
font-size: 14px;
color: #fff;
line-height: 1.2;
text-transform: none;
font-weight: 500;
margin: 5px 0px 0px 0px;
}
.search-form-button:hover{
background: #4e9179;
color: #ffffff;
}

.brands {
display: flex;
}
.brands__wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.brands__btn {
display: flex;
align-items: center;
width: 150px;
height: 125px;
border: 1px solid #000;
background-color: #fff;
padding: 10px;
margin: 10px;
transition: all 0.2s linear;
}
@media screen and (max-width: 960px) {
.brands__btn {
width: 135px;
height: 100px;
margin:5px;
}
}
.brands__btn:hover {
background-color: #eee;
}

.custom_pagination {
    margin: 15px 0;
    text-align: center;
}

.custom_pagination .page {
    display: inline;
    font-size: 20px;
    padding: 7px 13px;
}

.custom_pagination .page.active {
    background: #417d67;
    border-radius: 10px;
    color: white;
}


.accordion {
      max-width: 800px;
      margin: 20px auto;
    }

.accordion h2{
      color:white;
    }
    
    .accordion p{
      padding-left:10px;
    }

    
    .accordion-details {
      margin-bottom: 12px;
      border: 1px solid #ddd;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    }


    .accordion-summary {
      background: #4e9179;
      padding: 14px 20px;
      color: #ffffff;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      list-style: none; 
    }

    .accordion-summary:focus {
      outline: none;
    }

    .plus-icon {
      width: 20px;
      height: 20px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .plus-icon::before,
    .plus-icon::after {
      content: '';
      position: absolute;
      background: #ffffff;
      transition: transform 0.3s ease;
    }

    .plus-icon::before {
      width: 14px;
      height: 2px;
    }

    .plus-icon::after {
      width: 2px;
      height: 14px;
    }

    details[open] .plus-icon::before,
    details[open] .plus-icon::after {
      transform: rotate(45deg);
    }

    .accordion-content {
      padding: 16px;
      background: white;
    }

 .photos-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  justify-content: center; 
}

.photos-flex img {
  flex: 1 1 200px;
  min-width: 180px; 
  max-width: 350px; 
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .photos-flex img {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 480px) {
  .photos-flex img {
    flex: 1 1 100%;
    max-width: 100%;
  }
}




 .fotki-shin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; 
  max-width: 800px; 
  margin: 0 auto; 
  padding: 20px;
}

.fotki-shin-tovar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fotki-shin-tovar-img {
  width: 300px; 
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.fotki-shin-tovar-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fotki-shin-tovar-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

@media (max-width: 600px) {
  .fotki-shin {
    grid-template-columns: 1fr; 
    gap: 20px;
  }
}

.installation-block {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        margin: 20px 0;
    }

    .instructions-text {
        flex: 1;
    }

    .instruction-image {
        flex: 0 0 auto;
        max-width: 300px;
    }

    .instruction-image img {
        width: 100%;
        height: auto;
    }

    @media (max-width: 768px) {
        .installation-block {
            flex-direction: column;
        }

        .instruction-image {
            max-width: 100%;
        }
    }
    
    
    
   .underline{
   	 text-decoration: underline;
   	 font-weight:bold;
   }
.overlay-coocki.overlay-coocki-act {
    display: block;
}

.overlay-coocki {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    z-index: 100000000;
    width: 100%;
}

.overlay-coocki a {
    color: #3a71be;
}

.coocki-btn-block {
    display: flex;
    flex-direction: row-reverse;
    max-width: 800px;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    border: 2px solid #1cb38d;
}

.coocki-block {
    display: flex;
    justify-content: center;
}

.coocki-btn {
        display: block;
    padding: 10px 15px;
    font-size: 20px;
    background: #1cb38d;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.mail{
	font-size: 16px !important; 
}


.faq summary{
	background: #4e9179;
    border-radius: 5px;
    padding: 8px 8px;
    color: #ffff;
    display: flex;
    align-items: center;
    
}
.faq .accordeons{
	padding: 5px 8px;
    border-radius: 0 0 5px 5px;
	background:#a3d3c2;
}

.faq details{
	margin:3px;
}

summary::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

details[open] summary::after {
  content: '-';
  transform: rotate(180deg);
}

.h2{
	font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    font-family: Fira Sans, sans-serif;
    color: #4e9179;
}


.check-list {
  list-style: none;
  padding: 0;
}


.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}


.check-list li::before {
  content: '✔'; 
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}

.black-check-list{
  list-style: none;
  padding: 0;
}


.black-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.black-check-list li::before {
  content: '✖'; 
  position: absolute;
  left: 0;
  top: 0;
  color: #dc3545; 
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}



.faq-container {
            max-width: 1000px;
            margin: 0 auto;
            background: white;
            border-radius: 28px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12);
            overflow: hidden;
        }

        .faq-header {
            background: #4e9179;
            padding: 1.8rem 2rem;
            color: white;
        }

        .faq-header h2 {
            font-size: 1.8rem;
            font-weight: 600;
            letter-spacing: -0.01em;
            margin-bottom: 0.5rem;
        }

        .faq-header p {
            font-size: 19px;
            opacity: 0.85;
            max-width: 80%;
            color: white;
        }

        .faq-list {
            display: flex;
            flex-direction: column;
        }

        .faq-item {
            border-bottom: 1px solid #e6edf2;
            transition: background 0.2s;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            background: white;
            padding: 1.3rem 2rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            transition: background 0.2s;
            font-weight: 500;
            font-size: 1.1rem;
            color: #0a2e3f;
        }

        .faq-question:hover {
            background: #f8fbfd;
        }

        .question-text {
            display: flex;
            align-items: baseline;
            gap: 0.75rem;
            flex: 1;
        }

        .question-marker {
            font-weight: 700;
            color: #1f7b8c;
            background: #e6f4f5;
            width: 28px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 30px;
            font-size: 0.9rem;
        }

        .toggle-icon {
            font-size: 1.6rem;
            font-weight: 300;
            color: #2f8b9e;
            transition: transform 0.25s ease;
            user-select: none;
        }

        .faq-answer {
            background: #fefefe;
            padding: 0 2rem;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1), padding 0.2s;
            border-top: 0px solid #e0edf2;
        }

        .faq-answer.show {
            max-height: 650px;
            padding: 0 2rem 1.6rem 2rem;
            border-top-width: 1px;
        }

        .answer-content {
            color: #2c3e44;
            font-size: 0.98rem;
            background: #fafeff;
            padding: 0.5rem 0.2rem 0 0.2rem;
            line-height: 1.55;
        }

        .answer-content p {
            margin-bottom: 0.9rem;
        }

        .answer-content strong {
            color: #146b7c;
            font-weight: 600;
        }

        hr {
            margin: 0.8rem 0;
            border: 0;
            height: 1px;
            background: #e1eef3;
        }

        @media (max-width: 640px) {
            .faq-header p {
                max-width: 100%;
            }
            .faq-question {
                padding: 1rem 1.2rem;
                font-size: 1rem;
            }
            .faq-answer.show {
                padding: 0 1.2rem 1.2rem 1.2rem;
            }
            .faq-answer {
                padding: 0 1.2rem;
            }
            .question-marker {
                width: 24px;
                height: 24px;
                font-size: 0.8rem;
            }