progress,
sub,
sup {
	vertical-align: baseline
}

button,
hr,
input,
select {
	overflow: visible
}

BUTTON,
INPUT[type=button],
INPUT[type=submit],
LABEL,
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer
}

BODY,
HTML {
	min-height: 100vh
}

[type=checkbox],
[type=radio],
legend {
	padding: 0;
	box-sizing: border-box
}

.hidden,
.invisible {
	visibility: hidden
}

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,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

.h1,
h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: 700
}

button,
select {
	text-transform: none
}

[disabled] {
	cursor: default
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-moz-selection {
	background: #f7e6e7;
	text-shadow: none
}

::selection {
	background: #f7e6e7;
	text-shadow: none
}

.inverted::-moz-selection {
	background: #7bb564
}

.inverted::selection {
	background: #7bb564
}

.ir,
HR {
	border: 0;
	background-color: transparent
}

IMG {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
H1,
H2,
H3,
H4,
H5,
H6,
P {
	margin-top: 0
}

.ir {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}

.hidden {
	display: none !important
}

.visuallyhidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important
}

OL,
UL {
	padding: 0 0 0 2em
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	overflow: visible
}

OL,
P,
UL {
	margin: 0 0 1.2em
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

#contentwrapper,
BODY {
	display: -ms-flexbox;
	overflow-x: hidden
}

.clearfix:after {
	clear: both
}

HTML {
	line-height: 1.45;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

BODY {
	zoom: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #000;
	background-color: #FFF
}

BODY>HEADER {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

BODY>FOOTER {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	box-sizing: border-box
}

#contentwrapper {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (min-width:72em) {
	#contentwrapper {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	MAIN {
		width: 70%
	}
}

ASIDE,
MAIN {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media (min-width:72em) {
	ASIDE {
		width: 30%
	}
}

.h1,
H1 {
	font-size: 2.62em;
	line-height: 1;
	font-weight: 300;
	margin-bottom: .5em
}

H2,
.h2,
P.hero {
	font-size: 1.62em;
	line-height: 1.2
}

H2,
.h2,
{
	font-weight: 400;
	margin-bottom: .8em
}

H3,
H4,
H5,
H6 {
	margin-bottom: 1em
}

P:last-child {
	margin-bottom: 0
}

A {
	color: #000;
	transition: color .2s ease;
	text-decoration: none
}

A:hover {
	color: #c84d58
}

.inverted A {
	color: #95d870
}

.inverted A:focus,
.inverted A:hover {
	color: #b5e49b
}

UL {
	list-style: disc
}

UL UL {
	margin: 0;
	list-style: circle
}

OL UL,
UL OL {
	margin: 0
}

OL {
	list-style: decimal
}

OL OL {
	margin: 0;
	list-style: lower-alpha
}

HR {
	height: 0;
	padding: 0;
	margin: 1.5em 0;
	color: transparent;
	border-bottom: .0625em dashed #a7b2b9
}

.inverted HR {
	border-color: #a7b2b9
}

.inverted {
	color: #FFF;
	background-color: #112736
}

P.hero {
	font-weight: 300;
	margin-bottom: .8em
}

DL DT,
LEGEND {
	margin: 0;
	font-weight: 700
}

A.sl {
	background-image: linear-gradient(to right, #b10011, #b10011 100%);
	background-position: 0 92%;
	background-size: 1px 1px;
	background-repeat: repeat-x;
	text-decoration: none !important;
	text-shadow: .04em .08em 0 #e1e1e1, .07em .08em 0 #e1e1e1, -.04em .08em 0 #e1e1e1, -.07em .08em 0 #e1e1e1, 0 .08em 0 #e1e1e1
}

.inverted A.dashed,
.inverted ABBR,
.inverted ABBR[title],
A.dashed,
ABBR,
ABBR[title] {
	background-position: 0 92%;
	background-size: 4px 1px;
	background-repeat: repeat-x;
	text-decoration: none !important
}

A.sl:active,
A.sl:hover {
	background-image: none !important
}

A.dashed {
	background-image: linear-gradient(to right, #b10011 50%, transparent 50%);
	text-shadow: none
}

A.dashed:active,
A.dashed:hover {
	background-image: none !important
}

.inverted A.dashed {
	background-image: linear-gradient(to right, #95d870 50%, transparent 50%);
	text-shadow: none
}

.inverted A.dashed:active,
.inverted A.dashed:hover,
ABBR:active,
ABBR:hover,
ABBR[title]:active,
ABBR[title]:hover {
	background-image: none !important
}

ABBR,
ABBR[title] {
	cursor: help;
	border: none;
	background-image: linear-gradient(to right, #2b4658 50%, transparent 50%);
	text-shadow: none
}

.inverted ABBR,
.inverted ABBR[title] {
	background-image: linear-gradient(to right, #FFF 50%, transparent 50%);
	text-shadow: none
}

.inverted ABBR:active,
.inverted ABBR:hover,
.inverted ABBR[title]:active,
.inverted ABBR[title]:hover {
	background-image: none !important
}

DL,
DL DD {
	margin: 0 0 1.2em;
	padding: 0
}

BLOCKQUOTE {
	position: relative;
	margin: 0 0 1em;
	padding: .75em 2em .75em 2.2em;
	font-style: italic
}

BLOCKQUOTE FOOTER {
	margin-top: -.7em
}

BLOCKQUOTE:before {
	position: absolute;
	display: block;
	left: -.1em;
	top: -.2em;
	content: "\201C";
	font-size: 4em;
	color: #a7b2b9
}

.inverted BLOCKQUOTE:before {
	color: #a7b2b9
}

BLOCKQUOTE CITE:before {
	content: "\2009 \2014 \2009\2009\2009"
}

FIELDSET {
	position: relative;
	padding: .7em 1.3em 1.3em;
	border: .0625em solid #a7b2b9;
	border-radius: .4em
}

.inverted FIELDSET {
	border-color: #a7b2b9
}

LEGEND {
	padding: 0 .5em
}

DIV.form-item {
	position: relative;
	margin-bottom: 1em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

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

DIV.form-item DIV.form-item-input,
DIV.form-item DIV.form-item-label {
	position: relative;
	width: 100%
}

DIV.form-item.form-item-inline {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

DIV.form-item.form-item-inline DIV.form-item-label {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%
}

DIV.form-item.form-item-inline DIV.form-item-input {
	-ms-flex: 0 0 74%;
	flex: 0 0 74%;
	width: 74%
}

DIV.form-item.form-item-buttons {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center
}

.form-item-label>*,
LABEL {
	display: inline-block;
	margin: 0;
	padding: .3em 0 .5em;
	vertical-align: top;
	width: 100%
}

INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]),
SELECT,
TEXTAREA {
	width: 100%;
	padding: 1.45em .8em 1.35em;
	margin: 0;
	color: #2b4658;
	background: #FFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	border: .125em solid #a7b2b9;
	border-radius: .4em;
	transition-property: border-color, color, background-color;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).focus,
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):focus,
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):hover,
SELECT.focus,
SELECT:focus,
SELECT:hover,
TEXTAREA.focus,
TEXTAREA:focus,
TEXTAREA:hover {
	border-color: #2b4658
}

.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).focus,
.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):focus,
.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]):hover,
.inverted SELECT.focus,
.inverted SELECT:focus,
.inverted SELECT:hover,
.inverted TEXTAREA.focus,
.inverted TEXTAREA:focus,
.inverted TEXTAREA:hover {
	border-color: #FFF
}

INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).disabled,
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset])[disabled],
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset])[readonly],
SELECT.disabled,
SELECT[disabled],
SELECT[readonly],
TEXTAREA.disabled,
TEXTAREA[disabled],
TEXTAREA[readonly] {
	cursor: default !important;
	background-color: #f4f6f7;
	border-color: #d5dade;
	color: #b5bec5;
	text-shadow: none
}

.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).disabled,
.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset])[disabled],
.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset])[readonly],
.inverted SELECT.disabled,
.inverted SELECT[disabled],
.inverted SELECT[readonly],
.inverted TEXTAREA.disabled,
.inverted TEXTAREA[disabled],
.inverted TEXTAREA[readonly] {
	background-color: #1d3240;
	border-color: #41525e;
	color: #64737c
}

.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error,
.inverted SELECT.error,
.inverted TEXTAREA.error,
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error,
SELECT.error,
TEXTAREA.error {
	border-color: #c0392b;
	color: #c0392b
}

INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error:focus,
INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error:hover,
SELECT.error:focus,
SELECT.error:hover,
TEXTAREA.error:focus,
TEXTAREA.error:hover {
	color: #2b4658;
	border-color: #2b4658
}

.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error:focus,
.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).error:hover,
.inverted SELECT.error:focus,
.inverted SELECT.error:hover,
.inverted TEXTAREA.error:focus,
.inverted TEXTAREA.error:hover {
	color: #FFF;
	border-color: #FFF
}

INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]).search,
SELECT.search,
TEXTAREA.search {
	border-radius: 2px
}

.form-item-with-icon INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]),
.form-item-with-icon SELECT,
.form-item-with-icon TEXTAREA {
	padding-left: 2.5em
}

.inverted INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]),
.inverted SELECT,
.inverted TEXTAREA {
	border: .125em solid #a7b2b9;
	color: #FFF;
	background-color: #112736
}

TEXTAREA {
	resize: vertical;
	height: 10em;
	padding: .5em .8em
}

SELECT {
	cursor: pointer;
	box-sizing: border-box;
	padding-right: 2em;
	width: auto;
	color: #2b4658;
	background: url(../gfx/interface/select-bg.png) right 50% no-repeat #FFF;
	background-size: 1.29375em .5625em
}

.inverted SELECT {
	color: #FFF;
	background-color: #112736;
	background-image: url(../gfx/interface/select-bg-inverted.png)
}

