

/* Start:/local/js.lib/jq.ui.css?156527512237282*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/local/js.lib/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
/* End */


/* Start:/local/js.lib/jquery.bxslider/jquery.bxslider.min.css?15652751222868*/
.bx-wrapper{position:relative;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/local/js.lib/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus{background:#000}.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;vertical-align:bottom;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url(/local/js.lib/jquery.bxslider/images/controls.png) no-repeat 0 -32px}.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url(/local/js.lib/jquery.bxslider/images/controls.png) no-repeat -43px -32px}.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/local/js.lib/jquery.bxslider/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/local/js.lib/jquery.bxslider/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}
/* End */


/* Start:/local/js.lib/jquery.fancybox/jquery.fancybox.min.css?15652751223876*/
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(/local/js.lib/jquery.fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(/local/js.lib/jquery.fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(/local/js.lib/jquery.fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(/local/js.lib/jquery.fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(/local/js.lib/jquery.fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(/local/js.lib/jquery.fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}
/* End */


/* Start:/local/js.lib/bootstrap/bootstrap.min.css?156527512274632*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f147c69fac80e2d318d0b17ed116b29a)
 * Config saved to config.json and https://gist.github.com/f147c69fac80e2d318d0b17ed116b29a
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}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}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;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:inherit;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"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.eot');src:url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.woff') format('woff'),url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/local/js.lib/bootstrap/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Open Sans",sans-serif;font-size:14px;line-height:1.85;color:#454545;background-color:#f0f0f0}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#329c7a;text-decoration:none}a:focus{ outline: none; }.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:0}.img-thumbnail{padding:4px;line-height:1.85;background-color:#f0f0f0;border:1px solid #ddd;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:25px;margin-bottom:25px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.lead{margin-bottom:25px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#b3b3b3}.text-primary{color:#329c7a}a.text-primary:hover,a.text-primary:focus{color:#26755c}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#329c7a}a.bg-primary:hover,a.bg-primary:focus{background-color:#26755c}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:11.5px;margin:50px 0 25px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:12.5px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:25px}dt,dd{line-height:1.85}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #b3b3b3}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:12.5px 25px;margin:0 0 25px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.85;color:#b3b3b3}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:25px;font-style:normal;line-height:1.85}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:0}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:0;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:12px;margin:0 0 12.5px;font-size:13px;line-height:1.85;word-break:break-all;word-wrap:break-word;color:#454545;background-color:#f5f5f5;border:1px solid #ccc;border-radius:0}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px; width: 100%;}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1250px){.container{width:1210px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:0px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1250px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:25px;padding-bottom:25px;color:#b3b3b3;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:25px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:25px;line-height:1.85;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#f0f0f0}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:15px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#eaeaea}.table-hover>tbody>tr:hover{background-color:#dbdbdb}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#dbdbdb}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#cecece}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:18.75px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:25px;font-size:21px;line-height:inherit;color:#454545;border:0;border-bottom:1px solid #e5e5e5}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:43px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:50px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:37px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:50px;padding:12px 14px;font-size:18px;line-height:1.3333333;border-radius:0}select.input-lg{height:50px;line-height:50px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:50px;padding:12px 14px;font-size:18px;line-height:1.3333333;border-radius:0}.form-group-lg select.form-control{height:50px;line-height:50px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:50px;min-height:43px;padding:13px 14px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:53.75px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:43px;height:43px;line-height:43px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:50px;height:50px;line-height:50px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:30px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#858585}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:34px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:13px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 18px;font-size:14px;line-height:1.85;border-radius:19px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ffa53b}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#bb6500}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#fd8900}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#fd8900}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#bb6500}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ffa53b}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#ffa53b;background-color:#fff;border-color:#f2f2f2}.btn-primary:focus,.btn-primary.focus{color:#ffa53b;background-color:#e6e6e6;border-color:#b3b3b3}.btn-primary:hover{color:#ffa53b;background-color:#e6e6e6;border-color:#d4d4d4}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffa53b;background-color:#e6e6e6;border-color:#d4d4d4}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffa53b;background-color:#d4d4d4;border-color:#b3b3b3}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#fff;border-color:#f2f2f2}.btn-primary .badge{color:#fff;background-color:#ffa53b}.btn-success{color:#ffa53b;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#ffa53b;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#ffa53b;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffa53b;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffa53b;background-color:#398439;border-color:#255625}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#ffa53b}.btn-info{color:#ffa53b;background-color:#5bc0de;border-color:#f00}.btn-info:focus,.btn-info.focus{color:#ffa53b;background-color:#31b0d5;border-color:#800000}.btn-info:hover{color:#ffa53b;background-color:#31b0d5;border-color:#c20000}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffa53b;background-color:#31b0d5;border-color:#c20000}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffa53b;background-color:#269abc;border-color:#800000}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#f00}.btn-info .badge{color:#5bc0de;background-color:#ffa53b}.btn-warning{color:#f00;background-color:#f0ad4e;border-color:#f00}.btn-warning:focus,.btn-warning.focus{color:#f00;background-color:#ec971f;border-color:#800000}.btn-warning:hover{color:#f00;background-color:#ec971f;border-color:#c20000}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#f00;background-color:#ec971f;border-color:#c20000}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#f00;background-color:#d58512;border-color:#800000}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#f00}.btn-warning .badge{color:#f0ad4e;background-color:#f00}.btn-danger{color:#f00;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#f00;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#f00;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#f00;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#f00;background-color:#ac2925;border-color:#761c19}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#f00}.btn-link{color:#329c7a;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#1f624d;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#b3b3b3;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:12px 14px;font-size:18px;line-height:1.3333333;border-radius:19px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:19px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:19px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:19px;border-top-left-radius:19px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:19px;border-bottom-left-radius:19px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:50px;padding:12px 14px;font-size:18px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:50px;line-height:50px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 18px;font-size:14px;font-weight:normal;line-height:1;color:#454545;text-align:center;background-color:#eee;border:1px solid #d1d1d1;border-radius:0}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:0}.input-group-addon.input-lg{padding:12px 14px;font-size:18px;border-radius:0}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#b3b3b3}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#b3b3b3;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#329c7a}.nav .nav-divider{height:1px;margin:11.5px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.85;border:1px solid transparent;border-radius:0 0 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#f0f0f0;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:0 0 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#f0f0f0}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:0}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#329c7a}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:0 0 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#f0f0f0}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:25px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:0}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:12.5px 15px;font-size:18px;line-height:25px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:0}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:6.25px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:25px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:25px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:12.5px;padding-bottom:12.5px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:3.5px;margin-bottom:3.5px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:3.5px;margin-bottom:3.5px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:12.5px;margin-bottom:12.5px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#d9d9d9}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#d9d9d9}.navbar-inverse .navbar-nav>li>a{color:#d9d9d9}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#d9d9d9}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#d9d9d9}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#d9d9d9}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#b3b3b3}.label-default[href]:hover,.label-default[href]:focus{background-color:#999}.label-primary{background-color:#329c7a}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#26755c}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.alert{padding:15px;margin-bottom:25px;border:1px solid transparent;border-radius:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#b3b3b3;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#b3b3b3}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#329c7a;border-color:#329c7a}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#b3e7d6}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:0}.well-sm{padding:9px;border-radius:0}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.clearfix:before,.clearfix:after,.container:before, .container:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.pager:before,.pager:after{content:" ";display:table; clear:both;}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1250px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1250px){.visible-lg-block{display:block !important}}@media (min-width:1250px){.visible-lg-inline{display:inline !important}}@media (min-width:1250px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1250px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/* End */


/* Start:/local/js.lib/styler/jquery.formstyler.theme.css?156527512210781*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected, .jq-selectbox li.selected.disabled {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
	color: #AAA;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/.default/template_styles_shared.css?15735057047789*/
* {
	 outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-o-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	max-height: 999999px;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body { margin: 0; padding: 0; height: 100%; }

@font-face {
	font-family:"bquadro";
	src:url(/local/templates/.default/fonts/bquadro.ttf),url(/local/templates/.default/fonts/bquadro.woff);
	font-weight:400;
}


/* FOOTER TO DOWN */

.wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    position: relative;
    z-index: 100;
}

.content {
	/*
    -ms-flex: 1;
    flex: 1;
    */
}

@media (max-width: 991px){
	.content {
	    -ms-flex: unset;
	    flex: none;
	}
}

.footer {
    width: 100%;
}
/* FOOTER */

.footer__developer > span, .footer__developer > a { color: #6b696d; }
.footer__developer .bquadro:after { color: #000; }

/* BITRIX FORMS START */

@media (max-width: 991px)
{
	.form-success { padding: 20px;}
}

.b_form .user_consent_label{float: left; line-height: 14px; width: 100%; font-size: 12px; text-align: left;}
.b_form .user_consent_label input{-webkit-appearance: checkbox; display: block; float: left;}
.b_form .user_consent_label span{overflow: hidden; position: relative; display: block; padding:  0 0 0 5px;  line-height: 14px; font-size: 12px; text-decoration: underline;}
.b_form .user_consent_label span:hover{text-decoration: none;}
.b_form .user_consent_text {display: block; position: absolute; top: 100%; bottom: 0; width: 100%; max-height: 100%; margin: auto; background: #f9f9f9; z-index: 100; opacity: 0; overflow: hidden; text-align: left;
-webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; left: 50%; transform: translate(-50%);}
.b_form .user_consent_text.active{display: block; /*bottom: 30px;*/ opacity: 1; top: 0; padding: 0; }
.b_form .user_consent_text .title{display: block; font-weight: 600; font-size: 14px; margin-top: 10px;}
.b_form .user_consent_text .desc{overflow: auto; position: absolute; top: 0px; bottom: 80px; width: 100%; background: #f9f9f9; z-index: 100; display: block; line-height: 16px; font-size: 13px; padding: 15px;}
.b_form .user_consent_text .btn_line{position: absolute; bottom: 15px; width: 100%; height: 40px;}
.b_form .user_consent_text .btn-dft{height: 40px; min-width: 0; width: calc(50% - 30px); max-width: 200px;  margin: 0 15px; line-height: 36px; padding: 0; text-align: center; font-size: 14px; float: left; font-weight: normal; border: 2px #3eab66 solid;}
.b_form .user_consent_text .user_consent_cancel{background-color: #fff; color: #3eab66; font-size: 13px;}

.form--callback .b_form .user_consent_text { width: calc(100% - 60px); max-height: calc(100% - 60px);  }

@media (max-width: 500px) {
	.form--callback .b_form .user_consent_text { width: calc(100% - 40px); max-height: calc(100% - 40px);  }
	.b_form .user_consent_text .btn_line { padding: 0 10px; }
	.b_form .user_consent_text .btn-dft { width: calc(50% - 10px); margin: 0 5px; font-size: 10px; }
	.b_form .user_consent_text .user_consent_cancel { font-size: 10px; }
}

label.error{font-family:"Roboto",Arial,sans-serif;font-weight:300;font-size:12px;line-height:1.25;color:#c21a24; position: absolute; bottom: -20px; left: 5px;}
.form-group{margin-bottom:33px}
.form-group__label{font-family:"Roboto",Arial,sans-serif;font-weight:300;font-size:13px;line-height:1.08;letter-spacing:.2px;color:#646464}
.form-group__label.error{color:#3eab66}
.form-group__helper{font-family:"Roboto",Arial,sans-serif;font-weight:300;font-size:13px;line-height:1;color:#646464}

.form-group--textarea { height: auto; position: relative; }
.form-group--textarea textarea {position: absolute; box-shadow: none;  top: 0; left: 0; width: 0px; height: 0px; opacity: 0; z-index: -2;}
.form-group--textarea .textarea-text {width:100%; font-family:"Roboto",Arial,sans-serif;font-weight: 300;font-size:16px;line-height:1.88;color:#646464; border: none; z-index: 2; position: relative; border-bottom:1px solid #bcbcbc; resize: none; background:transparent; outline:none; padding: 5px 1px; height:auto; min-height: 35px; max-height: 150px; overflow: auto; border-radius:0}
.form-group--textarea .textarea-text:focus { transition:.3s ease;border-color:#000 }
.textarea-placeholder { position: absolute; line-height: 20px; left: 0; top: 5px; color: #bcbcbc; font-family:"Roboto",Arial,sans-serif;font-weight:300; font-size:16px;}
.textarea-placeholder.textarea--focus { display: none; }

.title-dft{font-size:36px;font-weight:500;line-height:1.25;text-align:center;color:#646464}
.btn-dft{text-decoration:none;display:inline-block;border-radius:100px;background:#3eab66;min-width:240px;height:65px;font-family:"Roboto",Arial,sans-serif;font-weight:500;font-size:20px;line-height:1.5;text-align:center;color:#fff;line-height:63px;transition:background .3s ease;padding:0 49px}
.btn-dft:not(.disabled):hover{background:#3eab66;transition:background .3s ease; color: #fff;}
.btn-dft:not(.disabled):active{transition:background .3s ease;background:#3eab66; color: #fff}
.btn-dft.disabled{background:#dadada;color:#bcbcbc}
.btn-dft--border {background-color: #fff; border: solid 1px #3eab66; color: #3eab66; min-width: 222px; padding: 0 15px;}
.btn-dft--border:not(.disabled):hover { background: #3eab66;  transition: background .3s ease;  color: #fff; }
img[align="left"] { margin: 0px 20px 10px 0;}
img[align="right"] { margin: 0px 0px 10px 20px;}
input[type="text"], input[type="number"], input[type=""]{height:30px;border:none;outline:none;border-radius:0;border-bottom:1px solid #bcbcbc;width:100%;font-size:16px;font-family:"Roboto",Arial,sans-serif;font-weight:300;color:#000;line-height:1.88;transition:.3s ease;background:transparent}

input[type="number"],input[type="text"]{-webkit-appearance:none}
input[type='number']{-moz-appearance:textfield}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.textarea{border:none;border-bottom:1px solid #dadada;width:100%;resize:vertical;background:transparent;font-family:"Roboto",Arial,sans-serif;font-weight: 300;font-size:16px;line-height:1.88;color:#646464}
.textarea:hover{border-color:#000}
textarea::-webkit-resizer{display:none;border:9px solid rgba(0,0,0,0.1);border-bottom-color:rgba(0,0,0,0.5);border-right-color:rgba(0,0,0,0.5);outline:1px solid rgba(0,0,0,0.2);box-shadow:0 0 5px 3px rgba(0,0,0,0.1)}
input.disabled{border-color:#bcbcbc;color:#bcbcbc}
input.disabled:focus{transition:.3s ease;border-color:#bcbcbc}
input::-webkit-input-placeholder{color:#bcbcbc}
input::-moz-placeholder{color:#bcbcbc}
input:-moz-placeholder{color:#bcbcbc}
input:-ms-input-placeholder{color:#bcbcbc}
input:focus::-webkit-input-placeholder{color: transparent;}
input:focus::-moz-placeholder{color: transparent;}
input:focus:-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder{color: transparent;}
textarea::-webkit-input-placeholder{color:#bcbcbc}
textarea::-moz-placeholder{color:#bcbcbc}
textarea:-moz-placeholder{color:#bcbcbc}
textarea:-ms-input-placeholder{color:#bcbcbc}
input:focus, textarea:focus{transition:.3s ease;border-color:#000}
input[type="submit"]{border:none;outline:none;cursor:pointer}
button[type="submit"]{border:none;outline:none;cursor:pointer}

.callback{padding-top:40px;padding-bottom:7px;background-color:#fbfbfb}
.callback-documents{border-bottom:1px solid #e6e6e6}
.callback--contacts{border-bottom:1px solid #e6e6e6}
.callback__title{margin-bottom:18px}
.callback__sub-title{margin-bottom:6px}
.callback__form-group{margin-bottom:33px}
.callback-form_cont { margin-top: 20px; }

/* BITRIX FORMS END */
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_menu/style.css?15652751236882*/
.bx_vertical_menu_advanced{
	border-left:7px solid #e3eaef;
	background:#f1f4f7;
	border-radius:4px;
	position:relative;
	box-shadow:0 0 1px 1px #dcdcdc;
}
.bx_vertical_menu_advanced>ul{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	border-radius:5px;
	background:#fff;
	list-style:none;
}

/* 1 óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	padding:10px 0 10px 12px;
	border-bottom: 1px solid #e3eaef;
	color:#000;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,.8);
	font-size:14px;
	line-height:16px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:0 4px 0 0}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {border-radius:0 0 4px 0}
.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	-webkit-transition: border-color 0s ease;
	-moz-transition: border-color 0s ease;
	-o-transition: border-color 0s ease;
	-ms-transition: border-color 0s ease;
	transition: border-color 0s ease;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{
	padding:1px 0 0;
	border:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
	margin-left:-11px;
	padding:10px 0 10px 12px;
	width:100%;
	border:none;
	border-right:2px;
	background:#fff;
	box-shadow:-1px 2px 3px 0px rgba(1,1,1,.22);
	font-weight:bold;
	line-height:16px;
	box-sizing:content-box;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1é óðîâåíü */
/* Êîíòåéíåð*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:-1px;
	left:100%;
	z-index:1300;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid rgba(1,1,1,.1);
	border-radius:2px;
	background:#fff;
	box-shadow:0 5px 10px 0 rgba(1,1,1,.29);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_shadow_fix{display:none}
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{
	position: absolute;
	top: -1px;
	right: -2px;
	bottom: 0;
	z-index: 1500;
	display: block;
	width: 5px;
	background: #fff;
	opacity: 1;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1{min-width:180px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2{min-width:360px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3{min-width:540px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4{min-width:720px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// Êîíòåéíåð*/
/* 2é óðîâåíü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2é óðîâåíü*/
/* 3é óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3é óðîâåíü */

/* Ïàíåëü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // Ïàíåëü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#fff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
}

@media (max-width:569px) {
	.bx_vertical_menu_advanced{display:none}
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main_menu_new/style.css?156527512331*/
.parent{
    cursor: pointer;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15652751232578*/
.pagenavigation__item {
	display: block;
	float: left;
	border: 1px solid #ebebeb;
	border-right: 0 none;
	width: 2.8em;
	height: 2.8em;
	text-align: center;
	font: 400 1.125em/2.8em "circe", Arial, sans-serif;
}

.pagenavigation__item a,
.pagenavigation__item span {
	height: 100%;
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
}

.pagenavigation__current {
	background: #ebebeb;
}
.pagenavigation__page a, .pagenavigation__page:not(.pagenavigation__current) {
	transition: background 0.3s ease,  transform 0.3s ease;
}
.pagenavigation__page:hover a {
	text-decoration: none;
	background: #f06654;
	color: #fff;
	transform: translate(10px, -10px);
}

.pagenavigation__page:not(.pagenavigation__current):hover { background: #e83d3b; }

.pagenavigation__item:last-child {
	border-right: 1px solid #ebebeb;
}

.pagenavigation__next,
.pagenavigation__previous {
	width: auto;
}

.pagenavigation__previous a,
.pagenavigation__previous span,
.pagenavigation__next a,
.pagenavigation__next span {
	padding-right: 30px;
	padding-left: 30px;
}

.pagenavigation__wrap {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
	z-index: 1;
}

.pagenavigation__list {
	float: left;
	position: relative;
	left: 50%;
	z-index: 1;
}

.pagenavigation {
	margin-top: 60px;
	margin-bottom: 4em;
}

@media(max-width: 550px) {
	.pagenavigation__item { width: 2.3em; height: 2.3em; font: 400 1.125em/2.3em "circe", Arial, sans-serif; }
	.pagenavigation__next,
	.pagenavigation__previous {
		width: 50px;
	}

	.pagenavigation__previous a,
	.pagenavigation__previous span,
	.pagenavigation__next a,
	.pagenavigation__next span {
		padding: 0;
		position: relative;
		text-indent: -9999px;
		color: transparent;
	}

	.pagenavigation__previous a:after,
	.pagenavigation__previous span:after,
	.pagenavigation__next a:after,
	.pagenavigation__next span:after {
		content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 26px; height: 14px; background: url(/local/templates/.default/components/bitrix/system.pagenavigation/.default/images/pagin_left.svg) no-repeat center top; background-size: cover;
	}
	.pagenavigation__previous a:hover:after,
	.pagenavigation__next a:hover:after {
		background-position: center bottom
	}
	.pagenavigation__next a:after,
	.pagenavigation__next span:after {
		transform: rotate(180deg);
	}


}

@media(max-width: 400px) {
	.pagenavigation__item { width: 2em; height: 2em; line-height: 2em; }
	.pagenavigation__previous a:after,
	.pagenavigation__previous span:after,
	.pagenavigation__next a:after,
	.pagenavigation__next span:after { width: 20px; height: 10.7px; }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/slider/style.css?15652751235231*/

.front-slider { position: relative; overflow: hidden; opacity: 0; height: 500px; }
.front-slider__cont  { padding: 0 80px;  }
.front-slider__fone, .front-slider__fone-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; }
.front-slider__fone:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.15; transition: all 0.3s ease; }
.front-slider__fone.dark:after { opacity: 0.5 }
.front-slider__fone-item { z-index: 0; opacity: 0; transition: all 0.5s linear;  }
.front-slider__fone-item.visible { opacity: 1;  }
.front .front-slider.blur .front-slider__cont  { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); -ms-filter: blur(5px); }          
.front-slider__item { height: 500px; position: absolute; width: 100%; top: 0; left: 0;}
.front-slider__item-link { display: block; height: 100%; }
.front-slider__item .container { height: 100%; display: flex; -ms-display: flex; max-width: 100%;  }
.front-slider__item-text { width: 50%; padding-bottom: 80px;  margin-left: auto; display: flex; -ms-display: flex; flex-direction: column; -ms-flex-direction: column; justify-content: center; -ms-justify-content: center; color: #fff; text-decoration: none; }
.front-slider__item-text:hover { text-decoration: none; color: #fff; }
.front-slider__item-text-prev { text-transform: uppercase; font-size: 20px; margin-bottom: 20px; }
.front-slider__item-text-title { font-size: 45px; line-height: 1.15em; font-weight: 700  }

/*.front-slider .bx-controls { position: relative; z-index: 7; }*/
.front-slider .bx-pager { position: absolute; bottom: 20px; left: 0; z-index: 5;}
.front-slider .bx-wrapper .bx-controls-direction a { background: transparent; border-radius: 50%; border: none; width: 46px; height: 46px; margin-top: -23px; z-index: 10; }
.front-slider .bx-wrapper .bx-controls-direction a:before { content: ""; transition: all 0.3s ease; width: 30px; height: 16px; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; background: url(/local/templates/.default/components/bitrix/news.list/slider/images/main_slider_left.svg) no-repeat center; }
.front-slider .bx-wrapper .bx-controls-direction a.bx-next:before { transform: rotate(180deg); }
.front-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:before {  transform: translate(-8px, 0); }
.front-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:before { transform: translate(8px, 0) rotate(180deg);}

.front-slider .bx-wrapper .bx-prev { left: -60px; }
.front-slider .bx-wrapper .bx-next { right: -60px; }

.front-slider .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link { width: 34px; height: 34px; background: transparent !important; position: relative; }
.front-slider .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:after { content: ""; width: 9px; height: 9px; background: #fff; border-radius: 50%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; }

.front-slider__pagin { width: 100%; text-align: center; bottom: 0; padding-bottom: 33px; position: absolute; left: 0;}
.front-slider__pagin-item { width: 32px; height: 32px; margin: 0 0px; position: relative; display: inline-block; }
.front-slider__pagin-item:before { content: ""; position: absolute; width: 9px; height: 9px; opacity: 0.75; background: #fff; display: block; top: 0; right: 0; bottom: 0; left: 0; margin: auto; border-radius: 50%; }
.front-slider__pagin-item input{ position: absolute; opacity: 0; top: 0; left: 0; }
.front-slider__pagin-item.active:before, .front-slider__pagin-item:not(.active):hover:before { opacity: 1; }
.front-slider__pagin-item>div { pointer-events: none; }

 
@media(max-width: 1350px) {
	.front-slider__item-text-title { font-size: 40px; }
}
@media(max-width: 1250px) {
	.front-slider, .front-slider__item { height: 450px; }
	.front-slider__item-text-title { font-size: 35px; }
}

@media(min-width: 992px) and (max-height: 700px) {
	.front-slider, .front-slider__item { height: 450px; }
	.front-slider__item-text-title { font-size: 35px; }
	.front-slider__pagin { padding-bottom: 15px; }
	.front-slider__item-text { padding-bottom: 60px; }
}

@media(max-width: 991px) {
	.front-slider__item-text { width: 60%;}
	.front-slider__item-text-prev { font-size: 16px; }
	.front-slider__item-text-title { font-size: 30px; line-height: 35px; }
}
@media(max-width: 767px) {
	.front-slider, .front-slider__item { height: 430px; }
	.front-slider__item-text { width: 100%; }
	.front-slider__item-text-title { font-size: 35px; line-height: 40px;  }
}
@media(max-width: 650px) {
	.front-slider__item-text-title { font-size: 30px; line-height: 35px; }
}
@media(max-width: 550px) {
	.front-slider__cont  { padding: 0 0px 0px;  }
	.front-slider .bx-wrapper .bx-controls-direction a { top: auto; bottom: 30px; }
	.front-slider .bx-wrapper .bx-prev { left: 20px; }
	.front-slider .bx-wrapper .bx-next { right: 20px; }
	
}
@media(max-width: 400px) {
	.front-slider__item-text-prev { font-size: 11px; line-height: 15px; margin-bottom: 10px; }
	.front-slider__item-text-title { font-size: 28px; line-height: 33px; }
	.front-slider__pagin { padding-bottom: 28px; }
	.front-slider .bx-wrapper .bx-controls-direction a { top: auto; bottom: 25px; }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/slider2_front/style.css?1637913649753*/
.marquee-line {
    background: #fff;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.marquee3k__copy {
    padding-right: 30px;
    box-sizing: border-box;
}

.marquee3k__wrapper {
    padding: 20px 0;
    will-change: transform;
}

.marquee3k__list {
    display: flex;
}

.marquee3k__item {
    margin-right: 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
}

.marquee3k__item:last-child {
    margin-right: 0;
}

.marquee3k__img {
    width: 178px;
    height: 90px;
    position: relative;
}

.marquee3k__img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: calc(100% - 20px);
    max-height: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/main_product/style.css?16379109365694*/

.front-product { background: url(/local/templates/.default/components/bitrix/news.list/main_product/images/triangle_back.jpg) repeat center; padding: 65px 0 133px; overflow: hidden;}
.front-product__slider {  opacity: 0; transition: all 0.5s ease; margin-bottom: 60px;}

.front-product__slider--noslider { opacity: 1;}

.front-product .bx-viewport { overflow: visible !important; }
.front-product .front-client .bx-viewport { overflow: hidden !important; }
.front-product-list{ margin-top: 60px; /**/display: flex; display: -ms-flex; }
.front-product-list__item { 
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	display: flex; display: -ms-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; /*width: calc(100% + 16px); margin: 0 -10px 0 -6px;*/  margin-right: 24px; width: 50%;  }
.front-product-list__item:not(.front-product-list__item--alone):last-child { margin-right: 0; }
.front-product-list__item--alone{width: 600px; margin: 0 auto;}

.front-product__item { transition: all 0.3s ease;  box-shadow: 11px 11px 18px 0px rgba(0,0,0,0.08); width: 100%;  display: block; color: #39393c; background: #fff; min-height: 220px; margin-bottom: 24px; width: 100%; padding: 20px 30px 20px 190px; position: relative; display: flex; display: -ms-flex; justify-content: center;  -ms-justify-content: center; flex-direction: column; -ms-flex-direction: column;}
.front-product__item:hover { color: #2b994c; text-decoration: none; box-shadow: 0px 18px 68px 0px rgba(0, 0, 0, 0.09),0px 13px 35px 0px rgba(0, 0, 0, 0.06); }
.front-product__item:last-child { margin-bottom: 0; }
.front-product__item-img { position: absolute; left: 0; top: 0; height: 100%; width: 160px; z-index: 2; }
.front-product__item-img img { position: absolute; top: 0;	left: 0; right: 0; bottom: 0; margin: auto; height: auto; max-width: calc(100% - 20px) !important; max-height: calc(100% - 20px) }
.front-product__item:before { content: ""; position: absolute; left: 159px; top: 0; width: 1px; height: 100%; background: #ededea;  }
.front-product__item-title { font-size: 18px; font-weight: 700;  }
.front-product__item-type span { padding: 8px; color: #fff; text-transform: uppercase; display: inline-block; margin-bottom: 15px; font-size: 12px; line-height: 9px; }
.front-product__item-type--discount span { background: #97c565 }
.front-product__item-type--new span { background: #279ed6 }
.front-product__item-type--pop span { background: #c07a42 }

.front-product__item:hover { color: #39393c; }

.front-product__item.front-product__item--main { padding: 0; position: relative; height: 100%; min-height: 350px; }
.front-product__item--main .front-product__item-img { position: absolute; width: 100%; height: calc(100% - 120px);  }
.front-product__item--main .front-product__item-img img { max-width: calc(100% - 40px); max-height: calc(100% - 40px);  }
.front-product__item--main .front-product__item-title { width: 100%; padding: 10px; background: #fff; position: absolute; z-index: 2; left: 0; bottom: 0; text-align: center; min-height: 120px; display: flex; display: -ms-flex; justify-content: center;  -ms-justify-content: center; align-items: center; -ms-align-items: center; }
.front-product__item--main:before { display: none; }

.bx-ie .front-product__item--main .front-product__item-title { display: block; }

.front-product_bottom { margin-top: 73px; text-align: center;   }
.front-product_bottom .more { display: inline-block; position: relative; border-radius: 30px; padding: 15px 25px; height: 57px; line-height: 25px; padding-right: 56px; color: #2b994c; font-weight: 700; border: 1px solid #d4d4d4; }
.front-product_bottom .more:after { content: ""; display: block; position: absolute; width: 11px; height: 11px; top: 0; right: 23px; bottom: 0; margin: auto; background: url(/local/templates/.default/components/bitrix/news.list/main_product/images/btn_arr.svg) no-repeat center;  }
.front-product_bottom .more:before { content: ""; display: block; position: absolute; width: 23px; height: 23px; top: 0; bottom: 0; right: 17px; margin: auto; background: #2b994c; border-radius: 50%; transition: all 0.3s ease; }
.front-product_bottom .more:hover { text-decoration: none; }
.front-product_bottom .more:hover:before { width: 41px; height: 41px; right: 8px; }
/**/
.bx-ie .front-product-list { display: block;  }
.bx-ie .front-product__item.front-product__item--main { min-height: 465px; }
.bx-ie .front-product-list:after { content: ""; display: block; clear: both;  }

.front-product__slider.custom .bx-viewport {
	height: auto !important;
}

.front-product_bottom {
	z-index: 1;
    position: relative;
}


@media(max-width: 1250px) {
	.front-product__item { padding-left: 20px; padding-top: 150px; height: 250px; }
	.front-product__item-img {  height: 130px; width: 100%;  }
	.front-product__item:before { display: none; }
	.front-product__item-type { position: absolute; top: 15px; right: 15px; z-index: 2;  }
	.front-product__item.front-product__item--main { min-height: 250px; }
}
@media(max-width: 991px) {
	.front-product-list__col { width: 50%; }
	.front-product-list__col--main { width: 100%; padding: 0 10px; margin-bottom: 20px;}
	.front-product-list__col--main .front-product__item { height: 250px; }
}
@media(max-width: 700px) {
	.front-product-list__item--alone{width: 400px;}
}
@media(max-width: 550px) {
	.front-product { padding: 60px 0 55px; }
	.front-product-list__col { width: 100%; margin-bottom: 24px; }
	.front-product .bx-wrapper { padding: 0 15px; }
	.front-product__item-img { height: 120px; }
	.front-product__item { padding-top: 120px; padding-bottom: 0; height: 200px }
	.front-product-list__item--alone{width: 280px;}
	.front-product__item.front-product__item--main { min-height: 200px; }
	.front-product-list__item--alone .front-product__item.front-product__item--main { min-height: 250px; }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/rewiews_slider/style.css?16469953855114*/
.front-review-sl { padding: 65px 0 90px; background: #f6f6f3; position: relative; }
.front-review-sl__cont { display: flex; display: -ms-flex; flex-wrap: wrap; -ms-flex-wrap: wrap;  margin-top: 55px; }
.front-review-sl__item { width: calc(50% - 2px); display: block; color: #39393c; position: relative; padding: 40px 20px 25px; }
.front-review-sl__item:before { content: ""; position: absolute; left: -1px; top: 0; display: block; width: calc(100% + 1px); height: 100%; border: 1px solid #e3e3e0;   }
.front-review-sl__item-img { width: 214px; position: relative; z-index: 2; }
.front-review-sl__item-img img { transition: all 0.3s ease;  max-width: 100%; max-height: 100%; display: block; box-shadow: 4px 4px 13px 0 rgba(0,0,0,0.1); margin: auto; position: relative; z-index: 2; }

.front-review-sl__item-block { width: calc(100% - 214px); padding-left: 20px;}
.front-review-sl__item-job { margin-top: 14px; font-weight: 700; }
.front-review-sl__item-company { margin-top: 7px; font-weight: 700; }
.front-review-sl__item:hover { color: #39393c; text-decoration: none; z-index: 2;}
.front-review-sl__item:hover img { transform: scale(1.05); }
.front-review-sl__item:hover:before { border-color: #d9d3c7; }

.front-review-sl__slider {
	position: relative;
}

.front-review-sl__wr {
	position: relative;
	margin-top: 55px;
	opacity: 0;
	transition: opacity .4s;
}

.front-review-sl__slider {
	padding-left: 1px;
	padding-bottom: 1px;
	width: calc(100% + 1px);
	overflow: hidden;
	position: relative;
}

.front-review-sl__slider-arr {
	display: none;
}

.front-review-sl__item-slide {
	width: 50%;
}

.front-review-sl__item {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 2px);
}

.front-review-sl.slider .front-review-sl__wr {
	padding-left: 58px;
	padding-right: 58px;
}

.front-review-sl__slider .slick-list {
	overflow: visible;
}

.front-review-sl__slider .slick-track {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}

.front-review-sl__slider .slick-list .front-review-sl__item {
	width: 100%;
	display: flex;
	height: 100%;
}

.front-review-sl__slider .slick-slide {
	height: auto;
}

.front-review-sl__slider-arr { background: #fff; border-radius: 50%; width: 47px; height: 47px; margin-top: -23px; position: relative; cursor: pointer;}
.front-review-sl__slider-arr:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: 1px solid #e3e3e3; background: url(/local/templates/.default/images/btn_arr.svg) no-repeat center; border-radius: 50%; }
.front-review-sl__slider-arr:before { content: ""; display: block; position: absolute; width: 23px; height: 23px; top: 0; bottom: 0; right: 0px; left: 0; margin: auto; background: #2b994c; border-radius: 50%; transition: all 0.3s ease; }
.front-review-sl__slider-arr:hover:before { width: 47px; height: 47px;  }
.front-review-sl__slider-arr:hover:after { border-color: transparent; }
.front-review-sl__slider-arr--prev:after { transform: rotate(180deg); }
.front-review-sl__slider-arr--prev { position: absolute;top:50%; left: 0px; }
.front-review-sl__slider-arr--next { position: absolute;top:50%; right: 0px; }

.wrapper .front-review-sl .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.wrapper .front-review-sl .slick-dots li {
	padding: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	margin-left: 6px;
	margin-right: 6px;
	min-height: auto;
}

.wrapper .front-review-sl .slick-dots .slick-active button {
	background: #2b994c;
}

.wrapper .front-review-sl .slick-dots li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: .2s;
}

.wrapper .front-review-sl .slick-dots li.slick-active:before {
	background: #2b994c;
}

.wrapper .front-review-sl .slick-dots button {
	border: 0;
	outline: none;
	font-size: 0;
	background: #fff;
	border-radius: 50%;
	display: none !important;
}

.front-review-sl.loaded .front-review-sl__wr {
	opacity: 1;
}

.front-review-sl__link {
	position: absolute;
}

.front-review-sl__link--1 {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

@media(max-width: 1250px) {
	.front-review-sl__item-img { width: 150px; }
	.front-review-sl__item-block { width: calc(100% - 150px); }
}
@media(min-width: 991px) {
	.front-review-sl.two .front-review-sl__slider-container {
		display: flex;
	}
	.front-review-sl.two .front-review-sl__item {
		width: 100%;
	}
}
@media(max-width: 991px) {
	.front-review-sl__item { padding: 20px; }
	.front-review-sl__item-img { width: 100%; height: 150px; margin-right: 0; margin-bottom: 20px;}
	.front-review-sl__item-block { width: 100%; padding-left: 0px; }
	.front-review-sl.slider .front-review-sl__wr {padding-left: 0;padding-right: 0;}
	.front-review-sl__slider-arr {display: none !important;}
}
@media (max-width: 767px) {
	.front-review-sl__item-slide {
		width: 100%;
	}
}
@media(max-width: 550px) {
	.front-review-sl { padding: 60px 0; }
	.front-review-sl__item { width: 100%; }
	.front-review-sl__item:before { height: calc(100% + 1px); }


}
@media(max-width: 400px) {

}


/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/lightgallery-bundle.min.css?164759094025523*/
@font-face {
  font-family: 'lg';
  src: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../fonts/lg.woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #2b994c;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.45);*/
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #2b994c;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-group {
  *zoom: 1;
}

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.lg-group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body.lg-on {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/carousel_clients/style.css?1565275123150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer_menu/style.css?15652751236882*/
.bx_vertical_menu_advanced{
	border-left:7px solid #e3eaef;
	background:#f1f4f7;
	border-radius:4px;
	position:relative;
	box-shadow:0 0 1px 1px #dcdcdc;
}
.bx_vertical_menu_advanced>ul{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	border-radius:5px;
	background:#fff;
	list-style:none;
}

/* 1 óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl{
	display:block;
	padding:0;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	position:relative;
	z-index:105;
	display:block;
	padding:10px 0 10px 12px;
	border-bottom: 1px solid #e3eaef;
	color:#000;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(255,255,255,.8);
	font-size:14px;
	line-height:16px;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:first-child>a{border-radius:0 4px 0 0}
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child,
.bx_vertical_menu_advanced .bx_hma_one_lvl:last-child>a {border-radius:0 0 4px 0}
.bx_vertical_menu_advanced ul:last-child .bx_hma_one_lvl:last-child>a{border-bottom:none}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a{
	-webkit-transition: border-color 0s ease;
	-moz-transition: border-color 0s ease;
	-o-transition: border-color 0s ease;
	-ms-transition: border-color 0s ease;
	transition: border-color 0s ease;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover{
	padding:1px 0 0;
	border:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover>a{
	margin-left:-11px;
	padding:10px 0 10px 12px;
	width:100%;
	border:none;
	border-right:2px;
	background:#fff;
	box-shadow:-1px 2px 3px 0px rgba(1,1,1,.22);
	font-weight:bold;
	line-height:16px;
	box-sizing:content-box;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover{}
.bx_vertical_menu_advanced .bx_hma_one_lvl.dropdown.hover>a{z-index:1500}

.bx_vertical_menu_advanced .bx_hma_one_lvl>a:active,
.bx_vertical_menu_advanced .bx_hma_one_lvl.current>a{}
/* // 1é óðîâåíü */
/* Êîíòåéíåð*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container{
	position:absolute;
	top:-1px;
	left:100%;
	z-index:1300;
	display:none;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid rgba(1,1,1,.1);
	border-radius:2px;
	background:#fff;
	box-shadow:0 5px 10px 0 rgba(1,1,1,.29);
}
.bx_vertical_menu_advanced .bx_hma_one_lvl.hover .bx_children_container{display:block}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:-20000px;
	padding:10px 12px;
	padding-bottom:20000px;
	min-width:130px;
	max-width:280px;
	border-left:1px solid #f2f2f2;
	background:#fff;
}
.bx_shadow_fix{display:none}
.bx_vertical_menu_advanced .dropdown:hover .bx_shadow_fix,
.bx_vertical_menu_advanced .dropdown.hover .bx_shadow_fix{
	position: absolute;
	top: -1px;
	right: -2px;
	bottom: 0;
	z-index: 1500;
	display: block;
	width: 5px;
	background: #fff;
	opacity: 1;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1{min-width:180px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2{min-width:360px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3{min-width:540px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4{min-width:720px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block:first-child{border-left:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b1 .bx_children_block{width:100%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b2 .bx_children_block{width:50%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b3 .bx_children_block{width:33.3%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container.b4 .bx_children_block{width:25%}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block.advanced{
	border-left:none;
	background:#f7fafb;
	box-shadow:inset 5px 0 7px -5px rgba(0,0,0,.12);
}
/*// Êîíòåéíåð*/
/* 2é óðîâåíü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl ul{
	display:block;
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a{
	display:block;
	padding:5px 10px;
}

/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent>a:hover{
	color: #366181;
}*/
/* //2é óðîâåíü*/
/* 3é óðîâåíü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul{border-bottom:1px solid #f2f2f2}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent:last-child ul{border-bottom:none}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul li{line-height:24px}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a{
	display:block;
	padding:5px 10px;
}
/*.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block li.parent ul a:hover{
	background:#f0f6f8;
	box-shadow:inset 0 1px 1px 0 #e3e9eb;
}*/
/* // 3é óðîâåíü */

/* Ïàíåëü */
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_advanced_panel{
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_block.advanced .bx_children_advanced_panel{display:block !important}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel img{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:100%;
	max-height:220px;
	border:1px solid #e7e9ea;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_advanced_panel .bx_item_description{
	max-width:100%;
	max-height:220px;
	color:#000;
	text-align:left;
	white-space:normal;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
}

/* // Ïàíåëü*/
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li{
	display:block;
	background:#fff;
}
.bx_vertical_menu_advanced .bx_hma_one_lvl .bx_children_container .bx_children_block>ul>li>a{
	display:block;
	color:#20394c;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	line-height:23px;
}

.bx_vertical_menu_advanced .bx_hma_one_lvl ul li ul li a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
}

@media (max-width:569px) {
	.bx_vertical_menu_advanced{display:none}
	.header_inner_bottom_line{
		overflow:hidden;
		height:auto;
	}
}

/* End */


/* Start:/local/components/bquadro/cookey.panel/templates/.default/style.css?17017005772019*/
.cookie-panel {
    position: fixed;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 40px;
    color: silver;
    font-size: 13px;
    color: #121314;
    background-color: #2B994C;
    bottom: 0;
    z-index: 2147483647 !important;
    display: none;
}
.cookie-panel .container {
    display: flex;
    align-items: center;
}
.cookie-panel p {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 0px;
    line-height: 121%;
    padding-right: 15px;
    width: calc(100% - 190px);
}
.cookie-panel p a {
    color: #263049;
    text-decoration: underline;
}
.cookie-panel__btn {
    background: linear-gradient(80deg, #5AD37E 2%, #AAE34C 100%), #9FE34C;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1);
    padding: 2% 5%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 1s;
    width: 140px;
    text-align: center;
}
.cookie-panel__btn:hover {
    background-color: #263049;
    color: #fff;
}
.cookie-panel.cookie-panel--close {
    display: none;
}
@media (max-width: 1560px) {
    .cookie-panel {
        padding-top: 28px;
        padding-bottom: 32px;
    }
    .cookie-panel p {
        font-size: 16px;
    }
    .cookie-panel__btn {
        height: 40px;
        padding: 0;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .cookie-panel p {
        width: calc(100% - 130px);
        font-size: 13px;
    }
    .cookie-panel__btn {
        width: 130px;
    }
}
@media (max-width: 767px) {
    .cookie-panel .container {
        flex-wrap: wrap;
    }
    .cookie-panel {
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .cookie-panel p {
        width: 100%;
        margin-bottom: 8px;
        font-size: 11px;
    }
    .cookie-panel__btn {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
}
/* End */


/* Start:/local/templates/.default/styles.css?1708347756157840*/
@font-face {
    font-family: geometria;
    src: url(/local/templates/.default/fonts/geometria/Geometria.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: geometria;
    src: url(/local/templates/.default/fonts/geometria/Geometria-Medium.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: geometria;
    src: url(/local/templates/.default/fonts/geometria/Geometria-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova;
    src: url(/local/templates/.default/fonts/proxima_nova/proximanova_regular/Proxima_Nova_Regular.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova;
    src: url(/local/templates/.default/fonts/proxima_nova/proximanova_semibold/proximanova_semibold.woff);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: proxima_nova;
    src: url(/local/templates/.default/fonts/proxima_nova/proximanova_bold/proximanova_bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: circe;
    src: url(/local/templates/.default/fonts/circe/Circe-Bold.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: circe;
    src: url(/local/templates/.default/fonts/circe/Circe-Light.woff);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "rouble";
    src: url(/local/templates/.default/fonts/rouble/rouble.woff);
    font-weight: 300;
}


body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    background: #f6f6f3;
    color: #39393c;
    font-family: proxima_nova;
    overflow-x: hidden;
}

@media (min-width: 991px) and (max-height: 700px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

body.front {
    background: #fff;
}

p {
    margin: 0 0 18px; /*line-height: 26px;*/
}

a, a:hover {
    color: #2b994c;
}

img {
    max-width: 100%;
}

label {
    display: inline-block;
}

div:focus {
    outline: none;
}

@media (max-width: 550px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    /*p { line-height: 22px; }*/
}

.clear {
    clear: both;
}

.rub {
    font-family: "rouble";
}

.content {
    margin-bottom: 70px;
}

.main-block {
    width: calc(100% - 370px);
    float: left;
}

.nav-block {
    width: 370px;
    padding-left: 40px;
    float: right;
}

/* Image style */
#scrollUp {
    background: #2b994c;
    bottom: 102px;
    right: 20px;
    width: 46px; /* Width of image */
    height: 46px; /* Height of image */
    color: #fff;
    position: relative;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
}

#scrollUp:hover {
    opacity: .8;
}

#scrollUp:before {
    top: 20px;
    left: 20px;
    height: 2px;
    width: 15px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 1px;
    transform: rotateZ(45deg);
}

#scrollUp:after {
    top: 20px;
    left: 11px;
    height: 2px;
    width: 15px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 1px;
    transform: rotateZ(-45deg);
}


.wrapper h1, .wrapper .h1 {
    font-family: circe;
    font-size: 52px;
    line-height: 58px;
    font-weight: 700;
    margin: 0 0 30px;
}

.wrapper h2 {
    font-family: circe;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    margin: 40px 0 12px;
    letter-spacing: 1.2px;
}

.wrapper h3 {
    font-family: circe;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 50px 0 12px;
    letter-spacing: 0.7px;
}

.prev-text {
    margin-bottom: 50px;
}

@media (max-width: 1250px) {
    .main-block {
        width: calc(100% - 300px);
    }

    .nav-block {
        width: 300px;
    }

    .wrapper h1, .wrapper .h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .wrapper h1, .wrapper .h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .main-block {
        width: 100%;
    }

    .nav-block {
        width: 100%;
        margin: 50px 0;
        padding-left: 0;
    }

    .nav-block:first-child {
        margin-top: 0;
    }

    .nav-block:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .wrapper h2 {
        margin: 30px 0 12px;
    }

    .wrapper h3 {
        margin: 30px 0 12px;
    }

    .wrapper h1, .wrapper .h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 550px) {
    .wrapper h1, .wrapper .h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .wrapper h2 {
        font-size: 28px;
        line-height: 35px;
        margin: 30px 0 12px;
    }

    .wrapper h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 30px 0 12px;
    }

    .prev-text {
        font-size: 18px;
        line-height: 25px;
    }

    .nav-block {
        margin: 30px 0;
    }

}

@media (max-width: 350px) {
    .wrapper h1, .wrapper .h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .wrapper h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .wrapper h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .prev-text {
        font-size: 16px;
        line-height: 22px;
    }
}


.wrapper table {
    border-color: #ede9e1;
    margin: 15px 0;
    width: 100%;
}

.wrapper table:first-child, .table-wrap:firts-child {
    margin-top: 0;
}

.wrapper table:last-child, .table-wrap:last-child {
    margin-bottom: 0;
}

.wrapper table th {
    background: #ede9e1;
    font-weight: normal;
    text-transform: uppercase;
    color: #757371;
    font-size: 12px;
    line-height: 15px;
    padding: 15px 20px;
    border: 1px solid #ede9e1;
}

.wrapper table td {
    color: #39393c;
    padding: 12px 15px;
    border: 1px solid #ede9e1;
}

.table-wrap {
    overflow: auto;
    width: 100%;
    margin: 15px 0;
}

.wrapper ul {
    margin: 19px 0;
    padding: 0;
}

.wrapper ul > li {
    margin-bottom: 20px;
    padding-left: 35px;
    list-style: none;
    position: relative;
    min-height: 20px;
    display: block;
}

.wrapper ul > li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/.default/images/ul_img.svg) no-repeat center;
    border-radius: 50%;
}

.wrapper ul li ul, .wrapper ul li ol, .wrapper ol li ul, .wrapper ol li ol {
    margin-top: 17px;
}

.wrapper ul li ul li, .wrapper ol li ul li {
    padding-left: 30px;
    margin-bottom: 11px;
}

.wrapper ul > li > ul > li:before, .wrapper ol > li > ul > li:before {
    width: 16px;
    height: 2px;
    top: 12px;
    background: #2b994c;
    border-radius: 0;
}

.wrapper ol {
    margin: 25px 0;
    padding: 0;
    counter-reset: myCounter;
}

.wrapper ol > li {
    margin-bottom: 20px;
    padding-left: 35px;
    list-style: none;
    position: relative;
    min-height: 20px;
    display: block;
}

.wrapper ol > li:before {
    position: absolute;
    left: 0;
    top: 3px;
    counter-increment: myCounter;
    content: counter(myCounter);
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    background: #2b994c;
    border-radius: 50%;
}

.wrapper ol > li:last-child, .wrapper ul > li:last-child {
    margin-bottom: 0;
}

@media (max-width: 550px) {
    .wrapper ul > li:before, ol > li:before {
        top: 0;
    }

    .wrapper ul > li, .wrapper ol > li {
        margin-bottom: 20px;
    }
}

.content-text ul li,
.content-text ol li {
    padding-left: 0;
}

.content-text ul ul li,
.content-text ul ol li,
.content-text ol ul li,
.content-text ul ol li {
    padding-left: 0 !important;
    margin-bottom: 11px;
}

.content-text ul ul > li:before, .content-text ol ul > li:before {
    width: 16px;
    height: 2px;
    top: 12px;
    background: #2b994c;
    border-radius: 0;
}

.content-text ul,
.content-text ol {
    padding-left: 35px;
}

.content-text ul > li:before,
.content-text ol > li:before {
    left: -35px;
}

.wrapper ul ul, .wrapper ul ol, .wrapper ol ul, .wrapper ol ol {
    margin-top: 17px;
}

@media (min-width: 991px) and (max-height: 700px) {
    .wrapper ol > li:before,
    .wrapper ul > li:before {
        top: 0;
    }
}


.wrapper figure.img {
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: auto;
}

.wrapper figure.img img {
    display: block;
    margin: auto;
}

.wrapper figcaption {
    margin-top: 10px;
    color: #83838a;
    font-size: 12px;
    line-height: 24px;
}


.breadcrumb {
    padding: 40px 0 30px;
    background: none;
}

.breadcrumb__item {
    display: inline;
    font-size: 12px;
    line-height: 16px;
}

.breadcrumb__item a {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    color: #1a1a1c;
}

.breadcrumb__item a:after {
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    top: -2px;
    bottom: 0;
    margin: auto;
    right: 5px;
    background: url(/local/templates/.default/images/btn_arr_green.svg) no-repeat center;
    background-size: contain;
}

.breadcrumb__item span {
    display: inline;
    color: #1a1a1c;
}

@media (min-width: 992px) and (max-height: 700px) {
    .breadcrumb {
        padding: 25px 0 25px;
    }
}

.file {
    padding-left: 78px;
    min-height: 80px;
    display: block;
    color: #262626;
    position: relative;
    margin: 48px 0 54px;
}

.file:hover {
    text-decoration: none;
}

.file__name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: circe;
    font-weight: 700;
}

.file__size {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #8f7963;
}

.file__size:before {
    content: "";
    display: inline-block;
    text-transform: uppercase;
    margin-right: 8px;
}

.file--doc .file__size:before {
    content: "DOC";
}

.file--xls .file__size:before {
    content: "XLS";
}

.file--zip .file__size:before {
    content: "ZIP";
}

.file--png .file__size:before {
    content: "PNG";
}

.file--pptx .file__size:before {
    content: "PTTX";
}

.file:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 58px;
    height: 75px;
    background: url(/local/templates/.default/images/doc_doc.svg) no-repeat center;
}

.file--doc:before {
    background: url(/local/templates/.default/images/doc_doc.svg) no-repeat center;
}

.file--xls:before {
    background: url(/local/templates/.default/images/doc_xls.svg) no-repeat center;
}

.file--zip:before {
    background: url(/local/templates/.default/images/doc_doc.svg) no-repeat center;
}

.file--png:before {
    background: url(/local/templates/.default/images/doc_png.svg) no-repeat center;
}

.file--pptx:before {
    background: url(/local/templates/.default/images/doc_pptx.svg) no-repeat center;
}

@media (max-width: 767px) {
    .file__name {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 450px) {
    .file {
        padding-top: 85px;
        padding-left: 0;
    }

    .file:before {
        top: 0;
    }

    .file__name {
        font-size: 16px;
        line-height: 22px;
    }
}


.header {
    position: relative;
}

.header__top {
    padding: 27px 0;
    background: #fff;
    position: relative;
}

.header__top-logo {
    float: left;
    margin-right: 87px;
    height: 31px;
}

.header__top-logo img {
    max-width: 100%;
}

.header__top-menu, .header__top-adap-menu {
    float: left;
}

.header__top-menu-item {
    float: left;
    margin-right: 20px;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 31px;
}

a.header__top-menu-item:hover {
    color: #2b994c;
    text-decoration: none;
}

span.header__top-menu-item {
    color: #a4a4a4
}

.header__top-phone {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 30px;
    color: #3b3b3b;
    font-size: 20px;
    line-height: 31px;
}

.header__top-phone a {
    text-decoration: none;
    color: #3b3b3b;
    letter-spacing: 1px;
}

.header__top-adap-btn {
    width: 28px;
    height: 28px;
    float: right;
    background: url(/local/templates/.default/images/humb.svg) no-repeat center;
    display: none;
    cursor: pointer;
    margin-left: 20px;
}

.header__top-adap-btn.open {
    background: url(/local/templates/.default/images/cross_pop.svg) no-repeat center bottom;
    background-size: cover;
}

.header__top-call {
    margin-top: -4px;
    float: right;
}

.call-me {
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: url(/local/templates/.default/images/header_tel.svg) no-repeat top center;
    background-size: cover;
    display: block;
}

.call-me:hover {
    background-position: center bottom;
}

.header__top-adap-menu .header__top-phone {
    display: none;
}

@media (min-width: 991px) and (max-height: 700px) {
    .header__top {
        padding: 22px 0;
    }
}

@media (max-width: 1250px) {
    .header__top-logo {
        margin-right: 40px;
        height: 28px;
    }

    .header__top-logo img {
        height: 28px;
        width: 192px;
    }

    .header__top-menu-item {
        margin-right: 15px;
        line-height: 28px;
        font-size: 13px;
    }

    .header__top-phone {
        line-height: 28px;
        font-size: 18px;
        margin-right: 25px;
    }

    .header__top-call {
        width: 38px;
        height: 38px;
        margin-top: -5px;
    }

    .header__top-adap-menu {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .header__top-adap-btn {
        display: block;
    }

    .header__top-adap-menu {
        display: none;
        border-top: 1px solid #e6e6e6;
        background: #fff;
        padding: 36px 36px 54px;
        position: absolute;
        z-index: 10;
        top: 80px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .header__top-adap-shadow {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: block;
        height: 50%;
        width: 100%;
        box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.3);
    }

    .header__top-adap-menu-close {
        display: block;
    }

    .header__top-menu-item {
        float: none;
        display: block;
        padding: 10px 0;
        text-align: center;
        margin-right: 0;
    }

    .header__top-menu {
        margin: 0 0 33px;
        width: 100%;
    }

    .header__top-phone {
        width: 100%;
        text-align: center;
        position: relative;
        padding-top: 53px;
        line-height: 24px;
        font-size: 20px;
        display: none;
    }

    .header__top-phone:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80px;
        height: 1px;
        background: #e6e6e6;
    }

    .header__top-logo {
        margin-right: 20px;
        height: 24px;
        margin-top: 2px;
    }

    .header__top-logo img {
        height: 24px;
        width: 164px; /**/
    }

    .header__top-call {
        margin: -4px 0;
    }

    .header__top-adap-menu .header__top-phone {
        display: block;
        float: left;
    }
}

@media (max-width: 350px) {
    .header__top-call {
        width: 30px;
        height: 30px;
        margin: -2px 0;
    }

    .header__top-adap-btn {
        width: 24px;
        height: 24px;
        background-size: contain;
        margin-left: 10px;
    }

    .header__top-logo {
        margin-right: 0;
    }
}

.header__top-search {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background: url(/local/templates/.default/images/search.svg) no-repeat center bottom;
    background-size: cover;
    float: right;
    cursor: pointer;
}

.header__top-search:hover {
    opacity: 0.8;
}

.header__search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f3;
}

.header__search .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 40px;
}

.form--search {
    margin: 0;
    height: 40px;
    width: calc(100% - 80px);
}

.form--search .form-item {
    height: 44px;
    border: 2px solid #2b994c;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.form--search .form-item input {
    height: 40px;
    outline: none;
    line-height: 40px;
    color: #1f272c;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 30px;
    background: transparent;
    border: none;
    z-index: 2;
    width: 100%;
}

.form--search .form-item__holder {
    height: 40px;
    line-height: 40px;
    color: #1f272c;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 30px;
    transition: all 0.3s ease;
}

.form--search .form-item__holder.placeholder-hide {
    opacity: 0;
}

.header__search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 5px;
    background: url(/local/templates/.default/images/cross_ico_big.svg) no-repeat center bottom;
    background-size: cover;
    cursor: pointer;
}

.header__search-close:hover {
    opacity: 0.5;
}

@media (max-width: 1250px) {
    .header__top-search {
        margin-left: 15px;
    }
}

@media (max-width: 550px) {
    .form--search {
        width: calc(100% - 50px);
    }

    .form--search .form-item input {
        padding: 0 20px;
    }

    .form--search .form-item__holder {
        padding: 0 20px;
    }
}

@media (max-width: 350px) {
    .form--search .form-item input {
        padding: 0 15px;
    }

    .form--search .form-item__holder {
        padding: 0 15px;
    }

    .header__search-close {
        width: 24px;
        height: 24px;
        top: 8px;
    }

    .header__top-search {
        width: 20px;
        height: 20px;
        margin-top: 2px;
        margin-left: 10px;
    }
}

.header__menu {
    background: -moz-linear-gradient(0deg, #2f974a 0%, #77cb5c 53%, #bfff6d 100%);
    background: -webkit-linear-gradient(0deg, #2f974a 0%, #77cb5c 53%, #bfff6d 100%);
    background: -ms-linear-gradient(0deg, #2f974a 0%, #77cb5c 53%, #bfff6d 100%);
    height: 82px;
}


.header__menu-cont {
}

.header__menu-item {
    float: left;
    width: 25%;
    position: relative;
}

.header__menu-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.18);
}

.header__menu-item a, .header__menu-item span {
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 29px 15px;
    color: #fff;
    text-align: center;
    position: relative;
}

.header__menu-item a.parent:after, .header__menu-item span.parent:after {
    content: "";
    opacity: 0.6;
    display: inline-block;
    margin-left: 8px;
    width: 8px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    background: url(/local/templates/.default/images/menu_arr.svg) no-repeat center;
}

.header__menu-item a:before, .header__menu-item span.parent:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
}

.header__menu-item a.open:before, .header__menu-item span.parent.open:before, .header__menu-item a:hover:before {
    width: 100%;
}


@media (max-width: 1250px) {
    .header__menu-item a, .header__menu-item span {
        font-size: 18px;
    }
}

@media (min-width: 991px) and (max-height: 700px) {
    .header__menu {
        height: 64px;
    }

    .header__menu-item a, .header__menu-item span {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .header__menu-item {
        width: auto;
    }

    .header__menu-item a, .header__menu-item span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .header__menu {
        display: none;
    }

    .header__menu-cont {
        display: block;
        padding: 15px;
    }

    .header__menu-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .header__menu-item:last-child {
        margin-bottom: 0;
    }

    .header__menu-item a, .header__menu-item span {
        padding: 0px;
    }
}

.header-menu2lv {
    position: absolute;
    display: none;
    left: 0;
    top: 82px;
    height: 500px;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
    background: -webkit-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
    background: -ms-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
}

.header-menu2lv__item {
    padding: 45px 0;
    display: none;
}

.header-menu2lv .container {
    position: relative;
}

.header-menu2lv__close {
    position: absolute;
    top: 45px;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(/local/templates/.default/images/cross_ico_big.svg) no-repeat center top;
    background-size: cover;
    z-index: 7;
    cursor: pointer;
}

.header-menu2lv__close:hover {
    opacity: 0.75;
}

.header-menu2lv__title {
    display: inline-block;
    text-decoration: none;
    font-size: 62px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    max-width: calc(100% - 70px);
    position: relative;
    margin-bottom: 35px;
}

.header-menu2lv__title a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.header-menu2lv__title a:hover {
    text-decoration: none;
    color: #fff;
}

.header-menu2lv__title a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: 0.3s;
}

.header-menu2lv__title a:hover:before {
    width: 100%
}

.header-menu2lv__list {
    width: calc(100% + 70px);
    margin: 0 -20px;
}

.header-menu2lv__list-col {
    width: 25%;
    padding: 0 20px;
    float: left;
}

.header-menu2lv__list-item {
    display: block;
    clear: left;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 17px;
}

.header-menu2lv__list-item a {
    color: #fff;
    text-decoration: none;
    text-decoration: none;
}

.header-menu2lv__list-item a:hover {
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}

.header-menu2lv__list-item span {
    color: #fff;
    opacity: 0.5;
}

.front .header-menu2lv {
    background: rgba(0, 0, 0, 0.6);
}

.header__bottom {
    position: relative;
    z-index: 7;
}

.header__bottom-adap {
    display: none;
}

@media (max-width: 1250px) {
    .header-menu2lv__title {
        font-size: 50px;
        line-height: 55px;
    }

    .header-menu2lv {
        height: 530px;
    }

    .header-menu2lv__list {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .header-menu2lv__list-col {
        padding: 0 20px;
        width: 33.33%;
    }
}

@media (min-width: 991px) and (max-height: 700px) {
    .header-menu2lv {
        top: 64px;
    }

    .header-menu2lv__title {
        font-size: 50px;
        line-height: 55px;
    }

    .header-menu2lv {
        height: 450px;
    }

    .header-menu2lv__list {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .header-menu2lv__list-col {
        padding: 0 20px;
        width: 33.33%;
    }
}


@media (max-width: 991px) {
    .header-menu2lv__title {
        font-size: 40px;
        line-height: 45px;
    }

    .header-menu2lv__item {
        padding: 30px 0;
    }

    .header-menu2lv__list-col {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .header-menu2lv__list-item {
        width: 50%;
        padding: 0 15px;
        float: left;
        clear: none;
        line-height: 16px;
        font-size: 14px;
    }

    .header-menu2lv__list-item:nth-child(2n + 1) {
        clear: left;
    }

    .header-menu2lv__close {
        top: 30px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .header__bottom.open {
        display: block;
    }

    .header__menu {
        display: none;
    }

    .header__bottom {
        display: block;
    }

    .header__bottom-adap {
        display: block;
        position: relative;
        cursor: pointer;
        text-align: center;
        line-height: 60px;
        height: 60px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        background: -moz-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
        background: -webkit-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
        background: -ms-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
    }

    .header__bottom-adap:after {
        content: "";
        width: 10px;
        height: 62px;
        vertical-align: top;
        display: inline-block;
        margin-left: 8px;
        opacity: 0.6;
        background: url(/local/templates/.default/images/menu_arr.svg) no-repeat center;
    }

    .header__bottom-adap.open:after {
        transform: rotate(180deg);
    }

    .header-menu2lv__close {
        display: none;
    }

    .header-menu2lv {
        height: auto;
        top: 60px;
        padding: 30px 20px;
    }

    .header-menu2lv__item {
        display: block;
    }

    .front .header-menu2lv {
        background: -moz-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
        background: -webkit-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
        background: -ms-linear-gradient(-61deg, #2f974a 0%, #5fc936 100%);
    }

    .header-menu2lv__item {
        padding: 0px 0;
        margin-bottom: 29px;
    }

    .header-menu2lv__item:last-child {
        margin-bottom: 0;
    }

    .header-menu2lv__title {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .header-menu2lv__list {
        display: none;
        padding-top: 17px;
    }

    .header-menu2lv__title--parent:after {
        content: "";
        width: 10px;
        height: 35px;
        vertical-align: top;
        display: inline-block;
        margin-left: 8px;
        opacity: 0.6;
        background: url(/local/templates/.default/images/menu_arr.svg) no-repeat center;
    }

    .header-menu2lv__title--parent.open:after {
        transform: rotate(180deg);
    }

    a.header-menu2lv__title:hover:before {
        display: none;
    }
}

@media (max-width: 550px) {
    .header-menu2lv {
        padding: 30px 0;
    }

    .header-menu2lv__item {
    }
}

@media (max-width: 450px) {
    .header-menu2lv__title {
        font-size: 20px;
        line-height: 20px;
    }

    .header-menu2lv__title--parent:after {
        height: 20px;
    }

    .header-menu2lv__list-item {
        width: 100%;
        margin-bottom: 20px;
    }
}


.title-prev {
    font-size: 14px;
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #2b994c;
    font-family: geometria;
    font-weight: 700;
}

.title {
    text-align: center;
    color: #39393c;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
}

@media (max-width: 991px) {
    .title-prev {
        font-size: 12px;
        line-height: 16px;
    }

    .title {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (max-width: 550px) {
    .title-prev {
        font-size: 11px;
        line-height: 15px;
    }

    .title {
        font-size: 32px;
        line-height: 40px;
    }
}

.front-programms {
    background: #f6f6f3;
    padding: 75px 0;
}

.front-programms h1 {
    margin-bottom: 18px;
}

.front-programms__info {
    display: block;
    color: #39393c;
    padding: 14px 80px;
    background: #fffce6;
    border: 2px dashed #e2e2e2;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 18px;
}

.front-programms__info:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    left: 34px;
    bottom: -10px;
    background: #fffce6;
    border-right: 2px dashed #e2e2e2;
    border-bottom: 2px dashed #e2e2e2;
}

.front-programms .more {
    display: inline-block;
    position: relative;
    height: 55px;
    margin-top: 10px;
    margin-right: 15px;
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 25px;
    padding-right: 63px;
    background: #fff;
    color: #2b994c;
    font-weight: 700;
}

.front-programms .more:before {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    background: #2b994c url(/local/templates/.default/images/btn_arr.svg) no-repeat center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.front-programms .more:hover {
    text-decoration: none;
}

.front-programms .more:hover:before {
    width: 41px;
    height: 41px;
    right: 7px;
}

.front-programms .more.more--corp {
    margin-right: 0;
    background: transparent;
    border: 1px solid #d4d4d4;
    white-space: nowrap;
}

.front-programms__action {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.front-programms__text {
    max-width: 675px;
    margin-bottom: 25px;
}

.front-programms__text p {
    font-size: 16px;
}

.front-programms-cont { /*margin: 0 -17px;*/
    margin-top: 55px;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.front-programms__item {
    width: calc(50% - 18px); /*padding: 0 17px;*/
    min-height: 385px;
    display: flex;
    display: -ms-flex;
}

.front-programms__item:nth-child(odd) {
    margin-right: 34px;
}

.front-programms__item-cont {
    display: block;
    width: 100%;
    background: #fff;
    text-decoration: none;
    color: #39393c;
    position: relative;
    display: flex;
    display: -ms-flex;
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.front-programms__item-cont:hover {
    text-decoration: none;
    color: #39393c;
    box-shadow: 0px 18px 68px 0px rgba(0, 0, 0, 0.09), 0px 13px 35px 0px rgba(0, 0, 0, 0.06);
}

.front-programms__item-left {
    padding: 42px 30px;
    padding-bottom: 90px;
    position: relative;
    width: 100%;
}

.front-programms__item-link {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    color: #2b994c;
    padding: 20px;
    line-height: 27px;
    height: 69px;
}

.front-programms__item-right {
    width: 214px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ebebeb;
}

.front-programms__item-right img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px)
}

.front-programms__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 26px;
}

.front-programms__item--img .front-programms__item-cont {
    padding-right: 214px;
}

.front-programms--card .front-programms__item-cont {
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 68px;
}

.front-programms--card .front-programms__item--img .front-programms__item-cont {
    padding-right: 0;
}

.front-programms--card .front-programms__item-right {
    order: 1;
    width: 100%;
    height: 200px;
    position: relative;
    background-size: contain !important;
    border: 0;
}

.front-programms--card .front-programms__item-left {
    order: 2;
    position: static;
    padding-bottom: 25px;
    color: #39393c;
}

.front-programms--card .front-programms__item-link {
    font-size: 16px;
}

.front-programms--card .front-programms__item-title {
    margin-bottom: 15px;
}

@media (max-width: 1250px) {
    .front-programms__item--img .front-programms__item-cont {
        padding-right: 170px;
    }

    .front-programms__item-right {
        width: 170px;
    }

    .front-programms__item-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .front-programms__item--img .front-programms__item-cont {
        padding-right: 0px;
        padding-top: 175px;
    }

    .front-programms__item-right {
        width: 100%;
        height: 175px;
    }

    .front-programms__item-left {
        padding: 20px 20px 70px;
    }

    .front-programms__item-link {
        height: 50px;
        line-height: 20px;
        padding: 15px;
    }

    .front-programms--card .front-programms__item--img .front-programms__item-cont {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .front-programms {
        padding: 50px 0 40px;
    }

    .front-programms__info {
        padding: 10px 50px;
    }

    .front-programms__item {
        width: 100%;
        margin-bottom: 17px;
    }

    .front-programms__item:nth-child(odd) {
        margin-right: 0;
    }

    .front-programms .more {
        padding-left: 15px;
        font-size: 13px;
    }
}

@media (max-width: 550px) {
    .front-programms__item {
        min-height: auto;
    }

    .front-programms__info {
        padding: 10px 30px;
        font-size: 14px;
        line-height: 20px;
    }

    .front-programms__item-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .front-programms__item--img .front-programms__item-cont {
        padding-top: 0;
    }

    .front-programms__item-right {
        display: none;
    }

    .front-programms--card .front-programms__item-right {
        display: block;
        height: 160px;
    }

    .front-programms--card .front-programms__item-title {
        font-size: 21px;
        line-height: 28px;
    }
}

.front-advantages {
    padding: 65px 0 110px;
    overflow: hidden;
}

.front-advantages-cont {
    margin: 0px -30px 0;
    width: calc(100% + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.front-advantages__item {
    width: 25%;
    float: left;
    padding: 0 30px;
    margin-top: 40px;
}

.front-advantages__item-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 11px;
}

.front-advantages__item-img {
    margin-bottom: 32px;
    height: 103px;
    width: 103px;
}

.front-advantages__item-img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

@media (max-width: 1250px) {
    .front-advantages-cont {
        margin: 0px -15px 0;
        width: calc(100% + 30px);
    }

    .front-advantages__item {
        padding: 0 15px;
    }

    .front-advantages__item-title {
        font-size: 19px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .front-advantages__item {
        width: 50%;
    }
    /*.front-advantages__item:nth-child(2n + 1) { clear: left; }*/
    .front-advantages-cont {
        display: block;
    }
}

@media (max-width: 550px) {
    .front-advantages-cont {
        margin: 0px;
        width: 100%;
    }

    .front-advantages {
        padding: 60px 0 70px;
    }

    .front-advantages__item {
        width: 100%;
        padding: 0;
        padding-left: 110px;
        position: relative;
    }

    .front-advantages__item-img {
        width: 80px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 400px) {
    .front-advantages__item {
        padding-left: 85px;
        margin-top: 25px;
    }

    .front-advantages-cont {
        margin-top: 20px;
    }

    .front-advantages__item-img {
        width: 65px
    }

    .front-advantages__item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .front-advantages__item-text {
        font-size: 12px;
        line-height: 18px;
    }
}


.front-company {
    padding: 65px 0 65px;
    padding-bottom: 200px;
    background: #2b994c;
    background: radial-gradient(circle at 30% 50%, #5bb055, #2b994c, #2b994c); /*background: #2b994c url(/local/templates/.default/images/index_back.jpg) no-repeat center top;*/
    color: #fff;
}

.front-company__col--img {
    width: 61.97%;
    padding-right: 40px;
    float: left;
}

.front-company__col--text {
    width: 38.03%;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 5;
}

.front-company__title {
    text-transform: uppercase;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 25px;
    font-weight: 700;
}

.front-company .more {
    display: inline-block;
    position: relative;
    height: 55px;
    margin-top: 10px;
    border-radius: 30px;
    padding: 15px 25px;
    line-height: 25px;
    padding-right: 63px;
    background: #fff;
    color: #2b994c;
    font-weight: 700;
}

.front-company .more:before {
    content: "";
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    background: #2b994c url(/local/templates/.default/images/btn_arr.svg) no-repeat center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.front-company .more:hover {
    text-decoration: none;
}

.front-company .more:hover:before {
    width: 41px;
    height: 41px;
    right: 7px;
}

.front-company__img {
    position: relative;
    margin: -65px auto 0;
}

.front-company__img:before {
    content: "";
    padding-top: 100%;
    display: block;
}

.front-company__mac {
    position: absolute;
    top: -8%;
    left: 0;
    background: url(/local/templates/.default/images/macbook.png) no-repeat center;
    background-size: contain;
    width: 100%;
    transform: translate(0, -15px);
    opacity: 0;
    transition: all 0.3s linear;
}

.front-company__mac:before {
    content: "";
    padding-top: 95.75%;
    display: block;
}

.front-company__map {
    position: absolute;
    top: -5%;
    left: 3%;
    background: url(/local/templates/.default/images/about_map.png) no-repeat center;
    background-size: contain;
    width: 72%;
    transform: translate(0, -15px);
    opacity: 0;
    transition: all 0.3s linear 0.3s;
}

.front-company__map:before {
    content: "";
    padding-top: 88.32%;
    display: block;
}

.front-company__pin {
    position: absolute;
    background: url(/local/templates/.default/images/about_pin.png) no-repeat center;
    background-size: contain;
    transform: translate(0, -15px);
    opacity: 0;
    transition: all 0.3s linear 1s;
}

.front-company__pin:before {
    content: "";
    padding-top: 148.04%;
    display: block;
}

.front-company__pin--1 {
    width: 14.89%;
    bottom: 23.2%;
    right: 3.3%;
    transition-delay: 0.4s
}

.front-company__pin--2 {
    width: 6.13%;
    bottom: 8%;
    right: 25%;
    transition-delay: 0.5s
}

.front-company__pin--3 {
    width: 9.197%;
    bottom: 45%;
    right: 54%;
    transition-delay: 0.6s
}

.front-company__pin--4 {
    width: 3.942%;
    bottom: 18%;
    right: 68%;
    transition-delay: 0.7s
}

.front-company__pin--5 {
    width: 5.4%;
    top: 9%;
    right: 8.5%;
    transition-delay: 0.8s
}

.front-company__pin--6 {
    width: 6.13%;
    top: 33%;
    right: 12%;
    transition-delay: 0.9s
}

.front-company__pin--7 {
    width: 6.86%;
    bottom: 19.5%;
    left: 6.7%;
    transition-delay: 1s
}

.front-company__pin--8 {
    width: 3.942%;
    top: 41.5%;
    left: -6.3%;
    transition-delay: 1.1s
}

.front-company__pin--9 {
    width: 5.4%;
    top: 20%;
    right: 41.3%;
    transition-delay: 1.2s
}

.front-company__pin--10 {
    width: 3.942%;
    bottom: 45%;
    right: -80%;
    transition-delay: 0.7s
}

.front-company__map-big {
    width: 210%;
    background: url(/local/templates/.default/images/about_map_big-2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: -18.9%;
    top: 0;
}

.front-company__map-big:before {
    content: "";
    padding-top: 51.53%;
    display: block;
}

.front-company__round {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    transform: scale(0.5);
    opacity: 0;
    transition: all 1s linear 0s;
}

.front-company__round:before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    border-radius: 50%;
    border: 1px solid #b9f682;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0, 50%);
    opacity: 0.32;
}

.front-company__round--1 {
    width: 130%;
    transform: translate(-11%, 0%) scale(0.5);
    transition-delay: 0.8s;
}

.front-company__round--2 {
    width: 100%;
    transition-delay: 0.4s;
}

.front-company__round--3 {
    width: 67%;
    transition-delay: 0.2s;
}

.front-company__round--4 {
    width: 45%;
}

.front-company--anim .front-company__mac {
    transform: translate(0, 0px);
    opacity: 1;
}

.front-company--anim .front-company__map {
    transform: translate(0, 0px);
    opacity: 1;
}

.front-company--anim .front-company__pin {
    transform: translate(0, 0px);
    opacity: 1;
}

.front-company--anim .front-company__round {
    transform: scale(1);
    opacity: 1;
}

.front-company--anim .front-company__round--1 {
    transform: translate(-11%, 0%) scale(1);
    opacity: 1;
}

@media (max-width: 1250px) {
    .front-company__title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .front-company__col {
        width: 100%;
        padding: 0;
    }

    .front-company__img {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .front-company__title {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 650px) {
    .front-company { /*padding-bottom: 350px;*/
        padding-bottom: 200px;
    }
}

@media (max-width: 550px) {
    .front-company__title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .front-company__title {
        font-size: 30px;
        line-height: 40px;
    }
}


.form-block__title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form__title {
    font-family: circe;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.7px;
}

.form__text {
    background: #fff;
    border-radius: 5px;
    position: relative;
    height: 54px; /*overflow: hidden;*/
}

.form__text input {
    position: absolute;
    z-index: 2;
    outline: none;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 54px;
    height: 54px;
    background: transparent;
    padding: 0 20px;
}

.form__text input.error {
    border-color: #d33d34 !important;
}


.form__text-span {
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 24px;
    transition: all 0.3s ease;
}

.form__text-span.placeholder-hide {
    opacity: 0;
}

.form__textarea {
    background: #fff;
    position: relative;
    height: 150px;
}

.form__textarea textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 150px;
    resize: none;
    outline: none;
}

.form__textarea .form__text-span {
    top: 20px;
}

.form__submit {
    min-width: 200px;
    display: block;
}

.form__submit input, .form__submit button {
    background: #2b994c url(/local/templates/.default/images/send_ico.svg) no-repeat center left 30px;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-weight: 700;
    width: 100%;
    padding: 0 30px 0 75px;
    border: none;
    border-radius: 5px
}

.form__submit input:hover, .form__submit button {
    background-color: #3eab66;
}

.form__submit button {
    background-image: none;
    position: relative;
    padding: 0 30px;
}

.form__submit button:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 54px;
    vertical-align: top;
    background: url(/local/templates/.default/images/send_ico.svg) no-repeat center;
    margin-right: 15px;
}

.form-item--radio {
    position: relative;
    margin-bottom: 11px;
}

.form-item--radio:last-child {
    margin-bottom: 0;
}

.form-item--radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-item--radio label {
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.form-item--radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d3d0d0;
}

.form-item--radio label:after {
    content: "";
    display: none;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}

.form-item--radio input:checked + label:after {
    display: block;
}

.form-item--check {
    position: relative;
    margin-bottom: 11px;
}

.form-item--check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-item--check label {
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.form-item--check label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background: #ddddda;
}

.form-item--check label:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background: #000 url(/local/templates/.default/images/checkbox_2.svg) no-repeat center;
}

.form-item--check input:checked + label:after {
    display: block;
}

.form--callback .form__title {
    text-align: center;
    color: #fff;
    margin-bottom: 17px;
    font-size: 44px;
    line-height: 54px;
}

.form--callback .form__title-text {
    text-align: center;
    color: #fff;
    max-width: 500px;
    margin: auto;
}

.form--callback {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}

.form--callback .form_content {
    margin: 76px 0 0;
}

.form--callback .form__cont {
    padding: 60px 140px 83px;
    display: block;
    height: 100%;
    background: url(/local/templates/.default/images/form_fone.jpg) no-repeat center;
    background-size: cover;
}

.form--callback .form__text {
    float: left;
    width: calc(50% - 114px);
    margin-right: 14px;
    background: #fff;
    border-radius: 5px;
}

.form__check--agree {
    position: relative;
    float: left;
    width: 100%; /*margin-top: 30px;*/
}

.form__check--agree input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form__check--agree label {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.form__check--agree label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #2b994c;
}

.form__check--agree input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 16px;
    background: url(/local/templates/.default/images/checkbox.svg) no-repeat center;
}


.form--callback.callback-front { /*height: 460px;*/
    margin-top: -230px;
}

.form--callback.callback-front:before {
    display: none;
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0;
    bottom: 50%;
    background: #2b994c;
    z-index: -1
}

.form--callback.callback-front:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #f6f6f3;
    z-index: -1;
}

.form--callback.callback-content-client:before {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: -2px;
    bottom: 50%;
    background: #f6f6f3;
    z-index: -1
}

.form--callback.callback-content-client:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.form--callback.callback-content-footer:before {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: -2px;
    bottom: 50%;
    background: #f6f6f3;
    z-index: -1
}

.form--callback.callback-content-footer:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #273238;
    z-index: -1;
}

.form--callback.callback-news-client:before {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: -2px;
    bottom: 50%;
    background: #edece8;
    z-index: -1
}

.form--callback.callback-news-client:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.form--callback.callback-support-client:before {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: -2px;
    bottom: 50%;
    background: #fff;
    z-index: -1
}

.form--callback.callback-support-client:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.form--callback.callback-geography-client:before {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: -2px;
    bottom: 50%; /*background: #2b994c;*/
    z-index: -1
}

.form--callback.callback-geography-client:after {
    content: "";
    position: absolute;
    left: -200%;
    right: -200%;
    top: 50%;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.form-popup .form__text, .form-popup .form__textarea {
    margin: 10px 0 23px;
}

@media (min-width: 991px) and (max-height: 750px) {
    .form-popup__content .form__title {
        font-size: 30px;
        line-height: 34px;
    }

    .form-popup__content .form__text {
        height: 44px;
    }

    .form-popup__content .form__text input {
        height: 44px;
        line-height: 44px;
    }

    .form-popup__content .form__text-span {
        top: 10px;
    }

    .form-popup .form__text, .form-popup .form__textarea {
        margin: 10px 0 15px;
    }
}

@media (max-width: 1250px) {
    .form--callback .form__cont {
        padding: 60px 80px;
    }
}

@media (max-width: 991px) {
    .form--callback .form__cont {
        padding: 40px 50px;
    }

    .form--callback .form_content {
        margin: 40px 0 0;
    }

    .form--callback .form__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form--callback.callback-front { /*height: 550px;*/
    }

    .form-popup__content .form__title {
        font-size: 30px;
        line-height: 34px;
    }

    .form-popup__content .form__text {
        height: 44px;
    }

    .form-popup__content .form__text input {
        height: 44px;
        line-height: 44px;
    }

    .form-popup__content .form__text-span {
        top: 10px;
    }

    .form-popup .form__text, .form-popup .form__textarea {
        margin: 10px 0 15px;
    }
}

@media (max-width: 650px) {
    .form--callback.callback-front { /*height: 600px;*/
    }
}

@media (max-width: 550px) {
    .form--callback .form__cont {
        padding: 35px 30px;
    }

    .form--callback .form__title {
        font-size: 30px;
        line-height: 33px;
    }

    .form--callback .form__title-text {
        font-size: 14px;
        line-height: 18px;
    }

    .form--callback .form__check--agree label {
        line-height: 15px;
    }
}

@media (max-width: 450px) {
    .form--callback.callback-front { /*height: 550px;*/
    }
}

@media (max-width: 365px) {
    .form--callback.callback-front { /*height: 590px;*/
    }

    .form--callback.callback-front .form__submit {
        width: 100%;
    }

    .form--callback.callback-front .form__submit input {
        padding-left: 90px;
        text-align: left;
    }
}

@media (max-width: 350px) {
    .form__text {
        font-size: 13px;
    }

    .form--callback.callback-front { /*height: 620px;*/
    }
}

.form-popup {
    display: none;
    position: fixed;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.form-popup__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/local/templates/.default/images/cross_pop.svg) no-repeat center top;
    background-size: cover;
    cursor: pointer;
}

.form-popup__close:hover {
    background-position: center bottom;
}

.form-popup__fone {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    background: #359348;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.form-popup__content {
    width: 490px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    min-width: 290px;
    overflow: auto;
    background: #fff;
    padding: 45px;
    position: relative;
    z-index: 5;
    opacity: 0;
}

.form-popup--open {
    z-index: 5;
    display: -webkit-flex;
    display: flex;
}

.form-popup--open .form-popup__fone {
    opacity: 0.929;
}

.form-popup .form__text {
    width: 100%;
    background: #f1f1f1;
    margin: 10px 0 15px;
}

.form-popup .form__textarea {
    width: 100%;
    background: #f1f1f1;
    margin: 10px 0 15px;
}

.form-popup .form__text:last-child, .form-popup .form__textarea:last-child {
    margin-bottom: 0;
}

.form-popup .form__select {
    margin: 10px 0 23px;
}

.form-popup .jq-selectbox {
    position: relative;
    z-index: 3 !important;
}

.form-popup .jq-selectbox__select, .form-popup .jq-selectbox__select:hover {
    background: #f1f1f1;
}

.form-popup .jq-selectbox__select-text {
    font-size: 14px;
    font-family: Roboto;
}

.form-popup .jq-selectbox__dropdown {
    position: absolute;
    top: 54px !important;
}

.wrapper {
    -webkit-transition: -webkit-transform 0.3s 0.1s;
    transition: transform 0.3s 0.1s;
    overflow-x: hidden;
}

.wrapper--move {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale3d(0.95, 0.98, 1);
    transform: scale3d(0.95, 0.98, 1);
}

.form-popup--open .form-popup__content,
.form-popup--close .form-popup__content {
    opacity: 1;
    -ms-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.form-popup--open .form-popup__content {
    -ms-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -ms-animation-name: anim-open;
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

.form-popup--close .form-popup__content {
    -ms-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -ms-animation-name: anim-close;
    -webkit-animation-name: anim-close;
    animation-name: anim-close;
}


@-webkit-keyframes anim-open {
    0% {
        -webkit-transform: translate3d(0, calc(50vh + 50%), 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-open {
    0% {
        -webkit-transform: translate3d(0, calc(50vh + 50%), 0);
        transform: translate3d(0, calc(50vh + 50%), 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, calc(50vh + 50%), 0);
    }
}

@keyframes anim-close {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, calc(50vh + 50%), 0);
        transform: translate3d(0, calc(50vh + 50%), 0);
    }
}

@media (max-width: 550px) {
    .form-popup__content {
        padding: 45px 25px 30px;
    }

    .form-popup .form__title {
        font-size: 30px;
        line-height: 35px;
    }
}


.form--distribution {
    background: #e8e7e1;
    padding: 25px 50px;
    margin: 30px 0;
    position: relative;
    z-index: 10;
}

.form--distribution:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    background: url(/local/templates/.default/images/small_triangle.svg) repeat-x top left;
}

.form--distribution:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: url(/local/templates/.default/images/small_triangle.svg) repeat-x top left;
    transform: rotate(180deg);
}

.form--distribution .form__title {
    float: left;
    width: 250px;
    padding-right: 20px;
    font-weight: 700;
    font-size: 33px;
    line-height: 35px;
}

.form--distribution .form__title-text {
    float: left;
    width: calc(100% - 250px);
}

.form--distribution .form__select {
    width: calc(50% - 62px);
    float: left;
    height: 54px;
    position: relative;
    z-index: 5;
}

.form--distribution .form__select select {
    width: 100%;
    height: 100%;
    display: block;
    border-color: transparent;
}

.form--distribution .form__select:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e8e7e1;
    top: 0;
    right: 0px;
    z-index: 2;
}

.form--distribution .form__check--agree {
    margin-bottom: 0;
    float: none;
}

.form--distribution .form__text input {
    border-radius: 0;
}

.form--distribution .form__title--success {
    float: none;
    width: 100%;
    padding-left: 0;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox select {
    position: absolute;
    z-index: -2;
    opacity: 0;
}

.jq-selectbox__select {
    background: #fff;
    height: 54px;
    box-shadow: none;
    border: none;
    border-radius: 5px 0 0 5px;
    padding: 0 45px 0 20px;
}

.form-popup--subscrible .jq-selectbox__select {
    border-radius: 5px;
}

.jq-selectbox__trigger-arrow {
    width: 13px;
    height: 8px;
    background: url(/local/templates/.default/images/select_arr.svg) no-repeat center;
    border: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
}

.jq-selectbox__trigger {
    border: none;
    width: 45px;
}

.jq-selectbox__select-text {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.form--distribution .jq-selectbox__dropdown {
    margin: 0;
    border: none;
}

.form--distribution .jq-selectbox__dropdown ul {
    margin: 0;
    background: #fff;
    max-height: 100% !important;
    border-radius: 4px;
}

.form--distribution .jq-selectbox__dropdown ul li {
    margin: 0;
    padding: 10px 20px;
}

.form--distribution .jq-selectbox__dropdown ul li:before {
    display: none;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: none;
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox li:hover {
    background: #2b994c
}

.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}

@media (min-width: 991px) and (max-height: 750px) {
    .form-popup .jq-selectbox__select {
        height: 44px;
    }

    .form-popup .jq-selectbox__select-text {
        height: 44px;
        line-height: 44px;
    }
}

@media (max-width: 991px) {
    .form-popup .jq-selectbox__select {
        height: 44px;
    }

    .form-popup .jq-selectbox__select-text {
        height: 44px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .jq-selectbox__select {
        border-radius: 5px;
    }
}

@media (max-width: 550px) {
    .jq-selectbox__select-text {
        font-size: 14px;
    }
}

.form--distribution .chosen-container-single .chosen-single {
    border-radius: 5px 0 0 5px;
}

.form--distribution .form__text {
    width: calc(50% - 62px);
    float: left;
    border-radius: 0;
}

.form--distribution .form__submit {
    min-width: 0;
}

.form--distribution .form__submit input {
    background-image: none;
    width: 124px;
    padding: 0;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.form--distribution form {
    margin-top: 20px;
}

@media (max-width: 1250px) {
    .form--distribution .form__title-text {
        font-size: 13px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .form--distribution .form__select {
        width: 100%;
        margin-bottom: 10px;
    }

    .form--distribution .chosen-container-single .chosen-single {
        border-radius: 5px;
    }

    .form--distribution .form__text {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .form--distribution .form__submit input {
        border-radius: 5px;
    }
}

@media (max-width: 600px) {
    .form--distribution .form__title, .form--distribution .form__title-text {
        width: 100%;
        margin-bottom: 10px;
    }

    .form--distribution {
        padding: 25px 30px;
    }
}


.front-client {
    padding: 70px 0 78px;
    background: #fff;
}

.front-client__cont {
    margin-top: 62px;
    padding: 0 75px;
    height: 70px;
    overflow: hidden;
}

.front-client__item {
    height: 70px;
    position: relative;
}

.front-client__item img {
    max-width: calc(100% - 20px);
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.front-client .bx-wrapper .bx-controls-direction a {
    background: #fff;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    margin-top: -23px;
}

.front-client .bx-wrapper .bx-controls-direction a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #e3e3e3;
    background: url(/local/templates/.default/images/btn_arr.svg) no-repeat center;
    border-radius: 50%;
}

.front-client .bx-wrapper .bx-controls-direction a:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0;
    margin: auto;
    background: #2b994c;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.front-client .bx-wrapper .bx-controls-direction a:hover:before {
    width: 47px;
    height: 47px;
}

.front-client .bx-wrapper .bx-controls-direction a:hover:after {
    border-color: transparent;
}

.front-client .bx-wrapper .bx-controls-direction a.bx-prev:after {
    transform: rotate(180deg);
}

.front-client .bx-wrapper .bx-prev {
    left: -75px;
}

.front-client .bx-wrapper .bx-next {
    right: -75px;
}

.footer__top {
    background: #273238;
    padding: 50px 0 32px;
}

.footer__menu {
    width: calc(100% - 285px);
    float: left;
    overflow: hidden;
    padding-right: 100px;
}

.footer__menu-wr {
    width: calc(100% + 80px);
    margin: 0 -40px;
}

.footer__menu-col {
    width: 33.33%;
    float: left;
    padding: 0 40px;
}

.footer__menu-item {
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 20px;
}

.footer__menu-item, .footer__menu-item a, .footer__menu-item span {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.footer__menu-item a:hover {
    color: #2b994c;
    text-decoration: none;
}

.footer__menu-item span.subscribe:hover {
    color: #2b994c;
    text-decoration: none;
}

.footer__info {
    width: 200px;
    float: left;
}

.footer__info-tel {
    margin-bottom: 10px;
}

.footer__info-tel a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
}

.footer__info-mail {
    margin-bottom: 15px;
}

.footer__info-mail a {
    color: #66b57e;
}

.footer__info-place {
    color: #b9b9b9;
    font-size: 14px;
}

.footer__info_2 {
    width: 40px;
    margin-left: 45px;
    float: right;
}

.footer__bottom {
    background: #1f272c;
    padding: 28px 0;
    padding: 28px 0 56px 0px;
}

.footer__copyright {
    float: left;
    color: #62696e; /*width: 66.66%*/
    width: calc(66.66% - 30px);
}

.footer__dev {
    float: right;
    color: #62696e;
}

.footer__dev .bquadro {
    display: inline-block;
    width: 79px;
    height: 19px;
    background: url(/local/templates/.default/images/LogoBQUADRO.svg) no-repeat center top;
    background-size: cover;
}

.footer__dev a, .footer__dev span {
    color: #62696e;
    line-height: 19px;
    vertical-align: top;
    text-decoration: none;
}

.footer__dev a:hover .bquadro {
    background-position: center bottom;
}

.footer__bottom-left {
    float: left;
    width: calc(100% - 285px);
}

.footer__soc {
    float: left;
    width: 33.33%;
    height: 24px;
}

.footer__soc-item {
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    transition: 0.3s
}

.footer__soc-item:hover {
    opacity: 1;
}

.footer__soc-item--fb {
    background: url(/local/templates/.default/images/fb_ico.svg) no-repeat center;
}

.footer__soc-item--tw {
    background: url(/local/templates/.default/images/tw_ico.svg) no-repeat center;
    width: 24px;
}

.footer__soc-item--tg {
    background: url(/local/templates/.default/images/tg_ico.svg) no-repeat center;
}

.footer__soc-item--yd {
    background: url(/local/templates/.default/images/zen_ico.svg) no-repeat center;
}

.footer__soc-item--vk {
    background: url(/local/templates/.default/images/vk_ico.svg) no-repeat center;
    width: 27px;
}

.footer__soc-item--instagram {
    background: url(/local/templates/.default/images/instagram_ico.svg) no-repeat center;
    width: 27px;
    background-size: contain;
}

.footer__soc-item:last-child {
    margin-right: 0;
}

@media (max-width: 1250px) {
    .footer__menu {
        padding-right: 60px;
    }

    .footer__menu-wr {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }

    .footer__menu-col {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .footer__menu-col {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .footer__menu-item {
        width: 50%;
        float: left;
        padding: 0 15px;
        line-height: 20px;
        margin-bottom: 10px;
        font-size: 11px;
    }

    .footer__menu-item:nth-child(2n + 1) {
        clear: left;
    }

    .footer__menu {
        padding-right: 30px;
        width: calc(100% - 265px);
    }

    .footer__info_2 {
        margin-left: 25px;
    }

    .footer__bottom-left {
        width: 100%;
    }

    .footer__soc {
        text-align: right;
    }

    .footer__dev {
        margin-top: 10px;
        width: 100%;
    }

    .footer__copyright {
        float: none;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__dev, .footer__soc {
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer__info {
        width: 165px;
    }

    .footer__menu {
        padding-right: 30px;
        width: calc(100% - 210px);
    }

    .footer__info_2 {
        margin-left: 5px;
    }

    .footer__bottom {
        font-size: 13px;
    }

    .footer__info-place {
        line-height: 20px;
    }

    .footer__menu-item {
        padding: 0 10px;
    }

    .footer__menu-col {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .footer__top {
        padding: 30px 0;
    }

    .footer__info-tel a {
        letter-spacing: 0px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .footer__menu {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #334149;
    }

    .footer__info {
        width: calc(100% - 65px);
    }

    .footer__info-tel a {
        letter-spacing: 1px;
    }

}

@media (max-width: 550px) {
    .footer__bottom {
        text-align: center;
    }

    /*	.footer__copyright { float: none; display: inline-block; width: 100%; margin-bottom: 10px; }
	.footer__dev, .footer__soc { float: none; display: inline-block; text-align: center; width: 100%;  }*/
}

@media (max-width: 400px) {
    .footer__menu-item {
        width: 100%;
    }
}

/*
.news { background: #fff; }
.news__item { display: block; position: relative; color: #262626; text-decoration: none; padding: 30px 40px 34px; min-height: 150px; cursor: pointer; box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);  }
.news__item--img { padding-left: 235px;  }
.news__item:after { content: ""; display: block; position: absolute; left: 0; top: 1px; width: 100%; height: calc(100% - 1px); transition: all 0.3s ease; background: #fff;   }
.news__item:not(:first-child):before { content: ""; display: block; height: 1px; width: 100%; background: #e5e5e3; position: absolute; left: 0; top: 0; }
.news__item-img { position: absolute; width: 195px; left: 20px; top: 30px; }
.news__item-img:before { content: ""; display: block; padding-top: 74.35%; }
.news__item-top { color: #2b994c; font-weight: 500; font-size: 13px; line-height: 15px; position: relative; z-index: 2; margin-bottom: 10px; }
.news__item-date, .news__item-type { display: inline-block; margin-right: 5px; text-transform: uppercase; }
.news__item-type--event, .news__item-type--new { padding: 0 10px; color: #fff; position: relative; }
.news__item-type--event:before, .news__item-type--new:before { content: ""; display: block; position: absolute; top: 0; z-index: -1; top: -6px; bottom: -4px; left: 0; right: 0; background: red;}
.news__item-type--event:before { background: #279ed6 }
.news__item-type--new:before { background: #c07a42 }


.news__item-text { color: #73757d; position: relative; z-index: 2; font-size: 13px; line-height: 22px; }
.news__item-title { font-family: circe; font-weight: 700; color: #262626; font-size: 22px; line-height: 30px; margin-bottom: 3px; position: relative; z-index: 2; }
.news__item:hover .news__item-title { color: #2b994c; text-decoration: underline; }
.news__item:hover { z-index: 5; text-decoration: none; }
.news__item:hover:after { width: calc(100% + 40px); left: -20px; box-shadow: 0px 18px 68px 0px rgba(0, 0, 0, 0.09),0px 13px 35px 0px rgba(0, 0, 0, 0.06); }
.bx-ie .news__item:hover:after { transform: scale(1.1); width: 100%; left: 0; }
.news__item.news__item--main { padding: 20px; }
.news__item.news__item--main:after { display: none; }
.news__item--main .news__item-img { width: 100%; position: relative; top: auto; left: auto; margin-bottom: 17px; }
.news__item--main .news__item-img:before { padding-top: 55.9%; }
.news__item--main .news__item-top { margin-bottom: 15px; }
.news__item--main .news__item-title { font-size: 33px; line-height: 40px; margin-bottom: 10px; }
.news__item--main .news__item-text { font-size: 22px; line-height: 32px; min-height: 168px; }

@media(max-width: 767px) {
	.news__item-img { width: 150px; }
	.news__item--img  { padding-left: 195px; }
}

@media(max-width: 550px) {
	.news__item-img { width: 100%; position: relative; left: auto; top: auto; margin-bottom: 15px;}
	.news__item-img:before { padding-top: 55.9%; }
	.news__item, .news__item.news__item--main  { padding: 30px 30px; }
	.news__item--main .news__item-title { font-size: 28px; line-height: 32px;  }
	.news__item--main .news__item-text { font-size: 18px; line-height: 24px; }
	.news__item-title { line-height: 26px; margin-bottom: 10px; }
}
@media(max-width: 350px) {
	.news__item-title { font-size: 20px; line-height: 24px; }
	}*/


.ya-share2__item {
    padding-left: 0;
}

.ya-share2__item:before {
    display: none;
}

.ya-share2__container_size_m ul {
    margin: 0;
}

.ya-share2__container_size_m .ya-share2__item {
    margin: 0 !important;
    border-right: 1px solid #e5e5e3;
    padding-left: 0;
}

.ya-share2__container_size_m .ya-share2__item:before {
    display: none !important;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
    border: none;
}

.ya-share2__container_size_m .ya-share2__link {
    width: 53px !important;
    height: 24px !important;
}

.ya-share2__container_size_m .ya-share2__icon {
    display: none;
}

.ya-share2__item_service_twitter .ya-share2__link {
    background: url(/local/templates/.default/images/tw_ico.svg) no-repeat center;
}

.ya-share2__item_service_facebook .ya-share2__link {
    background: url(/local/templates/.default/images/fb_ico.svg) no-repeat center;
}

.ya-share2__item_service_vkontakte .ya-share2__link {
    background: url(/local/templates/.default/images/vk_ico.svg) no-repeat center;
}


.invitation {
    background: #e8e7e1;
    padding: 0px 30px 30px;
    margin: 50px 0;
}

.invitation:last-child {
    margin-bottom: 0;
}

.invitation__title {
    padding: 17px 30px;
    position: relative;
    width: calc(100% + 60px);
    margin: 0 -30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-family: circe;
    background: -moz-linear-gradient(0deg, #2d984b 0%, #6ac45a 100%);
    background: -webkit-linear-gradient(0deg, #2d984b 0%, #6ac45a 100%);
    background: -ms-linear-gradient(0deg, #2d984b 0%, #6ac45a 100%);
}

.invitation__title:after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url(/local/templates/.default/images/big_triangle.svg) repeat-x top left;
}

.invitation__cont {
    padding: 37px 0 30px;
    border-bottom: 1px solid #bab9b4;
    margin-bottom: 30px;
}

.invitation__bottom {
}

.invitation__date {
    width: 165px;
    padding-right: 30px;
    float: left;
}

.invitation__theme {
    width: calc(100% - 165px);
    float: left;
}

.invitation__tit {
    text-transform: uppercase;
    color: #959595;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 3px;
}

.invitation__text {
    font-size: 22px;
    line-height: 30px;
    color: #39393c
}

.invitation__btn {
    float: left;
    border-radius: 5px;
    width: 337px;
    max-width: 100%;
    text-align: center;
    background: #464d82;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    min-height: 54px;
}

.invitation__btn--adap {
    display: none;
}

.invitation__btn:hover {
    color: #fff;
    text-decoration: none;
    background: #555fa6;
}

.invitation__info {
    float: left;
    width: calc(100% - 370px);
    padding: 5px 0 5px 44px;
    margin-left: 33px;
    background: url(/local/templates/.default/images/hourglass.svg) no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    min-height: 50px;
    opacity: 0.5;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}

@media (max-width: 1250px) {
    .invitation__info {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .invitation__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 550px) {
    .invitation {
        padding: 0 20px 20px;
    }

    .invitation__title {
        padding: 17px 20px;
        width: calc(100% + 40px);
        margin: 0 -20px;
        font-size: 20px;
        line-height: 26px;
    }

    .invitation__date {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .invitation__theme {
        width: 100%;
    }

    .invitation__btn {
        display: none;
    }

    .invitation__btn--adap {
        display: block;
        width: 100%;
    }
}


.parination {
    display: flex;
    background: #fff;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.parination:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.parination__item {
    height: 60px;
    line-height: 60px;
    width: 70px;
    text-align: center;
    color: #39393c;
    position: relative;
}

.parination__item:before {
    content: "";
    position: absolute;
    width: calc(100% + 1px);
    height: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    top: 0;
    left: -1px;
}

/*.parination__item:after { content: ""; position: absolute; width: 100%; height: 1px; background: #dcdcdc; top: 0; right: 0; }*/
a.parination__item:hover {
    background: #2b994c;
    color: #fff;
    text-decoration: none;
}

.parination__item--next, .parination__item--prev {
    flex-grow: 1; /*max-width: 200px; */
}

.parination__item.parination__item--next:before {
    border-right: 0;
}

.parination__item.parination__item--active, span.parination__item.parination__item--active {
    background: #dfded6;
    color: rgba(57, 57, 60, 0.5);
}

@media (max-width: 1250px) {
    .parination__item {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .parination__item {
    }

    .parination__item--next, .parination__item--prev {
        text-indent: -9999px;
        position: relative;
        min-width: 50px;
        max-width: 100px;
    }

    .parination__item--next span, .parination__item--prev span {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 30px;
        height: 16px;
        background: url(/local/templates/.default/images/pagin_left_green.svg) no-repeat center bottom;
        background-size: cover;
    }

    .parination__item--next span {
        transform: rotate(180deg);
    }

    .parination__item--next:hover span, .parination__item--prev:hover span {
        background-position: center top
    }
}

@media (max-width: 550px) {
    .parination__item {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 400px) {
    .parination__item {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .parination__item--next span, .parination__item--prev span {
        width: 26px;
        height: 14px
    }
}


.service-list .parination {
    margin-top: -1px;
}

.corpline-projects .parination:before {
    display: none;
}

.right-menu {
    padding-left: 32px;
    margin-top: 0;
}

.right-menu:first-child {
    margin-top: 0;
}

.right-menu:last-child {
    margin-bottom: 0;
}

.right-menu__item {
    padding-left: 0;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 14px;
    padding-left: 23px;
}

.right-menu__item:before {
    display: none !important;
}

.right-menu__item a {
    color: #1a1a1c;
}

.right-menu__item a:hover {
    color: #f5b24e;
    text-decoration: none;
}

.right-menu__item--active span {
    position: relative;
    color: #f5b24e;
}

.right-menu__item--active span:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f5b24e
}

@media (max-width: 991px) {
    .right-menu {
        padding-left: 0px;
    }
}

@media (max-width: 600px) {
    .right-menu__item {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 400px) {
    .right-menu__item {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
}


.document-list__item {
    padding: 30px 50px;
    position: relative;
}

.document-list__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
    border: 1px solid #e1e1de;
}

.document-list__item .file {
    position: relative;
    z-index: 2;
    margin: 0;
}

@media (max-width: 450px) {
    .document-list__item {
        padding: 20px 30px;
    }
}

@media (max-width: 400px) {
    .ya-share2__container_size_m .ya-share2__link {
        width: 39px !important
    }
}


.about-advant {
    width: calc(100% + 40px);
    margin: 30px -20px;
    position: relative;
}

.about-advant__item {
    width: 50%;
    padding: 0 20px;
    float: left;
    margin-bottom: 42px;
}

.about-advant__item:nth-child(2n + 1) {
    clear: left;
}

.about-advant__item-title {
    font-family: circe;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-advant__item-text {
    color: #959595;
}

.about-advant__dop {
    width: 288px;
    height: 288px;
    background: #fff;
    border-radius: 50% 50% 50% 10px;
    padding: 45px 45px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: -350px;
}

.about-advant__dop-prev {
    font-family: circe;
    display: block;
    border: 2px solid #2b994c;
    padding: 6px 20px;
    font-weight: 700;
    width: calc(100% - 34px);
    text-transform: uppercase;
    color: #fff;
    background: #2b994c;
    margin: 0 auto 44px;
    font-size: 11px;
    line-height: 14px;
    border-radius: 20px;
}

.about-advant__dop-prev:hover {
    background: #fff;
}

.about-advant__dop-num {
    font-family: circe;
    font-size: 90px;
    line-height: 85px;
    font-weight: 700;
}

.about-advant__dop-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

@media (max-width: 1250px) {
    .about-advant__dop {
        width: 250px;
        height: 250px;
        right: -300px;
    }

    .about-advant__dop-prev {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-advant__dop-num {
        font-size: 90px;
        line-height: 70px;
    }
}

@media (max-width: 991px) {
    .about-advant__dop {
        display: none;
    }
}

@media (max-width: 550px) {
    .about-advant__item {
        width: 100%;
    }
}


.about-menu {
    margin: 45px 0 33px;
}

.about-menu__item {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 35px;
    padding: 60px 85px 0;
    color: #39393c;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease;
}

.about-menu__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-menu__item-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.3) 100%);
    background: -ms-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.3) 100%);
}

.about-menu__item-info {
    width: calc(100% + 170px);
    margin: 0 -85px;
    position: relative;
    z-index: 2;
}

.about-menu__item-cont {
    min-height: 215px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}

.about-menu__item-text {
    font-size: 30px;
    line-height: 37px;
}

.about-menu__item-title {
    font-family: circe;
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2b994c;
}

.about-menu__item-title:after {
    content: "";
    margin-left: 27px;
    display: inline-block;
    width: 47px;
    height: 24px;
    vertical-align: middle;
    line-height: 40px;
    background: url(/local/templates/.default/images/about_card_arr.svg) no-repeat center top;
    background-size: cover;
}

.about-menu-info {
    display: flex;
    -ms-display: flex;
}

.about-menu-info__item {
    width: 33.33%;
    float: left;
    padding: 40px 50px 25px 85px;
    position: relative;
}

.about-menu-info__item:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    top: 0;
    left: 0
}

.about-menu-info__item:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background: #f2f2f2;
    top: 0;
    right: -1px;
}

.about-menu-info__item-title {
    font-family: circe;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
}

.about-menu-info__item-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 21px;
    height: 15px;
    background: url(/local/templates/.default/images/about_tick.svg) no-repeat center;
    background-size: contain;
}

.about-menu-info__item-text {
    line-height: 20px;
}

.about-menu__item:hover {
    text-decoration: none;
    color: #39393c;
    box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
}

.about-menu__item:hover .about-menu__item-img {
    opacity: 0.2;
}

.about-menu__item:hover .about-menu__item-title:after {
    background-position: center bottom;
}

@media (max-width: 1250px) {
    .about-menu__item {
        padding: 50px 60px 0
    }

    .about-menu__item-info {
        width: calc(100% + 120px);
        margin: 0 -60px;
    }

    .about-menu-info__item {
        padding: 30px 30px 30px 60px;
    }
}

@media (min-width: 991px) and (max-height: 700px) {
    .about-menu__item-title {
        font-size: 45px;
        line-height: 55px
    }

    .about-menu__item-text {
        font-size: 24px;
        line-height: 30px;
    }

    .about-menu__item-cont {
        min-height: 150px;
    }

    .about-menu__item {
        padding: 50px 60px 0
    }

    .about-menu__item-info {
        width: calc(100% + 120px);
        margin: 0 -60px;
    }

    .about-menu-info__item {
        padding: 30px 30px 30px 60px;
    }
}


@media (max-width: 991px) {
    .about-menu__item-title {
        font-size: 45px;
        line-height: 55px;
    }

    .about-menu__item-text {
        font-size: 22px;
        line-height: 25px;
    }

    .about-menu-info__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .about-menu__item-cont {
        min-height: 170px;
    }

    .about-menu__item {
        padding: 30px 40px 0
    }

    .about-menu__item-info {
        width: calc(100% + 80px);
        margin: 0 -40px;
    }

    .about-menu-info__item {
        padding: 20px 20px 20px 45px;
    }

    .about-menu-info__item-text {
        font-size: 14px;
    }

    .about-menu-info__item-title:before {
        width: 15px;
        left: -25px;
    }
}

@media (max-width: 767px) {
    .about-menu__item-title {
        font-size: 35px;
        line-height: 40px;
    }

    .about-menu-info {
        display: block;
    }

    .about-menu-info__item {
        width: 100%;
        padding: 20px 40px;
    }

    .about-menu-info__item:after {
        display: none;
    }

    .about-menu__item-title:after {
        width: 30px;
        height: 15px;
    }

    .about-menu {
        margin-top: 0;
    }
}

@media (max-width: 550px) {
    .about-menu__item-text {
        font-size: 18px;
        line-height: 22px;
    }

    .about-menu__item-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 400px) {
    .about-menu__item {
        padding: 30px 30px 0
    }

    .about-menu__item-info {
        width: calc(100% + 60px);
        margin: 0 -30px;
    }
}

.block-type {
}

.block-type__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: red;
}

.block-type__item--block {
    background: url(/local/templates/.default/images/grid_ico.svg) no-repeat center;
}

.block-type__item--line {
    background: url(/local/templates/.default/images/list_ico.svg) no-repeat center;
}

.block-type__item.active {
    opacity: 0.5;
}


.products-advant {
    margin-bottom: 40px;
    max-width: 670px;
}

.products-advant__item {
    margin-bottom: 25px;
    padding-left: 100px;
    position: relative;
    min-height: 65px;
}

.products-advant__item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 7px;
    font-family: circe;
}

.products-advant__item-text {
    color: #39393c;
}

.products-advant__item-img {
    position: absolute;
    left: 18px;
    top: 8px;
    width: 63px;
    height: 63px;
    background: no-repeat center;
    background-size: contain;
}

@media (max-width: 400px) {
    .products-advant__item-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 7px;
    }
}


.product-list {
    background: #fff;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
}

.product-list__top {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 60px;
    height: 60px;
    position: relative;
}

.product-list__top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: #e5e5e3;
}

.product-list__cont {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    width: 100%;
}

.product-type span {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.product-type span.akcii {
    background: #97c565
}

.product-type span.new {
    background: #279ed6
}

.product-type span.pop {
    background: #c07a42
}


.product-list__item {
    width: 50%;
    float: left;
    position: relative;
    color: #262626;
    height: 400px;
}

.product-list__item-cont {
    padding: 50px 40px 35px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
}

.bx-ie .product-list__item-cont {
    transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.bx-ie .product-list--line .product-list__item-cont:before {
    transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.product-list__item-in {
    position: relative;
}

.product-list__item-type {
    position: absolute;
    top: -50px;
    left: -40px;
    z-index: 2;
}

.product-list__item-img {
    height: 140px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.product-list__item-img img {
    margin: auto;
    max-width: calc(100% - 40px);
    max-height: 100%;
    display: block;
}

.product-list__item-price {
    color: #8f7963;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

.product-list__item-text {
    color: #6a6a6a;
    line-height: 22px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

.product-list__item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.product-list__item:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    border: 1px solid #e5e5e3;
    border-left: 0;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.product-list__item:nth-child(2n):before {
    border-right: 0;
}

.product-list__item:after {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    z-index: 2;
    height: 35px;
    bottom: 0;
    left: 30px;
    opacity: 1;
    transition: all 0.3s ease;
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to top, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
}

/*.product-list__item:hover:after {width: calc(100% + 20px); height: calc(100% + 20px); top: -10px; left: -10px; background: #fff; box-shadow: 0px 18px 68px 0px rgba(0, 0, 0, 0.09),0px 13px 35px 0px rgba(0, 0, 0, 0.06); }
.product-list__item:hover:before {  width: calc(100% + 20px); height: calc(100% + 20px); top: -10px; left: -10px; border-color: #fff; }*/
.product-list__item:hover {
    color: #262626;
    text-decoration: none;
    z-index: 4;
}

.product-list__item.hover:after {
    opacity: 0;
}

.product-list__item.hover .product-list__item-cont {
    background: #fff;
    width: calc(100% + 30px);
    height: auto;
    min-height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    padding: 65px 55px 50px;
    box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
}

.product-list--line .product-list__top {
    border-bottom: 1px solid #e5e5e3;
}

.product-list--line .product-list__item {
    width: 100%;
    min-height: 190px;
    height: auto;
    border-bottom: 1px solid #e5e5e3;
}

.product-list--line .product-list__item-cont {
    position: relative;
    min-height: 189px;
    padding-left: 165px;
    padding-top: 35px;
    overflow: visible;
    height: auto !important;
}

.product-list--line .product-list__item-cont:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.product-list--line .product-list__item-type {
    left: -165px;
    top: -35px;
}

.product-list--line .product-list__item-type span {
    line-height: 25px;
    height: 25px;
}

.product-list--line .product-list__item-img {
    height: 120px;
    width: 165px;
    position: absolute;
    left: -165px;
    top: 0;
}

.product-list--line .product-list__item-price {
    position: absolute;
    right: 30px;
    top: 0px;
    margin-top: 0;
}

.product-list--line .product-list__item-title {
    max-width: calc(100% - 150px);
}

.product-list--line .product-list__item:hover .product-list__item-cont {
    width: 100%;
    height: auto;
    min-height: 100%;
    left: 0px;
    top: 0px;
    padding: 35px 40px 35px;
    padding-left: 165px;
    box-shadow: none;
}

.product-list--line .product-list__item:hover .product-list__item-cont:before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .product-list__cont {
        display: block;
    }

    .product-list__top {
        border-bottom: 1px solid #e5e5e3;
    }

    .product-list__item {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e5e5e3;
    }

    .product-list__item:after, .product-list__item:before {
        display: none;
    }

    .product-list__item-cont, .product-list--line .product-list__item-cont {
        position: static;
        padding: 40px 30px;
        padding-left: 0;
        height: auto !important;
    }

    .product-list__item-cont:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.3s ease;
    }

    .product-list__item-in {
        padding-left: 150px;
        min-height: 100px;
    }

    .product-list__item-img, .product-list--line .product-list__item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        height: 100px;
    }

    .product-list__item-type, .product-list--line .product-list__item-type {
        top: -40px;
        left: 0;
    }

    .product-list__item-title {
        max-width: calc(100% - 150px);
    }

    .product-list__item-price, .product-list--line .product-list__item-price {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 0;
    }

    .product-list--line .product-list__item {
        min-height: 0;
    }

    .product-list__item-type span {
        line-height: 25px;
        height: 25px;
    }

    .product-list--line .product-list__item:hover .product-list__item-cont {
        padding: 40px 30px;
        padding-left: 0;
    }

    .product-list__item:hover .product-list__item-cont:before {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
        top: -15px;
        box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767px) {
    .product-list__item-title {
        max-width: 100%;
    }

    .product-list__item-price {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .product-list--line .product-list__item-title {
        max-width: 100%;
    }

    .product-list--line .product-list__item-price {
        position: static;
        margin-top: 10px;
    }
}

@media (max-width: 550px) {
    .product-list__item-in {
        padding-left: 0px;
    }

    .product-list__item-img, .product-list--line .product-list__item-img {
        height: 140px;
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 0;
    }

    .product-list--line .product-list__item {
        padding-left: 20px;
        padding-top: 30px;
    }

    .product-list--line .product-list__item-type {
        left: 0;
    }

    .product-list--line .product-list__item-price {
        position: static;
    }

    .product-list--line .product-list__item-title {
        max-width: 100%;
    }

    .product-list--line .product-list__item-cont, .product-list__item-cont {
        padding: 40px 20px 20px;
    }

    .product-list--line .product-list__item:hover .product-list__item-cont {
        padding: 40px 20px 35px;
    }

    .product-list__item:after {
        width: calc(100% - 40px);
        left: 20px;
    }
}

@media (max-width: 400px) {
    .product-list__item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .product-list__item-price {
        font-size: 16px;
        line-height: 18px;
    }
}

.product {
    background: #fff;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
}

.product__top {
    padding: 50px;
}

.product__top-img {
    width: 160px;
    float: left;
    padding-right: 30px;
}

.product__top-img img {
    max-width: 100%;
    max-height: 100%;
}

.product__top-cont {
    width: calc(100% - 160px);
    float: right;
}

.product .product__top-title {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 15px;
}

.product__top-price {
    font-size: 22px;
    line-height: 30px;
    color: #8f7963;
    font-weight: 700;
}

.product__blocks-cont {
    padding: 50px;
}

.product__tabs {
    text-align: center;
    height: 60px;
    line-height: 24px;
    background: #f7f7f4;
    padding: 20px;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #f7f7f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product__tabs-item {
    position: relative;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #39393c;
}

.product__tabs-item:hover, .product__tabs-item.active {
    color: #2b994c;
    text-decoration: none;
}

.product__tabs-item.active:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -17px;
    background: #2b994c;
}

.product__blocks-cont h3 {
    margin-top: 30px;
}

/*.product__blocks-title { padding: 15px 50px; font-size: 22px; line-height: 30px; background: #edece8; font-weight: 700; }*/
.product__blocks-item {
    display: none;
}

.product__blocks-item:first-child {
    display: block;
}

.product__blocks .service-list__title {
    box-shadow: inset -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
}

.product__form {
    background: #fff;
    border-top: 1px solid #e5e5e3;
    padding: 60px 60px;
}

.product__form-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 33px;
    line-height: 37px;
    font-family: circe;
    font-weight: 700;
}

.product__form form {
    max-width: 465px;
    margin: auto;
}

.product__form .form__text {
    margin-bottom: 10px;
    overflow: visible;
    height: auto;
}

.product__form .form__text label {
    width: 152px;
    padding-right: 20px;
    line-height: 54px;
    float: left;
    color: #464646;
}

.product__form .form__text input {
    position: static;
    width: calc(100% - 152px);
    color: #464646;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    float: left;
    line-height: 52px;
    height: 54px;
    padding: 0 20px;
}

.product__form .form__submit, .product__form .form__check {
    width: calc(100% - 152px);
    float: right;
}

.product__form .form__check--agree label {
    color: #a0a0a0;
}

@media (max-width: 767px) {
    .product__top {
        padding: 30px;
    }

    .product__blocks-cont {
        padding: 30px;
    }

    .product__blocks-title {
        padding: 15px 30px;
    }

    .product .product__top-title {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 650px) {
    .product__top-img {
        width: 140px;
    }

    .product__top-cont {
        width: calc(100% - 140px);
    }

    .product .product__top-title {
        font-size: 35px;
        line-height: 40px;
    }

    .product__tabs-item {
        padding: 0 10px;
    }

}

@media (max-width: 550px) {
    .product__top-cont {
        width: 100%;
        margin-bottom: 20px;
    }

    .product__top-img {
        width: 100%;
        padding-right: 0;
    }

    .product__top-title {
        font-size: 30px;
        line-height: 35px;
    }

    .product__top-price {
        font-size: 18px;
        line-height: 25px;
    }

    .product__top-img img {
        max-height: 150px;
    }

    .product__form .form__text label {
        width: 100%;
        line-height: 20px;
        margin-bottom: 6px
    }

    .product__form .form__text input {
        width: 100%;
    }

    .product__form .form__submit, .product__form .form__check {
        width: 100%;
    }

    .product__form {
        padding: 40px 30px;
    }

    .product .product__form-title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 500px) {
    .product__tabs {
        height: auto;
        padding: 0 0 15px;
    }

    .product__tabs-item {
        width: 50%;
        float: left;
        height: 30px;
        padding: 5px;
    }

    .product__tabs-item.active:after {
        display: none;
    }

    .product__tabs-item.active {
        background: #2b994c;
        color: #fff;
    }
}

@media (max-width: 350px) {
    .product .product__form-title {
        font-size: 24px;
        line-height: 28px;
    }

    .product__tabs-item {
        width: 100%;
    }
}


.other-product__title {
    display: block;
    background: #edece8;
    color: #39393c;
    font-weight: 700;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    text-align: center;
}

.other-product__title:hover {
    color: #2b994c;
    text-decoration: none;
}

.other-product__item {
    width: 100%;
    min-height: 170px;
    padding: 15px 20px 15px 135px;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    background: #fff;
    color: #39393c;
    border-bottom: 1px solid #e5e5e3;
}

.other-product__item-img {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.other-product__item-img img {
    position: absolute;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.other-product__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.other-product__item:hover {
    text-decoration: none;
    color: #2b994c;
}

.other-product__link {
    line-height: 60px;
    height: 60px;
    color: #39393c;
    text-align: center;
    font-weight: 500;
    display: block;
    background: #fff;
}

.other-product__link:after {
    content: "";
    width: 17px;
    height: 60px;
    vertical-align: top;
    background: url(/local/templates/.default/images/arrow_right.svg) no-repeat center;
    display: inline-block;
    margin-left: 14px;
}

.other-product__link:hover {
    color: #2b994c;
    text-decoration: none;
}

.other-product__item-type {
    margin-bottom: 5px;
}

.other-product__item-type span {
    line-height: 25px;
    height: 25px;
}

@media (max-width: 1250px) {
    .other-product__item {
        padding-left: 100px;
    }

    .other-product__item-img {
        width: 100px;
    }

    .other-product__item-img img {
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px);
    }

    .other-product__item-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .other-product__item {
        min-height: 140px;
    }
}

@media (max-width: 500px) {
    .other-product__item {
        min-height: 150px;
    }
}

.service-page {
    background: #f6f6f3 url(/local/templates/.default/images/services_back.jpg) no-repeat center top 168px;
}

.service-list__title {
    padding: 15px 50px;
    font-size: 22px;
    line-height: 30px;
    background: #edece8;
    font-weight: 700;
}

.service-list {
    background: #fff;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
}

.service-list__cont {
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.service-list__all {
    padding: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    color: #39393c;
}

.service-list__all:after {
    content: "";
    width: 17px;
    height: 24px;
    vertical-align: top;
    background: url(/local/templates/.default/images/arrow_right.svg) no-repeat center;
    display: inline-block;
    margin-left: 14px;
}

.service-list__all:hover {
    text-decoration: none;
    color: #2b994c;
}

.service-list__item {
    position: relative;
    border-bottom: 1px solid #e8e8e5;
    height: 400px;
    width: 50%;
}

.service-list__item:nth-child(2n + 1):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e8e8e5; /* transition: all 0.3s ease;*/
}

.service-list__item-cont {
    display: block;
    padding: 25px 50px;
    color: #39393c;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.bx-ie .service-list__item-cont {
    transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.service-list__item-in {
    position: relative;
}

.service-list__item--img .service-list__item-in {
    min-height: 80px;
}

.service-list__item-order {
    cursor: pointer;
    letter-spacing: 0.8px;
    display: inline-block;
    margin-top: -5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 34px;
    line-height: 36px;
    border-radius: 20px;
    color: #39393c;
    padding: 0 20px;
}

.service-list__item-title {
    font-size: 18px;
    line-height: 24px; /*margin-top: 35px;*/
    font-weight: 700;
    min-height: 35px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #39393c;
}

.service-list__item--img .service-list__item-title {
    margin-top: 0;
}

.service-list__item-text {
    position: relative;
}

.service-list__item-top {
    margin-top: 15px;
    margin-left: -20px;
}

.service-list__item-price {
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 8px;
}

.service-list__item-price .rub {
    vertical-align: baseline;
}

.service-price {
    font-weight: 700;
    display: inline-block;
}

.service-price--text {
    font-size: 14px;
    line-height: 16px;
}

.service-list__item--img .service-list__item-top {
    position: absolute;
    top: 0;
    right: -20px;
    margin-top: 0;
    text-align: right;
    max-width: calc(100% - 100px)
}

.service-list__item--img .service-list__item-price {
    display: block;
}

.service-list__item-img {
    width: 80px;
    height: 80px;
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
}

.service-list__item-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.service-list__item:hover .service-list__item-order {
    background: #e0f0e4;
    color: #2f974a;
    text-decoration: none;
}

.service-list__item .service-list__item-cont:after {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    z-index: 3;
    height: 30px;
    bottom: 0;
    left: 0px;
    opacity: 1;
    transition: all 0.3s ease;
    background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
    background: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to top, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.3) 100%);
}

.service-list__item-cont:hover {
    color: #39393c
}

.service-list__item-cont:hover .service-list__item-title {
    color: #2b994c;
}

.service-list__item.hover {
    z-index: 6;
}

.service-list__item.hover .service-list__item-cont:after {
    opacity: 0;
}

.service-list__item.hover .service-list__item-cont {
    background: #fff;
    width: calc(100% + 30px);
    height: auto;
    min-height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    padding: 40px 65px;
    box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
}


.service-list.service-list--line {
    display: block;
}

.service-list.service-list--line .service-list__item {
    width: 100%;
    height: auto;
    min-height: 0;
}

.service-list.service-list--line .service-list__item:nth-child(2n + 1):before {
    display: none;
}

.service-list.service-list--line .service-list__item-cont {
    display: block;
    position: relative;
    padding: 25px 50px;
    height: auto !important;
    overflow: visible;
}

.service-list.service-list--line .service-list__item-img {
    position: absolute;
    top: 0px;
    left: -100px;
}

.service-list.service-list--line .service-list__item-top {
    top: -5px;
}

.service-list.service-list--line .service-list__item-price {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: baseline;
    line-height: 34px;
    height: 34px;
}

.service-list.service-list--line .service-list__item-title {
    min-height: 35px;
    display: inline-block;
    max-width: calc(100% - 230px);
}

.service-list.service-list--line .service-list__item--img .service-list__item-cont {
    padding-left: 150px;
}

.service-list.service-list--line .service-list__cont {
    display: block;
}

.service-list.service-list--line .service-list__item-cont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
}

.service-list.service-list--line .service-list__item-cont:after {
    display: none;
}

.service-list.service-list--line .service-list__item:hover .service-list__item-cont:before {
    background: #fff;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    border-color: #fff;
    box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
}

.service-list.service-list--line .service-list__item--img .service-list__item-top--text {
    position: static;
    text-align: left;
    max-width: 100%;
}

.bx-ie .service-list--line .service-list__item-cont:before {
    transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.product__blocks .service-list__item-order {
    position: absolute;
}

@media (max-width: 1250px) {
    .service-list__item-cont {
        padding: 25px 30px;
    }

    .service-list__title {
        padding: 15px 30px;
    }

    .service-list__item:after {
        width: calc(100% - 60px);
        left: 30px;
    }

    .service-list__item.hover .service-list__item-cont {
        padding: 40px 45px;
    }
}

@media (min-width: 991px) and (max-height: 700px) {
    .service-list__all:after {
        height: 20px;
    }
}

@media (max-width: 991px) {
    .service-list__item-title {
        margin-top: 0;
    }

    .service-list__item {
        width: 100%;
        height: auto;
    }

    .service-list__item:nth-child(2n + 1):before {
        display: none;
    }

    .service-list__item-cont {
        position: relative;
        height: auto !important;
        overflow: visible;
    }

    .service-list.service-list--line .service-list__item-cont {
        padding: 25px 30px;
    }

    .service-list.service-list--line .service-list__item--img .service-list__item-cont, .service-list__item--img .service-list__item-cont {
        padding-left: 130px;
    }

    .service-list__item-img {
        position: absolute;
        top: 0px;
        left: -100px;
    }

    .service-list__item--img .service-list__item-title {
        min-height: 35px;
    }

    .service-list__item .service-list__item-cont:after {
        display: none;
    }

    .service-list__item-cont:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease;
    }

    .service-list__item:hover .service-list__item-cont:before {
        background: #fff;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        left: -15px;
        top: -15px;
        border-color: #fff;
        box-shadow: 0px 28px 88px 0px rgba(0, 0, 0, 0.13), 0px 23px 55px 0px rgba(0, 0, 0, 0.1);
    }

    .service-list__item-top {
        position: static;
        margin-top: 10px;
    }

    .service-list__item-price {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: baseline;
        line-height: 34px;
        height: 34px;
        padding: 0;
        margin-right: 15px;
    }

    .service-list__item-order {
        position: static;
        top: auto;
        right: auto;
        margin-top: 20px;
        background: #e0f0e4;
        color: #2f974a;
        text-decoration: none;
    }

    .service-list.service-list--line .service-list__item-top, .service-list__item--img .service-list__item-top {
        position: static;
        text-align: left;
        margin-left: 0;
    }

    .product__blocks .service-list__item-order {
        position: static;
    }

}

@media (max-width: 600px) {
    .service-list__item {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .service-list__all:after {
        height: 20px;
    }
}

@media (max-width: 450px) {
    .service-list.service-list--line .service-list__item-img, .service-list__item-img {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        top: auto;
        left: auto;
    }

    .service-list.service-list--line .service-list__item--img .service-list__item-cont, .service-list__item--img .service-list__item-cont {
        padding-left: 30px;
    }

    .service-list.service-list--line .service-list__item-cont {
        padding: 25px 30px;
    }

}


.product__blocks .service-list__item {
    width: 100%;
    height: auto;
    padding: 25px 50px 43px 50px;
}

.product__blocks .service-list__item-order {
    top: 25px;
    right: 50px;
}

.product__blocks .service-list__item--img {
    padding-left: 150px;
}

.product__blocks .service-list__item-img {
    position: absolute;
    top: 20px;
    left: 50px;
}

.product__blocks .service-list__item--img .service-list__item-title {
    min-height: 35px;
}

@media (max-width: 600px) {
    .product__blocks .service-list__item {
        padding: 30px;
    }

    .product__blocks .service-list__item--img {
        padding-left: 140px;
    }

    .product__blocks .service-list__item-img {
        left: 30px;
    }
}

@media (max-width: 450px) {
    .product__blocks .service-list__item-img {
        position: static;
    }

    .product__blocks .service-list__item--img {
        padding-left: 30px;
    }
}


.demo-day {
    padding: 50px;
    padding-right: 205px;
    position: relative;
}

.demo-day__order {
    position: absolute;
    right: 30px;
    top: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    height: 34px;
    line-height: 36px;
    border-radius: 20px;
    color: #39393c;
    padding: 0 20px;
}

.demo-day__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.demo-day__programm {
    margin-top: 25px;
}

.demo-day__programm-title {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #edece8;
    margin-bottom: 20px;
    position: relative;
}

.demo-day__programm-title:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 10px;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    background: url(/local/templates/.default/images/calendar.svg) no-repeat center;
}

.demo-day__all {
    padding: 18px;
    text-align: center;
    font-weight: 700;
    display: block;
    color: #39393c;
    border-top: 1px solid #e5e5e3
}

.demo-day__all:after {
    content: "";
    width: 17px;
    height: 24px;
    vertical-align: top;
    background: url(/local/templates/.default/images/arrow_right.svg) no-repeat center;
    display: inline-block;
    margin-left: 14px;
}

.demo-day__all:hover {
    color: #2b994c;
}

@media (max-width: 1250px) {
    .demo-day {
        padding-right: 170px;
    }
}

@media (max-width: 767px) {
    .demo-day {
        padding: 70px 30px 30px;
    }

    .demo-day__order {
        top: 20px;
    }
}

.service {
    background: #fff;
    box-shadow: -1.147px 1.638px 9px 0px rgba(0, 0, 0, 0.07);
}

.service__text {
    padding: 30px 50px;
}

.service__text h2 {
    margin-top: 30px;
}

.service__text h3 {
    margin: 20px 0 10px;
}

.service__top h1.service__top-title {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

.service__top {
    background: -moz-linear-gradient(0deg, #45993b 0%, #63a939 100%);
    background: -webkit-linear-gradient(0deg, #45993b 0%, #63a939 100%);
    background: -ms-linear-gradient(0deg, #45993b 0%, #63a939 100%);
    padding: 50px 50px;
    padding-left: 200px;
    position: relative;
    min-height: 290px;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}

.service__top-order {
    cursor: pointer;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-right: auto;
    border-radius: 25px;
}

.service__top-img {
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    box-shadow: 0px 27px 83px 0px rgba(0, 0, 0, 0.54);
    border-radius: 16px;
}

.service__top-img img {
    width: 100%;
}

.bx-ie .service__top-order {
    max-width: 130px;
}

.service__top-price {
    color: #fff;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.4;
}

.service__top-price .rub {
    vertical-align: baseline;
}

.service--support .service__top {
    padding-left: 50px;
}

@media (max-width: 1250px) {
    .service__top-img {
        width: 100px;
        height: 100px;
    }

    .service__top {
        padding-left: 180px;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .service__top-img {
        width: 100px;
        height: 100px;
    }

    .service__top {
        padding: 30px 50px;
        padding-left: 180px;
        min-height: 220px;
    }

}

@media (max-width: 767px) {
    .service__top-text {
        padding: 30px 30px;
    }

    .service__top {
        padding: 30px;
        padding-left: 160px;
    }

    .service__top-img {
        left: 30px;
    }

    .service__top-title {
        font-size: 40px;
        line-height: 45px;
    }

    .service--support .service__top {
        padding-left: 30px;
    }

    .service__top-price {
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .service__top-title {
        font-size: 35px;
        line-height: 40px;
    }

    .service__top-img {
        width: 80px;
        height: 80px;
        position: static;
        margin-bottom: 20px;
    }

    .service__top {
        padding-left: 30px;
        display: block;
        height: auto;
    }

    .service__text {
        padding: 30px 30px;
    }

    .service__top h1.service__top-title {
        font-size: 35px;
        line-height: 41px;
    }
}

@media (max-width: 450px) {
    .service__top-price {
        font-size: 20px;
    }
}

.other-service__title {
    display: block;
    background: #edece8;
    color: #39393c;
    font-weight: 700;
    font-size: 22px;
    line-height: 60px;
    height: 60px;
    text-align: center;
}

.other-service__title:hover {
    text-decoration: none;
    color: #2b994c;
}

.other-service__item {
    width: 100%;
    height: 130px;
    padding: 0 20px 0 135px;
    position: relative;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    background: #fff;
    color: #39393c;
    border-bottom: 1px solid #e5e5e3;
}

.other-service__item-img {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.other-service__item-img img {
    position: absolute;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.other-service__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.other-service__item:hover {
    text-decoration: none;
    color: #2b994c;
}

.other-service__link {
    line-height: 60px;
    height: 60px;
    color: #39393c;
    text-align: center;
    font-weight: 500;
    display: block;
    background: #fff;
}

.other-service__link:after {
    content: "";
    width: 17px;
    height: 60px;
    vertical-align: top;
    background: url(/local/templates/.default/images/arrow_right.svg) no-repeat center;
    display: inline-block;
    margin-left: 14px;
}

.other-service__link:hover {
    text-decoration: none;
    color: #2b994c;
}


.other-service--support .other-service__item {
    padding: 0 30px;
    height: 80px;
}

@media (max-width: 1250px) {
    .other-service__item {
        padding-left: 100px;
    }

    .other-service__item-img {
        width: 100px;
    }

    .other-service__item-img img {
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px);
    }

    .other-service__item-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.sort {
    padding-left: 60px;
}

.sort .form-block:not(:last-child) {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sort__clear {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/local/templates/.default/images/clear_cross.svg) no-repeat center;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 10px;
}

.sort__clear:hover {
    opacity: 0.6;
}

.sort__adap {
    display: none;
    cursor: pointer;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    background: #ddddda; /*margin: 15px 0;*/
    height: 50px;
    line-height: 20px;
    font-weight: 700;
}

.sort__adap:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 20px;
    vertical-align: top;
    background: url(/local/templates/.default/images/sort_arr.svg) no-repeat center;
    margin-left: 5px;
}

.sort__adap.active:after {
    transform: rotate(180deg);
}

.sort__btn {
    display: block;
    border: none;
    width: 100%;
    border-radius: 6px;
    background: #f5eae7;
    text-align: center;
    line-height: 45px;
    height: 45px;
    color: #ea302e;
    font-weight: 500;
}

.sort__btn:before {
    content: "";
    width: 10px;
    height: 45px;
    vertical-align: top;
    display: inline-block;
    background: url(/local/templates/.default/images/clear_sort.svg) no-repeat center;
    margin-right: 5px;
}

.sort__btn:hover {
    opacity: 0.6;
    color: #ea302e;
    text-decoration: none;
}

.sort__btn:focus, .sort__btn:visited {
    color: #ea302e;
    text-decoration: none;
}

.sort--2type .block-type {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1250px) {
    .sort {
        padding-left: 0px;
    }
}

@media (max-width: 991px) {
    .sort__adap {
        display: block;
    }

    .sort form {
        display: none;
        float: left;
        padding-top: 30px;
        width: 100%;
    }

    .sort .form-block {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .sort .form-item--radio, .sort .form-item--check {
        padding: 0 15px;
        float: left;
        width: 50%;
    }

    .sort .form-item--radio:nth-child(2n + 1), .sort .form-item--check:nth-child(2n + 1) {
        clear: left;
    }

    .sort--2type .block-type {
        display: none;
    }

    .sort--2type .sort__adap {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .sort form {
        padding-bottom: 30px;
    }

    .sort__adap {
        padding: 10px 10px;
        height: 40px;
    }

    .sort .form-item--radio, .sort .form-item--check {
        width: 100%;
        margin-bottom: 7px;
    }

    .sort .form-item--radio label, .sort .form-item--check label {
        line-height: 16px;
    }


}


.map {
    height: 1050px;
    position: relative;
}

.map .container {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.map__in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media (min-width: 1250px) and (max-height: 800px) {
    .map {
        height: auto;
    }

    .map__in {
        position: static;
        height: 800px;
    }
}

@media (max-width: 991px) {
    .map {
        height: auto;
    }

    .map__in {
        position: static;
        height: 500px;
    }
}

@media (max-width: 600px) {
    .map {
        height: auto;
    }

    .map__in {
        position: static;
        height: 400px;
    }
}

.map .content {
    margin-bottom: 0;
}

.contact-form {
    width: 360px;
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
}

.contact-form__info {
    background: #fff;
    padding: 40px 22px 43px;
}

.contact-form__info-item {
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
}

.contact-form__info-item:last-child {
    margin-bottom: 0;
}

.contact-form__info-item:before {
    content: "";
    display: block;
    width: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center;
}

.contact-form__info-item--place:before {
    background-image: url(/local/templates/.default/images/contact_pin.svg);
    height: 28px;
}

.contact-form__info-item--tel:before {
    background-image: url(/local/templates/.default/images/contact_phone.svg);
    height: 27px;
    top: -4px;
}

.contact-form__info-item--mail:before {
    background-image: url(/local/templates/.default/images/contact_email.svg);
    height: 18px;
    top: 7px;
}

.contact-form__info-item p {
    margin-bottom: 5px;
}

.contact-form__info-item p:last-child {
    margin-bottom: 0px;
}

.contact-form__info-item--tel a {
    color: #39393c;
}

.contact-form__info-item--mail a {
    display: inline-block;
    position: relative;
}

.contact-form__info-item--mail a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 2px;
    background: #d4eadc;
}

.contact-form__form {
    background: #4e5f69;
    padding: 30px 40px;
}

.contact-form__title {
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    font-family: circe;
    margin-bottom: 7px;
}

.contact-form__text {
    margin-bottom: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.contact-form .form__text {
    background: transparent;
    border-radius: 0;
    margin-bottom: -1px;
}

.contact-form .form__text input {
    border-color: #8d98a9;
    border-radius: 0;
}

.contact-form .form__text-span, .contact-form .form__text input {
    color: #8d98a9
}

.contact-form .form__submit {
    width: 100%;
    border-radius: 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.contact-form .form__submit input, .contact-form .form__submit button {
    border-radius: 0;
}

.contact-form .form__check--agree {
    margin-top: 22px;
}


@media (min-width: 1250px) and (max-height: 800px) {
    .contact-form .form__check--agree {
        margin: 0;
    }

    .contact-form__info-item {
        margin-bottom: 15px;
    }

    .contact-form .form__text,
    .contact-form .form__text input {
        height: 48px;
        line-height: 48px;
    }

    .contact-form .form__text-span {
        top: 12px;
    }
}

@media (max-width: 1250px) {
    .contact-form .form__check--agree {
        margin: 0;
    }
}


@media (max-width: 991px) {
    .contact-form {
        position: static;
        transform: none;
        background: #fff;
        width: 100%;
        margin-bottom: 50px;
    }

    .contact-form__info, .contact-form__form {
        width: 50%;
        padding: 30px;
        float: left;
    }
}

@media (max-width: 767px) {
    .contact-form {
        display: block;
    }

    .contact-form__info, .contact-form__form {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .contact-form__info, .contact-form__form {
        padding: 30px 20px;
    }
}


.support__about {
    margin: 20px -40px;
    width: calc(100% + 80px);
}

.support__about-col--1 {
    width: 65%;
    float: left;
    padding: 0 40px;
}

.support__about-col--2 {
    width: 35%;
    float: left;
    padding: 0 40px;
}

.support__about-item {
    margin-bottom: 20px;
}

.support__about-item:last-child {
    margin-bottom: 0;
}

.support__about-item-title {
    font-family: circe;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.support__about-col--2 .support__about-text {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .support__about-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .support__about-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 550px) {
    .support__about-item-title {
        font-size: 16px;
    }
}


.wrapper ol.support__advant {
    margin: 30px 0;
    overflow: hidden;
}

.wrapper ol.support__advant li.support__advant-item {
    width: 25%;
    height: 200px;
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: 0;
}

.wrapper ol.support__advant li.support__advant-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.wrapper ol.support__advant li.support__advant-item:before {
    color: #ffd600;
    top: 30px;
    left: 0;
    width: 100%;
    height: 160px;
    font-weight: 700;
    font-family: circe;
    font-size: 190px;
    line-height: 160px;
    text-align: center;
    background: none;
    border-radius: 0;
}

.wrapper ol.support__advant li.support__advant-item:first-child:before {
    display: none;
}

.wrapper ol.support__advant li.support__advant-item:first-child {
    padding: 20px 20px 20px 0;
}

.support__advant-item-cont {
    padding: 32px 25px;
    position: relative;
    z-index: 2;
}

.support__advant-item-title {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 3px;
}

.support__advant-title {
    font-family: circe;
    font-size: 33px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrapper ol.support__advant li.support__advant-item:nth-child(4n):after {
    border-right: none;
}

@media (max-width: 1250px) {
    .support__advant-item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .wrapper ol.support__advant li.support__advant-item {
        width: 33.33%;
    }

    .wrapper ol.support__advant li.support__advant-item:nth-child(4n):after {
        border-right: 1px solid #e1e1e1;
    }

    .wrapper ol.support__advant li.support__advant-item:nth-child(3n):after {
        border-right: none;
    }
}

@media (max-width: 700px) {
    .wrapper ol.support__advant li.support__advant-item {
        width: 50%;
    }

    .wrapper ol.support__advant li.support__advant-item:nth-child(3n):after {
        border-right: 1px solid #e1e1e1;
    }

    .wrapper ol.support__advant li.support__advant-item:nth-child(2n):after {
        border-right: none;
    }
}

@media (max-width: 550px) {
    .wrapper ol.support__advant li.support__advant-item:first-child {
        padding: 20px;
        min-height: 0;
    }

    .wrapper ol.support__advant li.support__advant-item {
        width: 100%;
        height: auto;
        min-height: 160px;
    }

    .wrapper ol.support__advant li.support__advant-item:nth-child(n):after {
        border-right: none;
    }

    .wrapper ol.support__advant li.support__advant-item:before {
        top: 0;
        line-height: 185px;
    }

    .support__advant-item-cont {
        padding: 25px 20px;
    }
}

h2.support__form-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 39px;
    padding-bottom: 10px;
}

.support__form-main {
    width: calc(100% - 470px);
    padding-right: 50px;
    float: left;
}

.support__form-main h3 {
    line-height: 24px;
}

.support__form-main h3:first-child {
    margin-top: 0;
}

.support__form-complex {
    float: right;
    width: 470px;
}

.support__complex .form-item {
    margin-bottom: 0;
}

.support__complex-item {
    padding: 40px 30px;
    position: relative;
    padding-right: 190px;
    display: block;
    min-height: 165px;
}

.support__complex .support__complex-item:before {
    content: "";
    background: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    border: 2px solid #d7d7d7;
}

.support__complex-item-title {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: circe;
    margin-bottom: 20px;
}

.support__complex-item-price {
    display: block;
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 14px;
    line-height: 20px;
    font-family: circe;
    text-transform: uppercase; /* min-width: 92px; max-width: 110px;*/
    width: 100px;
}

.support__complex-item-price-no {
    display: block;
    font-size: 0.8em;
    line-height: 1;
}

.support__complex-item-price-main {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.support__complex-item-price-sale {
    display: block;
    font-weight: 300;
    text-transform: lowercase;
}

.support__complex-item-price-sale span {
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-top: -3px;
}

.support__complex-item-about {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 50px;
    font-weight: 500;
    color: #39393c;
    width: 100px;
    text-transform: uppercase;
}

.support__complex .support__complex-item--good {
    z-index: 2;
}

.support__complex .support__complex-item--good:after {
    content: "";
    opacity: 1 !important;
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    top: -20px;
    right: -20px;
    left: auto;
    background: url(/local/templates/.default/images/vigodno_label.svg) no-repeat center;
    background-size: contain;
}

.support__form-bottom {
    width: 100%;
    margin-top: 55px;
    float: left;
    position: relative;
}

.support__form-bottom-cont:before {
    content: "";
    position: absolute;
    display: block;
    left: -200%;
    right: -200%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.support__form-bottom-cont {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    transition: opacity .2s linear;
}

.support__form-bottom-cont.fixed {
    position: fixed;
    bottom: 0;
    margin: auto;
    padding: 30px 0px;
    width: 100%;
    z-index: 5;
    opacity: 0;

}

.support__form-bottom-cont.fadeOut {
    opacity: 0;
}

.support__form-bottom-cont.fadeIn {
    opacity: 1;
}

.support__form-bottom-cont.fixed:before {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15)
}

.support__form--height.grm-form .support__form-bottom-cont {
    padding: 20px 0px;
}

.support__form--height.grm-form .support__form-bottom-cont.fixed {
    padding: 10px 0px;
}

.support__form--height.grm-form .grm-form__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 125%;
}

@media (min-width: 768px) {
    .support__form-bottom-cont.fixed {
        width: 710px;
    }

    .support__form--height.grm-form .grm-form__title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .support__form-bottom-cont.fixed {
        width: 930px;
    }

    .support__form--height.grm-form .grm-form__title {
        font-size: 22px;
    }

    .margin-bottom-lg-20 {
        margin-bottom: 20px;
    }

    .margin-bottom-lg-40 {
        margin-bottom: 40px;
    }
}

@media (min-width: 1250px) {
    .support__form-bottom-cont.fixed {
        width: 1170px;
    }

    .support__form--height.grm-form .grm-form__title {
        font-size: 24px;
    }
}

.support__complex input:checked + .support__complex-item,
.support__complex .support__complex-item.checked {
    z-index: 2;
    background: #2b994c;
    color: #fff;
}

.support__complex input:checked + .support__complex-item:after,
.support__complex .support__complex-item.checked:after {
    opacity: 0;
}

.support__complex input:checked + .support__complex-item:before,
.support__complex .support__complex-item.checked:before {
    border-color: #2b994c;
}

.support__complex input:checked + .support__complex-item .support__complex-item-price-main,
.support__complex .support__complex-item.checked .support__complex-item-price-main {
    color: #a7ff78;
}

.support__complex input:checked + .support__complex-item .support__complex-item-price-sale,
.support__complex .support__complex-item.checked .support__complex-item-price-sale {
    color: #7ede68;
}

.support__complex input:checked + .support__complex-item .support__complex-item-about,
.support__complex .support__complex-item.checked .support__complex-item-about {
    color: #fff;
}

@media (max-width: 991px) {
    .support__form-main {
        width: calc(100% - 300px);
        padding-right: 30px;
    }

    .support__form-complex {
        width: 300px;
    }

    .support__complex-item-price {
        position: static;
        margin-top: 20px;
    }

    .support__complex-item {
        padding: 30px 25px;
    }

    .support__complex-item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .support__complex-item-about {
        bottom: 30px;
        right: 25px;
    }
}

@media (max-width: 700px) {
    .support__form-main {
        width: 100%;
    }

    .support__form-complex {
        width: 100%;
        margin-bottom: 30px;
    }

    .support__complex-item-price {
        position: absolute;
        margin-top: 0;
    }

    .support__complex-item {
        padding: 40px 30px;
        padding-right: 160px;
    }

    .support__complex-item-about {
        bottom: 40px;
        right: 30px;
    }
}

@media (max-width: 550px) {
    .support__complex-item {
        padding: 30px 30px;
    }

    .support__complex-item-price {
        position: static;
        margin-top: 20px;
    }

    .support__complex-item-price-main {
        margin-bottom: 0;
    }

    .support__complex-item-about {
        bottom: 30px;
        right: 30px;
        text-align: right;
    }
}

@media (max-width: 350px) {
    .support__complex-item {
        padding: 30px 20px;
    }

    .support__complex-item-about {
        bottom: 30px;
        right: 20px;
    }
}

.support__slider-text {
    color: #2b994c;
    font-weight: 700;
}

.support__slider {
    width: 80px;
    margin: 5px 0 20px 33px;
    position: relative;
}

.support #ulegal_entity_support, .support #consultancy_support {
    width: 40px;
}

.support .ui-widget.ui-widget-content {
    height: 2px;
    background: #ddddda;
    border: none;
    position: relative;
}

.support .ui-widget.ui-widget-content:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: 2px;
    left: -10px;
    top: 0;
    background: #ddddda;
}

.support .ui-state-default, .support .ui-widget-content .ui-state-default, .support .ui-widget-header .ui-state-default, .support .ui-button, html .ui-button.ui-state-disabled:hover, .support .ui-button.ui-state-disabled:active {
    border: none;
    background: url(/local/templates/.default/images/support_slider_step.svg) no-repeat center;
    width: 16px;
    height: 16px;
}

.support .ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -8px;
    cursor: pointer;
    z-index: 5;
}

.support .ui-slider-horizontal .ui-slider-handle:focus {
    outline: none;
}

.support__form-bottom-right {
    float: right;
    position: relative;
}

.support__form-bottom-left {
    float: left;
    position: relative;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-align-items: center;
}

.support__form-summa {
    text-transform: uppercase;
    font-family: circe;
}

.support__form-summa-main {
    font-weight: 700;
    margin-bottom: -5px;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 1px;
}

.support__form-summa-main span {
    font-size: 21px;
}

.support__form-summa-sale {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}

.support__form-summa-sale span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: -5px;
    text-transform: lowercase;
    letter-spacing: 0.1px;
}

.support__form-bottom-info {
    float: left;
    font-size: 12px;
    line-height: 17px;
    width: 200px;
}

.support__form .form__submit {
    float: left;
    width: 313px;
    margin-right: 20px;
}

.support__form .form__submit button:before {
    display: none;
}

@media (max-width: 991px) {
    .support__form-bottom-left {
        width: 313px;
        display: block;
    }

    .support__form-bottom-info {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 650px) {
    .support__form-bottom-left, .support__form .form__submit {
        width: 250px;
    }
}

@media (max-width: 550px) {
    .support__form-bottom-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .support__form-bottom-left, .support__form .form__submit {
        width: 100%;
        max-width: 300px;
    }

    .support__form-bottom-cont {
        padding: 40px 0;
    }
}


.geography {
    padding: 80px 0;
    height: 1250px;
    background: #2a9a4b;
    position: relative;
}

.geography .container {
    position: relative;
    z-index: 3;
}

.geography__title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    font-family: circe;
    margin-bottom: 15px;
}

.geography__text {
    max-width: 500px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.geography__cont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.geography__cont-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: 2;
    background: -moz-linear-gradient(top, #2a9b4e 0%, #2a9b4e 100%);
    background: -webkit-linear-gradient(top, #2a9b4e 0%, #2a9b4e 100%);
    background: -ms-linear-gradient(top, #2a9b4e 0%, #2a9b4e 100%);
    background: linear-gradient(to bottom, #2a9b4e 0%, #2a9b4e 100%);
}

.geography__cont-img {
    position: relative;
    height: 100%;
    width: auto; /*top: 0; left: 0;*/
    transition: all linear 0.3s;
    margin: 0 35% 0 25%;
    transform: skewX(-10deg) scale(0.9);
}

.geography__cont img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 0;
}

.geography__info {
    margin-top: 40px;
    line-height: 20px;
    padding-left: 45px;
    width: 125px;
    background: url(/local/templates/.default/images/geography_move.svg) no-repeat center left;
    opacity: 0.5;
}

.geography__pin {
    display: none;
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    background: #fff;
    width: 160px;
    padding: 10px 20px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
}

.geography__pin-title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    font-family: circe;
    margin-bottom: 5px;
}

.geography__pin-text {
    line-height: 20px;
}

.geography__pin:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.geography__pin-close {
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(/local/templates/.default/images/cross_pop.svg) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 5px;
}

.geography__pin-close:hover {
    background-position: center bottom;
}

@media (max-width: 1700px) {
    .geography {
        height: 1000px;
    }

    .geography__cont-img {
        margin: 0 10% 0 0%;
    }
}

@media (max-width: 1350px) {
    .geography {
        height: 900px;
    }
}

@media (max-width: 991px) {
    .geography {
        height: auto;
        padding: 50px 0 30px;
    }

    .geography__cont {
        height: 700px;
        position: relative;
        margin-top: -100px;
    }

    .geography__cont-img:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .geography__cont {
        height: 500px;
        margin-top: 0;
    }
}


.schedule {
    padding: 30px 30px;
    padding-left: 0;
    background: #eceff1;
    margin: 40px 0;
    overflow: hidden;
}

.schedule__item {
    position: relative;
    padding: 20px 0 20px 150px;
}

.schedule__item:before {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
}

.schedule__item:first-child:after {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    bottom: 50%;
    margin: auto;
    width: 2px;
    height: 100%;
    background: #eceff1;
}

.schedule__item:last-child:after {
    content: "";
    position: absolute;
    left: 75px;
    top: 50%;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: #eceff1;
}

.schedule__item-time {
    width: 150px;
    z-index: 2;
    background: #eceff1;
    position: absolute;
    height: 50px;
    font-size: 30px;
    line-height: 30px;
    padding: 10px 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    text-align: center;
    font-weight: 700;
}

.schedule__item--man .schedule__item-block {
    background: #cfd8dc;
    padding: 20px 30px;
}

.schedule__item-block {
    padding: 0 30px;
}

.schedule__item-name {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-size: 22px;
    line-height: 1.2;
}

.schedule__item-name:last-child {
    margin-bottom: 0;
}

.schedule__item-foto {
    width: 100px;
    height: 100px;
    float: left;
}

.schedule__item-foto img {
    width: 100%;
    border-radius: 50%;
}

.schedule__item-man {
    width: calc(100% - 130px);
    float: right;
}

.schedule__item-man-name {
    font-size: 18px;
    margin-bottom: 5px;
}

@media (max-width: 1250px) {
    .schedule__item {
        padding-left: 130px;
    }

    .schedule__item-time {
        font-size: 26px;
        width: 130px
    }

    .schedule__item-name {
        font-size: 18px;
    }

    .schedule__item-man-name {
        font-size: 16px;
    }

    .schedule__item-man-job {
        font-size: 14px;
        line-height: 18px;
    }

    .schedule__item:before {
        left: 65px
    }

    .schedule__item:first-child:after, .schedule__item:last-child:after {
        left: 65px;
    }
}

@media (max-width: 600px) {
    .schedule {
        padding-left: 30px;
    }

    .schedule__item {
        padding-left: 0px;
    }

    .schedule__item-time {
        position: static;
        width: 100%;
        text-align: left;
        padding: 10px 30px;
        background: none;
    }

    .schedule__item:before {
        display: none;
    }

    .schedule__item:first-child:after, .schedule__item:last-child:after {
        display: none;
    }
}

@media (max-width: 500px) {
    .schedule {
        padding: 20px 0px;
        background: none
    }

    .schedule__item-foto {
        width: 70px;
        height: 70px;
    }

    .schedule__item-man {
        width: calc(100% - 100px);
    }

    .schedule__item--man .schedule__item-block {
        padding: 20px 20px;
    }

    .schedule__item-block {
        padding: 0 20px;
    }

    .schedule__item-time {
        padding: 0 20px;
    }
}

@media (max-width: 450px) {
    .schedule__item-man {
        width: 100%;
        margin-top: 10px;
    }
}


@media (max-width: 767px) {
    .fancybox-opened .fancybox-title .child {
        white-space: normal;
    }
}


.b_form .user_consent_text {
    width: 0px;
}

.b_form .user_consent_text.active {
    width: 100%;
}

.front-product_bottom {
    text-align: center;
    margin: 20px auto;
}

.front-product_bottom .more {
    display: inline-block;
    position: relative;
    border-radius: 30px;
    padding: 15px 25px;
    height: 57px;
    line-height: 25px;
    padding-right: 56px;
    color: #2b994c;
    font-weight: 700;
    border: 1px solid #d4d4d4;
    font-size: 17px;
}

.front-product_bottom .more:before {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    background: #2b994c;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.front-product_bottom .more:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0;
    right: 23px;
    bottom: 0;
    margin: auto;
    background: url(/local/templates/.default/components/bitrix/news.list/main_product/images/btn_arr.svg) no-repeat center;
}

@media (max-width: 767px) {
    .front-product_bottom .more {
        padding-left: 15px;
        font-size: 13px;
    }
}

.ac-container {

    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label {
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 40px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(/local/templates/.default/../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
    background-image: url(/local/templates/.default/../images/arrow_up.png);
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked ~ article {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: auto;
    clip: auto;
    padding: 1.2rem;
    -webkit-animation: fadeIn ease-in 0.7s;
    -moz-animation: fadeIn ease-in 0.7s;
    animation: fadeIn ease-in 0.7s;
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}

article.ac-small {
    padding: 0px 20px;
}

.shadow-k {
    padding: 15px;
    box-shadow: 0 0 10px #2b994c;
    text-align: center;
    height: 380px;
    margin-bottom: 20px;
}

.shadow-k:hover {
    box-shadow: 0 0 10px;
}

.shadow-k .title {
    font-size: 16px;
}

.shadow-k p {
    text-align: left;
}

.shadow-k img {
    width: 110px;
    box-shadow: 0 0 5px;
    padding: 19px;
}

.bg-buh {
    background: url(/images/buh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
}

.bg-zp {
    background: url(/images/zp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
}

.bg-prod {
    background: url(/images/torgovlya.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
}

.bg-foto p {
    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 125px 25px;
}

.adv .shadow-k {
    height: 210px;
}

.adv .shadow-k p {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

p.left-text-bl {
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

.but-con {
    width: auto;
    height: auto;
}

.center {
    text-align: center;
}

.progi {
    text-align: center;
    margin: 30px auto;
}

.progi img {
    box-shadow: 0 0 10px #2a974b;
    padding: 15px;
    width: 95px;
    margin-bottom: 10px;
}

.progi p {
    font-size: 16px;
}

.bg-gray {
    background: #e9e8e8;
    padding: 20px 40px 40px 40px;
    margin: 30px auto;
}

.form-table tr {
    border: none;
    width: 100%;
    background-color: #f6f6f3;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.tbl-frm td {
    border: 0;
    padding: 3px 6px;
    color: #333;
}

table.tbl-frm td input[type=text], table.tbl-frm td input[type=password] {
    border: 1px solid #ccc;
    padding: 5px 8px;
    font: 12px Tahoma;
    color: #333;
    width: 470px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 12px -5px rgba(0, 0, 0, 0.3) inset;
}

table.tbl-frm th {
    background: transparent;
    border: 0;
    padding: 3px 6px;
    text-align: center;
}

.corpline-services {
    padding-top: 100px;
    padding-bottom: 108px;
    background: url(/local/templates/index/img/services_back.jpg) no-repeat center;
    background-size: cover;
}

.corpline-services .title {
    color: #fff;
}

.corpline-services-cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.corpline-services__item {
    position: relative;
    display: block;
    width: calc((100% - 50px) / 3);
    height: 304px;
    margin-bottom: 35px;
    box-shadow: -9px 13px 21px 0px #000000;
    transition: all 0.3s ease;
    border-radius: 4px;
    top: 0;
    overflow: hidden;
}

.uslugi {
    padding: 60px;
}

.uslugi .corpline-services-cont {
    margin-top: 40px;
}

.uslugi .corpline-services__item {
    width: calc((100% - 50px) / 2) !important;
    min-width: 200px;
}

@media (max-width: 991px) {
    .uslugi {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .uslugi .corpline-services__item {
        width: 100% !important;
    }
}

.corpline-services__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.corpline-services__item-title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    line-height: 1.2;
    background-color: #fff;
    color: #39393c;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    align-items: center;
    justify-content: center;
    -ms-align-items: center;
    -ms-justify-content: center;
}

.corpline-services__item-title span {
    display: block;
    text-align: center;
}

.front-programms__item-title {
    font-size: 24px;
    line-height: 28px;
}

.form-captcha {
    position: relative;
}

.captcha_img {
    position: absolute;
    bottom: 7px;
    right: 0;
}

.support-tab__block-item {
	
}

/* End */


/* Start:/local/templates/.default/template_styles.css?168864382822318*/
* { outline: none; font-size-adjust: none; -webkit-text-size-adjust: none; -o-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; max-height: 999999px; -webkit-print-color-adjust: exact; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body.front .front-product { padding-bottom: 0; } .corpline-services.uslugi { background: none; } .corpline-services.uslugi .title { color: #39393c; } .mt40 { margin-top: 40px; } .front-product_bottom.revert .more { display: inline-block; position: relative; border-radius: 30px; /*padding: 15px 25px;*/ padding: 15px 100px 15px 100px; height: 57px; line-height: 25px; /*padding-right: 56px;*/ color: #d4d4d4; font-weight: 700; border: 1px solid #2b994c; background-color: #2b994c; font-size: 14px; } .front-product_bottom.revert .more:before { content: ""; display: block; position: absolute; width: 23px; height: 23px; top: 0; bottom: 0; right: 17px; margin: auto; background: #ffffff; border-radius: 50%; transition: all .3s ease; } .front-product_bottom.revert .more:after { content: ""; display: block; position: absolute; width: 11px; height: 11px; top: 0; right: 23px; bottom: 0; margin: auto; background: url(/local/templates/.default/components/bitrix/news.list/main_product/images/btn_arr_green.svg) no-repeat center; } .front-product_bottom.revert .more:hover { text-decoration: none; } .front-product_bottom.revert .more:hover:before { width: 41px; height: 41px; right: 8px; } .corpline-events-arrow { position: absolute!important; bottom: 42px; right: 45px; width: 24px; height: 24px; background: url(/local/templates/.default/components/bitrix/news.list/main_product/images/btn_arr_green.svg) no-repeat center; z-index: 2; } .corpline-events-arrow:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 48px; height: 48px; border: 1px solid #2b994c; border-radius: 50%; transition: all .3s ease; } .news-other__pager-item .bx-next:not(:first-child), .news-other__pager-item .bx-prev:not(:first-child) { display: none; } .img-responsive, .thumbnail &gt; img, .thumbnail a &gt; img, .carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img { display: block; max-width: 100%; height: auto } .text-center img{ margin: 0 auto; } .mb10 { margin-bottom: 10px; } @media (max-width: 768px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } } .grm__subtitle{ font-family: circe; font-size: 33px; line-height: 40px; font-weight: 700; margin: 0px 0 50px; letter-spacing: 1.2px; } @media(max-width: 767px) { .grm__subtitle { margin: 0px 0 30px;} } @media(max-width: 550px) { .grm__subtitle { font-size: 28px; line-height: 35px; margin: 0px 0 12px;} } @media(max-width: 350px) { .grm__subtitle{ font-size: 24px; line-height: 30px; } } .grm__adv { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; margin-top: 40px; } .grm-adv__item { width: 25%; padding-right: 50px; padding-left: 97px; position: relative; } .grm-adv-item__img { background-position: center; background-repeat: no-repeat; background-size: contain; position: absolute; left: 0; top: 0; width: 77px; height: 77px; } .grm-adv__title { font-size: 20px; line-height: 24px; margin-bottom: 10px; letter-spacing: 0.05em; font-weight: bold; } .grm-adv__text { font-size: 16px; line-height: 19px; color: #767676; } .grm__var { background-color: #fff; padding-top: 30px; } .grm-var__top-text { margin-top: 10px; } .grm-var__tab { margin-top: 45px; margin-bottom: 47px; } .grm-var-tab__item { font-weight: 600; font-size: 25px; line-height: 30px; color: #2B994C; display: inline-block; vertical-align: middle; margin-right: 60px; cursor: pointer; border-bottom: 2px solid transparent; transition: .2s; } .grm-var-tab__item:hover, .grm-var-tab__item--active { border-bottom: 2px solid #2B994C; } .grm-var__cont { display: none; } .grm-var__cont--active { display: block; } .grm-var-tar__blocks { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-var-tar-blocks__col { padding: 42px 50px 58px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-var-tar-blocks__col--left { width: 52%; background-color: #2B994C; } .grm-var-tar-blocks__col--right { width: 48%; background-color: #E8E8E8; } .grm-var-tar-blocks__smalltitle { font-size: 14px; line-height: 20px; text-transform: uppercase; font-family: circe; } .grm-var-tar-blocks__bigtitle { font-weight: normal; font-size: 42px; line-height: 62px; font-family: circe; text-transform: uppercase; margin-bottom: 10px; } .grm-var-tar-blocks__pay { font-weight: bold; font-size: 22px; line-height: 32px; font-family: circe; } .grm-var-tar-blocks__item { margin-bottom: 10px; line-height: 19px; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks-col__left { width: 42%; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks-col__right { width: 58%; margin-top: 29px; } .grm-var-tar-blocks__col--right .grm-var-tar-blocks-col__left { width: 58%; } .grm-var-tar-blocks__col--right .grm-var-tar-blocks-col__right { width: 42%; margin-top: 29px; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks__smalltitle { color: #fff } .grm-var-tar-blocks__col--left .grm-var-tar-blocks__bigtitle { color: #fff; font-weight: bold; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks__pay { color: #AAFC7C; font-family: circe; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks__item { color: #fff; } .grm-var-kon-blocks__col { padding-left: 10px; padding-right: 10px; width: 50%; } .grm-var-kon__blocks { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } .grm-var-kon__table { border: 1px solid #EDEDED; } .wrapper .grm-var-kon__table table { margin: 0; } .wrapper .grm-var-kon__table table:last-child { margin: 0; } .wrapper .grm-var-kon__table td, .wrapper .grm-var-kon__table td { border: none; vertical-align: middle; } .grm-var-kon-table__head td:first-child { width: 400px; padding: 24px 45px; } .grm-var-kon-table__head td:last-child { padding: 24px 45px; } .grm-var-kon-table__body td:first-child { width: 400px; padding: 0px 45px; } .grm-var-kon-table__body td:last-child { padding: 18px; } .grm-var-kon-table__head td:last-child, .grm-var-kon-table__body td:last-child { text-align: center; } .grm-var-kon-table__body { max-height: 720px; overflow: hidden; } .grm-var-kon-table__body .grm-var-kon-table__body { height: auto; overflow: auto; } .grm-var-kon__table tr:nth-child(odd) td:first-child { background-color: #F7F7F7; } .grm-var-kon__table tr:nth-child(odd) td:last-child { background-color: #EDEDED; } .grm-var-kon__table tr:nth-child(even) td:last-child { background-color: #F9F9F9; } .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:first-child { background-color: #2B994C; color: #fff; font-weight: 600; font-size: 22px; line-height: 27px; letter-spacing: 0.1em; } .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:last-child { color: #fff; font-size: 18px; line-height: 22px; color: #fff; background-color: #59AD72; } .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child { background-color: #F8D453; font-size: 22px; line-height: 27px; letter-spacing: 0.1em; } .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child span { float: left; width: 50%; } .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child span:last-child { font-size: 16px; line-height: 19px; text-align: right; margin-top: 4px; } .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:last-child { font-size: 18px; line-height: 22px; background-color: #FAE496; } .grm-var-cont__top-text { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-var-cont-top-text__col { color: #767676; max-width: 462px; padding-right: 20px; } .wrapper .grm-var-dop__table table { border: 1px solid #EDEDED; } .wrapper .grm-var-dop__table table th { color: #fff; padding: 24px 45px; border: none; vertical-align: middle; } .wrapper .grm-var-dop__table table td { border: none; padding: 20px 45px; vertical-align: middle; } .wrapper .grm-var-dop__table table th:first-child { background: #2B994C; font-weight: 600; font-size: 22px; line-height: 27px; text-transform: none; letter-spacing: 0.1em; } .wrapper .grm-var-dop__table table th:first-child, .wrapper .grm-var-dop__table table td:first-child { width: 58%; } .wrapper .grm-var-dop__table table th:last-child { background: #59AD72; text-transform: none; font-weight: normal; font-size: 22px; line-height: 27px; color: #fff; } .wrapper .grm-var-dop__table tr:nth-child(even) td:first-child { background-color: #F7F7F7; } .wrapper .grm-var-dop__table tr:nth-child(even) td:last-child { background-color: #EDEDED; } .wrapper .grm-var-dop__table tr:nth-child(odd) td:last-child { background-color: #f9f9f9; } .wrapper .grm-var-dop__table tr th:last-child, .wrapper .grm-var-dop__table tr td:last-child { text-align: center; } .grm__points { background-color: #fff; padding-top: 71px; padding-bottom: 60px; } .grm-points__inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-points__item { width: 33.33%; font-size: 16px; line-height: 19px; color: #767676; padding-left: 65px; padding-right: 115px; position: relative; } .grm-points__item:before { position: absolute; content: ''; left: 0; top: 0; width: 35px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(/local/templates/.default/images/tick.svg) } .grm__bottom { background-color: #FAFAFA; padding-top: 30px; padding-bottom: 30px; } .grm-bottom__inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-bottom__col:first-child { width: 58%; } .grm-bottom__col:last-child { width: 42%; } .grm-bottom__subtitle { color: #39393C; margin-top: 10px; margin-bottom: 35px; padding-right: 25px; } .grm-bottom__text { font-size: 16px; line-height: 19px; color: #767676; } .grm-bottom__points { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; } .grm-bottom-points__col { width: 50%; padding-right: 60px; } .grm-bottom-points__item { font-size: 16px; line-height: 19px; color: #767676; padding-left: 65px; position: relative; margin-bottom: 28px; } .grm-bottom-points__item:before { position: absolute; content: ''; left: 0; top: -6px; width: 35px; height: 35px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(/local/templates/.default/images/tick.svg) } .grm-form .support__form-bottom-cont:before { background-color: #2B994C; } .grm-form__inner, .grm-form__right { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -ms-align-items: center; align-items: center; } .grm-form__title { font-weight: bold; font-size: 28px; line-height: 34px; color: #FFFFFF; width: 42%; } .grm-form__text { font-style: normal; font-size: 16px; line-height: 19px; color: #FFFFFF; padding-right: 20px; } .grm-form__btn { background: linear-gradient(80deg, #5AD37E 2%, #AAE34C 100%), #9FE34C; font-weight: bold; font-size: 16px; line-height: 24px; text-transform: uppercase; color: #FFFFFF; box-shadow: 0px 4px 25px 5px rgba(0, 0, 0, 0.1); padding: 14px 30px; border-radius: 5px; position: relative; overflow: hidden; cursor: pointer; transition: 1s; text-align: center; } .grm-form__right { margin-left: auto; } .grm-form .support__form-bottom-left { max-width: none; width: 100%; } @keyframes slideme { 0% { left: -30px; margin-left: 0px; } 30% { left: 110%; margin-left: 80px; } 100% { left: 110%; margin-left: 80px; } } .grm-form__btn:after { content: ""; display: block; width: 30px; height: 300px; margin-left: 60px; background: #fff; position: absolute; left: -40px; top: -150px; z-index: 1; transform: rotate(45deg); opacity: .3; transition: all 0.1s; animation-name: slideme; animation-duration: 3s; animation-delay: 0.05s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; } .grm-form__btn:hover { background: #5ed47a; transition: 1s; } .grm-form__btn:hover:after { opacity: 0; } .grm-ticks__inner { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; margin-left: -30px; margin-right: -30px; } .grm__ticks { padding-top: 80px; padding-bottom: 55px; } .grm-ticks__item { padding-left: 30px; padding-right: 30px; width: 20%; margin-bottom: 25px; } .grm-ticks__item img { display: block; margin-bottom: 15px; } .grm-ticks__text { font-size: 16px; line-height: 19px; } .form--grm.form--callback .form__text { width: calc(50% - 14px); } .form--grm.form--callback .form__submit { width: calc(50% - 14px); margin-left: auto;; margin-right: auto;; } @media (max-width: 991px) { .form--grm.form--callback .form__text { margin-right: 14px; width: calc(100% - 14px); } } @media (max-width: 767px) { .form--grm.form--callback .form__text, .form--grm.form--callback .form__submit{ width: 100%; margin-right: 0; } } @media(max-width: 1249px) { .grm-ticks__item { padding-left: 15px; padding-right: 15px; } .grm-ticks__inner { margin-left: -15px; margin-right: -15px; } .grm-form .support__form-bottom-cont { padding: 40px 0; } .grm-form__title { font-size: 22px; line-height: 28px; } .grm-form__btn { font-size: 14px; line-height: 22px; } .grm-form__text { font-size: 14px; line-height: 17px; } .grm-adv__item { width: 50%; margin-bottom: 25px; } .grm__var { padding-top: 15px; } .grm-points__item { padding-right: 35px; } .grm-bottom-points__col { width: 100%; padding-right: 0; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks-col__left, .grm-var-tar-blocks__col--left .grm-var-tar-blocks-col__right, .grm-var-tar-blocks__col--right .grm-var-tar-blocks-col__left, .grm-var-tar-blocks__col--right .grm-var-tar-blocks-col__right { width: 100%; } .grm-var-tar-blocks__col { display: block; } .grm-var-kon-blocks__col { width: 100%; margin-bottom: 20px; } .grm-var-kon-table__head td:first-child, .grm-var-kon-table__body td:first-child { width: 80%; } .grm-var-kon-table__head td:first-child, .grm-var-kon-table__head td:last-child, .wrapper .grm-var-dop__table table th, .wrapper .grm-var-dop__table table td { padding: 20px; } .grm-var-kon-table__body td:first-child { padding: 5px 15px; } .grm-var-kon-table__body { max-height: none; } .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:last-child, .wrapper .grm-var-dop__table table th:first-child, .wrapper .grm-var-dop__table table th:last-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:last-child { font-size: 20px; } .grm-var-tar-blocks__col { padding: 32px 42px 36px; } .grm__adv { margin-bottom: -30px; } } @media(max-width: 991px) { .grm-ticks__item { width: 33.33%; } .grm__ticks { padding-top: 60px; padding-bottom: 35px; } .grm-form__right { display: block; } .grm-form__text { padding-right: 0; margin-bottom: 10px; } .grm-form__title { font-size: 20px; line-height: 26px; } .grm-form .support__form-bottom-cont { padding: 30px 0; } .grm-form__title { width: 50%; } .grm-var-tar__blocks { text-align: center; } .grm-var-tar-blocks-col__right { max-width: 320px; margin-left: auto; margin-right: auto; } .grm-adv__item { width: 100%; padding-right: 0; } .grm-adv-item__img { width: 50px; height: 50px; } .grm-adv__item { padding-left: 75px; } .grm-var-tar-blocks__col--left, .grm-var-tar-blocks__col--right { width: 100%; } .grm-var-tab__item { font-size: 20px; margin-right: 30px; } .grm-var__tab { margin-top: 30px; margin-bottom: 30px; } .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:last-child, .wrapper .grm-var-dop__table table th:first-child, .wrapper .grm-var-dop__table table th:last-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:last-child { font-size: 18px; } .grm-points__item { width: 100%; margin-bottom: 25px; padding-right: 0; } .grm__points { padding-top: 40px; padding-bottom: 40px; } .grm-var-kon-table__head td:first-child, .grm-var-kon-table__head td:last-child, .wrapper .grm-var-dop__table table th, .wrapper .grm-var-dop__table table td { padding: 15px 20px; } .grm-var-tar-blocks__bigtitle { font-size: 35px; } .grm-var-tar-blocks__pay { font-size: 20px; } .grm-var-tar-blocks__col--left .grm-var-tar-blocks-col__right { margin-top: 20px; } } @media(max-width: 767px) { .grm-ticks__item img { width: 60px; height: 60px; } .grm__ticks { padding-top: 40px; padding-bottom: 15px; } .grm-ticks__text { font-size: 14px; line-height: 17px; } .grm__points, .grm__bottom { padding-top: 25px; padding-bottom: 25px; } .grm-var-tar-blocks__col { padding: 25px } .grm-adv-item__img { width: 35px; height: 35px; } .grm-adv__item { padding-left: 60px; } .grm-bottom__col:first-child, .grm-bottom__col:last-child { width: 100%; } } @media(max-width: 650px) { .grm-form__inner { display: block; text-align: center; } .grm-form__title { width: 100%; margin-bottom: 15px; } .grm-form__text br { display: none; } } @media(max-width: 600px) { .grm-ticks__item { width: 50%; } .grm-var-tab__item { width: 100%; margin-right: 0; text-align: center; border: none; padding-bottom: 5px; padding-top: 5px; margin-bottom: 5px; font-weight: normal; font-size: 18px; } .grm-var-tab__item:hover, .grm-var-tab__item--active { color: #fff; background-color: #2B994C; border: none; } .grm-var__tab { background: #f6f6f3; } .grm-var-kon-blocks__col--left .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .wrapper .grm-var-dop__table table th:first-child, .wrapper .grm-var-dop__table table th:last-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:last-child { font-size: 16px; } .wrapper .grm-var-kon__table td, .wrapper .grm-var-kon__table td { font-size: 14px !important; width: 80px; } .grm-var-kon-table__head td:last-child, .grm-var-kon-table__body td:last-child { width: 80px; } .grm-var-kon-table__head td:first-child, .grm-var-kon-table__body td:first-child { width: auto; } .grm-var-cont-top-text__col { max-width: none; width: 100%; margin-bottom: 5px; } .grm-var-kon-table__head td:first-child, .grm-var-kon-table__head td:last-child, .wrapper .grm-var-dop__table table th, .wrapper .grm-var-dop__table table td { padding: 10px 15px; } .grm__points, .grm__bottom { padding-bottom: 15px; } .grm__bottom { padding-top: 0; } .grm-bottom-points__item:before, .grm-points__item:before { width: 25px; height: 25px; } .grm-bottom-points__item, .grm-points__item { padding-left: 50px; } .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child span, .grm-var-kon-blocks__col--right .grm-var-kon__table .grm-var-kon-table__head tr td:first-child span { float: none; display: block; } .wrapper .grm-var-dop__table table td, .wrapper .grm-var-dop__table table th, .wrapper .grm-var-dop__table table, .wrapper .grm-var-dop__table table tr, .wrapper .grm-var-dop__table tbody { display: block; width: 100% !important; text-align: center; } .wrapper .grm-var-dop__table table tr td:first-child { background-color: #Fff!important } .wrapper .grm-var-dop__table table tr td:last-child { background-color: #F6F6F6!important } } @media(max-width: 400px) { .grm-ticks__item { width: 100%; text-align: center; margin-bottom: 30px; } .grm-ticks__item img { margin-left: auto; margin-right: auto; } .grm__ticks { padding-top: 30px; padding-bottom: 5px; } } a[href="<a href="https://metrika.yandex.ru/stat/?id=26961237&amp;from=informer&quot;">https://metrika.yandex.ru/stat/?id=26961237&amp;amp;from=informer&amp;quot;</a>] { display: none; } .bx-composite-btn-fixed { top: -160px!important; right: 161px!important; } @media (max-width: 991px) { .bx-composite-btn-fixed { right: 20px!important; top: -230px!important; } } @media (max-width: 767px) { .bx-composite-btn-fixed { right: 50%!important; top: -195px!important; transform: translate(50%)!important; } } @media (max-width: 550px) { .bx-composite-btn-fixed { top: -186px!important; } } .form-captcha { padding-right: 190px;} .captcha_img { margin-right:-185px; float: right; margin-top: 7px; }

 .front-programms__item-title {font-size: 24px; line-height: 28px;}
 .form-captcha {position: relative;}
 .form-captcha img {position: absolute; top: 0; right: 0;}
/* End */
/* /local/js.lib/jq.ui.css?156527512237282 */
/* /local/js.lib/jquery.bxslider/jquery.bxslider.min.css?15652751222868 */
/* /local/js.lib/jquery.fancybox/jquery.fancybox.min.css?15652751223876 */
/* /local/js.lib/bootstrap/bootstrap.min.css?156527512274632 */
/* /local/js.lib/styler/jquery.formstyler.theme.css?156527512210781 */
/* /local/templates/.default/template_styles_shared.css?15735057047789 */
/* /local/templates/.default/components/bitrix/menu/top_menu/style.css?15652751236882 */
/* /local/templates/.default/components/bitrix/menu/main_menu_new/style.css?156527512331 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?15652751232578 */
/* /local/templates/.default/components/bitrix/news.list/slider/style.css?15652751235231 */
/* /local/templates/.default/components/bitrix/news.detail/slider2_front/style.css?1637913649753 */
/* /local/templates/.default/components/bitrix/news.list/main_product/style.css?16379109365694 */
/* /local/templates/.default/components/bitrix/news.list/rewiews_slider/style.css?16469953855114 */
/* /local/templates/.default/components/bitrix/news.list/rewiews_slider/js/lightgallery/lightgallery-bundle.min.css?164759094025523 */
/* /local/templates/.default/components/bitrix/news.list/carousel_clients/style.css?1565275123150 */
/* /local/templates/.default/components/bitrix/menu/footer_menu/style.css?15652751236882 */
/* /local/components/bquadro/cookey.panel/templates/.default/style.css?17017005772019 */
/* /local/templates/.default/styles.css?1708347756157840 */
/* /local/templates/.default/template_styles.css?168864382822318 */
