@import "fonts.css";
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;background: #fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}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;
}

img{max-width: 100%;}
@media all and (max-width: 960px){
	img{height: auto !important;}
}
.editorElement { word-wrap: break-word; overflow-wrap: break-word;}
.vertical-middle {white-space: nowrap;}
.vertical-middle>* {white-space: normal;display: inline-block;vertical-align: middle;}
.vertical-middle::after {height: 100%;width: 0;display: inline-block;vertical-align: middle;content: "";}
.wrapper {margin: 0 auto;height: auto !important;height: 100%;min-height: 100%;min-height: 100vh;overflow: hidden;max-width: 100%;}
.wrapper > * { max-width: 100%; }
.editorElement .removed+.delimiter, .editorElement .delimiter:first-child {display: none;}
.wm-input-default {border: none; background: none; padding: 0;}
/* tooltip */
@keyframes show_hide {
	0% { left:85%; opacity: 0; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { left: 100%; opacity: 1; width: auto; height: auto; padding: 5px 10px; font-size: 12px;}
}
@keyframes show_hide_after {
	0% {width: 5px; height: 5px;}
	100% {width: 5px; height: 5px;}
}
/* tooltip for horizontal */
@keyframes horizontal_show_hide {
	0% { top:95%; opacity: 0; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	20% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
	100% { top: 100%; opacity: 1; width: 100%; height: auto; padding: 5px 10px; font-size: 12px;}
}
.wm-tooltip {display: none;position: absolute;z-index:100;top: 100%;left: 0;background: #FBFDDD;color: #CA3841;padding: 5px 10px;border-radius: 3px;box-shadow: 1px 2px 3px rgba(0,0,0,.3); white-space: normal; box-sizing: border-box;}
.wm-tooltip::after {content: "";font-size: 0;background: inherit;width: 5px;height: 5px;position: absolute;top: 0;left: 50%;margin: -2px 0 0;box-shadow: 0 1px 0 rgba(0,0,0,.1), 0 2px 0 rgba(0,0,0,.1);transform: rotate(45deg);}
.error .wm-tooltip {display: block;padding: 0;font-size: 0;animation: horizontal_show_hide 4s;}
.error .wm-tooltip::after {left:50%; top:0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1); width: 0;height: 0;animation: show_hide_after 4s;}
.horizontal_mode .wm-tooltip {top: 100%; left: 0; width: 100%; white-space: normal; margin: 5px 0 0; text-align: center;}
.horizontal_mode .wm-tooltip::after {left: 50%; top: 0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1);}
.error .horizontal_mode .wm-tooltip, .horizontal_mode .error .wm-tooltip {animation: horizontal_show_hide 4s;}
@media all and (max-width: 960px) {
	.wm-tooltip {top: 100%; left: 0; width: 100%; white-space: normal; margin: 5px 0 0; text-align: center;}
	.wm-tooltip::after {left: 50%; top: 0; margin: -2px 0 0; box-shadow: 0 -1px 0 rgba(0,0,0,.1), 0 -2px 0 rgba(0,0,0,.1);}
	.error .wm-tooltip {animation: horizontal_show_hide 4s;}
}
table.table0 td, table.table1 td, table.table2 td, table.table2 th {
	padding:5px;
	border:1px solid #dedede;
	vertical-align:top;
}
table.table0 td { border:none; }
table.table2 th {
	padding:8px 5px;
	background:#eb3c3c;
	border:1px solid #dedede;
	font-weight:normal;
	text-align:left;
	color:#fff;
}
.for-mobile-view { overflow: auto; }
.side-panel,
.side-panel-button,
.side-panel-mask,
.side-panel-content { display: none;}

.align-elem{
	flex-grow:1;
	max-width:100%;
}

html.mobile div{
	background-attachment: scroll;
}

.ui-datepicker {font-size: 14px !important; z-index: 999999 !important;}
.wm-video {position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; width: 100%; height: 100%;}
.wm-video video {max-width: 100%; min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.wm-video.vertical video {max-width: none; max-height: 100%;}
body { background: #ffffff; font-family: Roboto, sans-serif;}
.wrapper .layout_center_2_id_26_1 { margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.wrapper { position: relative; font-family: Roboto, sans-serif; line-height: 1.2; letter-spacing: 0; color: #000000; font-style: normal; text-transform: none; text-decoration: none; font-size: 12px; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-14 .layout_26_id_11 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.block-14 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; max-width: 100%; z-index: 3; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0;}
.block-5 .layout_8 { -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-5 .layout_11_id_7 { 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-5 { margin: 0 auto; position: relative; top: 0; left: 0; width: 960px; min-height: 0; max-width: 100%; z-index: 4; 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; padding-top: 30px; padding-bottom: 9px;}
.block-4 { margin: 0 0 0 380px; position: relative; top: 0; left: 0; width: 230px; min-height: 0; z-index: 3; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0; padding-left: 20px; padding-top: 4px;}
.widget-6 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; text-align: center; box-sizing: border-box; font-size: 0; display: -webkit-flex; display: flex; width: auto; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 40px; right: 0; background: rgba(184,184,184,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.search-9 form { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.search-9 input { padding: 4px 4px 6px 14px; margin: 0; border: none; box-sizing: border-box; vertical-align: top; font-size: 14px; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; outline: none; min-height: 40px; width: 0; height: 0; max-width: 100%; -webkit-appearance: none; font-family: Roboto, sans-serif; line-height: 1.2; letter-spacing: 0; color: #000000; font-style: normal; text-align: left; text-transform: none; text-decoration: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.search-9 button { padding: 3px 4px; margin: 0 0 0 5px; border: none; box-sizing: border-box; vertical-align: top; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjEyOHB4IiBpZD0iTGF5ZXJfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iZy0yIj48bGluZSBzdHlsZT0ic3Ryb2tlLWxpbmVjYXA6IHNxdWFyZTsgc3Ryb2tlLW1pdGVybGltaXQ6IDEwOyIgeDE9IjkyLjE3MyIgeDI9IjExMy43NjEiIHkxPSI5Mi4xNzMiIHkyPSIxMTMuNzYxIiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMTIiIHN0cm9rZS1vcGFjaXR5PSIxIiBpZD0ibGluZS0zIiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvbGluZT48Y2lyY2xlIGN4PSI1OS44OTIiIGN5PSI1OS44OTIiIHI9IjQ1LjY1MiIgc3R5bGU9InN0cm9rZS1saW5lY2FwOiBzcXVhcmU7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGlkPSJjaXJjbGUtNCIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L2NpcmNsZT48L2c+PC9zdmc+") left 50% top 50% / 18px no-repeat; font-size: 14px; outline: none; min-width: 24px; min-height: 40px; position: relative; z-index: 1; -webkit-appearance: none; font-family: Roboto, sans-serif; line-height: 1.2; letter-spacing: 0; color: #000000; font-style: normal; text-align: center; text-transform: none; text-decoration: none; width: 45px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.search-9 button span { box-sizing: border-box; display: inline-block; min-width: 14px;}
.search-9 input:focus { outline: none;}
.search-9 button:focus { outline: none;}
.search-9 .slide_search { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s;}
.search-9 ::-webkit-input-placeholder { color: #858585;}
.search-9 ::-moz-placeholder { color: #858585;}
.search-9 :-ms-input-placeholder { color: #858585;}
.block-2 .layout_5 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-2 .layout_6 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-2 { margin: 0 0 0 52px; position: relative; top: 0; left: 0; width: 558px; min-height: 0; z-index: 2; 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; right: 0; padding-left: 45px;}
.widget-4 { margin: 0 0 auto; position: relative; top: 0; left: 0; z-index: 2; text-align: undefined; box-sizing: border-box; width: 200px; right: 0; padding-left: 0;}
.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; max-width: 100%;}
.phones-5 .cell-icon { box-sizing: border-box; display: -webkit-flex; display: flex; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.phones-5 .icon { border: none; box-sizing: border-box; height: 16px; width: 25px; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0iU2xveV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9Ii00MzAgNDMxIDEzOSAxMzkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyIgaWQ9InN0eWxlLTIiPgoJLnN0MCB7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgfQo8L3N0eWxlPjxnIGlkPSJTbG95XzIiPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMzcyLjgsNTA5LjJjMCwwLDE0LDEzLjgsMTkuNywxNC45bDExLjctMTEuN2MwLDAsNC42LTQuNCw5LjUsMC4xbDE5LjEsMTkuMSAgIGMwLDAsMy4xLDUuNy0wLjUsOS4ybC05LjMsOS4zYzAsMC0xNi40LDEwLjUtNDIuNy02LjNjMCwwLTEyLjQtNi41LTIzLjktMTguMiIgaWQ9IlhNTElEXzFfIiBmaWxsPSIjMDAwMDAwIiBzdHJva2U9IiNkMTFiNGYiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGZpbGwtb3BhY2l0eT0iMCIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3BhdGg+PHBhdGggY2xhc3M9InN0MCIgZD0iTS0zNzEuOCw1MTAuMmMwLDAtMTMuOC0xNC0xNS0xOS43bDExLjctMTEuN2MwLDAsNC40LTQuNi0wLjEtOS41bC0xOS4yLTE5LjEgICBjMCwwLTUuNy0zLjEtOS4yLDAuNWwtOS4zLDkuM2MwLDAtMTAuNSwxNi40LDYuNCw0Mi43YzAsMCw2LjUsMTIuNCwxOC4zLDIzLjkiIGlkPSJYTUxJRF80XyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZDExYjRmIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD48L2c+PC9zdmc+") left 50% top 50% / 22px no-repeat; margin-right: 10px; min-height: 25px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.phones-5 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.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; display: none;}
.phones-5 .text_body { box-sizing: border-box; display: -webkit-flex; display: flex; font-family: Roboto, sans-serif; line-height: 1.2; letter-spacing: 0; color: #0c3d82; font-style: normal; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-transform: none; text-decoration: none; font-size: 16px; font-weight: bold; min-height: 24px; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.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;}
.widget-5 { margin: 0 0 auto 48px; position: relative; top: 0; left: 0; z-index: 1; text-align: undefined; box-sizing: border-box; width: 265px; right: 0;}
.address-6 p:first-child { margin-top: 0;}
.address-6 p:last-child { margin-bottom: 0;}
.address-6 .inner { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; text-align: left; vertical-align: top; max-width: 100%;}
.address-6 .cell-icon { box-sizing: border-box; display: -webkit-flex; display: flex; position: relative; z-index: 5; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.address-6 .icon { border: none; box-sizing: border-box; height: 16px; width: 25px; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0OCA0OCIgaGVpZ2h0PSI0OCIgaWQ9IkxheWVyXzEiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4Ij48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNCA0N2MwIDAtMTgtOS40MTctMTgtMjhDNiA5LjA1OSAxNC4wNTkgMSAyNCAxczE4IDguMDU5IDE4IDE4YzAgMTguNTgzLTE4IDI4LTE4IDI4ek0yNCAzQzE1LjE3OCAzIDggMTAuMTc4IDggMTljMCAxNC43NTggMTIuNDYyIDIzLjUwMSAxNi4wMDMgMjUuNjg3QzI3LjU0NyA0Mi41MSA0MCAzMy44MDUgNDAgMTkgNDAgMTAuMTc4IDMyLjgyMiAzIDI0IDN6bTAgMjVjLTQuOTcxLjAtOS00LjAyOS05LTlzNC4wMjktOSA5LTkgOSA0LjAyOSA5IDktNC4wMjkgOS05IDl6bTAtMTZjLTMuODY2LjAtNyAzLjEzNC03IDdzMy4xMzQgNyA3IDcgNy0zLjEzNCA3LTdTMjcuODY2IDEyIDI0IDEyeiIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0icGF0aC0yIiBmaWxsLW9wYWNpdHk9IjEiIHR5cGU9InNvbGlkQ29sb3IiIGZpbGw9IiNkMTFiNGYiPjwvcGF0aD48L3N2Zz4=") left 50% top 50% / 19px no-repeat; margin-right: 10px; min-height: 25px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.address-6 .block-body-drop { box-sizing: border-box; -webkit-flex: 1 0 0px; -moz-flex: 1 0 0px; flex: 1 0 0px;}
.address-6 .cell-text { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.address-6 .title { box-sizing: border-box; display: none;}
.address-6 .text_body { box-sizing: border-box; display: -webkit-flex; display: flex; text-align: right; font-family: Roboto, sans-serif; line-height: 1.3; letter-spacing: 0; color: #0c3d82; font-style: normal; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-transform: none; text-decoration: none; font-size: 14px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; min-height: 25px;}
.address-6 input.tgl-but { box-sizing: border-box; display: none;}
.address-6 input.tgl-but:checked + .block-body-drop { display: block;}
.block-3 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0;}
.widget-2 { margin: 0; position: relative; top: 0; left: 0; z-index: 2; text-align: center; box-sizing: border-box; width: auto; min-height: 0; font-size: 25px; right: 0;}
.site-name-3 .sn-wrap { display: -webkit-flex; display: flex; flex-flow: row nowrap;}
.site-name-3 .sn-logo { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; max-width: 100%;}
.site-name-3 img { box-sizing: border-box; display: block; max-width: 100%; border: none; text-align: left; width: 55px;}
.site-name-3 .sn-text { box-sizing: border-box; display: -webkit-flex; display: flex; text-align: right; font-family: Russo One, sans-serif; line-height: 1.2; letter-spacing: 0; color: #3b3b3b; font-style: normal; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-transform: none; text-decoration: none; font-size: 22px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; width: auto; margin-left: 0; margin-right: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; padding-top: 5px;}
.site-name-3 a { text-decoration: none; outline: none;}
.widget-3 { margin: -24px 0 0; position: relative; top: 0; left: 0; z-index: 1; letter-spacing: 2.4px; color: #636363; text-align: right; text-decoration: none; font-size: 20px; box-sizing: border-box; display: -webkit-flex; display: flex; width: auto; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; right: 0; padding-top: 0.02px; font-weight: normal; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.block-6 { margin: 0 auto; position: relative; top: 0; left: 0; width: 960px; min-height: 0; z-index: 3; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; max-width: 100%;}
.widget-8 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; text-align: center; padding-right: 0; padding-left: 0; box-sizing: border-box; display: -webkit-flex; display: flex; width: auto; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; right: 0; background: repeating-linear-gradient(to bottom,#585a5e 0%,#232426 83.4%,#161617 85.3%,#323233 100%); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-14 .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-14 .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-14 .menu-scroll { display: -webkit-flex; display: flex; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-14 .menu-scroll > ul { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: -webkit-flex; display: flex; flex-flow: row nowrap; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.menu-14 .menu-scroll > ul > li.home-button > a { padding: 5px 15px; margin: 0; border: none; cursor: pointer; display: -webkit-flex; display: flex; background: rgba(18,18,18,0.7); box-sizing: border-box; text-decoration: none; color: #ffffff; font-size: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; letter-spacing: 0; font-style: normal; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; text-transform: uppercase; min-height: 55px; align-self: auto; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; width: 150px; font-weight: 900;}
.menu-14 .menu-scroll > ul > li.delimiter { margin: auto 0; border: none; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height: 0; width: 0; min-height: 55px; background: rgba(214,214,214,0.1); box-sizing: border-box; text-align: left; -webkit-box-shadow: 1px 0px 0px  rgba(0,0,0,0.21); -moz-box-shadow: 1px 0px 0px  rgba(0,0,0,0.21); box-shadow: 1px 0px 0px  rgba(0,0,0,0.21);}
.menu-14 .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; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; width: auto;}
.menu-14 .menu-scroll > ul ul { padding: 12px; margin: 5px 0 0; position: absolute; top: 100%; left: 0; background: #eee; list-style: none; width: auto; display: none; z-index: 10; box-sizing: border-box; right: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.menu-14 .menu-scroll > ul ul > li { padding: 0; margin: 0; display: block; position: relative;}
.menu-14 .menu-scroll > ul ul > li > a { padding: 5px 10px; border: none; cursor: pointer; display: block; background: url("../images/icon_352900.svg") left 0px top 50% / 7px no-repeat transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; box-sizing: border-box; text-decoration: none; color: #262626; font-size: 14px; line-height: 1.4; position: relative; font-style: normal; letter-spacing: 0; text-transform: none; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; font-weight: bold;}
.menu-14 .menu-scroll > ul ul > li > a:hover, 
.menu-14 .menu-scroll > ul ul > li > a.hover, 
.menu-14 .menu-scroll > ul ul > li > a.active { background: url("../images/icon_352900.svg") left 0px top 50% / 7px no-repeat #2b2b2b; color: #ffffff; -webkit-box-shadow: 0px 0px 9px  rgba(0,0,0,0.44); -moz-box-shadow: 0px 0px 9px  rgba(0,0,0,0.44); box-shadow: 0px 0px 9px  rgba(0,0,0,0.44);}
.menu-14 .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-14 .menu-scroll > ul > li.menu-item ul li.delimiter:first-child { display: none;}
.menu-14 .menu-scroll > ul ul ul { position: absolute; left: 100%; top: 0;}
.menu-14 .menu-scroll > ul > li.menu-item > a { padding: 5px 10px 5px 7px; margin: 0; border: none; cursor: pointer; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; box-sizing: border-box; text-decoration: none; color: #ffffff; font-size: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; letter-spacing: 0; font-style: normal; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; text-transform: uppercase; min-height: 55px; align-self: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; font-weight: 900; -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; background: transparent; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-14 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-14 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-14 .menu-scroll > ul > li.menu-item > a.active { color: #262626; -webkit-box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); -moz-box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); background: rgba(255,255,255,0.96);}
.menu-14 .menu-scroll > ul > li.menu-item > a .has-child-icon { border: none; position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 8px; width: 12px; min-height: 12px; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgd2lkdGg9IjQ4IiBpZD0ic3ZnLTEiPjxwYXRoIGQ9Ik0xNC44MyAxNi40Mmw5LjE3IDkuMTcgOS4xNy05LjE3TDM2IDE5LjI1bC0xMiAxMi0xMi0xMnoiIGlkPSJwYXRoLTIiIGZpbGwtb3BhY2l0eT0iMSIgdHlwZT0ic29saWRDb2xvciIgZmlsbD0iI2NjY2NjYyI+PC9wYXRoPjxwYXRoIGQ9Ik0wLS43NWg0OHY0OEgweiIgZmlsbD0ibm9uZSIgaWQ9InBhdGgtMyI+PC9wYXRoPjwvc3ZnPg==") left 50% top 50% / 20px no-repeat; text-align: left; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-14 .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; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 40px; width: 40px; overflow: hidden;}
.menu-14 .menu-scroll > ul > li.menu-item > a .img-convert { margin: auto; box-sizing: border-box; width: 40px; height: 40px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.menu-14 .menu-scroll > ul > li.menu-item > a img { box-sizing: border-box; max-width: 100%; height: auto; width: auto; vertical-align: middle; border: none; display: -webkit-flex; display: flex;}
.menu-14 .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-14 .menu-scroll > ul > li.home-button { box-sizing: border-box; display: -webkit-flex; display: flex;}
.menu-14 .menu-scroll > ul > li.more-button { display: none; margin-left: auto; position: relative;}
.menu-14 .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-14 .menu-scroll > ul > li.more-button > ul { left: auto; right: 0;}
.menu-14 .menu-scroll > ul > li.more-button.disabled { display: none;}
.menu-14 .menu-scroll > ul > li.more-button .menu-item-image { display: none;}
.block-13 { margin: 0 auto; border: none; position: relative; top: 0; left: 0; width: 960px; min-height: 0; background: rgba(245,245,245,0.73); z-index: 2; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; max-width: 100%;}
.widget-12 { margin: 0 0 0 auto; border: none; position: relative; top: 0; left: 0; width: 170px; min-height: 33px; z-index: 1; color: #3b3b3b; text-align: left; text-decoration: none; font-size: 11px; box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; background: url("../images/print.png?1533030920415") right 12px top 50%   / 18px no-repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
.widget-12:hover, 
.widget-12.hover, 
.widget-12.active { color: #0c3d82;}
.popover-wrap-24 .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-24 .popover-body .form_text input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-24 .popover-body .form_calendar input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-24 .popover-body .form_calendar_interval input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-24 .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-24 .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; min-width: 25px; min-height: 25px; font-family: Roboto, sans-serif;}
.popover-wrap-24 .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; -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.75); -moz-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-24 .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;}
.popover-wrap-24 .popover-body .s3_form_field_content .icon.img_name { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-24 .popover-body .s3_form_field_content .icon.img_email { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-24 .popover-body .s3_form_field_content .icon.img_phone { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-24 .popover-body .s3_form_field_content .icon.img_comments { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.button-24 > * { box-sizing: border-box; display: block; text-overflow: ellipsis; overflow: hidden;}
.popover-container-24 { top: 0; left: 0; z-index: 9999; width: 100%; direction: ltr; position: fixed;}
.popover-container-24 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}
.popover-wrap-24 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left; font-family: Roboto, sans-serif;}
.popover-wrap-24 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-24 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-24 .popover-body .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-24 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-24 .popover-body .s3_form_field_type_text { width: 100%;}
.popover-wrap-24 .popover-body .s3_form_item.form_div { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_div h2 { box-sizing: border-box; font-size: 18px; line-height: 1; font-weight: normal; margin-top: 0; margin-bottom: 0; font-family: Roboto, sans-serif;}
.popover-wrap-24 .popover-body .s3_form_item.form_html_block { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_html_block .s3_form_field_content { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_html_block .s3_form_field { box-sizing: border-box; width: 100%;}
.popover-wrap-24 .popover-body .form_html_block p:first-of-type { margin-top: 0;}
.popover-wrap-24 .popover-body .form_html_block p:last-of-type { margin-bottom: 0;}
.popover-wrap-24 .popover-body .s3_form_item.form_checkbox { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_checkbox .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_checkbox .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_checkbox .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-24 .popover-body .form_checkbox .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-24 .popover-body .form_checkbox label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-24 .popover-body .form_checkbox input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-24 .popover-body .form_checkbox .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-24 .popover-body .s3_form_item.form_radio { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_radio .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_radio .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_radio .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-24 .popover-body .form_radio .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-24 .popover-body .form_radio label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-24 .popover-body .form_radio input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-24 .popover-body .form_radio .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-24 .popover-body .s3_form_item.form_select { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_select .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_select .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_select .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-24 .popover-body .form_select select { box-sizing: border-box; width: 100%; max-width: 100%; font-size: 13px; line-height: 1;}
.popover-wrap-24 .popover-body .form_select option { box-sizing: border-box;}
.popover-wrap-24 .popover-body .s3_form_item.form_calendar { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_calendar .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_calendar .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-24 .popover-body .s3_form_item.form_calendar_interval { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-24 .popover-body .form_calendar_interval .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-24 .popover-body .form_calendar_interval .s3_form_subitem { margin: 0; box-sizing: border-box; width: 50%;}
.popover-wrap-24 .popover-body .form_calendar_interval label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-24 .popover-body .form_calendar_interval .s3_form_subitem_title { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; padding-left: 5px; padding-right: 5px;}
.popover-wrap-24 .popover-body .s3_form_item.form_upload { box-sizing: border-box;}
.popover-wrap-24 .anketa-flash-upload { box-sizing: border-box; max-width: 100%;}
.popover-wrap-24 .popover-body .form_upload .no-more { box-sizing: border-box;}
.popover-wrap-24 .popover-body .s3_form_field_content .icon { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-24 .popover-body .s3_required { color: #ff0000;}
.popover-wrap-24 .s3_form_field_title .s3_form_error { color: #ff0000; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-24 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-24 ::-moz-placeholder { color: #ababab;}
.popover-wrap-24 :-ms-input-placeholder { color: #ababab;}
.block-10 .layout_18 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-10 .layout_39 { -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; overflow: hidden;}
.block-10 { margin: 0 auto; position: relative; top: 0; left: 0; width: 960px; min-height: 0; max-width: 100%; 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; padding-top: 25px; padding-bottom: 45px; text-decoration: none;}
.block-8 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: 220px; min-height: 0; z-index: 2; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; padding-left: 0; padding-top: 0.02px;}
.widget-25 { margin: 0; position: relative; top: 0; left: 0; z-index: 3; text-align: center; width: auto; padding-right: 2px; padding-left: 2px; box-sizing: border-box; display: block; right: 0;}
.menu-49 .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-49 .menu-scroll > ul ul { padding: 5px; margin: 0; border: none; position: static; top: 0; left: 100%; list-style: none; width: auto; display: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-49 .menu-scroll > ul ul > li.delimiter { margin: 3px 2px; box-sizing: border-box; min-height: 2px; height: auto; width: auto; background: #999999;}
.menu-49 .menu-scroll > ul ul > li { padding: 0; display: block; position: relative; margin-left: 0; margin-right: 0;}
.menu-49 .menu-scroll > ul ul > li > a { padding: 8px 10px 5px 25px; 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: #292929; font-size: 13px; line-height: 1.4; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; font-style: normal; letter-spacing: 0; text-align: left; text-transform: none; min-height: 33px;}
.menu-49 .menu-scroll > ul ul > li > a:hover, 
.menu-49 .menu-scroll > ul ul > li > a.hover, 
.menu-49 .menu-scroll > ul ul > li > a.active { background: rgba(153,153,153,0.2);}
.menu-49 .menu-scroll > ul ul > li > a .has-child-icon { position: absolute; top: 50%; right: 0; margin-top: -6px; margin-right: 5px; width: 12px; min-height: 12px; background: #000000;}
.menu-49 .menu-title { box-sizing: border-box; font-size: 16px; padding-left: 17px; margin-bottom: 10px;}
.menu-49 .menu-button { display: none; position: absolute; left: 100%; top: 0; width: 50px; min-height: 50px;}
.menu-49 .menu-scroll { display: block; width: 100%; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.menu-49 .menu-scroll > ul,.shop-folders { padding: 0; margin: 0; list-style: none; box-sizing: border-box; display: block;}
.menu-49 .menu-scroll > ul > li.menu-item, .shop-folders li { padding: 0; margin: 0; box-sizing: border-box; position: relative;}
.menu-49 .menu-scroll > ul > li.menu-item > a, .shop-folders li a { padding: 5px 15px 5px 24px; 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; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: left; font-style: normal; text-transform: none; letter-spacing: 0; min-height: 35px; -webkit-box-shadow: 0px 1px 0px  rgba(0,0,0,0.1); -moz-box-shadow: 0px 1px 0px  rgba(0,0,0,0.1); box-shadow: 0px 1px 0px  rgba(0,0,0,0.1); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; font-weight: 500;}
.menu-49 .menu-scroll > ul > li.menu-item > a:hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a.hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a.active { -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent;}
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon { border: none; position: absolute; top: 50%; right: auto; margin-top: -7px; margin-right: 0; width: 13px; min-height: 13px; background: url("../images/icon_510912.svg") left 50% top 50% / 11px no-repeat; -webkit-box-shadow: 0px 0px 0px  1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 0px  1px rgba(0,0,0,0.2); box-shadow: 0px 0px 0px  1px rgba(0,0,0,0.2); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; left: 0; margin-left: 0; align-self: auto;}
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon:hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon.hover, 
.menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon.active { background: url("../images/icon_211864.svg") left 50% top 50% / 5px no-repeat;}
.menu-49 .menu-scroll > ul > li.menu-item > a .menu-item-image { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; margin-right: 5px; font-size: 0; line-height: 0; text-align: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 40px; width: 40px; overflow: hidden;}
.menu-49 .menu-scroll > ul > li.menu-item > a .img-convert { margin: auto; box-sizing: border-box; width: 40px; height: 40px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.menu-49 .menu-scroll > ul > li.menu-item > a img { box-sizing: border-box; max-width: 100%; height: auto; width: auto; vertical-align: middle; border: none; display: -webkit-flex; display: flex;}
.menu-49 .menu-scroll > ul > li.menu-item > a .menu-item-text { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.widget-17 { margin: -1px 0 0; position: relative; top: 0; left: 0; z-index: 1; font-size: 0; display: -webkit-flex; display: flex; -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; box-sizing: border-box; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; width: auto; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; padding-top: 35px; right: 0;}
.widgetsocial-37 .soc-header { box-sizing: border-box; font-size: 13px; line-height: 1; margin-bottom: 10px; color: #0c3d82; text-decoration: none;}
.widgetsocial-37 .soc-content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: stretch; -moz-align-items: stretch; align-items: stretch; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; text-align: inherit; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
.widgetsocial-37 .soc-item { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; vertical-align: middle; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; flex: 0 0 auto;}
.widgetsocial-37 .soc { margin: 2px 4px; box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; vertical-align: middle; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-decoration: none; -webkit-flex: 0 0 auto; -moz-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; text-align: center;}
.widgetsocial-37 .vk .wg-soc-icon { border: none; background: url("../images/wm_social_links_vk.png") left 500% top 500% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .fb .wg-soc-icon { border: none; background: url("../images/wm_social_links_fb.png") left 500% top 500% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .fb .wg-soc-icon:hover, 
.widgetsocial-37 .fb .wg-soc-icon.hover, 
.widgetsocial-37 .fb .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .tw .wg-soc-icon { border: none; background: url("../images/wm_social_links_tw.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .tw .wg-soc-icon:hover, 
.widgetsocial-37 .tw .wg-soc-icon.hover, 
.widgetsocial-37 .tw .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .google .wg-soc-icon { border: none; background: url("../images/wm_social_links_google.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .google .wg-soc-icon:hover, 
.widgetsocial-37 .google .wg-soc-icon.hover, 
.widgetsocial-37 .google .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .ins .wg-soc-icon { border: none; background: url("../images/wm_social_links_ins.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .ins .wg-soc-icon:hover, 
.widgetsocial-37 .ins .wg-soc-icon.hover, 
.widgetsocial-37 .ins .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .ok .wg-soc-icon { border: none; background: url("../images/wm_social_links_ok.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .ok .wg-soc-icon:hover, 
.widgetsocial-37 .ok .wg-soc-icon.hover, 
.widgetsocial-37 .ok .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .mail .wg-soc-icon { border: none; background: url("../images/wm_social_links_mail.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .mail .wg-soc-icon:hover, 
.widgetsocial-37 .mail .wg-soc-icon.hover, 
.widgetsocial-37 .mail .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .pin .wg-soc-icon { border: none; background: url("../images/wm_social_links_pin.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .pin .wg-soc-icon:hover, 
.widgetsocial-37 .pin .wg-soc-icon.hover, 
.widgetsocial-37 .pin .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .lj .wg-soc-icon { border: none; background: url("../images/wm_social_links_lj.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .lj .wg-soc-icon:hover, 
.widgetsocial-37 .lj .wg-soc-icon.hover, 
.widgetsocial-37 .lj .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .my .wg-soc-icon { border: none; background: url("../images/wm_social_links_my.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .my .wg-soc-icon:hover, 
.widgetsocial-37 .my .wg-soc-icon.hover, 
.widgetsocial-37 .my .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .youtube .wg-soc-icon { border: none; background: url("../images/wm_social_links_youtube.png") left 500% top 500% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .youtube .wg-soc-icon:hover, 
.widgetsocial-37 .youtube .wg-soc-icon.hover, 
.widgetsocial-37 .youtube .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .telegram .wg-soc-icon { border: none; background: url("../images/wm_social_links_tg.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .telegram .wg-soc-icon:hover, 
.widgetsocial-37 .telegram .wg-soc-icon.hover, 
.widgetsocial-37 .telegram .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .whatsapp .wg-soc-icon { border: none; background: url("../images/wm_social_links_wa.png") left 50% top 50% / cover no-repeat; width: 25px; min-height: 25px; text-align: left; height: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.widgetsocial-37 .whatsapp .wg-soc-icon:hover, 
.widgetsocial-37 .whatsapp .wg-soc-icon.hover, 
.widgetsocial-37 .whatsapp .wg-soc-icon.active { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.widgetsocial-37 .wg-soc-icon { box-sizing: border-box; min-width: 20px; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.widgetsocial-37 .wg-soc-title { display: -webkit-inline-flex; display: inline-flex; text-align: left; box-sizing: border-box; color: #000; font-size: 14px; line-height: 1; word-break: break-word;}
.block-21 { margin: 0 0 auto 55px; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0;padding-bottom: 10px;}
.widget-21 { margin: 0; position: relative; top: 0; left: 0; z-index: 5; text-decoration: none; /*line-height: 1.6;*/ font-size: 16px; display: block; min-height: 0; width: auto; right: 0; padding-top: 22px;}
.content-preview { width: 200px; height: 100px; background: #ccc;}
.content-43 h2 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.content-43 h3 { box-sizing: border-box; font-size: 16px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.content-43 h4 { box-sizing: border-box; font-size: 15px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.content-43 h5 { box-sizing: border-box; font-size: 14px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.content-43 h6 { box-sizing: border-box; font-size: 13px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.content-43 a { box-sizing: border-box; color: #0c3f87; text-decoration: none; line-height: 1.2; font-weight: bold;}
.content-43 .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-43 .img-convert { margin: 5px; box-sizing: border-box; width: 180px; height: 100px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; display: -webkit-flex; display: flex; overflow: hidden;}
.content-43 .pics-1 img { margin: 5px; box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-43 .pics-2 img { box-sizing: content-box; width: auto; height: auto; max-width: 100%;}
.content-43 .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;}
.widget-20 { margin: 0; position: relative; top: 0; left: 0; z-index: 4; text-decoration: none; font-size: 22px; box-sizing: border-box; font-weight: 500; width: auto; right: 0;}
h2 { box-sizing: border-box; font-size: 18px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
h3 { box-sizing: border-box; font-size: 16px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
h4 { box-sizing: border-box; font-size: 15px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
h5 { box-sizing: border-box; font-size: 14px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
h6 { box-sizing: border-box; font-size: 13px; margin-top: 15px; margin-bottom: 15px; font-weight: 500; font-style: normal; font-family: Roboto, sans-serif;}
.block-9 { margin: 30px 0 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0; padding-right: 0; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-shadow: 0px 8px 14px  rgba(0,0,0,0.12); -moz-box-shadow: 0px 8px 14px  rgba(0,0,0,0.12); box-shadow: 0px 8px 14px  rgba(0,0,0,0.12); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-11 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: linear-gradient(to bottom,rgba(255, 255, 255, 0.19) 51.5%,rgba(153, 147, 186, 0.19) 95.1%,rgba(254, 254, 254, 0.19) 100%); z-index: 2; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0; padding-right: 0; -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1); box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.widget-9 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; text-align: left; width: auto; min-width: 0; max-width: 100%; box-sizing: border-box; min-height: 0; right: 0; padding-right: 0; padding-left: 25px; padding-bottom: 35px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.popover-wrap-16 .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-16 .popover-body .form_text input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-16 .popover-body .form_calendar input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-16 .popover-body .form_calendar_interval input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-16 .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-16 .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; min-width: 25px; min-height: 25px; font-family: Roboto, sans-serif;}
.popover-wrap-16 .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-16 .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;}
.popover-wrap-16 .popover-body .s3_form_field_content .icon.img_name { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-16 .popover-body .s3_form_field_content .icon.img_email { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-16 .popover-body .s3_form_field_content .icon.img_phone { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-16 .popover-body .s3_form_field_content .icon.img_comments { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.blocklist-16 p:first-child { margin-top: 0;}
.blocklist-16 p:last-child { margin-bottom: 0;}
.blocklist-16 .header { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 0; box-sizing: border-box;}
.blocklist-16 .header_text { font-size: 18px; box-sizing: border-box; display: -webkit-flex; display: flex; color: #4d4d4d; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-weight: bold; margin-top: -75px; align-self: auto; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; margin-left: -25px;}
.blocklist-16 .all-in_header { display: none; box-sizing: border-box; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.blocklist-16 .description { box-sizing: border-box; overflow: hidden; margin-bottom: 15px; display: -webkit-flex; display: flex;}
.blocklist-16 .body-outer { box-sizing: border-box; position: relative; padding-top: 21px; padding-bottom: 0.02px;}
.blocklist-16 .body { margin: 0; box-sizing: border-box;}
.blocklist-16 .swipe-shadow-left { box-sizing: border-box; position: absolute; left: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);}
.blocklist-16 .swipe-shadow-right { box-sizing: border-box; position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);}
.blocklist-16 .list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; box-sizing: border-box;}
.blocklist-16 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: 100%;}
.blocklist-16 .item { margin: 10px 0; position: relative; width: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; box-sizing: border-box; min-width: 0; min-height: 0; left: 0; right: 0; flex-basis: 100%; display: block;}
.blocklist-16 .text { margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto; color: #3b3b3b; line-height: 1.4; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-size: 14px;}
.blocklist-16 .text .align-elem { flex-basis: 100%;}
.blocklist-16 .image { box-sizing: border-box; position: relative; margin-bottom: 5px; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; float: left; margin-right: 15px; margin-left: 0; min-height: 45px;}
.blocklist-16 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; text-align: left; display: -webkit-flex; display: flex;}
.blocklist-16 .image a { box-sizing: border-box; display: -webkit-flex; display: flex; max-width: 100%; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.blocklist-16 .img-convert { box-sizing: border-box; width: 110px; height: 110px; overflow: hidden; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin-top: 0; margin-bottom: auto; align-self: auto;}
.blocklist-16 .image img { max-width: 100%; vertical-align: middle; box-sizing: border-box; width: auto; height: auto; display: -webkit-flex; display: flex;}
.blocklist-16 .image-inner { box-sizing: border-box; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.blocklist-16 .title { font-weight: 500; margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-size: 16px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.blocklist-16 .title:hover, 
.blocklist-16 .title.hover, 
.blocklist-16 .title.active { color: #0c3d82;}
.blocklist-16 .sub-title { font-style: italic; margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto;}
.blocklist-16 .price { box-sizing: border-box; margin-bottom: 5px; position: relative; display: -webkit-flex; display: flex; pointer-events: auto;}
.blocklist-16 .price-inner { box-sizing: border-box; display: inline-block;}
.blocklist-16 .price-note { box-sizing: border-box; display: inline-block;}
.blocklist-16 .price-value { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-16 .price-currency { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-16 .more { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; pointer-events: auto;}
.blocklist-16 .more > a { display: -webkit-inline-flex; display: inline-flex; box-sizing: border-box; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; cursor: pointer;}
.blocklist-16 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.blocklist-16 .columns-table { box-sizing: border-box; display: table; table-layout: fixed; width: 100%;}
.blocklist-16 .columns-cell { display: table-cell; vertical-align: top;}
.blocklist-16 .title a { color: inherit; text-decoration: inherit;}
.blocklist-16 .footer { display: -webkit-flex; display: flex; box-sizing: border-box; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; padding-left: 45px;}
.blocklist-16 .all { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; color: #0c3d82; text-align: center; text-decoration: none; font-weight: bold;}
.blocklist-16 .controls { position: absolute; top: 50%; left: 0; right: 0; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; display: none; box-sizing: border-box; margin-top: -10px; z-index: 1;}
.blocklist-16 .prev { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-16 .next { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-16 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-16 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-16 .bx-pager-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-size: 0; display: none; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; visibility: hidden; box-sizing: border-box; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.blocklist-16 .bx-auto_controls { margin: auto auto 0; box-sizing: border-box; visibility: visible; display: -webkit-flex; display: flex;}
.blocklist-16 .auto_controls { box-sizing: border-box; display: none;}
.blocklist-16 .bx-controls-auto { box-sizing: border-box; display: -webkit-flex; display: flex;}
.blocklist-16 .bx-controls-auto-item { box-sizing: border-box;}
.blocklist-16 .bx-controls-auto-item .bx-stop { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;}
.blocklist-16 .bx-controls-auto-item .bx-start { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_play.png") center center / auto no-repeat;}
.blocklist-16 .pager-wrap { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.blocklist-16 .bx-pager { position: relative; z-index: 100; display: inline-block; box-sizing: border-box;}
.blocklist-16 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.blocklist-16 .bx-pager a { margin: 2px; display: inline-block; width: 10px; min-height: 10px; background: #000000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-sizing: border-box; text-decoration: none;}
.popover-container-16 { top: 0; left: 0; z-index: 9999; width: 100%; direction: ltr; position: fixed;}
.popover-container-16 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}
.popover-wrap-16 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left; font-family: Roboto, sans-serif;}
.popover-wrap-16 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-16 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-16 .popover-body .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-16 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-16 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-16 .popover-body .s3_form_field_type_text { width: 100%;}
.popover-wrap-16 .popover-body .s3_form_item.form_div { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_div h2 { box-sizing: border-box; font-size: 18px; line-height: 1; font-weight: normal; margin-top: 0; margin-bottom: 0; font-family: Roboto, sans-serif;}
.popover-wrap-16 .popover-body .s3_form_item.form_html_block { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_html_block .s3_form_field_content { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_html_block .s3_form_field { box-sizing: border-box; width: 100%;}
.popover-wrap-16 .popover-body .form_html_block p:first-of-type { margin-top: 0;}
.popover-wrap-16 .popover-body .form_html_block p:last-of-type { margin-bottom: 0;}
.popover-wrap-16 .popover-body .s3_form_item.form_checkbox { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_checkbox .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_checkbox .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_checkbox .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-16 .popover-body .form_checkbox label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-16 .popover-body .form_checkbox input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-16 .popover-body .form_checkbox .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-16 .popover-body .s3_form_item.form_radio { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_radio .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_radio .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_radio .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-16 .popover-body .form_radio .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-16 .popover-body .form_radio label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-16 .popover-body .form_radio input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-16 .popover-body .form_radio .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-16 .popover-body .s3_form_item.form_select { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_select .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_select .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_select .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-16 .popover-body .form_select select { box-sizing: border-box; width: 100%; max-width: 100%; font-size: 13px; line-height: 1;}
.popover-wrap-16 .popover-body .form_select option { box-sizing: border-box;}
.popover-wrap-16 .popover-body .s3_form_item.form_calendar { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_calendar .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_calendar .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-16 .popover-body .s3_form_item.form_calendar_interval { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-16 .popover-body .form_calendar_interval .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem { margin: 0; box-sizing: border-box; width: 50%;}
.popover-wrap-16 .popover-body .form_calendar_interval label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-16 .popover-body .form_calendar_interval .s3_form_subitem_title { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; padding-left: 5px; padding-right: 5px;}
.popover-wrap-16 .popover-body .s3_form_item.form_upload { box-sizing: border-box;}
.popover-wrap-16 .anketa-flash-upload { box-sizing: border-box; max-width: 100%;}
.popover-wrap-16 .popover-body .form_upload .no-more { box-sizing: border-box;}
.popover-wrap-16 .popover-body .s3_form_field_content .icon { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-16 .popover-body .s3_required { color: #ff0000;}
.popover-wrap-16 .s3_form_field_title .s3_form_error { color: #ff0000; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-16 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-16 ::-moz-placeholder { color: #ababab;}
.popover-wrap-16 :-ms-input-placeholder { color: #ababab;}
.block-22 { margin: 0; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 2; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0;}
.widget-18 { padding: 25px 10px; margin: 0; position: relative; top: 0; left: 0; z-index: 1; text-align: center; box-sizing: border-box; min-height: 0; width: auto; right: 0;}
.popover-wrap-38 .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-38 .popover-body .form_text input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-38 .popover-body .form_calendar input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-38 .popover-body .form_calendar_interval input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-38 .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-38 .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; min-width: 25px; min-height: 25px; font-family: Roboto, sans-serif;}
.popover-wrap-38 .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-38 .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;}
.popover-wrap-38 .popover-body .s3_form_field_content .icon.img_name { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-38 .popover-body .s3_form_field_content .icon.img_email { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-38 .popover-body .s3_form_field_content .icon.img_phone { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-38 .popover-body .s3_form_field_content .icon.img_comments { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.editable_block-38 p:first-child { margin-top: 0;}
.editable_block-38 p:last-child { margin-bottom: 0;}
.editable_block-38 .header { box-sizing: border-box; font-size: 20px; margin-bottom: 5px; display: -webkit-flex; display: flex; text-align: left;}
.editable_block-38 .body { box-sizing: border-box; display: block; position: relative; min-width: 0; min-height: 0;}
.editable_block-38 .title { box-sizing: border-box; font-size: 18px; margin-bottom: 5px; display: -webkit-flex; display: flex; text-align: left; pointer-events: auto; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; padding-top: 6px; font-weight: 500;}
.editable_block-38 .image { box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; float: right; margin-right: 0; margin-left: 10px; margin-bottom: 0; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal;}
.editable_block-38 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; display: -webkit-flex; display: flex; text-align: left;}
.editable_block-38 .image-inner { box-sizing: border-box; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.editable_block-38 .img-convert { box-sizing: border-box; width: 220px; height: 130px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; display: -webkit-flex; display: flex; overflow: hidden;}
.editable_block-38 .image img { box-sizing: border-box; vertical-align: middle; width: auto; height: auto; max-width: 100%; display: -webkit-flex; display: flex;}
.editable_block-38 .text { box-sizing: border-box; display: -webkit-flex; display: flex; text-align: left; pointer-events: auto; color: #3b3b3b; line-height: 1.3; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-decoration: none; font-size: 14px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; padding-top: 10px; padding-bottom: 10px;}
.editable_block-38 .price { box-sizing: border-box; margin-bottom: 5px; position: relative; text-align: left; display: -webkit-flex; display: flex; pointer-events: auto;}
.editable_block-38 .price-inner { box-sizing: border-box; display: inline-block;}
.editable_block-38 .price-note { box-sizing: border-box; display: inline-block;}
.editable_block-38 .price-value { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.editable_block-38 .price-currency { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.editable_block-38 .more { box-sizing: border-box; margin-top: 5px; pointer-events: auto; text-align: left;}
.editable_block-38 .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; text-align: center; height: 0; min-height: 14px; color: #0c3d82; text-decoration: none; font-weight: 500;}
.editable_block-38 .image a { box-sizing: border-box; display: -webkit-flex; display: flex; max-width: 100%; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.editable_block-38 .clear { clear: both;}
.popover-container-38 { top: 0; left: 0; z-index: 9999; width: 100%; direction: ltr; position: fixed;}
.popover-container-38 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}
.popover-wrap-38 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left; font-family: Roboto, sans-serif;}
.popover-wrap-38 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-38 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-38 .popover-body .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-38 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-38 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-38 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-38 .popover-body .s3_form_field_type_text { width: 100%;}
.popover-wrap-38 .popover-body .s3_form_item.form_div { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_div h2 { box-sizing: border-box; font-size: 18px; line-height: 1; font-weight: normal; margin-top: 0; margin-bottom: 0; font-family: Roboto, sans-serif;}
.popover-wrap-38 .popover-body .s3_form_item.form_html_block { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_html_block .s3_form_field_content { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_html_block .s3_form_field { box-sizing: border-box; width: 100%;}
.popover-wrap-38 .popover-body .form_html_block p:first-of-type { margin-top: 0;}
.popover-wrap-38 .popover-body .form_html_block p:last-of-type { margin-bottom: 0;}
.popover-wrap-38 .popover-body .s3_form_item.form_checkbox { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_checkbox .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_checkbox .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_checkbox .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-38 .popover-body .form_checkbox .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-38 .popover-body .form_checkbox label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-38 .popover-body .form_checkbox input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-38 .popover-body .form_checkbox .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-38 .popover-body .s3_form_item.form_radio { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_radio .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_radio .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_radio .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-38 .popover-body .form_radio .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-38 .popover-body .form_radio label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-38 .popover-body .form_radio input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-38 .popover-body .form_radio .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-38 .popover-body .s3_form_item.form_select { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_select .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_select .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_select .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-38 .popover-body .form_select select { box-sizing: border-box; width: 100%; max-width: 100%; font-size: 13px; line-height: 1;}
.popover-wrap-38 .popover-body .form_select option { box-sizing: border-box;}
.popover-wrap-38 .popover-body .s3_form_item.form_calendar { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_calendar .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_calendar .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-38 .popover-body .s3_form_item.form_calendar_interval { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-38 .popover-body .form_calendar_interval .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-38 .popover-body .form_calendar_interval .s3_form_subitem { margin: 0; box-sizing: border-box; width: 50%;}
.popover-wrap-38 .popover-body .form_calendar_interval label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-38 .popover-body .form_calendar_interval .s3_form_subitem_title { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; padding-left: 5px; padding-right: 5px;}
.popover-wrap-38 .popover-body .s3_form_item.form_upload { box-sizing: border-box;}
.popover-wrap-38 .anketa-flash-upload { box-sizing: border-box; max-width: 100%;}
.popover-wrap-38 .popover-body .form_upload .no-more { box-sizing: border-box;}
.popover-wrap-38 .popover-body .s3_form_field_content .icon { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-38 .popover-body .s3_required { color: #ff0000;}
.popover-wrap-38 .s3_form_field_title .s3_form_error { color: #ff0000; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-38 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-38 ::-moz-placeholder { color: #ababab;}
.popover-wrap-38 :-ms-input-placeholder { color: #ababab;}
.block-23 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 3; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0; padding-right: 0; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-24 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 2; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; right: 0; padding-right: 0; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.widget-24 { margin: 0; border: none; position: relative; top: 0; left: 0; z-index: 1; text-align: left; width: auto; min-width: 0; max-width: 100%; box-sizing: border-box; min-height: 0; right: 0; padding-right: 0; padding-left: 0; padding-bottom: 0.02px; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.popover-wrap-48 .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-48 .popover-body .form_text input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-48 .popover-body .form_calendar input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none;}
.popover-wrap-48 .popover-body .form_calendar_interval input { padding: 7px 8px; border: 1px solid #ccc; max-width: 100%; width: 100%; box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-align: left; -webkit-appearance: none; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-48 .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-48 .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; min-width: 25px; min-height: 25px; font-family: Roboto, sans-serif;}
.popover-wrap-48 .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-48 .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;}
.popover-wrap-48 .popover-body .s3_form_field_content .icon.img_name { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-48 .popover-body .s3_form_field_content .icon.img_email { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-48 .popover-body .s3_form_field_content .icon.img_phone { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.popover-wrap-48 .popover-body .s3_form_field_content .icon.img_comments { box-sizing: border-box; position: relative; background: url("../images/wm_form_adaptive_default.gif") 50% 50% no-repeat;}
.blocklist-48 p:first-child { margin-top: 0;}
.blocklist-48 p:last-child { margin-bottom: 0;}
.blocklist-48 .header { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 0; box-sizing: border-box;}
.blocklist-48 .header_text { font-size: 18px; box-sizing: border-box; display: -webkit-flex; display: flex; color: #4d4d4d; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-weight: bold; margin-top: -75px; align-self: auto; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; margin-left: -25px;}
.blocklist-48 .all-in_header { display: none; box-sizing: border-box; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.blocklist-48 .description { box-sizing: border-box; overflow: hidden; margin-bottom: 15px; display: -webkit-flex; display: flex;}
.blocklist-48 .body-outer { box-sizing: border-box; position: relative; padding-top: 0.02px; padding-bottom: 0.02px;}
.blocklist-48 .body { margin: 0 -15px; box-sizing: border-box;}
.blocklist-48 .swipe-shadow-left { box-sizing: border-box; position: absolute; left: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.258824) 100%);}
.blocklist-48 .swipe-shadow-right { box-sizing: border-box; position: absolute; right: 0; top: 0; bottom: 0; z-index: 10; width: 50px; display: none; background: linear-gradient(to left, rgba(0, 0, 0, 0.258824) 0%, rgba(0, 0, 0, 0) 100%);}
.blocklist-48 .list { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit; box-sizing: border-box;}
.blocklist-48 .item-outer { display: -webkit-flex; display: flex; box-sizing: border-box; width: 50%;}
.blocklist-48 .item { padding: 18px 25px 18px 15px; margin: 10px 15px; border: none; position: relative; width: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; box-sizing: border-box; min-width: 0; min-height: 0; left: 0; right: 0; flex-basis: 100%; display: block; -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1), 0px 8px 14px  rgba(0,0,0,0.12); -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1), 0px 8px 14px  rgba(0,0,0,0.12); box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1), 0px 8px 14px  rgba(0,0,0,0.12); background: linear-gradient(to bottom,rgba(255, 255, 255, 0.19) 51.5%,rgba(153, 147, 186, 0.19) 95.1%,rgba(254, 254, 254, 0.19) 100%); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.blocklist-48 .text { margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto; color: #3b3b3b; line-height: 1.4; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-size: 14px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.blocklist-48 .text .align-elem { flex-basis: 100%;}
.blocklist-48 .image { box-sizing: border-box; position: relative; margin-bottom: 5px; text-align: center; display: -webkit-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; float: left; margin-right: 15px; margin-left: 0; min-height: 45px;}
.blocklist-48 .item-label { padding: 2px 5px; box-sizing: border-box; position: absolute; left: 0; top: 0; z-index: 5; background: #e83131; color: #fff; text-align: left; display: -webkit-flex; display: flex;}
.blocklist-48 .image a { box-sizing: border-box; display: -webkit-flex; display: flex; max-width: 100%; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1; -webkit-justify-content: inherit; -moz-justify-content: inherit; justify-content: inherit;}
.blocklist-48 .img-convert { box-sizing: border-box; width: 80px; height: 75px; overflow: hidden; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; margin-top: 0; margin-bottom: auto; align-self: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.blocklist-48 .image img { max-width: 100%; vertical-align: middle; box-sizing: border-box; width: auto; height: auto; display: -webkit-flex; display: flex;}
.blocklist-48 .image-inner { box-sizing: border-box; position: absolute; left: 0; top: 0; right: 0; bottom: 0; pointer-events: none; display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.blocklist-48 .title { font-weight: 500; margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-decoration: none; font-size: 16px; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.blocklist-48 .title:hover, 
.blocklist-48 .title.hover, 
.blocklist-48 .title.active { color: #0c3d82;}
.blocklist-48 .sub-title { font-style: italic; margin-bottom: 5px; display: -webkit-flex; display: flex; box-sizing: border-box; position: relative; z-index: 1; pointer-events: auto;}
.blocklist-48 .price { box-sizing: border-box; margin-bottom: 5px; position: relative; display: -webkit-flex; display: flex; pointer-events: auto;}
.blocklist-48 .price-inner { box-sizing: border-box; display: inline-block;}
.blocklist-48 .price-note { box-sizing: border-box; display: inline-block;}
.blocklist-48 .price-value { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-48 .price-currency { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex;}
.blocklist-48 .more { text-align: right; box-sizing: border-box; position: relative; display: -webkit-flex; display: flex; pointer-events: auto; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end;}
.blocklist-48 .more > a { display: -webkit-inline-flex; display: inline-flex; box-sizing: border-box; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: center; cursor: pointer; color: #0c3d82; text-decoration: none;}
.blocklist-48 .bx-viewport { overflow: hidden; position: relative; width: 100%; min-height: 0;}
.blocklist-48 .columns-table { box-sizing: border-box; display: table; table-layout: fixed; width: 100%;}
.blocklist-48 .columns-cell { display: table-cell; vertical-align: top;}
.blocklist-48 .title a { color: inherit; text-decoration: inherit;}
.blocklist-48 .footer { display: -webkit-flex; display: flex; box-sizing: border-box; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; padding-left: 45px;}
.blocklist-48 .all { box-sizing: border-box; display: -webkit-inline-flex; display: inline-flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; color: #4c6c99; text-align: center; text-decoration: none; font-weight: bold;}
.blocklist-48 .controls { position: absolute; top: 50%; left: 0; right: 0; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; display: none; box-sizing: border-box; margin-top: -10px; z-index: 1;}
.blocklist-48 .prev { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-left.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-48 .next { position: relative; z-index: 105; display: inline-block; vertical-align: top; width: 20px; height: 20px; background: url("../images/wm_block_list_slider-right.png") center center / auto auto no-repeat; box-sizing: border-box;}
.blocklist-48 .prev > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-48 .next > a { display: block; height: 100%; width: 100%; box-sizing: border-box;}
.blocklist-48 .bx-pager-wrap { position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-size: 0; display: none; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; visibility: hidden; box-sizing: border-box; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.blocklist-48 .bx-auto_controls { margin: auto auto 0; box-sizing: border-box; visibility: visible; display: -webkit-flex; display: flex;}
.blocklist-48 .auto_controls { box-sizing: border-box; display: none;}
.blocklist-48 .bx-controls-auto { box-sizing: border-box; display: -webkit-flex; display: flex;}
.blocklist-48 .bx-controls-auto-item { box-sizing: border-box;}
.blocklist-48 .bx-controls-auto-item .bx-stop { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_pause.png") center center / auto no-repeat;}
.blocklist-48 .bx-controls-auto-item .bx-start { margin: 2px; display: inline-block; box-sizing: border-box; width: 10px; min-height: 10px; background: url("../images/wm_block_list_play.png") center center / auto no-repeat;}
.blocklist-48 .pager-wrap { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.blocklist-48 .bx-pager { position: relative; z-index: 100; display: inline-block; box-sizing: border-box;}
.blocklist-48 .bx-pager-item { display: inline-block; box-sizing: border-box;}
.blocklist-48 .bx-pager a { margin: 2px; display: inline-block; width: 10px; min-height: 10px; background: #000000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-sizing: border-box; text-decoration: none;}
.popover-container-48 { top: 0; left: 0; z-index: 9999; width: 100%; direction: ltr; position: fixed;}
.popover-container-48 .popover-dim { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #000; z-index: 0; opacity: 0.5;}
.popover-wrap-48 .popover-form-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; box-sizing: border-box; text-align: left; font-family: Roboto, sans-serif;}
.popover-wrap-48 .popover-body .s3_form { margin-top: 0;}
.popover-wrap-48 .popover-body .s3_form_item { margin-top: 8px; margin-bottom: 8px; box-sizing: border-box; text-align: left;}
.popover-wrap-48 .popover-body .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-48 .popover-body .s3_form_item_type_calendar_interval .s3_form_field_content .s3_form_subitem label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center;}
.popover-wrap-48 .popover-body .s3_form_field_title { margin-bottom: 3px; box-sizing: border-box; color: #000; text-align: left;}
.popover-wrap-48 .popover-body .s3_form_field_type_text { width: 100%;}
.popover-wrap-48 .popover-body .s3_form_item.form_div { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_div h2 { box-sizing: border-box; font-size: 18px; line-height: 1; font-weight: normal; margin-top: 0; margin-bottom: 0; font-family: Roboto, sans-serif;}
.popover-wrap-48 .popover-body .s3_form_item.form_html_block { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_html_block .s3_form_field_content { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_html_block .s3_form_field { box-sizing: border-box; width: 100%;}
.popover-wrap-48 .popover-body .form_html_block p:first-of-type { margin-top: 0;}
.popover-wrap-48 .popover-body .form_html_block p:last-of-type { margin-bottom: 0;}
.popover-wrap-48 .popover-body .s3_form_item.form_checkbox { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_checkbox .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_checkbox .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_checkbox .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-48 .popover-body .form_checkbox .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-48 .popover-body .form_checkbox label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-48 .popover-body .form_checkbox input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-48 .popover-body .form_checkbox .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-48 .popover-body .s3_form_item.form_radio { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_radio .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_radio .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_radio .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-48 .popover-body .form_radio .s3_form_subitem { box-sizing: border-box; width: 100%;}
.popover-wrap-48 .popover-body .form_radio label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; width: 100%;}
.popover-wrap-48 .popover-body .form_radio input { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-48 .popover-body .form_radio .s3_form_subitem_title { margin: 5px 5px 0 0; box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.popover-wrap-48 .popover-body .s3_form_item.form_select { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_select .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_select .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_select .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.popover-wrap-48 .popover-body .form_select select { box-sizing: border-box; width: 100%; max-width: 100%; font-size: 13px; line-height: 1;}
.popover-wrap-48 .popover-body .form_select option { box-sizing: border-box;}
.popover-wrap-48 .popover-body .s3_form_item.form_calendar { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_calendar .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_calendar .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-48 .popover-body .s3_form_item.form_calendar_interval { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_title { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_name { box-sizing: border-box;}
.popover-wrap-48 .popover-body .form_calendar_interval .s3_form_field_content { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-48 .popover-body .form_calendar_interval .s3_form_subitem { margin: 0; box-sizing: border-box; width: 50%;}
.popover-wrap-48 .popover-body .form_calendar_interval label { box-sizing: border-box; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;}
.popover-wrap-48 .popover-body .form_calendar_interval .s3_form_subitem_title { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; padding-left: 5px; padding-right: 5px;}
.popover-wrap-48 .popover-body .s3_form_item.form_upload { box-sizing: border-box;}
.popover-wrap-48 .anketa-flash-upload { box-sizing: border-box; max-width: 100%;}
.popover-wrap-48 .popover-body .form_upload .no-more { box-sizing: border-box;}
.popover-wrap-48 .popover-body .s3_form_field_content .icon { box-sizing: border-box; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0;}
.popover-wrap-48 .popover-body .s3_required { color: #ff0000;}
.popover-wrap-48 .s3_form_field_title .s3_form_error { color: #ff0000; padding-right: 9px; padding-left: 9px; font-size: 12px; text-align: left;}
.popover-wrap-48 ::-webkit-input-placeholder { color: #ababab;}
.popover-wrap-48 ::-moz-placeholder { color: #ababab;}
.popover-wrap-48 :-ms-input-placeholder { color: #ababab;}
.block-20 .layout_36_id_29 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; margin-top: 0; margin-left: auto; margin-right: auto; width: 960px;}
.block-20 { margin: -1px 0 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; background: repeating-linear-gradient(to top,#000000 0%,rgba(0, 0, 0, 0) 100%) #3b3b3b; max-width: 100%; z-index: 1; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0; -webkit-box-shadow: 0px -5px 0px  #2f940a; -moz-box-shadow: 0px -5px 0px  #2f940a; box-shadow: 0px -5px 0px  #2f940a; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-bottom: 20px;}
.block-16 { padding: 25px; margin: 0 auto; border: none; position: relative; top: 0; left: 0; width: 960px; min-height: 0; background: rgba(222,222,222,0.1); max-width: 100%; z-index: 1; text-align: left; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-19 .layout_33 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-19 .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-19 { margin: 0; border: none; position: relative; top: 0; left: 0; width: auto; min-height: 0; max-width: 100%; z-index: 2; 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; text-decoration: none; right: 0; padding-top: 25px; -webkit-box-shadow: 0px -1px 0px  rgba(242,242,242,0.15); -moz-box-shadow: 0px -1px 0px  rgba(242,242,242,0.15); box-shadow: 0px -1px 0px  rgba(242,242,242,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.block-17 .layout_31 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-17 .layout_32 { display: -webkit-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.block-17 { margin: 0 0 auto; position: relative; top: 0; left: 0; width: 350px; 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;}
.widget-16 { margin: 0 0 auto 60px; position: relative; top: 0; left: 0; z-index: 2; text-align: left; box-sizing: border-box; width: 186px;}
.widget-15 { margin: 2px 0 auto; position: relative; top: 0; left: 0; z-index: 1; color: #8f8f8f; text-decoration: none; width: 96px;}
.block-18 { margin: 10px 0 auto; position: relative; top: 0; left: 0; width: auto; min-height: 0; z-index: 1; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; text-decoration: none; right: 0;}
.widget-14 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; color: #c2c2c2; text-align: left; text-decoration: none; box-sizing: border-box; display: -webkit-flex; display: flex; width: auto; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; right: 0; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start;}
.block-15 { margin: 0; position: relative; top: 0; left: 0; width: 1200px; min-height: 0; max-width: 100%; z-index: 1; text-align: center; display: block; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; padding-bottom: 11px;}
.widget-13 { margin: 0; position: relative; top: 0; left: 0; z-index: 1; text-align: left; box-sizing: border-box; width: auto; max-width: 100%; right: 0;}
.menu-col-27 .columns-delimiter { margin: 0 5px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #999999;}
.menu-col-27 .menu-name { box-sizing: border-box; font-size: 20px; margin-bottom: 20px;}
.menu-col-27 .menu-columns-content { box-sizing: border-box;}
.menu-col-27 .columns-table { box-sizing: border-box; display: table; table-layout: fixed; width: 100%;}
.menu-col-27 .columns-cell { padding: 10px; border: none; box-sizing: border-box; display: table-cell; vertical-align: top; -webkit-box-shadow: -1px 0px 0px  rgba(222,222,222,0.15); -moz-box-shadow: -1px 0px 0px  rgba(222,222,222,0.15); box-shadow: -1px 0px 0px  rgba(222,222,222,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-col-27 ul.menu-columns-items { padding: 0; margin: 0; box-sizing: border-box; list-style: none;}
.menu-col-27 ul.menu-columns-items > li { box-sizing: border-box; margin-bottom: 10px; padding-left: 11px;}
.menu-col-27 ul.menu-columns-items > li > a { box-sizing: border-box; font-size: 14px; line-height: 1; font-weight: normal; color: #f5f5f5; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; padding-top: 5px; padding-bottom: 10px; cursor: pointer; -webkit-align-items: center; -moz-align-items: center; align-items: center; width: 100%; position: relative; font-family: Roboto, sans-serif; font-style: normal; letter-spacing: 0; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; text-transform: none; text-decoration: none; padding-left: 11px;}
.menu-col-27 ul.menu-columns-items > li > 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-col-27 ul.menu-columns-items > li > a .img-convert { margin: auto; box-sizing: border-box; width: 40px; height: 40px; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; display: -webkit-inline-flex; display: inline-flex; overflow: hidden;}
.menu-col-27 ul.menu-columns-items > li > a img { box-sizing: border-box; max-width: 100%; height: auto; width: auto; vertical-align: middle; border: none; display: -webkit-flex; display: flex;}
.menu-col-27 ul.menu-columns-items > li > a .menu-item-text { box-sizing: border-box; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.menu-col-27 ul.menu-columns-items ul { padding: 0; margin: 0; box-sizing: border-box; list-style: none;}
.menu-col-27 ul.menu-columns-items ul li { box-sizing: border-box; margin-top: 0; margin-bottom: 0;}
.menu-col-27 ul.menu-columns-items ul a { border: none; box-sizing: border-box; font-size: 13px; line-height: 1; color: #b8b8b8; display: block; padding-top: 5px; padding-bottom: 3px; font-family: Roboto, sans-serif; font-style: normal; letter-spacing: 0; text-transform: none; text-decoration: none; padding-left: 25px; min-height: 23px; background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjE2IiBpZD0ic3ZnMzc1OCIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMTYiPjxkZWZzIGlkPSJkZWZzMzc2MCI+PC9kZWZzPjxnIGlkPSJsYXllcjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwMzYuMzYyMikiPjxyZWN0IGhlaWdodD0iMTYiIGlkPSJyZWN0Mzc3MCIgd2lkdGg9IjE2IiB4PSIwIiB5PSIxMDM2LjM2MjIiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIxIiBzdHJva2Utb3BhY2l0eT0iMCIgdHlwZT0ic29saWRDb2xvciIgZGF0YS1jaGFuZ2VkPSJ0cnVlIj48L3JlY3Q+PHBhdGggZD0iTSAxLDggMTUsOCIgaWQ9InBhdGgzNzY4IiBzdHlsZT0ic3Ryb2tlLWxpbmVjYXA6IGJ1dHQ7IHN0cm9rZS1saW5lam9pbjogbWl0ZXI7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDEwMzYuMzYyMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2NjY2NjYyIgc3Ryb2tlLW9wYWNpdHk9IjEiIHN0cm9rZS13aWR0aD0iMXB4IiB0eXBlPSJzb2xpZENvbG9yIiBkYXRhLWNoYW5nZWQ9InRydWUiPjwvcGF0aD48L2c+PC9zdmc+") left 0px top 50% / 7px no-repeat; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.menu-col-27 ul.menu-columns-items ul a:hover, 
.menu-col-27 ul.menu-columns-items ul a.hover, 
.menu-col-27 ul.menu-columns-items ul a.active { color: #ffffff;}
.menu-col-27 ul.menu-columns-items ul li.delimiter { box-sizing: border-box; margin-top: 2px; margin-bottom: 2px; min-height: 2px; background: #999999;}
.menu-col-27 ul.menu-columns-items > li.delimiter { padding-left: 1px; box-sizing: border-box; margin-top: 3px; margin-bottom: 3px; min-height: 3px; background: #999999;}
.menu-col-27 .columns-cell-delim { box-sizing: border-box; display: table-cell; width: 20px; position: relative;}
.widget-19 { top: 0; left: 0; position: fixed; width: auto; text-align: center; right: 0; z-index: 1450; margin-left: 0; margin-right: 0;}
.side-panel-41 .side-panel-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); pointer-events: auto;}
.side-panel-41 .side-panel-content { box-sizing: border-box; position: fixed; top: 0; bottom: 0; left: 0; width: 265px; background: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); pointer-events: auto;}
.side-panel-41 .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-41 .side-panel-content-inner { overflow-y: auto; max-height: 100%; min-height: 100%; position: relative; z-index: 0;}
.side-panel-41 .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-41 .side-panel-button { padding: 4px 5px 7px; box-sizing: border-box; font-size: 0; width: 29px; min-height: 0; background: #eeeeee; cursor: pointer; -webkit-order: 0; -moz-order: 0; order: 0; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; position: relative; z-index: 10; text-align: left;}
.side-panel-41 .side-panel-button-icon { display: block;}
.side-panel-41 .side-panel-button-icon-line { box-sizing: border-box; display: block; min-height: 3px; margin-top: 3px; background: #000000;}
.side-panel-41 .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_26_1 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-14 .layout_26_id_11 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-14 { padding-top: 59px; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-5 .layout_8 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-5 .layout_11_id_7 { margin: 15px 0 0; -webkit-order: 2; -moz-order: 2; order: 2; flex-basis: auto; width: auto;}
	.block-5 { display: none; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-order: 1; -moz-order: 1; order: 1;}
	.block-4 { width: auto; margin-left: 0; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-2 .layout_5 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: none;}
	.block-2 .layout_6 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; margin-left: auto; display: none;}
	.block-2 { width: auto; margin-left: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-3 { display: none; margin-left: auto; margin-right: auto; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-6 { display: none; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-13 { -webkit-order: 3; -moz-order: 3; order: 3;}
	.widget-12 { margin-right: auto; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-10 .layout_18 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-10 .layout_39 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-10 { width: auto; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; margin-left: 0; margin-right: 0; padding-left: 21px; padding-right: 21px;}
	.block-8 { width: auto; right: 0;}
	.widget-17 { margin-top: 0; margin-left: auto; margin-right: auto; padding-top: 0.02px; -webkit-order: 2; -moz-order: 2; order: 2; padding-bottom: 25px;}
	.widgetsocial-37 .tw .wg-soc-icon { background: none;}
	.widgetsocial-37 .google .wg-soc-icon { background: none;}
	.widgetsocial-37 .ins .wg-soc-icon { background: none;}
	.widgetsocial-37 .ok .wg-soc-icon { background: none;}
	.widgetsocial-37 .mail .wg-soc-icon { background: none;}
	.widgetsocial-37 .pin .wg-soc-icon { background: none;}
	.widgetsocial-37 .lj .wg-soc-icon { background: none;}
	.widgetsocial-37 .my .wg-soc-icon { background: none;}
	.widgetsocial-37 .telegram .wg-soc-icon { background: none;}
	.widgetsocial-37 .whatsapp .wg-soc-icon { background: none;}
	.block-21 { margin-left: 0;}
	.widget-21 { -webkit-order: 2; -moz-order: 2; order: 2;}
	.widget-20 { -webkit-order: 1; -moz-order: 1; order: 1; display: block;}
	.block-9 { background: none; -webkit-order: 3; -moz-order: 3; order: 3;}
	.widget-9 { background: none; -webkit-order: 3; -moz-order: 3; order: 3; display: block;}
	.blocklist-16 .body-outer { width: auto;}
	.blocklist-16 .body { width: auto;}
	.blocklist-16 .item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.blocklist-16 .image { margin-bottom: 0;}
	.block-22 { -webkit-order: 4; -moz-order: 4; order: 4;}
	.widget-18 { -webkit-order: 2; -moz-order: 2; order: 2; display: block;}
	.editable_block-38 .body { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.editable_block-38 .image { float: left; margin-right: 30px; margin-left: 0; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: left;}
	.editable_block-38 .more { clear: none;}
	.block-23 { background: none; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-24 { background: none;}
	.widget-24 { background: none; -webkit-order: 3; -moz-order: 3; order: 3; display: block;}
	.blocklist-48 .body-outer { width: auto;}
	.blocklist-48 .body { width: auto;}
	.blocklist-48 .item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
	.blocklist-48 .image { margin-bottom: 0;}
	.block-20 .layout_36_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-20 { -webkit-order: 5; -moz-order: 5; order: 5;}
	.block-19 .layout_33 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-19 .layout_34 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; padding-left: 0; padding-right: 0; flex-basis: auto; display: -webkit-flex; display: flex;}
	.block-19 { background: none; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-17 .layout_31 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-17 .layout_32 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; margin-left: auto; display: -webkit-flex; display: flex;}
	.block-17 { margin-left: auto; margin-right: auto; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
	.widget-16 { margin-top: 15px; margin-left: auto;}
	.widget-15 { margin-top: 15px; margin-right: auto;}
	.widget-14 { text-align: center; margin-left: auto; margin-right: auto; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-15 { width: auto; -webkit-order: 1; -moz-order: 1; order: 1;}
	.widget-13 { -webkit-order: 3; -moz-order: 3; order: 3; display: block;}
	.menu-col-27 .columns-cell { background: none;}
	.widget-19 { border: none; text-align: left; z-index: 9999; box-sizing: border-box; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #ffffff; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; -webkit-order: 1; -moz-order: 1; order: 1; display: block;}
	.side-panel-41 .side-panel-top { width: auto;}
	.side-panel-41 .side-panel-button { border: none; width: 55px; min-height: 55px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: none; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; padding-left: 11px; padding-right: 11px; padding-top: 9px;}
	.side-panel-41 .side-panel-button-icon-line { border: none; min-height: 5px; margin-top: 5px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #328e09; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}

}

@media all and (max-width: 768px) {
	.wrapper .layout_center_2_id_26_1 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-14 .layout_26_id_11 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-5 .layout_8 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-5 .layout_11_id_7 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-2 .layout_5 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: none;}
	.block-2 .layout_6 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; display: none;}
	.block-6 { display: block;}
	.block-10 .layout_18 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-10 .layout_39 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.editable_block-38 .image { margin-right: 25px;}
	.editable_block-38 .img-convert { width: 160px;}
	.blocklist-48 .body { margin-right: 0; margin-left: 0;}
	.blocklist-48 .item { margin-right: 0; margin-left: 0;}
	.block-20 .layout_36_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-19 .layout_33 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-19 .layout_34 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-17 .layout_31 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-17 .layout_32 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-flex; display: flex;}
	.widget-14 { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;}
	.block-15 { display: none;}
	.widget-19 { z-index: 1450;}

}

@media all and (max-width: 640px) {
	.wrapper .layout_center_2_id_26_1 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-14 .layout_26_id_11 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-5 .layout_8 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-5 .layout_11_id_7 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-2 .layout_5 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: none;}
	.block-2 .layout_6 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; margin-left: auto; display: none;}
	.block-10 .layout_18 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-10 .layout_39 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.editable_block-38 .body { display: -webkit-flex; display: flex;}
	.editable_block-38 .title { padding-top: 2px; -webkit-order: 1; -moz-order: 1; order: 1; padding-bottom: 7px;}
	.editable_block-38 .image { margin-right: 0; -webkit-order: 2; -moz-order: 2; order: 2;}
	.editable_block-38 .img-convert { width: auto; margin-left: 0; margin-right: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
	.editable_block-38 .text { padding-top: 13px; -webkit-order: 3; -moz-order: 3; order: 3;}
	.editable_block-38 .more { -webkit-order: 4; -moz-order: 4; order: 4;}
	.blocklist-48 .item { display: -webkit-flex; display: flex;}
	.blocklist-48 .image { margin-right: 0; float: none; max-width: 100%;}
	.blocklist-48 .img-convert { width: auto; margin-bottom: 13px; margin-left: 0; margin-right: 0; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
	.block-20 .layout_36_id_29 { margin-top: 0; margin-left: 0; margin-right: auto;}
	.block-20 { padding-left: 10px; padding-right: 10px;}
	.block-16 { width: auto; margin-left: 0; margin-right: 0; padding-top: 0.02px; right: 0;}
	.block-19 .layout_33 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-19 .layout_34 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-19 { padding-top: 0.02px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none;}
	.block-17 .layout_31 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-17 .layout_32 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; margin-left: auto; display: -webkit-flex; display: flex;}
	.block-15 { display: block;}

}

@media all and (max-width: 480px) {
	.wrapper .layout_center_2_id_26_1 { margin-top: 0; -webkit-order: 3; -moz-order: 3; order: 3;}
	.block-14 .layout_26_id_11 { margin-top: 0; margin-left: 0; margin-right: 0; width: auto;}
	.block-5 .layout_8 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-5 .layout_11_id_7 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2;}
	.block-2 .layout_5 { margin: 0; -webkit-order: 1; -moz-order: 1; order: 1; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: none;}
	.block-2 .layout_6 { margin: 0; -webkit-order: 2; -moz-order: 2; order: 2; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: none;}
	.block-10 .layout_18 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-10 .layout_39 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.blocklist-16 .item { display: -webkit-flex; display: flex;}
	.blocklist-16 .image { margin-right: 0; margin-bottom: 5px; float: none;}
	.blocklist-16 .img-convert { margin-left: 0; margin-right: auto;}
	.blocklist-16 .footer { padding-left: 0;}
	.editable_block-38 .image { float: none;}
	.blocklist-48 .item-outer { width: 100%;}
	.blocklist-48 .image { margin-bottom: 5px;}
	.blocklist-48 .img-convert { margin-right: auto;}
	.blocklist-48 .footer { padding-left: 0;}
	.block-20 .layout_36_id_29 { margin-top: 0; margin-left: 0; margin-right: 0; width: auto;}
	.block-16 { margin-left: auto; margin-right: auto;}
	.block-19 .layout_33 { margin-top: 0; -webkit-order: 2; -moz-order: 2; order: 2; display: -webkit-flex; display: flex;}
	.block-19 .layout_34 { margin-top: 0; -webkit-order: 1; -moz-order: 1; order: 1; display: -webkit-flex; display: flex;}
	.block-17 .layout_31 { margin: 0; -webkit-order: 1; -moz-order: 1; order: 1; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-17 .layout_32 { margin: 0; -webkit-order: 2; -moz-order: 2; order: 2; width: auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding-left: 0; padding-right: 0; display: -webkit-flex; display: flex;}
	.block-17 { margin-left: 0; margin-right: 0;}
	.widget-16 { 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-15 { 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;}

}
.side-panel .widget-6 { margin: 0 15px; border: none; z-index: 1; box-sizing: border-box; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; left: 0; top: 0; position: relative; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; width: auto; min-height: 40px; right: 0; background: rgba(184,184,184,0.15); -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; text-align: center; font-size: 0; display: -webkit-flex; display: flex;}
.side-panel .widget-4 { margin: 0 0 auto; z-index: 2; text-align: left; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; left: 0; top: 0; position: relative; width: 55px; right: 0; padding-left: 0; box-sizing: border-box; min-height: 55px;}
.side-panel .phones-5 .inner { display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse;}
.side-panel .phones-5 .icon { width: 55px; min-height: 55px; margin-right: 0;}
.side-panel .phones-5 .block-body-drop { top: auto; right: 100%; bottom: auto; width: 100%; margin-left: 0; display: none; position: absolute; left: auto;}
.side-panel .phones-5 .cell-text { width: 150px;}
.side-panel .phones-5 .text_body { border: none; margin-right: 0; margin-left: -30px; margin-top: 59px; padding-top: 3px; padding-left: 3px; padding-bottom: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #ffffff; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;}
.side-panel .widget-5 { margin: 0 0 auto; z-index: 1; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; pointer-events: auto; left: 0; top: 0; position: relative; width: auto; right: 0; text-align: left; box-sizing: border-box; padding-left: 16px; padding-right: 16px; padding-bottom: 16px;}
.side-panel .address-6 .inner { display: -webkit-inline-flex; display: inline-flex; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.side-panel .address-6 .block-body-drop { top: 100%; right: auto; bottom: auto; width: 100%; margin-left: 0;}
.side-panel .address-6 .text_body { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; text-align: left;}
.side-panel .widget-2 { margin: 0 auto 0 0; z-index: 2; left: 0; top: 0; position: relative; width: auto; min-height: 0; right: 0; text-align: center; box-sizing: border-box; font-size: 25px; padding-top: 8px; padding-left: 5px;}
.side-panel .site-name-3 .sn-logo { width: 35px;}
.side-panel .site-name-3 .sn-text { -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; align-items: center; font-size: 14px; text-align: left; padding-top: 2px; padding-left: 6px;}
.side-panel .site-name[item-id] { margin: 0; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; flex-shrink: 0; -webkit-flex-grow: 0; -moz-flex-grow: 0; flex-grow: 0; pointer-events: auto;}
.side-panel .widget-8 { margin: 0 0 20px; border: none; z-index: 1; padding-left: 0; padding-right: 0; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; width: auto; left: 0; top: 0; position: relative; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; right: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; background: #212121; -webkit-border-radius: none; -moz-border-radius: none; border-radius: none; text-align: center; box-sizing: border-box; font-family: Roboto, sans-serif; display: -webkit-flex; display: flex;}
.side-panel .menu-14 .menu-scroll > ul { display: block;}
.side-panel .menu-14 .menu-scroll > ul > li.home-button > a { width: auto; -webkit-flex-grow: 1; -moz-flex-grow: 1; flex-grow: 1;}
.side-panel .menu-14 .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-14 .menu-scroll > ul > li.menu-item { -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;}
.side-panel .menu-14 .menu-scroll > ul ul { position: static;}
.side-panel .menu-14 .menu-scroll > ul ul > li > a:hover, 
.side-panel .menu-14 .menu-scroll > ul ul > li > a.hover, 
.side-panel .menu-14 .menu-scroll > ul ul > li > a.active { -webkit-box-shadow: 0px 0px 9px  rgba(0,0,0,0.44); -moz-box-shadow: 0px 0px 9px  rgba(0,0,0,0.44); box-shadow: 0px 0px 9px  rgba(0,0,0,0.44); background: url("../images/icon_352900.svg") left 0px top 50% / 7px no-repeat #2b2b2b; color: #ffffff;}
.side-panel .menu-14 .menu-scroll > ul ul ul { position: static; width: auto;}
.side-panel .menu-14 .menu-scroll > ul > li.menu-item > a { width: auto;}
.side-panel .menu-14 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-14 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-14 .menu-scroll > ul > li.menu-item > a.active { color: #262626; -webkit-box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); -moz-box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); box-shadow: 0px 3px 13px  rgba(0,0,0,0.18); background: rgba(255,255,255,0.96);}
.side-panel .widget-25 { padding: 15px; margin: 0 0 20px; z-index: 3; width: auto; left: 0; top: 0; position: relative; right: 0; text-align: center; box-sizing: border-box; font-family: Roboto, sans-serif; display: block;}
.side-panel .menu-49 .menu-scroll > ul ul > li > a:hover, 
.side-panel .menu-49 .menu-scroll > ul ul > li > a.hover, 
.side-panel .menu-49 .menu-scroll > ul ul > li > a.active { background: rgba(153,153,153,0.2);}
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a { background: none;}
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a:hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a.hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a.active { -webkit-box-shadow: 0 0 0 transparent; -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent;}
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon:hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon.hover, 
.side-panel .menu-49 .menu-scroll > ul > li.menu-item > a .has-child-icon.active { background: url("../images/icon_211864.svg") left 50% top 50% / 5px no-repeat;}
.side-panel .widget-13 { margin: 0; z-index: 1; text-align: left; width: auto; left: 0; top: 0; position: relative; right: 0; box-sizing: border-box; max-width: 100%;}
.side-panel .menu-col-27 ul.menu-columns-items ul a:hover, 
.side-panel .menu-col-27 ul.menu-columns-items ul a.hover, 
.side-panel .menu-col-27 ul.menu-columns-items ul a.active { color: #ffffff;}
.page-subpages a {box-sizing: border-box;color: #0c3f87;text-decoration: none;line-height: 1.2;font-weight: bold;}
.page-subpages {font-size: 16px;}