HTML.ff SELECT {
	background-image: none;
	padding-right: 0
}

SELECT OPTGROUP,
SELECT OPTION {
	color: #2b4658;
	background-color: #FFF
}

.inverted SELECT OPTGROUP,
.inverted SELECT OPTION {
	color: #FFF;
	background-color: #112736
}

LABEL.checkbox,
LABEL.radio {
	display: inline-block;
	width: auto;
	padding: .2em 0;
	margin: 0 1.2em 0 0
}

INPUT[type=checkbox],
INPUT[type=radio] {
	vertical-align: central;
	margin: 0 .4em 0 0;
	padding: 0
}

BUTTON,
INPUT[type=button],
INPUT[type=reset],
INPUT[type=submit] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	box-sizing: border-box;
	width: auto;
	padding: .4em 1.5em;
	color: #2b4658;
	background: 0 0;
	text-decoration: none;
	border: .125em solid #2b4658;
	border-radius: 2px;
	transition: background .4s cubic-bezier(.165, .84, .44, 1)
}

.inverted BUTTON,
.inverted INPUT[type=button],
.inverted INPUT[type=reset],
.inverted INPUT[type=submit] {
	color: #FFF;
	border: .125em solid #FFF
}

BUTTON:focus,
BUTTON:hover,
INPUT[type=button]:focus,
INPUT[type=button]:hover,
INPUT[type=reset]:focus,
INPUT[type=reset]:hover,
INPUT[type=submit]:focus,
INPUT[type=submit]:hover {
	outline: 0;
	color: #FFF;
	background-color: #2b4658
}

.inverted BUTTON:focus,
.inverted BUTTON:hover,
.inverted INPUT[type=button]:focus,
.inverted INPUT[type=button]:hover,
.inverted INPUT[type=reset]:focus,
.inverted INPUT[type=reset]:hover,
.inverted INPUT[type=submit]:focus,
.inverted INPUT[type=submit]:hover {
	color: #112736;
	background-color: #FFF
}

BUTTON[disabled],
BUTTON[disabled]:focus,
BUTTON[disabled]:hover,
INPUT[type=button][disabled],
INPUT[type=button][disabled]:focus,
INPUT[type=button][disabled]:hover,
INPUT[type=reset][disabled],
INPUT[type=reset][disabled]:focus,
INPUT[type=reset][disabled]:hover,
INPUT[type=submit][disabled],
INPUT[type=submit][disabled]:focus,
INPUT[type=submit][disabled]:hover {
	cursor: default;
	opacity: .4;
	color: #2b4658;
	background: 0 0;
	border: .125em solid #2b4658
}

.inverted BUTTON[disabled],
.inverted BUTTON[disabled]:focus,
.inverted BUTTON[disabled]:hover,
.inverted INPUT[type=button][disabled],
.inverted INPUT[type=button][disabled]:focus,
.inverted INPUT[type=button][disabled]:hover,
.inverted INPUT[type=reset][disabled],
.inverted INPUT[type=reset][disabled]:focus,
.inverted INPUT[type=reset][disabled]:hover,
.inverted INPUT[type=submit][disabled],
.inverted INPUT[type=submit][disabled]:focus,
.inverted INPUT[type=submit][disabled]:hover {
	color: #FFF;
	border: .125em solid #FFF
}

.form-item-with-icon {
	position: relative
}

.form-item-with-icon DIV {
	pointer-events: none;
	position: absolute;
	z-index: 1;
	top: .33em;
	right: .5em;
	width: 1em;
	height: 1em;
	font-size: 1.4em
}

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.form-item-with-icon DIV.icon-search,
.inverted .form-item-with-icon DIV.icon-search {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23a7b2b9%22%20stroke%3D%22%23a7b2b9%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22485.213%22%20height%3D%22485.213%22%20viewBox%3D%220%200%20485.213%20485.213%22%3E%3Cpath%20d%3D%22M471.882%20407.567L360.567%20296.243c-16.586%2025.795-38.536%2047.734-64.33%2064.32L407.56%20471.89c17.772%2017.768%2046.587%2017.768%2064.32%200%2017.774-17.74%2017.774-46.554.002-64.32zM363.91%20181.955C363.91%2081.473%20282.44%200%20181.955%200%2081.474%200%200%2081.473%200%20181.955s81.474%20181.95%20181.956%20181.95c100.484%200%20181.953-81.468%20181.953-181.95zm-181.954%20136.46c-75.252%200-136.465-61.207-136.465-136.46%200-75.25%2061.214-136.464%20136.466-136.464%2075.25%200%20136.468%2061.214%20136.468%20136.466%200%2075.252-61.218%20136.46-136.468%20136.46z%22%2F%3E%3Cpath%20d%3D%22M75.817%20181.955h30.322c0-41.803%2034.013-75.814%2075.815-75.814V75.817c-58.517%200-106.138%2047.62-106.138%20106.14z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.form-item-with-icon:hover DIV.icon-search {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%232b4658%22%20stroke%3D%22%232b4658%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22485.213%22%20height%3D%22485.213%22%20viewBox%3D%220%200%20485.213%20485.213%22%3E%3Cpath%20d%3D%22M471.882%20407.567L360.567%20296.243c-16.586%2025.795-38.536%2047.734-64.33%2064.32L407.56%20471.89c17.772%2017.768%2046.587%2017.768%2064.32%200%2017.774-17.74%2017.774-46.554.002-64.32zM363.91%20181.955C363.91%2081.473%20282.44%200%20181.955%200%2081.474%200%200%2081.473%200%20181.955s81.474%20181.95%20181.956%20181.95c100.484%200%20181.953-81.468%20181.953-181.95zm-181.954%20136.46c-75.252%200-136.465-61.207-136.465-136.46%200-75.25%2061.214-136.464%20136.466-136.464%2075.25%200%20136.468%2061.214%20136.468%20136.466%200%2075.252-61.218%20136.46-136.468%20136.46z%22%2F%3E%3Cpath%20d%3D%22M75.817%20181.955h30.322c0-41.803%2034.013-75.814%2075.815-75.814V75.817c-58.517%200-106.138%2047.62-106.138%20106.14z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.inverted .form-item-with-icon:hover DIV.icon-search {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20stroke%3D%22white%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22485.213%22%20height%3D%22485.213%22%20viewBox%3D%220%200%20485.213%20485.213%22%3E%3Cpath%20d%3D%22M471.882%20407.567L360.567%20296.243c-16.586%2025.795-38.536%2047.734-64.33%2064.32L407.56%20471.89c17.772%2017.768%2046.587%2017.768%2064.32%200%2017.774-17.74%2017.774-46.554.002-64.32zM363.91%20181.955C363.91%2081.473%20282.44%200%20181.955%200%2081.474%200%200%2081.473%200%20181.955s81.474%20181.95%20181.956%20181.95c100.484%200%20181.953-81.468%20181.953-181.95zm-181.954%20136.46c-75.252%200-136.465-61.207-136.465-136.46%200-75.25%2061.214-136.464%20136.466-136.464%2075.25%200%20136.468%2061.214%20136.468%20136.466%200%2075.252-61.218%20136.46-136.468%20136.46z%22%2F%3E%3Cpath%20d%3D%22M75.817%20181.955h30.322c0-41.803%2034.013-75.814%2075.815-75.814V75.817c-58.517%200-106.138%2047.62-106.138%20106.14z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.form-item-with-icon DIV.icon-user,
.inverted .form-item-with-icon DIV.icon-user {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23a7b2b9%22%20stroke%3D%22%23a7b2b9%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2022c4.963%200%209-4.936%209-11S20.962%200%2016%200c-2.447%200-4.734%201.174-6.438%203.305C7.91%205.37%207%208.105%207%2011c0%206.064%204.037%2011%209%2011zm0-20c3.86%200%207%204.038%207%209%200%204.963-3.14%209-7%209s-7-4.037-7-9c0-4.962%203.14-9%207-9zm7%2018c-.553%200-1%20.447-1%201s.447%201%201%201c3.86%200%207%203.14%207%207%200%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1%200-3.86%203.14-7%207-7%20.553%200%201-.447%201-1s-.447-1-1-1c-4.963%200-9%204.037-9%209%200%201.654%201.346%203%203%203h26c1.654%200%203-1.346%203-3%200-4.962-4.037-9-9-9z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.form-item-with-icon:hover DIV.icon-user {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%232b4658%22%20stroke%3D%22%232b4658%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2022c4.963%200%209-4.936%209-11S20.962%200%2016%200c-2.447%200-4.734%201.174-6.438%203.305C7.91%205.37%207%208.105%207%2011c0%206.064%204.037%2011%209%2011zm0-20c3.86%200%207%204.038%207%209%200%204.963-3.14%209-7%209s-7-4.037-7-9c0-4.962%203.14-9%207-9zm7%2018c-.553%200-1%20.447-1%201s.447%201%201%201c3.86%200%207%203.14%207%207%200%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1%200-3.86%203.14-7%207-7%20.553%200%201-.447%201-1s-.447-1-1-1c-4.963%200-9%204.037-9%209%200%201.654%201.346%203%203%203h26c1.654%200%203-1.346%203-3%200-4.962-4.037-9-9-9z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.inverted .form-item-with-icon:hover DIV.icon-user {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20stroke%3D%22white%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2022c4.963%200%209-4.936%209-11S20.962%200%2016%200c-2.447%200-4.734%201.174-6.438%203.305C7.91%205.37%207%208.105%207%2011c0%206.064%204.037%2011%209%2011zm0-20c3.86%200%207%204.038%207%209%200%204.963-3.14%209-7%209s-7-4.037-7-9c0-4.962%203.14-9%207-9zm7%2018c-.553%200-1%20.447-1%201s.447%201%201%201c3.86%200%207%203.14%207%207%200%20.55-.45%201-1%201H3c-.55%200-1-.45-1-1%200-3.86%203.14-7%207-7%20.553%200%201-.447%201-1s-.447-1-1-1c-4.963%200-9%204.037-9%209%200%201.654%201.346%203%203%203h26c1.654%200%203-1.346%203-3%200-4.962-4.037-9-9-9z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.form-item-with-icon DIV.icon-password,
.inverted .form-item-with-icon DIV.icon-password {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23a7b2b9%22%20stroke%3D%22%23a7b2b9%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-90.7%20224.5%20259.9%20344.5%22%3E%3Cpath%20d%3D%22M156.7%20342h-24.5v-50.8c0-36.8-29.9-66.7-66.7-66.7H13c-36.8%200-66.7%2029.9-66.7%2066.7V342h-24.5c-6.9%200-12.5%205.6-12.5%2012.5v122.1c0%2051%2041.5%2092.4%2092.4%2092.4h75.1c51%200%2092.4-41.5%2092.4-92.4V354.5c0-6.9-5.6-12.5-12.5-12.5zm-185.4-50.8c0-23%2018.7-41.7%2041.7-41.7h52.5c23%200%2041.7%2018.7%2041.7%2041.7V342H-28.7v-50.8zm172.9%20185.4c0%2037.2-30.2%2067.4-67.4%2067.4H1.7c-37.2%200-67.4-30.2-67.4-67.4V367h209.9v109.6z%22%2F%3E%3Cpath%20d%3D%22M26.7%20502.5c0%206.9%205.6%2012.5%2012.5%2012.5s12.5-5.6%2012.5-12.5v-35.7c1.5-2.1%202.4-4.6%202.4-7.3%200-6.9-5.6-12.5-12.5-12.5h-4.8c-6.9%200-12.5%205.6-12.5%2012.5%200%202.7.9%205.3%202.4%207.3v35.7z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.form-item-with-icon:hover DIV.icon-password {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%232b4658%22%20stroke%3D%22%232b4658%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-90.7%20224.5%20259.9%20344.5%22%3E%3Cpath%20d%3D%22M156.7%20342h-24.5v-50.8c0-36.8-29.9-66.7-66.7-66.7H13c-36.8%200-66.7%2029.9-66.7%2066.7V342h-24.5c-6.9%200-12.5%205.6-12.5%2012.5v122.1c0%2051%2041.5%2092.4%2092.4%2092.4h75.1c51%200%2092.4-41.5%2092.4-92.4V354.5c0-6.9-5.6-12.5-12.5-12.5zm-185.4-50.8c0-23%2018.7-41.7%2041.7-41.7h52.5c23%200%2041.7%2018.7%2041.7%2041.7V342H-28.7v-50.8zm172.9%20185.4c0%2037.2-30.2%2067.4-67.4%2067.4H1.7c-37.2%200-67.4-30.2-67.4-67.4V367h209.9v109.6z%22%2F%3E%3Cpath%20d%3D%22M26.7%20502.5c0%206.9%205.6%2012.5%2012.5%2012.5s12.5-5.6%2012.5-12.5v-35.7c1.5-2.1%202.4-4.6%202.4-7.3%200-6.9-5.6-12.5-12.5-12.5h-4.8c-6.9%200-12.5%205.6-12.5%2012.5%200%202.7.9%205.3%202.4%207.3v35.7z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.inverted .form-item-with-icon:hover DIV.icon-password {
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22white%22%20stroke%3D%22white%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-90.7%20224.5%20259.9%20344.5%22%3E%3Cpath%20d%3D%22M156.7%20342h-24.5v-50.8c0-36.8-29.9-66.7-66.7-66.7H13c-36.8%200-66.7%2029.9-66.7%2066.7V342h-24.5c-6.9%200-12.5%205.6-12.5%2012.5v122.1c0%2051%2041.5%2092.4%2092.4%2092.4h75.1c51%200%2092.4-41.5%2092.4-92.4V354.5c0-6.9-5.6-12.5-12.5-12.5zm-185.4-50.8c0-23%2018.7-41.7%2041.7-41.7h52.5c23%200%2041.7%2018.7%2041.7%2041.7V342H-28.7v-50.8zm172.9%20185.4c0%2037.2-30.2%2067.4-67.4%2067.4H1.7c-37.2%200-67.4-30.2-67.4-67.4V367h209.9v109.6z%22%2F%3E%3Cpath%20d%3D%22M26.7%20502.5c0%206.9%205.6%2012.5%2012.5%2012.5s12.5-5.6%2012.5-12.5v-35.7c1.5-2.1%202.4-4.6%202.4-7.3%200-6.9-5.6-12.5-12.5-12.5h-4.8c-6.9%200-12.5%205.6-12.5%2012.5%200%202.7.9%205.3%202.4%207.3v35.7z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

::-webkit-input-placeholder {
	color: #b5bec5
}

:-moz-placeholder {
	color: #80909b
}

::-moz-placeholder {
	color: #80909b
}

:-ms-input-placeholder {
	color: #80909b
}

.inverted::-webkit-input-placeholder {
	color: #64737c
}

.inverted:-moz-placeholder {
	color: #a0a9af
}

.inverted::-moz-placeholder {
	color: #a0a9af
}

.inverted:-ms-input-placeholder {
	color: #a0a9af
}

.tablewrapper {
	overflow-x: auto;
	margin-bottom: 1.2em
}

.tablewrapper:last-child {
	margin-bottom: 0
}

.tablewrapper TABLE {
	min-width: 100%;
	margin: 0;
	border-spacing: 0;
	table-layout: fixed
}

.tablewrapper TABLE TD,
.tablewrapper TABLE TH {
	margin: 0;
	padding: .6em .5em;
	border-top: .0625em solid #a7b2b9;
	text-align: left
}

.inverted .tablewrapper TABLE TD,
.inverted .tablewrapper TABLE TH {
	border-color: #a7b2b9
}

.tablewrapper TABLE TH {
	vertical-align: bottom
}

.tablewrapper TABLE TR:first-child TH {
	border-top: 0
}

.tablewrapper TABLE TR:first-child TD {
	border-top: .125em solid #2b4658
}

.inverted .tablewrapper TABLE TR:first-child TD {
	border-color: #FFF
}

.tablewrapper TABLE TBODY TD {
	background: rgba(43, 70, 88, .03)
}

.inverted .tablewrapper TABLE TBODY TD {
	background: rgba(255, 255, 255, .03)
}

.tablewrapper TABLE TBODY TR:hover TD {
	background: rgba(43, 70, 88, .08)
}

.inverted .tablewrapper TABLE TBODY TR:hover TD {
	background: rgba(255, 255, 255, .08)
}

.tablewrapper TABLE TFOOT TD {
	vertical-align: top
}

.tablewrapper TABLE CAPTION {
	font-size: .85em;
	margin: 0;
	padding: .5em 0;
	font-style: italic
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 0;
	width: 3em;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	opacity: .7;
	transition: opacity .2s ease, transform .2s ease
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1
}

.swiper-button-next:before,
.swiper-button-prev:before {
	width: 1.2em;
	height: 2em;
	position: absolute;
	pointer-events: none;
	top: 50%;
	margin-top: -1em;
	left: .9em;
	content: '';
	background: url(data:image/svg+xml,%3Csvg%20fill%3D%22black%22%20stroke%3D%22black%22%20fill-opacity%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22254.7%200%20462.7%20792%22%3E%3Cpath%20d%3D%22M707.9%20370.9L311.5%209.7c-13-12.9-34.1-12.9-47.1%200s-13%2033.9%200%2046.9L636.9%20396%20264.4%20735.4c-13%2012.9-13%2033.9%200%2046.9%2013%2012.9%2034.1%2012.9%2047.1%200l396.3-361.2c6.9-6.9%209.9-16%209.4-25.1.6-9.1-2.4-18.2-9.3-25.1z%22%2F%3E%3C%2Fsvg%3E) 50% 50% no-repeat;
	background-size: contain
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto;
	transform: translate3d(-3em, 0, 0)
}

HTML.touch .swiper-button-prev,
HTML.touch .swiper-container-rtl .swiper-button-next {
	transform: translate3d(0, 0, 0) !important
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
	transform: translate3d(3em, 0, 0)
}

HTML.touch .swiper-button-next,
HTML.touch .swiper-container-rtl .swiper-button-prev {
	transform: translate3d(0, 0, 0) !important
}

.swiper-container:hover>.swiper-button-next,
.swiper-container:hover>.swiper-button-prev {
	transform: translate3d(0, 0, 0)
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	transition: transform .2s ease
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullet {
	width: .6em;
	height: .6em;
	margin: 0 .3em;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .5;
	transition: opacity .2s ease
}

.swiper-pagination-bullet:hover {
	opacity: .8
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-container>.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	transform: translate3d(0, 4em, 0)
}

HTML.touch .swiper-container>.swiper-pagination {
	transform: translate3d(0, 0, 0) !important
}

.swiper-container:hover>.swiper-pagination {
	transform: translate3d(0, 0, 0)
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

#asidenav ul li,
* {
	position: relative max-width: 100%;
}

#asidenav>ul>li>a {
	font-weight: bold;
}

.plusminus.active {
	background: url('/gfx/upuslugi.png') no-repeat;
}

.plusminus {
	background: url('/gfx/bottomuslugi.png') no-repeat;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

@media (min-width:42em) {
	#offcanvas-toggle-nav {
		display: none
	}
}

@media (max-width:768px) {
	BODY&gt;*, HTML.offcanvas-transition NAV#main-nav {
		transition: transform 250ms cubic-bezier(.165, .84, .44, 1)
	}
	#offcanvas-overlay, NAV#main-nav {
		position: fixed;
		height: 100vh;
		left: 0;
		top: 0
	}
	#offcanvas-toggle-nav {
		display: block;
		padding: 1em 1.5em
	}
	#offcanvas-toggle-nav:before {
		position: relative;
		background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23b10011%22%20stroke%3D%22%23b10011%22%20fill-opacity%3D%221%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2F<a href="http://www.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20424%20388%22%3E%3Cstyle%3E%0A%0A%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M35%2071C15%2071%200%2056%200%2036S15%200%2035%200h353c20%200%2036%2016%2036%2036s-16%2035-36%2035H35zM388%20158c20%200%2036%2016%2036%2036s-16%2035-36%2035H35c-20%200-35-15-35-35s15-36%2035-36h353zM388%20317c20%200%2036%2015%2036%2035s-16%2036-36%2036H35c-20%200-35-16-35-36s15-35%2035-35h353z%22%2F%3E%3C%2Fsvg%3E">www.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20424%20388%22%3E%3Cstyle%3E%0A%0A%3C%2Fstyle%3E%3Cp...</a>) 50% 50% no-repeat;
		background-size: contain;
		display: inline-block;
		margin-right: .3em;
		content: '';
		speak: none;
		width: .8em;
		height: .8em;
		top: .03em
	}
	#offcanvas-toggle-nav:hover {
		opacity: .6
	}
	BODY&gt;* {
		transform: translate3d(0, 0, 0)
	}
	HTML.offcanvas-active BODY&gt;* {
		transform: translate3d(17em, 0, 0)
	}
	NAV#main-nav {
		background: linear-gradient(to right, #112736 70%, #0e1f2b);
		z-index: 3;
		width: 17em;
		width: calc(100% - 80px);
		-webkit-overflow-scrolling: touch;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
		overflow-y: auto;
		transform: translate3d(-100%, 0, 0)
	}
	HTML.offcanvas-active BODY>* {
		transform: translate3d(calc(100% - 80px), 0, 0)
		transform: translate3d(17em, 0, 0)
	}
	HTML.offcanvas-active NAV#main-nav {
		transform: translate3d(0, 0, 0)
	}
	NAV#main-nav UL {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	HTML.ios NAV#main-nav UL:last-child {
		margin-bottom: 70px
	}
	NAV#main-nav UL LI {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	NAV#main-nav UL LI A {
		display: block;
		color: #FFF
	}
	#offcanvas-overlay {
		z-index: 2;
		display: block;
		width: 100vw;
		cursor: pointer;
		background: #FFF;
		opacity: 0;
		pointer-events: none
	}
	HTML.offcanvas-active #offcanvas-overlay {
		pointer-events: all;
		opacity: .7
	}
	HTML.offcanvas-transition #offcanvas-overlay {
		transition: opacity 250ms cubic-bezier(.165, .84, .44, 1)
	}
}

HTML {
	font-size: 80%
}

* {
	box-sizing: border-box
}

.opaqueonhover {
	opacity: .7;
	transition: all .3s ease
}

.opaqueonhover:hover {
	opacity: 1
}

p {
	padding: 0;
	margin: 0
}

#contentwrapper,
.contentholder {
	margin: 0 1em
}

@media (min-width:28em) {
	#contentwrapper,
	.contentholder {
		margin: 0 2em
	}
}

@media (min-width:46em) {
	HTML {
		font-size: 90%
	}
	#contentwrapper,
	.contentholder {
		margin: 0 4em
	}
}

@media (min-width:72em) {
	HTML {
		font-size: 100%
	}
	#contentwrapper,
	.contentholder {
		margin: 0 auto;
		width: 70em
	}
}

NAV#main-nav UL,
NAV#main-nav UL LI {
	padding: 0;
	margin: 0;
}

NAV#main-nav UL LI:first-child a {
	padding-left: 0;
}

.contentholder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.forappear {
	opacity: 0;
	transition: opacity .5s ease, transform .5s ease;
	transform: translate3d(0, 4em, 0)
}

.forappear.appeared {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

NAV#main-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
}

NAV#main-nav UL {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 0;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

NAV#main-nav UL A {
	display: inline-block;
	padding: .8em 1em;
	color: #000;
}

NAV#main-nav UL A:hover {
	background: #f1f1f1;
	color: #000;
	border-bottom: 3px solid #9a0513;
}

.menu_main a.active {
	background: #f1f1f1;
	color: #000;
	border-bottom: 3px solid #9a0513;
}

.search_menu__head__foot {
	position: absolute;
	right: 0;
	top: 5px;
}

a.logo {
	display: inline-block;
	width: 222px;
	height: 86px;
	min-width: 222px;
	min-height: 86px;
	background: url(../gfx/logo.png) 50% 50% no-repeat;
	margin: 0 auto
}

header #redstripe_new {
	background: url(../gfx/top-red-bg.png) 50% 0 no-repeat #cf0009;
	min-height: 105px
}

header #redstripe .contentholder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	/*padding: 1.5em 0;*/
	text-align: center
}

@media (min-width:46em) {
	NAV#main-nav UL {
		margin: 0;
		width: 100%;
		position: relative;
	}
	header #redstripe .contentholder {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}

@media (min-width:72em) {
	a.logo {
		margin: 0
	}
	header #redstripe .contentholder {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		text-align: left
	}
}

header .bigicons {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

header .topstrbigicon {
	display: inline-block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
	margin: 0 0 0 2em
}

header .topstrbigicon.tsbi-text {
	background: url(../gfx/signin-question.png) no-repeat
}

header .topstrbigicon.tsbi-question {
	background: url(../gfx/signin-question.png) -100px 0 no-repeat
}


/*header .topstrbigicon:hover {
	top: -.1em
}*/

header .tsmeta {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width:72em) {
	header .tsmeta {
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

header .tsmeta .tsm-phones {
	margin: 0 2em 0 0
}

header .tsmeta .tsm-phones a.phonenum {
	color: #fff;
	display: block
}

header .tsmeta .tsm-phones a#ordercall {
	display: inline-block;
	background: #fff;
	color: #970218;
	padding: .1em .5em;
	width: 100%;
	border-radius: .1em;
	margin: 1em 0 0
}

header .tsmeta .metrosmaller {
	display: inline-block;
	font-size: .8em;
	line-height: 1em;
	margin: 1.2em 0 0
}

header #signinbutton {
	margin: 0 auto;
	width: 150px;
	height: 35px;
	display: block;
	background: url(../gfx/signinbutton.png) no-repeat;
	background-size: 150px 35px
}

@media (min-width:46em) {
	header #signinbutton {
		width: 269px;
		height: 63px;
		background: url(../gfx/signinbutton.png) no-repeat;
		background-size: 269px 63px
	}
}

header .top-splash {
	width: 100%
}

header .top-splash .contentholder {
	margin: 0 auto;
	height: 100%
}

header .top-splash.tspl01 {
	background: url(../gfx/slide-01.jpg) 47% 50% no-repeat;
	background-size: cover
}

header .top-splash.tspl02 {
	background: url(../gfx/slide-02.jpg) 43% 50% no-repeat;
	background-size: cover
}

header .top-splash.tspl03 {
	background: url(../gfx/slide-03.jpg) 43% 50% no-repeat;
	background-size: cover
}

#asidenav ul li,
footer nav ul li a:hover {
	background: #fff
}

header .main-headline {
	margin: 0 0 0 auto;
	height: 457px;
	width: 50%;
	color: #b10011;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	text-shadow: 1px 1px 1px #fff
}

header .main-headline .h1,
header .main-headline .h2,
header .main-headline h1,
header .main-headline h2 {
	margin: 0;
	padding: 1em 0 .2em;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase
}

@media (min-width:46em) {
	header .main-headline {
		width: 50%
	}
	header .main-headline .h1,
	header .main-headline .h2,
	header .main-headline h1,
	header .main-headline h2 {
		font-size: 2em;
		padding: 10% 0 .2em
	}
}

header .main-headline h2 {
	font-size: 1.2em
}

@media (min-width:46em) {
	header .main-headline h2 {
		font-size: 1.5em
	}
}

@media (min-width:72em) {
	header .main-headline h2 {
		font-size: 2em
	}
}

header .main-headline .subhl {
	font-weight: 600
}

header .main-headline .subsubhl {
	text-align: center;
	padding: 2em .5em;
	text-transform: uppercase;
	font-weight: 600
}

#asidenav {
	font-size: .9em
}

#asidenav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#asidenav ul li {
	border: 1px solid #fbefc3;
	border-radius: .2em;
	text-align: left;
	margin: 0 0 1em;
	padding: .2em .5em;
	display: block;
	background: #fdfbf0;
}

#asidenav ul li a.plusminus {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	padding: 0;
	margin: 0;
	width: 2rem;
	height: 2rem;
	line-height: 1
}

#asidenav ul li a,
#asidenav ul li ul li a:hover,
#main a {
	text-decoration: underline
}

#asidenav ul li a {
	display: inline-block;
	padding: .8em 1.8em .8em 1.0em;
	width: 100%;
	color: #000;
	text-decoration: none;
}

#asidenav ul li ul {
	margin: 0;
	display: none
}

@media (min-width:72em) {
	#asidenav ul li ul {
		display: none;
	}
}

#asidenav ul li ul li {
	border: 0;
	padding: .3em 0;
	margin: 0;
	border-bottom: 1px solid #fbefc3;
}

#asidenav ul li ul li:last-child {
	border-bottom: none;
}

#asidenav ul li ul li a {
	padding: 0;
	text-decoration: none;
	text-transform: none
}

#asidenav ul li.searchitem {
	padding: .5em .5em 0
}

#asidenav ul li.searchitem .form-item-input {
	-ms-flex: 1;
	flex: 1
}

#asidenav ul li.searchitem form {
	display: -ms-flexbox;
	display: flex
}

#asidenav ul li.searchitem .form-item {
	margin: 0 0 0 1em
}

.vote-answer-table tbody tr:first-child {
	display: none;
	visibility: hidden;
}

footer {
	background: #f7f8fa;
	min-height: 15em;
}

footer .contentholder {
	display: block;
}

@media (min-width:72em) {
	/*	footer .contentholder {
          -ms-flex-flow: row nowrap;
          flex-flow: row nowrap
      }*/
}

footer .contentholder .footeritem {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
	padding: 1em 0
}

footer .contentholder .footeritem.fi-left {
	text-align: center
}

@media (min-width:72em) {
	footer .contentholder .footeritem.fi-left {
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		width: 25%
	}
	footer .contentholder .footeritem.fi-right {
		-ms-flex: 1 0 75%;
		flex: 1 0 75%;
		width: 75%
	}
}

footer nav {
	width: 100%
}

footer nav ul {
	width: 100%;
	text-align: center;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap
}

@media (min-width:46em) {
	footer nav ul {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
}

footer nav ul li a {
	display: block;
	padding: .5em;
	color: #fff
}

footer #footercoord {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.2em;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap
}

@media (min-width:72em) {
	footer #footercoord {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		font-size: 1.5em
	}
}

#main .tcitem .tci-text span,
#main p.slbigger {
	font-size: 1.2em;
}

footer #footercoord .footcrd {
	padding: .5em;
	text-align: center
}

@media (min-width:72em) {
	#main {
		padding: 1em 0 2em 30px;
	}
	footer #footercoord .footcrd.fcrd-left {
		text-align: right
	}
	footer #footercoord .footcrd.fcrd-right {
		text-align: left
	}
}

footer #footerdescription {
	margin: 1em;
	text-align: center
}

#main h2,
#main .h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 0.83em;
	font-weight: bold;
}

#main p {
	margin: 0 0 1.2em
}

#main a {
	color: #000
}

#main .form__footer_text a {
	color: #f00;
}

#main a:hover {
	text-decoration: none
}

#main .top-content-icons {
	display: block;
	margin: 2em 0;
	text-align: center;
}


/*@media (min-width:46em) {
	#main .top-content-icons {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
}
@media (min-width:72em) {
	#main {
		padding: 1em 0 2em 4em
	}
	#main .top-content-icons {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
}*/

#main .tcitem {
	width: 275px;
	margin: 0 0 1em;
	text-align: center;
	display: inline-block;
	background-color: #faf5da;
	padding: 5px;
}


/*@media (min-width:46em) {
	#main .tcitem {
		width: 45%;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%
	}
}
@media (min-width:72em) {
	#main .tcitem {
		width: 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}*/

#main .tcitem .tci-item {
	width: 69px;
	height: 69px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}

#main .tcitem .tci-item.pricise {
	background: url(../gfx/top-icons.png) no-repeat;
	background-size: 276px
}

#main .tcitem .tci-item.indi {
	background: url(../gfx/top-icons.png) -69px 0 no-repeat;
	background-size: 276px
}

#main .tcitem .tci-item.attention {
	background: url(../gfx/top-icons.png) -138px 0 no-repeat;
	background-size: 276px
}

#main .tcitem .tci-item.solution {
	background: url(../gfx/top-icons.png) -207px 0 no-repeat;
	background-size: 276px
}

#main .tcitem .tci-text {
	line-height: 1em;
	vertical-align: middle;
	width: 175px;
	display: inline-block;
	text-align: left;
	margin-left: 15px;
}

#main .tcitem .tci-text span {
	font-size: 16px;
}

#main .tcitem .tci-text span {
	display: inline-block;
	margin: .5em 0
}

#ourservices {
	display: block;
	margin: 1em 0;
	margin: 0 -15px;
	text-align: center;
}

#ourservices .os-item {
	display: inline-block;
	width: 161px;
	height: 161px;
	margin: 13px;
	padding-top: 25px;
	background: rgb(250, 245, 218);
}

#ourservices .os-item:nth-child(2n) {
	background: rgb(247, 238, 196);
}

#ourservices .os-item .osi-righttext a {
	text-decoration: none;
	font-size: 14px;
}

#ourservices .os-item .osi-leftpic {
	display: block;
	width: 4em;
	height: 4em;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 auto;
	margin-bottom: 15px;
}

#ourservices .os-item .osi-leftpic.allergy {
	background: url(../gfx/branches-icons.png) no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.massage {
	background: url(../gfx/branches-icons.png) -4em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.endo {
	background: url(../gfx/branches-icons.png) -8em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.therapy {
	background: url(../gfx/branches-icons.png) -12em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.eyes {
	background: url(../gfx/branches-icons.png) -16em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.gastro {
	background: url(../gfx/branches-icons.png) -20em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.cardio {
	background: url(../gfx/branches-icons.png) -24em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.surgery {
	background: url(../gfx/branches-icons.png) -28em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.uro {
	background: url(../gfx/branches-icons.png) -32em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.us {
	background: url(../gfx/branches-icons.png) -36em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.cosmetic,
#ourservices .os-item .osi-leftpic.dermatology {
	background: url(../gfx/branches-icons.png) -40em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.neuro {
	background: url(../gfx/branches-icons.png) -44em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.gynecology {
	background: url(../gfx/branches-icons.png) -48em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-leftpic.info {
	background: url(../gfx/branches-icons.png) -52em 0 no-repeat;
	background-size: 60em
}

#ourservices .os-item .osi-righttext {
	padding: 0 .5em 0 .5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center
}

.peachaccent {
	border: 1px solid #CCC;
	background: #fefae4;
	border-radius: .5em;
	padding: 1em;
	margin: 0 0 1em
}

#main .Section .text ul li {
	list-style: disc
}

#main .Section .text ul li p {
	margin: 0 0 .5em
}

#uslugi-menu ul li ul {
	z-index: 1
}


/* custom */

.formFeedBack p {
	margin-bottom: 1em;
	margin-top: 1em;
	color: black;
}

.formFeedBack input[type=text] {
	font-size: 13.3px;
	height: 42px;
	border-radius: 2px !important;
}

.clearfix+.Section,
.clearfix+.section {
	margin-top: 10px;
}

.data-table .inputselect {
	width: 35% !important;
}

table[width="657"] {
	width: 100% !important;
}

.actualno {
	border: 1px solid #CCC;
	background: #fefae4;
	border-radius: .5em;
	padding: 1em;
	margin: 0 0 1em
}

#main .actualno a {
	color: #b10011;
}

.actualno .head_actualno {
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-bottom: .8em;
	font-size: 1.62em;
	line-height: 1.2;
	margin-top: 0;
	display: block;
}


/* colorbox */

body #cboxClose {
	top: 0;
	bottom: none;
}


/*a[href="/sitemap/"] {
	height: 26px;
}
a[href="/sitemap/"] img {
	filter: hue-rotate(50deg);
}*/

#footer-nav {
	font-size: 14px;
}

html body {
	font-size: 16px;
	background: white;
}

.swiper-container>.swiper-pagination {
	bottom: 20px;
}

.clearfix {
	clear: both;
}

img[src="/images/zapis.png"] {
	/*max-width: 100%;*/
	width: 155px;
}

.st_img_gallery>img {
	width: 49%;
	padding: 3px;
	height: auto;
}

@media (max-width:1024px) {
	NAV#main-nav UL A {
		display: inline-block;
		padding: .8em 0.5em
	}
}

@media (max-width:1000px) {
	NAV#main-nav UL A {
		display: inline-block;
		padding: .8em 0.1em
	}
}


/*@media (max-width: 667px) {
	#main .top-content-icons, #ourservices {
		display: block;
	}
}*/

td span.bold {
	text-align: center;
	display: block;
}

.table__price {
	margin: 0 auto;
	border-collapse: separate;
	margin-bottom: 1.2em;
	width: 100%;
}

.table__price,
.table__price td,
.table__price th {
	border: 1px solid #000;
	font-size: 16px;
}

.table__price tr:first-child td {
	text-align: center;
	font-weight: bold;
}

.table__price td:nth-child(2),
.table__price td:nth-child(3) {
	text-align: center;
}

.table__price tr td:last-child {
	min-width: 110px;
}

a#ordercall {
	margin: 3px 0 0 !important;
}

header .tsmeta .tsm-phones a#simpleform_20 {
	display: inline-block;
	background: #fff;
	color: #970218;
	padding: .1em .5em;
	width: 100%;
	border-radius: .1em;
	margin: 3px 0 0;
}

.st_img_gallery_main img {
	width: 25%;
	max-width: 100%;
	padding: 0px;
	height: auto;
	box-sizing: border-box;
	display: block;
	float: left;
}

.form-fields .field {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}

#form_21 {
	width: 100%;
	box-sizing: border-box;
}

.form-fields h2 {
	font-size: 22px;
	text-align: center;
}

.vote-items-list.vote-question-list .vote-answer-item label {
	width: 80%;
}

.vote-items-list.vote-question-list .vote-answer-item input[type="radio"] {
	display: inline-block;
}

.vote-items-list.vote-question-list .vote-item-title {
	color: #000;
	text-align: center;
}

.vote-items-list.vote-question-list textarea:hover {}

.vote-form-box-buttons input[type="submit"] {
	padding: 7px 0;
	border-radius: 20px;
	background-color: #626262;
	color: #fff;
	width: 150px;
	display: inline-block;
	text-decoration: none!important;
	border: 1px solid #626262!important;
	margin: 1px;
	text-align: center;
	border: none;
}

.vote-form-box-buttons input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #626262;
	color: #000!important;
}

.vote-items-list.vote-question-list textarea {
	height: 3em;
	border: 1px solid #a7b2b9;
	border-radius: 22px
}

ol.vote-answers-list li {
	margin-left: 5px;
	margin-right: 5px;
}

ol.vote-answers-list {
	padding: 15px 30px;
}

ol.vote-question-list {
	padding-left: 0px;
}

.vote-form-box-button-last {
	margin-left: 40px;
}

.vote-form-box-button-last a {
	color: #000;
	border-bottom: 1px dashed #000;
}

.vote-form-box-button-last a:hover {
	border-bottom: none;
}

table.vote-answer-table tbody tr:nth-child(n+5) {
	display: none;
}

.em,
.italic {
	font-style: italic;
}

.vote-answer-item.vote-answer-item-radio label,
.vote-answer-item.vote-answer-item-memo label {
	color: #000;
	padding: 0;
	margin-bottom: 15px;
}

.doc--prew--list {
	text-align: center;
	margin-top: 20px;
}

.doc--prew--list .item {
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	min-height: 200px;
	padding-top: 70px;
	padding-left: 13px;
	padding-bottom: 9px;
	padding-right: 13px;
	margin-top: 50px;
	position: relative;
	width: 194px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	behavior: url(border-radius.htc);
	background-color: #f0f2f6;
}

.sliders_main_spec_wrap .item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	min-height: 200px;
	padding-top: 70px;
	padding-left: 13px;
	padding-bottom: 9px;
	padding-right: 13px;
	margin-top: 50px;
	position: relative;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	behavior: url(border-radius.htc);
	background-color: #f0f2f6;
}

.doc--prew--list .item>.img {
	display: block;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.doc--prew--list .item>.img>img {
	border: #f0f2f6 8px solid;
	-webkit-border-radius: 103px;
	-moz-border-radius: 103px;
	-ms-border-radius: 103px;
	border-radius: 103px;
	width: 100px;
	behavior: url(border-radius.htc);
}

.doc--prew--list>.item>div.title {
	display: block;
	color: #2c2c2c;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

form[name="feedbackform"] {
	clear: both;
}


/* Блок услуги */

.block__services.centered {
	text-align: center;
}

.service__item {
	display: inline-block;
	width: 245px;
	vertical-align: top;
	text-align: center;
}

.service__descr_hidden {
	display: none;
}

.service__item img {
	width: 210px;
	height: 300px;
	margin-bottom: 10px;
}

.service__item.service__item_horizontal img {
	max-width: 210px;
	width: auto;
	height: 150px;
}

.service__item_horizontal.service__item:hover .service__descr_hidden {
	top: 0;
	height: 150px;
	width: 100%;
}

.service__item_horizontal.service__item a {
	display: block;
	width: 245px;
}

.service__item_no-btn.service__item:hover .service__descr_hidden {
	padding: 5px;
}

.service__item:hover .service__descr_hidden {
	display: block;
	position: absolute;
	top: -145px;
	left: 0px;
	width: 210px;
	height: 305px;
	text-align: center;
	background-color: #b10011;
	opacity: 0.8;
	color: #fff;
	padding: 44px 0;
}

.service__descr_hidden p {
	font-size: 15px;
}

.service__btn {
	width: 150px;
	margin: 0 auto;
	padding: 8px 0;
	border: 1px solid;
	border-radius: 15px;
}

.service__btn:hover {
	background-color: #fff;
	color: #000;
}


/* Блок услуги */

a.colorbox_pup {
	text-decoration: none !important;
}

.forms_buttons {
	width: 100%;
	text-align: center;
	margin: 30px 0 50px;
}

.forms_buttons a {
	padding: 7px 0;
	border: 1px solid #b2001a;
	border-radius: 20px;
	background-color: #fff;
	width: 250px;
	display: inline-block;
	text-decoration: none!important;
	margin: 10px;
}

:focus {
	outline: none!important;
}

.forms_buttons a:hover {
	background-color: #b2001a;
	color: #fff!important;
}

.sliders_main_spec_head {
	text-align: left;
	padding: 8px 0;
	border-top: 1px solid #d8d9dd;
	border-bottom: 1px solid #d8d9dd;
}

.sliders_main_lic_head,
.sliders_main_review_head {
	text-align: left;
	padding: 8px 0;
	border-bottom: 1px solid #d8d9dd;
}

.sliders_main_lic_head,
.sliders_main_review_head {
	padding-left: 20px;
}

p.h2 {
	margin: 0!important;
	text-align: left!important;
	font-size: 22px!important;
	font-weight: bold;
}

.sliders_block {
	margin-bottom: 20px;
}

.sliders_main_spec_wrap,
.sliders_main_lic_wrap,
.sliders_main_review_wrap {
	margin-bottom: 30px;
}

.main_text__bg {
	background-color: #f0f2f6;
	text-align: center;
	padding: 15px 15px;
	margin-bottom: 30px;
}

.main_text__bg p {
	margin-bottom: 8px!important;
}

.inputbox.search {
	border-radius: 22px!important;
	border: 1px solid #a7b2b9!important;
	padding-left: 0!important;
	padding: 7px 15px!important;
}


/* --------- data-table-new_style ------------ */

.data-table-new_style tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.data-table-new_style tr td:first-child,
.data-table-new_style tr.table-tr-captcha-1 td:last-child div {
	display: block;
	padding-left: 20px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

.data-table-new_style INPUT[type]:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=reset]),
.data-table-new_style SELECT,
.data-table-new_style TEXTAREA,
.data-table-new_style div.bxlhe-frame {
	border-radius: 25px!important;
	border: 1px solid #f00 !important;
	padding: 1em .8em 1em;
}

.data-table-new_style tr.table-tr-captcha-1 {
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}

.data-table-new_style tr.table-tr-captcha-1 td:first-child {
	padding-bottom: 5px;
}

.data-table-new_style tr.table-tr-captcha-1 td:last-child {
	width: 40%;
}

.data-table-new_style tr.table-tr-tfoot {
	padding-top: 15px;
	align-items: center;
}

.data-table-new_style tr.table-tr-tfoot INPUT[type=submit] {
	width: 210px;
	height: 48px;
	border-radius: 25px!important;
	border: 1px solid #ed1c24 !important;
	font-weight: bold;
	background: #ed1c24 !important;
	height: 48px;
	border-radius: 25px!important;
	border: 1px solid #ed1c24 !important;
	font-weight: bold;
	background: #ed1c24 !important;
	color: #fff;
}

.data-table-new_style tr.table-tr-tfoot INPUT[type=submit]:hover,
#priem_sub_ajax .form__priem_sub button:hover {
	background-color: #ea5f64 !important;
	color: #fff !important;
}

.form__priem_sub .captcha-block {
	width: 100%;
}

.form__priem_sub div.captcha-block table tr {
	-ms-align-items: center;
	align-items: center;
}

.form-ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 15px;
	padding: 0;
}

.form-ul li {
	width: 50px;
	margin: 0 10px;
}

@media (max-width: 672px) {
	.search_menu__head__foot {
		position: relative;
	}
	.data-table-new_style tr.table-tr-captcha-1 {
		flex-direction: column-reverse;
	}
	.data-table-new_style tr.table-tr-captcha-1 td {
		width: 100% !important;
	}
	.data-table-new_style tr.table-tr-tfoot td {
		padding: 0;
		width: 100%;
	}
	.data-table-new_style tr.table-tr-tfoot INPUT[type=submit] {
		width: 100%;
		max-width: 100%;
	}
	#priem_sub>.form__priem_sub>.form__item_block_1 {
		flex-wrap: wrap;
		padding: 0;
	}
	#priem_sub>.form__priem_sub>.form__item_block_1 input {
		width: 100% !important;
		margin: 0 0 10px !important;
	}
	#priem_sub>.form__priem_sub>.form__item_block_1 button {
		width: 100% !important;
	}
	.form__head {
		padding: 20px 0px;
	}
	.form__head .h2 {
		text-align: center;
	}
	#priem_sub .captcha-block table tr {
		flex-direction: column !important;
	}
	#priem_sub .captcha-block table tr td {
		width: 100%;
		padding-left: 0;
	}
	#priem_sub .captcha-block table tr td input {
		margin-left: 0 !important;
	}
	#priem_sub .captcha-block {
		padding: 0;
	}
	#priem_sub .captcha-block table {
		width: 100%;
	}
}

@media (max-width: 800px) {
	.search_menu__head__foot {
		width: 150px;
	}
}

.sliders_main_spec_wrap .item a {
	text-decoration: none!important;
}

.sliders_main_spec_wrap .item a:hover {
	text-decoration: underline!important;
	color: #000;
}


/*HEAD BLOCK BEGIN*/

.header_subsc a.topstrbigicon {
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	background: url(/gfx/bg_subs.png) no-repeat;
	margin-top: 5px;
}

.header_subsc a.topstrbigicon p {
	line-height: 17px;
}

.header_subsc a.topstrbigicon img {
	display: block;
	margin: 0px auto 12px;
}

.header_adress {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding: 10px 0 8px;
	font-size: 14px;
}

.header_adress .regim {
	margin-left: 40px;
}

.header_phones {
	color: #fff;
	padding-top: 10px;
}

.header_phones a {
	color: #fff;
	font-size: 15px;
}

.header_phones a.phonenum {
	font-size: 19px;
	font-weight: bold;
	margin-right: 25px;
}

.header_logo {
	padding: 10px 40px 0 0;
	z-index: 1;
}

.header_phones div {
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
	min-width: 130px;
}

#ordercall img,
#simpleform_20 img {
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}

#ordercall p,
#simpleform_20 p {
	line-height: 17px;
}

#ordercall p span,
#simpleform_20 p span {
	border-bottom: 1px dashed;
}

.form1_ordercall {
	margin-left: 30px;
}

.sf_20_simpleform_20 {
	width: 140px;
	margin-left: 20px;
}

@media (min-width: 401px) and (max-width: 479px) {
	.contentholder {
		display: block;
	}
	.header_logo {
		padding: 0;
		padding-top: 10px;
		text-align: center;
	}
	.header_phones a.phonenum {
		font-size: 15px;
		margin-right: 1px;
	}
	.header_subsc a.topstrbigicon {
		margin: 15px auto 0;
	}
	.header_phones {
		width: 60%;
	}
	.header_phones div {
		min-width: 120px;
		margin-left: 0;
		margin-bottom: 4px;
	}
	.header_info {
		text-align: center;
	}
	.header_adress .regim {
		display: block;
		margin-left: 0;
	}
	.header_subsc {
		position: absolute;
		top: 170px;
		right: 35px;
	}
}

@media (min-width: 480px) and (max-width: 600px) {
	.contentholder {
		display: block;
	}
	.header_logo {
		padding: 0;
		padding-top: 10px;
		text-align: center;
	}
	.header_phones a.phonenum {
		font-size: 15px;
		margin-right: 1px;
	}
	.header_subsc a.topstrbigicon {
		margin: 15px auto 0;
	}
	.header_phones {
		width: 65%;
	}
	.header_phones div {
		min-width: 120px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.header_info {
		text-align: center;
	}
	.header_adress .regim {
		display: block;
		margin-left: 0;
	}
	.header_subsc {
		position: absolute;
		top: 155px;
		right: 10px;
	}
}

@media (min-width: 601px) and (max-width: 902px) {
	.contentholder {
		display: block;
	}
	.header_logo {
		width: 222px;
		float: left;
		margin-right: 20px;
	}
	.header_adress {
		width: 85%;
		text-align: center;
		border-bottom: none;
		height: 100px;
		padding: 20px 0;
	}
	.header_subsc {
		position: absolute;
		right: -20px;
		top: 6px;
	}
	.header_phones {
		padding-bottom: 10px;
		text-align: justify;
	}
	.header_phones a.phonenum {
		font-size: 15px;
		margin-right: 5px;
	}
	.sf_20_simpleform_20 {
		margin-left: 5px;
		width: 133px;
	}
	.form1_ordercall {
		margin-left: 5px;
	}
	.header_phones div {
		min-width: 100px;
	}
}

@media (max-width: 1155px) and (min-width: 903px) {
	.header_subsc a.topstrbigicon {
		margin-top: 20px;
	}
	.header_phones {
		max-width: 490px;
		width: 100%;
		padding-bottom: 10px;
		text-align: center;
	}
	.header_adress {
		text-align: center;
	}
}

@media (max-width: 1155px) {
	.header_adress .regim {
		margin-left: 0;
		display: block;
	}
}

@media (max-width: 400px) {
	.contentholder {
		display: block;
	}
	.header_logo {
		padding: 0;
		padding-top: 10px;
		text-align: center;
	}
	.header_adress {
		display: none;
	}
	.header_phones a.phonenum {
		font-size: 15px;
		margin-right: 1px;
	}
	.header_subsc a.topstrbigicon {
		margin: 15px auto 0;
	}
	.header_phones div {
		min-width: 120px;
		margin-left: 0;
	}
	.header_info {
		text-align: center;
	}
}

header .whitestripe {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}


/*HEAD BLOCK END*/


/*FOOT BLOCK BEGIN*/

.footer__pays {
	min-height: 80px;
	max-width: 1120px;
	color: #000;
	padding: 28px 0;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}

.footer__pays_item {
	display: inline-block;
	margin: 5px 0;
}

.footer__pays span,
.footer__pays img {
	display: inline-block;
	vertical-align: middle;
}

.footer__pays img {
	margin-right: 5px;
}

.footer__map,
.footer__opros {
	margin-right: 30px;
}

.footer__map,
.footer__opros,
.footer__form_consult {
	height: 340px;
	width: 350px;
	background-color: #fff;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}

.footer__map {
	padding: 5px;
}

.footer__map .map_contacts {
	padding: 10px;
}

.footer__map .map_adress {
	color: #000;
	border-bottom: 1px solid #d8d9dd;
	padding: 5px 20px 10px;
	font-size: 15px;
}

.footer__map .map_contacts__phones,
.footer__map .map_contacts__email {
	display: inline-block;
	width: 49%;
	vertical-align: middle;
	text-align: center;
}

.footer__map .map_contacts__phones a {
	color: #000;
	font-weight: bold;
}

.footer__map .map_contacts__email a {
	color: #b10011;
	text-decoration: underline;
}

.footer__copy {
	background-color: #afb5c1;
	min-height: 45px;
	text-align: center;
	font-size: 14px;
	padding: 13px 0;
}

.footer__copy p {
	color: #fff;
}


/*FOOT BLOCK END*/

footer .whitestripe {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#asidenav {
	margin-top: 24px;
}

.footer__form_consult .ds-form form {
	padding: 0;
}

.footer__form_consult .ds-form .form-head {
	padding: 12px 0;
	background-color: #555555;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.footer__form_consult .consult__fields {
	padding: 0 30px 10px;
}

.footer__form_consult .consult__fields label,
#dssubscribe-form .subs__fields label {
	font-weight: bold;
}

.footer__form_consult .consult__fields input,
#dssubscribe-form .subs__fields input {
	border-radius: 20px!important;
	border: 1px solid #a7b2b9!important;
}

.footer__form_consult .ds-form .buttonform input,
#dssubscribe-form .buttonform.subs__fields input {
	padding: 7px 0;
	border-radius: 20px;
	background-color: #96192c;
	color: #fff;
	width: 190px;
	border: 1px solid #96192c;
	display: inline-block;
	text-decoration: none!important;
	text-align: center;
	border: none;
	font-size: 16px;
	opacity: 1!important
}

.footer__form_consult .ds-form .buttonform {
	text-align: center;
}

.footer__form_consult .ds-form .buttonform input:hover,
#dssubscribe-form .buttonform.subs__fields input:hover {
	background-color: #fff;
	border: 1px solid #96192c;
	color: #000;
}

.news_main_wrap,
.subscribe_main_form_wrap,
.slider_main_faq_wrap {
	height: 300px;
	width: 350px;
	display: inline-block;
	vertical-align: middle;
}

.subscribe_main_form_wrap {
	background-color: #faf5da;
}

#dssubscribe-form {
	padding: 0;
}

#dssubscribe-form .form-head {
	border-bottom: 1px solid #d8d9dd;
	padding: 8px 20px;
	color: #000;
}

#dssubscribe-form .subs__fields {
	padding: 5px 20px;
}

#dssubscribe-form .buttonform.subs__fields {
	text-align: center;
}

.news_main_wrap {
	background-color: #f0f2f6;
}

.news_main {
	padding: 20px;
}

.news_main_head .line {
	display: inline-block;
}

.news_main_head a.line {
	float: right;
	padding: 5px 0;
	border: 1px solid #626262;
	border-radius: 20px;
	width: 130px;
	display: inline-block;
	text-decoration: none!important;
	margin: 1px;
	text-align: center;
	margin-top: -4px;
}

.news_main_head a.line:hover {
	background-color: #626262;
	color: #fff!important;
}

.news_main_head .line.h2 {
	width: auto!important;
	margin-bottom: 0!important;
}

.news_main_head {
	border-bottom: 1px solid #d8d9dd;
	padding: 7px 20px;
}

.news_main .name a {
	text-decoration: none!important;
	font-weight: bold;
}

.news_main .item {
	margin-bottom: 30px;
}

.slider_main_faq_wrap {
	background-color: #f0f2f6;
}

.slider_main_faq_head {
	border-bottom: 1px solid #d8d9dd;
	padding: 8px 0 8px 20px;
	text-align: left;
}

.ds-form form {
	font-family: 'Open Sans', Arial, sans-serif!important;
}

.news_main_wrap,
.subscribe_main_form_wrap {
	margin-right: 30px;
}

.sliders_main_review_buttons {
	text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.sliders_main_spec_wrap,
	.sliders_main_lic_wrap,
	.news_main_wrap,
	.subscribe_main_form_wrap,
	.footer__map,
	.footer__opros {
		width: 48%;
		margin: 15px 0;
		display: inline-block;
		vertical-align: middle;
	}
	.sliders_main_review_wrap {
		height: 250px;
		margin-top: 10px;
	}
	.slider_main_faq_wrap {
		margin-top: 10px;
	}
	.sliders_main_review .item_body {
		height: 100px;
	}
	.sliders_main_spec_wrap,
	.news_main_wrap,
	.footer__map {
		margin-right: 3%;
	}
	.footer__form_consult,
	.slider_main_faq_wrap,
	.sliders_main_review_wrap {
		width: 100%;
	}
	.map_contacts__phones a,
	.map_contacts__email a {
		font-size: 13px;
	}
	.vote-form-box-buttons input[type="submit"] {
		width: 50%;
	}
	.vote-form-box-button-last {
		margin-left: 20px;
	}
	.vote-vote-footer {
		margin-top: 0;
	}
	.footer__form_consult {
		height: 200px;
	}
	.footer__form_consult .consult__fields,
	.footer__form_consult .ds-form .buttonform {
		width: 32%;
		display: inline-block;
		padding: 0 10px;
	}
	.footer__form_consult .consult__fields label {
		text-align: left!important;
	}
	.footer__form_consult .consult__fields input {
		border: 1px solid #a7b2b9!important;
	}
	.sliders_main_spec div.title {
		font-size: 14px;
	}
	.footer__form_consult .ds-form .buttonform input {
		width: 100%;
	}
	#dsfeedback-form {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.slider_main_faq_wrap,
	.news_main_wrap,
	.subscribe_main_form_wrap,
	.sliders_main_spec_wrap,
	.sliders_main_lic_wrap,
	.sliders_main_review_wrap,
	.footer__map,
	.footer__opros,
	.footer__form_consult {
		width: 100%;
		max-width: 450px;
		margin: 20px auto;
		display: block;
	}
	.sliders_main_review_buttons a {
		width: 48%;
		font-size: 14px;
	}
	p.h2 {
		font-size: 20px!important;
	}
	.sliders_main_spec div.title {
		font-size: 14px;
	}
}

@media (max-width: 400px) {
	.news_main_wrap .item_body {
		font-size: 15px;
	}
	.map_contacts__phones a,
	.map_contacts__email a {
		font-size: 13px;
	}
	.vote-vote-footer {
		margin-top: 0;
	}
	.vote-form-box-buttons input[type="submit"] {
		width: 50%;
	}
	.vote-form-box-button-last {
		margin-left: 20px;
	}
	.sliders_main_faq {
		font-size: 14px;
	}
	.sliders_main_faq .item_body {
		font-size: 14px;
	}
	.sliders_main_review .item_body {
		font-size: 14px;
	}
	.preim-block .elem {
		width: 121px;
		height: 126px;
		padding-top: 0;
	}
	.preim-block .elem img {
		width: 50px;
	}
	.preim-block .elem span {
		font-size: 12px;
	}
	#ourservices .os-item {
		padding-top: 10px;
		width: 121px;
		height: 126px;
		overflow: hidden;
	}
	#ourservices .os-item .osi-righttext a {
		font-size: 12px;
	}
}

.uslugi-menu a.main-item5 {
	text-decoration: none!important;
}

.uslugi-menu a.main-item5 span {
	display: block;
	margin-top: 5px;
	width: 100%;
}

.uslugi__button {
	width: 25px!important;
	height: 25px;
	position: absolute;
	bottom: -14px;
	left: 43%;
	background: url('/gfx/bottomuslugi.png') no-repeat;
	background-size: contain;
	cursor: pointer;
}

.uslugi__button.active {
	background: url('/gfx/upuslugi.png') no-repeat;
	z-index: 130;
	background-size: contain;
}

.sub-menu5.active {
	display: block;
}

@media (min-width: 672px) {
	#main-nav {
		height: 49px;
	}
}

.left-menu__active {
	color: #9a0513!important;
	font-weight: bold;
}

.form__priem_sub {
	/*border: 2px solid #555;
      margin-top: 50px;*/
}

.form__priem_sub input,
.form__priem_sub select,
.form__priem_sub textarea,
.form__priem_sub button {
	padding: 8px 20px!important;
	border-radius: 20px!important;
	border: 1px solid #a7b2b9!important;
}

.form__priem_sub textarea {
	padding: 10px!important;
	height: 130px!important;
}

.form__priem_sub label {
	font-weight: bold;
	margin-top: 10px;
}

.form__priem_sub select {
	width: 100%;
}

.form__head {
	background-color: #555;
	padding: 20px 50px;
}

.form__head p.h2 {
	color: #fff;
}

.form__priem_sub .form__item_block_1,
.form__priem_sub .form__item_block_2,
.form__priem_sub .form__item_block_3 {
	display: inline-block;
	width: 32.9%;
	padding: 10px;
	vertical-align: top;
}

.form__item_block_1_ajax,
.form__item_block_2_ajax {
	display: inline-block;
	width: 48.9%;
	padding: 20px;
	vertical-align: top;
}

#contentwrapper {
	/*overflow: visible;*/
}

#priem_sub {
	padding-bottom: 12px;
	-webkit-box-shadow: 0px 0px 74px -15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 74px -15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 74px -15px rgba(0, 0, 0, 0.5);
	width: 99%;
}

#priem_sub>.form__priem_sub>.form__item_block_1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#priem_sub>.form__priem_sub>.form__item_block_1 input {
	width: 40%;
}

#priem_sub>.form__priem_sub>.form__item_block_1 input[name="phone"] {
	margin: 0 10px;
}

#main .captcha-block p {
	margin: 0;
}

#priem_sub>.form__priem_sub .form__footer_text {
	margin: 0;
	font-size: 12px;
	color: #aeaeae;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.form__item_block_3_ajax {
	display: block;
	width: 100%;
	padding: 0 20px 20px;
}

.form__date {
	display: inline-block;
	width: 59%;
}

.form__time {
	display: inline-block;
	width: 39%;
}

.form__date input,
.form__time input {
	font-size: 13px;
	padding: 10px 0 10px 7px!important;
}

.form__footer {
	padding: 10px;
	text-align: right;
}

.form__footer_text {
	color: #aeaeae;
	display: inline-block;
	width: 63.9%;
	text-align: left;
}

.form__submit_button {
	display: inline-block!important;
	width: 35.5%!important;
	background: #f00!important;
	color: #fff!important;
	text-align: center;
	border: none!important;
	vertical-align: top;
}

.form__submit_button:hover {
	background: #fff!important;
	border: 1px solid #a7b2b9!important;
	color: #000!important;
	cursor: pointer;
}

span.require {
	color: red;
}

#priem_sub_ajax .form__priem_sub {
	margin: 0;
	max-width: 600px;
	width: 100%;
	border: none;
}

#priem_sub_ajax .form__footer {
	text-align: center;
}

#priem_sub_ajax .form__footer_text {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#priem_sub_ajax .form__submit_button {
	margin-bottom: 10px;
}

@media (max-width: 450px) {
	.form__priem_sub .form__item_block_1,
	.form__priem_sub .form__item_block_2,
	.form__priem_sub .form__item_block_3,
	.form__item_block_1_ajax,
	.form__item_block_2_ajax,
	.form__item_block_3_ajax {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	.new_head #offcanvas-toggle-nav, .new_head #offcanvas-toggle-nav:hover{top: -150px;}
}

.red_button_inner_page {
	float: right;
	border-radius: 20px;
	padding: 7px 30px;
	background: #96192c;
	border: 1px solid #96192c;
	color: #fff!important;
	text-decoration: none!important;
	margin-bottom: 10px;
}

.red_button_inner_page:hover {
	background: #fff;
	color: #000!important;
	border: 1px solid #000;
}

#form_callback_request {
	width: 100%;
	max-width: 400px;
}

.form_callback_request__head {
	background-color: #555;
	padding: 20px 50px;
}

.form_callback_request__head .h2 {
	color: #fff;
	text-align: center;
}

.form_callback_request__item {
	padding: 10px 30px!important;
}

.form_callback_request__item label {
	font-weight: bold;
}

.form_callback_request__item input,
.form_callback_request__item textarea {
	padding: 8px 20px!important;
	border-radius: 20px!important;
	border: 1px solid #a7b2b9!important;
}

.form_callback_request__item textarea {
	height: 100px;
}

.form_callback_request__submit {
	display: block;
	background: #96192c!important;
	color: #fff!important;
	text-align: center;
	vertical-align: top;
	padding: 10px 50px!important;
	border-radius: 20px!important;
	border: 1px solid #96192c!important;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

.form_callback_request__submit:hover {
	background: #fff!important;
	border: 1px solid #a7b2b9!important;
	color: #000!important;
	cursor: pointer;
}

.form_callback_request__text {
	color: #aeaeae;
}

#form_callback_request_phone {
	width: 100%;
	max-width: 400px;
}

.form_callback_request_phone__head {
	background-color: #555;
	padding: 20px 0;
}

.form_callback_request_phone__head .h2 {
	color: #fff;
	text-align: center!important;
}

.form_callback_request_phone__item {
	padding: 10px 30px!important;
}

.form_callback_request_phone__item label {
	font-weight: bold;
}

.form_callback_request_phone__item input,
.form_callback_request_phone__item textarea {
	padding: 8px 20px!important;
	border-radius: 20px!important;
	border: 1px solid #a7b2b9!important;
}

.form_callback_request_phone__item textarea {
	height: 100px;
}

.form_callback_request_phone__submit {
	display: block;
	background: #96192c!important;
	color: #fff!important;
	text-align: center;
	vertical-align: top;
	padding: 10px 50px!important;
	border-radius: 20px!important;
	border: 1px solid #96192c!important;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

.form_callback_request_phone__submit:hover {
	background: #fff!important;
	border: 1px solid #a7b2b9!important;
	color: #000!important;
	cursor: pointer;
}

.form_callback_request_phone__text {
	color: #aeaeae;
}

#prices {
	width: 100%;
	margin: 15px 0px 30px;
}

#prices tr td {
	border-bottom: 1px solid #eee;
	line-height: 2em
}

#prices tr td:first-child,
#prices tr th:first-child {
	text-align: left;
}

#prices tr td:last-child,
#prices tr th:last-child {
	text-align: right;
}

#prices td,
#prices th {
	padding: 8px 0;
}

#prices th {
	font-size: 14px;
	color: #aaa;
	font-weight: 300;
	padding-bottom: 10px;
}

#prices td {
	font-size: 16px;
	color: #333;
	font-weight: 300;
}

.news-list.clear .akcii {
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 30px;
}

.news-list.clear:after,
.news-list.clear:before {
	content: '';
	clear: both;
	display: block;
}

.news-list.clear .akciiconteiner {
	margin: 0px 15px;
	display: block;
	text-decoration: none!important;
}

.news-list.clear .akciiimg {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.news-list.clear span.skid {
	background: #cf0009;
	color: white;
	position: absolute;
	right: 0px;
	top: 30px;
	padding: 5px 10px;
	border-radius: 5px 0px 0px 5px;
	font-weight: 700;
}

.news-list.clear span.datakcii {
	text-align: center;
	display: block;
	padding-top: 10px;
}

.news-list.clear span.bold {
	display: block;
	padding-top: 5px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}

.news-list.clear span.news-date-time {
	color: #cf0009;
	font-style: normal;
}

.news-list.clear span.news-date-time i {
	font-style: normal;
}

@media (max-width:755px) {
	.news-list.clear .akcii {
		float: none;
		width: 100%;
		position: relative;
		margin-bottom: 40px;
	}
}