@charset "UTF-8";
@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans_400-regular.eot');
	src:
		url('../fonts/opensans_400-regular-2.eot') format("embedded-opentype"),
		url('../fonts/opensans_400-regular.woff2') format("woff2"),
		url('../fonts/opensans_400-regular.woff') format("woff"),
		url('../fonts/opensans_400-regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans_400-regular-italic.eot');
	src:
		url('../fonts/opensans_400-regular-italic-2.eot') format("embedded-opentype"),
		url('../fonts/opensans_400-regular-italic.woff2') format("woff2"),
		url('../fonts/opensans_400-regular-italic.woff') format("woff"),
		url('../fonts/opensans_400-regular-italic.ttf') format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans_700-bold.eot');
	src:
		url('../fonts/opensans_700-bold-2.eot') format("embedded-opentype"),
		url('../fonts/opensans_700-bold.woff2') format("woff2"),
		url('../fonts/opensans_700-bold.woff') format("woff"),
		url('../fonts/opensans_700-bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans_700-bold-italic.eot');
	src:
		url('../fonts/opensans_700-bold-italic-2.eot') format("embedded-opentype"),
		url('../fonts/opensans_700-bold-italic.woff2') format("woff2"),
		url('../fonts/opensans_700-bold-italic.woff') format("woff"),
		url('../fonts/opensans_700-bold-italic.ttf') format("truetype");
	font-weight: 700;
	font-style: italic;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: 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"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #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;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	line-height: 1.625em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1199px) {
	html {
		font-size: 93.75%;
	}
}
@media (max-width: 991px) {
	html {
		font-size: 81.25%;
	}
}

body {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #252323;
	background-color: #ffffff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #0072ac;
	text-decoration: none;
}
a:not([class]) {
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #17a443;
	text-decoration: none;
}
a:focus {
	outline: none;
}

.link-dotted {
	display: inline;
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
}
.link-dotted:hover {
	border-bottom-color: transparent;
}
:active > .link-dotted,
.link-dotted:active,
:focus > .link-dotted,
.link-dotted:focus {
	border-bottom-color: transparent;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}
img:not([class]) {
	max-width: 100%;
	height: auto;
}
table img:not([class]) {
	max-width: none;
}
@media (max-width: 991px) {
	table img:not([class]) {
		max-width: 200px;
	}
}
@media (max-width: 575px) {
	table img:not([class]) {
		max-width: 100px;
	}
}
img[align="left"] {
	margin-right: 15px;
	margin-bottom: 15px;
}
img[align="left"] + p,
img[align="left"] + h2,
img[align="left"] + h3,
img[align="left"] + h4,
img[align="left"] + h5,
img[align="left"] + h6,
img[align="left"] + .h2,
img[align="left"] + .h3,
img[align="left"] + .h4,
img[align="left"] + .h5,
img[align="left"] + .h6 {
	margin-top: 0;
}
img[align="right"] {
	margin-left: 15px;
	margin-bottom: 15px;
}
img[align="right"] + p,
img[align="right"] + h2,
img[align="right"] + h3,
img[align="right"] + h4,
img[align="right"] + h5,
img[align="right"] + h6,
img[align="right"] + .h2,
img[align="right"] + .h3,
img[align="right"] + .h4,
img[align="right"] + .h5,
img[align="right"] + .h6 {
	margin-top: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.625;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 26px;
	margin-bottom: 26px;
	border: 0;
	border-top: 1px solid #c7dde9;
}

.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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 33px;
	margin-top: 2.03125rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	font-family: inherit;
	font-weight: 400;
	color: #000000;
}
.dev-mode h1,
.dev-mode .h1,
.dev-mode h2,
.dev-mode .h2,
.dev-mode h3,
.dev-mode .h3,
.dev-mode h4,
.dev-mode .h4,
.dev-mode h5,
.dev-mode .h5,
.dev-mode h6,
.dev-mode .h6 {
	outline: 1px dotted red;
	outline-offset: -1px;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
	margin-top: 0;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
	font-size: 65%;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
	color: #f9224c;
}

h1,
.h1 {
	font-size: 41px;
	font-size: 2.5625rem;
	line-height: 52px;
	line-height: 3.25rem;
}

h2,
.h2 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 39px;
	line-height: 2.4375rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

h3,
.h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 32px;
	line-height: 2rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

h4,
.h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

h5,
.h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-top: 20px;
	margin-top: 1.21875rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

h6,
.h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-top: 13px;
	margin-top: 0.8125rem;
	margin-bottom: 7px;
	margin-bottom: 0.40625rem;
}

p {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	margin-top: 0;
}
.dev-mode p {
	outline: 1px dotted red;
	outline-offset: -1px;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}

.lead {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

small,
.small {
	font-size: 87%;
}

mark,
.mark {
	background-color: #fcf8e3;
	padding: 0.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,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777777;
}

.text-primary {
	color: #0072ac;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #005079;
}

.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: #f9224c;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #e20631;
}

.bg-primary {
	color: #ffffff;
}

.bg-primary {
	background-color: #0072ac;
}

a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #005079;
}

.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;
}

ul:not([class]),
ol:not([class]) {
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}
.dev-mode ul:not([class]),
.dev-mode ol:not([class]) {
	outline: 1px dotted red;
	outline-offset: -1px;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
	margin-bottom: 0;
}

ul:not([class]) {
	padding: 0;
	list-style: none;
}
ul:not([class]) > li {
	position: relative;
	padding-left: 1.5625rem;
}
ul:not([class]) > li::before {
	content: "»";
	position: absolute;
	left: 0;
}
ul:not([class]) > li:not(:last-child) {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.check-list {
	list-style: none;
	padding: 0;
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.check-list li {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	background: url('../images/check.png') no-repeat 0 0;
	padding-left: 42px;
	margin-bottom: 17px;
	min-height: 26px;
}

.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:not([class]) {
	margin-top: 0;
	margin-bottom: 26px;
}

dt:not([class]),
dd:not([class]) {
	line-height: 1.625;
}

dt:not([class]) {
	font-weight: bold;
}

dd:not([class]) {
	margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table;
}

.dl-horizontal dd:after {
	clear: both;
}

@media (min-width: 576px) {
	.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 #777777;
}

.initialism {
	font-size: 90%;
}

blockquote {
	padding: 13px 26px;
	margin: 0 0 26px;
	font-size: 20px;
	border-left: 5px solid #eeeeee;
}
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.625;
	color: #777777;
}
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 #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}

address {
	margin-bottom: 26px;
	font-style: normal;
	line-height: 1.625;
}

.term {
	font-style: italic;
	margin-top: 13px;
	margin-top: 0.8125rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1340px) {
	.container {
		max-width: 1300px;
	}
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.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,
.col-md,
.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,
.col-lg,
.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,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-sm,
	.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,
	.col-md,
	.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,
	.col-lg,
	.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,
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xxl,
	.col-xxl-1,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.col {
	/* xs: 0 and up */
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col {
	/* sm: 576px and up */
}
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.col {
	/* md: 768px and up */
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.col {
	/* lg: 992px and up */
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.col {
	/* xl: 1200px and up */
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.col {
	/* xxl: 1340px and up */
}
@media (min-width: 1340px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-style: italic;
}
.dev-mode caption {
	outline: 1px dotted red;
	outline-offset: -1px;
}

th {
	text-align: left;
}

table:not([class]) {
	width: 100%;
	border: 2px solid #0072ac;
	margin-top: 26px;
	margin-top: 1.625rem;
}
table:not([class]) > thead > tr > td,
table:not([class]) > thead > tr > th,
table:not([class]) > tbody > tr > td,
table:not([class]) > tbody > tr > th,
table:not([class]) > tfoot > tr > td,
table:not([class]) > tfoot > tr > th {
	padding-left: 20px;
	padding-left: 1.21875rem;
	padding-right: 20px;
	padding-right: 1.21875rem;
}
table:not([class]) > thead > tr > td,
table:not([class]) > thead > tr > th {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 16px;
	line-height: 1rem;
	padding-top: 7px;
	padding-top: 0.40625rem;
	padding-bottom: 7px;
	padding-bottom: 0.40625rem;
	font-style: italic;
	font-weight: 400;
	background: #c2dae7;
}
table:not([class]) > tbody {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
}
table:not([class]) > tbody > tr > td {
	padding-top: 10px;
	padding-top: 0.65rem;
	padding-bottom: 10px;
	padding-bottom: 0.65rem;
}
table:not([class]) > tbody > tr:nth-of-type(odd) {
	background-color: #edf4f8;
}
table:not([class]) > tfoot {
	border-top: 1px solid #c7dde9;
}
table:not([class]) > tfoot > tr > td {
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.table-price {
	width: 100%;
	border: 2px solid #0072ac;
	margin-top: 26px;
	margin-top: 1.625rem;
}
.table-price > thead > tr > td,
.table-price > thead > tr > th,
.table-price > tbody > tr > td,
.table-price > tbody > tr > th,
.table-price > tfoot > tr > td,
.table-price > tfoot > tr > th {
	padding-left: 20px;
	padding-left: 1.21875rem;
	padding-right: 20px;
	padding-right: 1.21875rem;
}
.table-price > thead > tr > td,
.table-price > thead > tr > th {
	font-size: 16px;
	font-size: 1rem;
	line-height: 46px;
	line-height: 2.84375rem;
	font-style: italic;
	font-weight: 400;
	background: #0072ac;
	color: #ffffff;
}
.table-price > tbody {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.table-price > tbody > tr > td {
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}
.table-price > tbody > tr:nth-of-type(even) {
	background-color: #edf4f8;
}
.table-price > tfoot {
	border-top: 1px solid #c7dde9;
}
.table-price > tfoot > tr > td {
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}
.table-price img {
	width: 150px;
	height: auto;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 26px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.625;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #edf4f8;
}

.table-hover > tbody > tr:hover {
	background-color: #e2edf4;
}

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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #e2edf4;
}

.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: #d0e2ed;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
	margin-top: 26px;
	margin-top: 1.625rem;
	overflow-x: auto;
	min-height: 0.01%;
}
@media (max-width: 767.98px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 19.5px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-shadow:
			rgba(0, 0, 0, 0.156863) 0 3px 10px,
			rgba(0, 0, 0, 0.227451) 0 3px 10px;
		border: 2px solid #006498;
	}
	.table-responsive > table,
	.table-responsive > .table {
		margin-top: 0 !important;
		margin-bottom: 0;
		border-color: transparent !important;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

.table-license-wrapper img {
	width: 100px;
	height: auto;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 26px;
	font-size: 24px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.625;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 18px;
	font-size: 1rem;
	line-height: 1.625;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.21);
	transition:
		border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	outline: 0;
	box-shadow:
		inset 0 2px 6px rgba(0, 0, 0, 0.21),
		inset 0 2px 6px rgba(84, 180, 114, 0.21);
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

select.form-control {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.form-control::-ms-expand {
	display: none;
}

.select-control {
	position: relative;
}
.select-control::after {
	content: "";
	background: url('../images/select-dropdown.png');
	width: 11px;
	height: 6px;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

input[type="search"] {
	-webkit-appearance: none;
}

@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: 45px;
	}
	input[type="date"].input-sm,
	.input-group-sm input[type="date"],
	input[type="time"].input-sm,
	.input-group-sm input[type="time"],
	input[type="datetime-local"].input-sm,
	.input-group-sm input[type="datetime-local"],
	input[type="month"].input-sm,
	.input-group-sm input[type="month"] {
		line-height: 33px;
	}
	input[type="date"].input-lg,
	.input-group-lg input[type="date"],
	input[type="time"].input-lg,
	.input-group-lg input[type="time"],
	input[type="datetime-local"].input-lg,
	.input-group-lg input[type="datetime-local"],
	input[type="month"].input-lg,
	.input-group-lg input[type="month"] {
		line-height: 49px;
	}
}

.form-group {
	position: relative;
}
.form-group:not(:last-child) {
	margin-bottom: 24px;
}

.radios-stacked,
.checkboxes-stacked {
	display: block;
}

.radio,
.checkbox {
	margin-top: 13px;
	margin-top: 0.8125rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	position: relative;
	display: flex;
	align-items: center;
}
.radio__element,
.checkbox__element {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.radio__indicator,
.checkbox__indicator {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #b2b2b2;
	position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.21) inset;
	margin-right: 10px;
}
.radio__indicator::before,
.checkbox__indicator::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	opacity: 0;
	transition: 0.2s ease;
	background: no-repeat 50% 50%;
	background-size: contain;
}
.radio__label,
.checkbox__label {
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio:hover .radio__indicator,
.checkbox:hover .radio__indicator,
.radio:hover .checkbox__indicator,
.checkbox:hover .checkbox__indicator {
	box-shadow:
		0 2px 6px rgba(0, 0, 0, 0.21) inset,
		0 2px 6px rgba(67, 192, 106, 0.21) inset;
}
.radio:hover .radio__element:disabled ~ .radio__indicator,
.checkbox:hover .radio__element:disabled ~ .radio__indicator,
.radio:hover .checkbox__element:disabled ~ .radio__indicator,
.checkbox:hover .checkbox__element:disabled ~ .radio__indicator,
.radio:hover .radio__element:disabled ~ .checkbox__indicator,
.checkbox:hover .radio__element:disabled ~ .checkbox__indicator,
.radio:hover .checkbox__element:disabled ~ .checkbox__indicator,
.checkbox:hover .checkbox__element:disabled ~ .checkbox__indicator {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.21) inset;
}
.radio__element:checked ~ .radio__indicator::before,
.checkbox__element:checked ~ .radio__indicator::before,
.radio__element:checked ~ .checkbox__indicator::before,
.checkbox__element:checked ~ .checkbox__indicator::before {
	opacity: 1;
}
.radio__element:disabled ~ *,
.checkbox__element:disabled ~ * {
	opacity: 0.4;
	pointer-events: none;
}

.checkbox__indicator::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAxklEQVQokZXPoUpDURwG8N+9wt7A5huIwbw0H2AyUdYMm3VlNsEkWNfWtuWZRDSqaXVtb7Aiw2oYjGPwXLgcrhf94uH8/nxfFkJQzsXLtZpkeEQ7r/tVkTu08fkf2MUNduj+FR5j6qfqEK9ZsbFm2z6WOMAEV5CdPw8DVmhhk6AG3tDEAifYQh7RId7j9XLGEa3RKVABW7/gAfr4wmnaJo8PKT7DCAG9uFEKVeAH7OEe8xSVYRl/RPSE2yqUwgIfYYbLWLUy3zIvM6yQ8ayNAAAAAElFTkSuQmCC);
}

.radio__indicator {
	border-radius: 50%;
}
.radio__indicator::before {
	background: #43c06a;
	border-radius: 50%;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -13px;
	margin-top: -0.8125rem;
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 42px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 56.25px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	pointer-events: none;
}

.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 {
	box-shadow:
		inset 0 2px 6px rgba(0, 0, 0, 0.21),
		inset 0 2px 6px rgba(60, 118, 61, 0.21);
}

.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 {
	box-shadow:
		inset 0 2px 6px rgba(0, 0, 0, 0.21),
		inset 0 2px 6px rgba(138, 109, 59, 0.21);
}

.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: #f9224c;
}

.has-error .form-control {
	box-shadow:
		inset 0 2px 6px rgba(0, 0, 0, 0.21),
		inset 0 2px 6px rgba(249, 34, 76, 0.21);
}

.has-feedback label ~ .form-control-feedback {
	top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	pointer-events: none;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #676161;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 13px;
	line-height: 0.8125rem;
}
.form-group > .help-block {
	position: absolute;
	margin: 0;
	right: 5px;
	top: -10px;
	background: #f9224c;
	color: #ffffff;
	text-transform: lowercase;
	padding: 3px 10px 5px;
	max-width: 50%;
	min-height: 34px;
	text-align: center;
}
.form-group > .help-block::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #f9224c transparent transparent;
	position: absolute;
	right: 100%;
	bottom: 8px;
}

.form-help {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 20px;
	line-height: 1.21875rem;
}

.form-control-file {
	position: relative;
	width: 100%;
}
.form-control-file__text {
	width: 100%;
	position: relative;
	z-index: 1;
	border: 1px solid #b2b2b2;
	white-space: nowrap;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	padding-top: 10px;
}
.form-control-file__button {
	background: #b2b2b2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	cursor: pointer;
}
.form-control-file__button:hover {
	background: #54b472;
}
.form-control-file input[type="file"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0.375rem 1.125rem;
	line-height: 1.625;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
	outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333333;
	text-decoration: none;
	outline: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn_default {
	color: #fff;
	background-color: #b2b2b2;
	border-color: #b2b2b2;
}
.btn_default:focus,
.btn_default.focus {
	color: #fff;
	background-color: #999999;
	border-color: #727272;
}
.btn_default:hover {
	color: #fff;
	background-color: #999999;
	border-color: #939393;
}
.btn_default:active,
.btn_default.active,
.open > .btn_default.dropdown-toggle {
	color: #fff;
	background-color: #999999;
	border-color: #939393;
}
.btn_default:active:hover,
.btn_default:active:focus,
.btn_default:active.focus,
.btn_default.active:hover,
.btn_default.active:focus,
.btn_default.active.focus,
.open > .btn_default.dropdown-toggle:hover,
.open > .btn_default.dropdown-toggle:focus,
.open > .btn_default.dropdown-toggle.focus {
	color: #fff;
	background-color: #878787;
	border-color: #727272;
}
.btn_default:active,
.btn_default.active,
.open > .btn_default.dropdown-toggle {
	background-image: none;
}
.btn_default.disabled:hover,
.btn_default.disabled:focus,
.btn_default.disabled.focus,
.btn_default[disabled]:hover,
.btn_default[disabled]:focus,
.btn_default[disabled].focus,
fieldset[disabled] .btn_default:hover,
fieldset[disabled] .btn_default:focus,
fieldset[disabled] .btn_default.focus {
	background-color: #b2b2b2;
	border-color: #b2b2b2;
}
.btn_default .badge {
	color: #b2b2b2;
	background-color: #fff;
}

.btn_primary {
	color: #ffffff;
	background-color: #0072ac;
	border-color: #006193;
}
.btn_primary:focus,
.btn_primary.focus {
	color: #ffffff;
	background-color: #005079;
	border-color: #000d13;
}
.btn_primary:hover {
	color: #ffffff;
	background-color: #005079;
	border-color: #003955;
}
.btn_primary:active,
.btn_primary.active,
.open > .btn_primary.dropdown-toggle {
	color: #ffffff;
	background-color: #005079;
	border-color: #003955;
}
.btn_primary:active:hover,
.btn_primary:active:focus,
.btn_primary:active.focus,
.btn_primary.active:hover,
.btn_primary.active:focus,
.btn_primary.active.focus,
.open > .btn_primary.dropdown-toggle:hover,
.open > .btn_primary.dropdown-toggle:focus,
.open > .btn_primary.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #003955;
	border-color: #000d13;
}
.btn_primary:active,
.btn_primary.active,
.open > .btn_primary.dropdown-toggle {
	background-image: none;
}
.btn_primary.disabled:hover,
.btn_primary.disabled:focus,
.btn_primary.disabled.focus,
.btn_primary[disabled]:hover,
.btn_primary[disabled]:focus,
.btn_primary[disabled].focus,
fieldset[disabled] .btn_primary:hover,
fieldset[disabled] .btn_primary:focus,
fieldset[disabled] .btn_primary.focus {
	background-color: #0072ac;
	border-color: #006193;
}
.btn_primary .badge {
	color: #0072ac;
	background-color: #ffffff;
}

.btn_success {
	color: #ffffff;
	background-color: #54b472;
	border-color: #49a666;
}
.btn_success:focus,
.btn_success.focus {
	color: #ffffff;
	background-color: #41945b;
	border-color: #224d2f;
}
.btn_success:hover {
	color: #ffffff;
	background-color: #41945b;
	border-color: #367b4c;
}
.btn_success:active,
.btn_success.active,
.open > .btn_success.dropdown-toggle {
	color: #ffffff;
	background-color: #41945b;
	border-color: #367b4c;
}
.btn_success:active:hover,
.btn_success:active:focus,
.btn_success:active.focus,
.btn_success.active:hover,
.btn_success.active:focus,
.btn_success.active.focus,
.open > .btn_success.dropdown-toggle:hover,
.open > .btn_success.dropdown-toggle:focus,
.open > .btn_success.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #367b4c;
	border-color: #224d2f;
}
.btn_success:active,
.btn_success.active,
.open > .btn_success.dropdown-toggle {
	background-image: none;
}
.btn_success.disabled:hover,
.btn_success.disabled:focus,
.btn_success.disabled.focus,
.btn_success[disabled]:hover,
.btn_success[disabled]:focus,
.btn_success[disabled].focus,
fieldset[disabled] .btn_success:hover,
fieldset[disabled] .btn_success:focus,
fieldset[disabled] .btn_success.focus {
	background-color: #54b472;
	border-color: #49a666;
}
.btn_success .badge {
	color: #54b472;
	background-color: #ffffff;
}

.btn_info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn_info:focus,
.btn_info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn_info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn_info:active,
.btn_info.active,
.open > .btn_info.dropdown-toggle {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn_info:active:hover,
.btn_info:active:focus,
.btn_info:active.focus,
.btn_info.active:hover,
.btn_info.active:focus,
.btn_info.active.focus,
.open > .btn_info.dropdown-toggle:hover,
.open > .btn_info.dropdown-toggle:focus,
.open > .btn_info.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn_info:active,
.btn_info.active,
.open > .btn_info.dropdown-toggle {
	background-image: none;
}
.btn_info.disabled:hover,
.btn_info.disabled:focus,
.btn_info.disabled.focus,
.btn_info[disabled]:hover,
.btn_info[disabled]:focus,
.btn_info[disabled].focus,
fieldset[disabled] .btn_info:hover,
fieldset[disabled] .btn_info:focus,
fieldset[disabled] .btn_info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn_info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}

.btn_warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn_warning:focus,
.btn_warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn_warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn_warning:active,
.btn_warning.active,
.open > .btn_warning.dropdown-toggle {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn_warning:active:hover,
.btn_warning:active:focus,
.btn_warning:active.focus,
.btn_warning.active:hover,
.btn_warning.active:focus,
.btn_warning.active.focus,
.open > .btn_warning.dropdown-toggle:hover,
.open > .btn_warning.dropdown-toggle:focus,
.open > .btn_warning.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn_warning:active,
.btn_warning.active,
.open > .btn_warning.dropdown-toggle {
	background-image: none;
}
.btn_warning.disabled:hover,
.btn_warning.disabled:focus,
.btn_warning.disabled.focus,
.btn_warning[disabled]:hover,
.btn_warning[disabled]:focus,
.btn_warning[disabled].focus,
fieldset[disabled] .btn_warning:hover,
fieldset[disabled] .btn_warning:focus,
fieldset[disabled] .btn_warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn_warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}

.btn_danger {
	color: #ffffff;
	background-color: #f9224c;
	border-color: #f80938;
}
.btn_danger:focus,
.btn_danger.focus {
	color: #ffffff;
	background-color: #e20631;
	border-color: #7f031b;
}
.btn_danger:hover {
	color: #ffffff;
	background-color: #e20631;
	border-color: #bf052a;
}
.btn_danger:active,
.btn_danger.active,
.open > .btn_danger.dropdown-toggle {
	color: #ffffff;
	background-color: #e20631;
	border-color: #bf052a;
}
.btn_danger:active:hover,
.btn_danger:active:focus,
.btn_danger:active.focus,
.btn_danger.active:hover,
.btn_danger.active:focus,
.btn_danger.active.focus,
.open > .btn_danger.dropdown-toggle:hover,
.open > .btn_danger.dropdown-toggle:focus,
.open > .btn_danger.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #bf052a;
	border-color: #7f031b;
}
.btn_danger:active,
.btn_danger.active,
.open > .btn_danger.dropdown-toggle {
	background-image: none;
}
.btn_danger.disabled:hover,
.btn_danger.disabled:focus,
.btn_danger.disabled.focus,
.btn_danger[disabled]:hover,
.btn_danger[disabled]:focus,
.btn_danger[disabled].focus,
fieldset[disabled] .btn_danger:hover,
fieldset[disabled] .btn_danger:focus,
fieldset[disabled] .btn_danger.focus {
	background-color: #f9224c;
	border-color: #f80938;
}
.btn_danger .badge {
	color: #f9224c;
	background-color: #ffffff;
}

.btn-outline-white {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn-outline-white.hover,
.btn-outline-white:hover {
	background: #0072ac;
	color: #ffffff;
	border-color: #0072ac;
}
.btn-outline-white.active,
.btn-outline-white:active {
	background: #007cbb;
	color: #ffffff;
	border-color: #007cbb;
	outline: none;
}
.btn-outline-white.focus,
.btn-outline-white:focus {
	color: #ffffff;
}
.btn-outline-white.disabled,
.btn-outline-white:disabled,
.btn-outline-white[disabled] {
	opacity: 0.5;
}

.btn-outline-white2 {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 19px;
	line-height: 1.1875rem;
	background: none;
	border: 2px solid #ffffff;
	color: #000000;
}
.btn-outline-white2.hover,
.btn-outline-white2:hover {
	background: #0072ac;
	color: #ffffff;
	border-color: #0072ac;
}
.btn-outline-white2.active,
.btn-outline-white2:active {
	background: #007cbb;
	color: #ffffff;
	border-color: #007cbb;
	outline: none;
}
.btn-outline-white2.focus,
.btn-outline-white2:focus {
	color: #ffffff;
}
.btn-outline-white2.disabled,
.btn-outline-white2:disabled,
.btn-outline-white2[disabled] {
	opacity: 0.5;
}

.btn-link {
	color: #0072ac;
	font-weight: normal;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #17a443;
	text-decoration: none;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0.625rem 1.375rem;
	line-height: 1.33333;
	border-radius: 0;
}

.btn-sm {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0.3125rem 0.625rem;
	line-height: 1.5;
	border-radius: 0;
}

.btn-xs {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0.0625rem 0.3125rem;
	line-height: 1.5;
	border-radius: 0;
}

.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%;
}

.breadcrumb {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}
.dev-mode .breadcrumb {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.breadcrumb > a {
	text-decoration: underline;
}
.breadcrumb > a,
.breadcrumb span {
	position: relative;
}
.breadcrumb > a:not(:first-child),
.breadcrumb span:not(:first-child) {
	margin-left: 14px;
}
.breadcrumb > a:not(:first-child)::before,
.breadcrumb span:not(:first-child)::before {
	content: "»";
	left: -11px;
	position: absolute;
}

.breadcrumb + h1,
.breadcrumb + .h1,
.breadcrumb + h2,
.breadcrumb + .h2,
.breadcrumb + h3,
.breadcrumb + .h3,
.breadcrumb + h4,
.breadcrumb + .h4,
.breadcrumb + h5,
.breadcrumb + .h5,
.breadcrumb + h6,
.breadcrumb + .h6 {
	margin-top: 0;
}

.pagination {
	margin-top: 39px;
	margin-top: 2.4375rem;
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
	display: inline-flex;
}
.pagination__item {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	width: 33px;
	width: 2.03125rem;
	height: 33px;
	height: 2.03125rem;
	display: inline-block;
	vertical-align: middle;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	margin-right: 2px;
	text-decoration: none;
	transition: 0.2s ease;
}
.pagination__item:hover {
	background: #0072ac;
	color: #ffffff;
}
.pagination__item_current,
.pagination__item_current:hover,
.pagination__item_current:active,
.pagination__item_current:focus {
	background: #0072ac;
	color: #ffffff;
	cursor: default;
}

.pager {
	margin-top: 52px;
	margin-top: 3.25rem;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 24px;
	padding-top: 1.5rem;
	border-top-color: #f9224c;
}
.pager:before,
.pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager .pager__previous,
.pager .pager__next {
	max-width: 50%;
	width: 300px;
}
.pager .pager__previous {
	float: left;
}
.pager .pager__next {
	float: right;
	text-align: right;
}
.pager__link {
	display: block;
}
.pager__arrow {
	width: 8px;
	height: 1px;
	background: #f9224c;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	position: relative;
	margin-left: 0.35em;
	margin-right: 0.22em;
	margin-top: -1px;
}
.pager__arrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #636363;
	border-width: 1px 1px 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}
.pager__previous .pager__arrow {
	width: 8px;
	height: 1px;
	background: #636363;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	position: relative;
	margin-right: 0.22em;
	margin-top: -1px;
}
.pager__previous .pager__arrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid #636363;
	border-width: 1px 0 0 1px;
	position: absolute;
	left: 0;
	top: 1px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
}
.pager__text {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #636363;
	text-decoration: none;
}
.pager__title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-decoration: underline;
	margin-top: 7px;
	margin-top: 0.40625rem;
}

.caret {
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
	background: url('../images/dropdown.png');
	width: 13px;
	height: 8px;
}
.caret .caret_up {
	background: url('../images/dropup.png');
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown__trigger {
	display: inline;
	border-bottom: 1px dashed currentColor;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1010;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.33);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 12px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.625;
	color: #0072ac;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #54b472;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #54b472;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.625;
	color: #777777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1000;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.fade {
	opacity: 0;
	transition: opacity 0.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;
	transition-property: height, visibility;
	transition-duration: 0.35s;
	transition-timing-function: ease;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}

.progress {
	overflow: hidden;
	height: 26px;
	margin-bottom: 26px;
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	background-color: #0072ac;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 0.5s linear infinite;
	animation: progress-bar-stripes 0.5s linear infinite;
}

.progress-bar-success {
	background-color: #54b472;
}
.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #f9224c;
}
.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1060;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 39px;
	line-height: 2.4375rem;
	padding: 24px 30px 0;
}
.modal-header:before,
.modal-header:after {
	content: " ";
	display: table;
}
.modal-header:after {
	clear: both;
}

.modal-header .close {
	margin-top: 11px;
	background: url('../images/close.png');
	width: 24px;
	height: 22px;
	opacity: 1;
	text-indent: -9999px;
}

.modal-title {
	color: #000000;
	margin: 0;
	line-height: 1.625;
}

.modal-body {
	position: relative;
	padding: 13px 30px;
	color: #000000;
}
.modal-body label {
	font-weight: 400;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: 8px;
}
.modal-body .form-control {
	height: 40px;
	border-color: #b2b2b2;
}
.modal-body .form-group {
	margin-bottom: 18px;
}
.modal-body .form-help {
	font-size: 13px;
	margin-top: 11px;
	font-style: italic;
	margin-bottom: -3px;
}
.modal-body .require {
	color: #54b472;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	top: 0;
}
.modal-body .fz13 {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 26px;
	line-height: 1.625rem;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		width: 600px;
		margin: 100px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.625;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 13px;
	line-height: 23px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 250px;
	padding: 12px 8px;
	color: #ffffff;
	text-align: center;
	background-color: #54b472;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #54b472;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #54b472;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #54b472;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #54b472;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #54b472;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #54b472;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #54b472;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #54b472;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix: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 {
	display: none !important;
}

.visible-sm {
	display: none !important;
}

.visible-md {
	display: none !important;
}

.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: 575.98px) {
	.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: 575.98px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 575.98px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 575.98px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.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: 576px) and (max-width: 767.98px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.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: 768px) and (max-width: 991.98px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.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: 992px) and (max-width: 1199.98px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 0) and (max-width: 575.98px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.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;
	}
}

.icon-arrow-right {
	width: 14px;
	height: 2px;
	background: #f9224c;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	position: relative;
	margin-left: 0.35em;
	margin-right: 0.22em;
	margin-top: -1px;
}
.icon-arrow-right::before {
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #f9224c;
	border-width: 2px 2px 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	transform: rotate(45deg);
	transform-origin: 100% 0;
}

.btn-nav {
	width: 39px;
	width: 2.4375rem;
	height: 39px;
	height: 2.4375rem;
	border: 2px solid #dbebf3;
	background: #ffffff no-repeat 50% 50%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-nav.hover,
.btn-nav:hover {
	background-color: #006498;
	border-color: #006498;
}
.btn-nav.active,
.btn-nav.focus,
.btn-nav:active,
.btn-nav:focus {
	background-color: #0086cb;
	border-color: #0086cb;
}
.btn-nav.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}
.btn-nav_prev,
.btn-nav_prev.disabled {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAAi0lEQVQokY3SsRGDMAyF4d+qKZMNcpeCKZiCGTMFU6TIHRuEkt40wndgWZbq71mS7ZRzxqt125/AAowShcC3ie8QmExswddj+Fe4BQEkCi+4BwuOQACJwvPkWeHPg9WCvRLgo+3fwKJj2VjbThoYvYAARANl5kjgsmAvUN2GF0itz289VhNbARffAwfX0XBRS3Xm3QAAAABJRU5ErkJggg==");
}
.btn-nav_prev:hover {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAAWklEQVQokZXSSwrAIBAE0SZ38JY5rovcprKJEPLRqQF3T9DpDpDFaUDHQKCXIdDKEEgZfuFf+MRTeMdLOHAJDrxf8JhBIFvM2GeoD+rV6VB03LpIuqK6/K8LJ2/2o7yAfiXGAAAAAElFTkSuQmCC");
}
.btn-nav_next,
.btn-nav_next.disabled {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAAiklEQVQokZXQuw2AIBRA0eurLXUDEwunYCBntHAGK90AO+2xAeMH4UkFybn8itluDpgA01SlJTHEww4YlnWvc9hoA/FHqwIB0AYSJppArotccMO5oHDORV/uweCDCTCf+BKMQAv0r2ukxq9rRHeOwaYq7Qt/QXh8XQrecA6eWAMBRAvDzioYsAoCHJ+cbeMAVP7zAAAAAElFTkSuQmCC");
}
.btn-nav_next:hover {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAAZElEQVQoka2SUQqAMAxDg3fwlh7XD2/z9mEHoltNYYXBCnnQNhF3ncAOKHsKoQUoBBbQPxbwbH6BN50Co9mmwGzzIZDd9QOkJgRwBXBsqtSKMewF7dPZpth220EqRbQUfksIqAFetaO8LRsfPAAAAABJRU5ErkJggg==");
}

.shadow {
	display: inline-block;
	transition: 0.2s ease;
	box-shadow:
		rgba(0, 0, 0, 0.117647) 0 1px 6px,
		rgba(0, 0, 0, 0.117647) 0 1px 4px;
}
.shadow.hover,
.shadow:hover {
	box-shadow:
		rgba(0, 0, 0, 0.188235) 0 10px 30px,
		rgba(0, 0, 0, 0.227451) 0 6px 10px;
}
.shadow.active,
.shadow.focus,
.shadow:active,
.shadow:focus {
	box-shadow:
		rgba(0, 0, 0, 0.156863) 0 3px 10px,
		rgba(0, 0, 0, 0.227451) 0 3px 10px;
}

.dev-mode .layout {
	background-image: linear-gradient(to top, rgba(74, 255, 255, 0.4) 5%, rgba(74, 255, 255, 0) 5%);
	background-size: 100% 0.8125rem;
	background-position: left top;
}

.layout__bar {
	height: 4.375rem;
	background: blue;
}

.layout__header {
	padding-top: -1.125rem;
	background: #ffffff;
	position: relative;
}

.layout__columns {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 39px;
	margin-top: 2.4375rem;
}
@media (min-width: 1200px) {
	.layout__columns {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.layout__side {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 25%;
	max-width: 25%;
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
}
@media (min-width: 1200px) {
	.layout__side {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.layout__side > * {
	margin-top: 26px;
	margin-top: 1.625rem;
}
.layout__side > :first-child {
	margin-top: 0;
}
.layout__side > :last-child {
	margin-bottom: 0;
}

.layout__main {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 75%;
	max-width: 75%;
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
}
@media (min-width: 1200px) {
	.layout__main {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.layout__main > :last-child {
	margin-bottom: 0;
}

.layout__footer {
	padding-top: 20px;
	padding-top: 1.21875rem;
	background: #0072ac;
	color: #ffffff;
	padding-bottom: 2rem;
}

@media (max-width: 991.98px) {
	.layout__side {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.layout__main {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
}

@media (max-width: 767.98px) {
	.layout__side {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.layout__main {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.layout__columns {
		display: flex;
		flex-direction: column-reverse;
	}
}

.layout-side {
	background: #ffffff;
	border: 2px solid black;
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 0;
	min-height: 100px;
}

.header {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #000000;
	position: relative;
}
.header__row {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.header__row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.header__col {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	position: static;
	order: 1;
}
.dev-mode .header__col {
	outline: 2px dotted green;
	outline-offset: -2px;
}
@media (min-width: 1200px) {
	.header__col {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.header__logo {
	padding-top: 13px;
	padding-top: 0.8125rem;
}
.header__nav {
	order: 1;
}
.header__navi {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	margin-top: 0;
}
.dev-mode .header__navi {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.dev-mode .header__menu {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.header__menu-row {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.header__menu-row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.header__menu-container {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
	position: static;
	background: #c9e4f1;
}
@media (min-width: 1200px) {
	.header__menu-container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.header_primary {
	color: #ffffff;
}
.header_separator {
	border-bottom: 2px solid #006498;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
	.header__logo {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.header__side {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
		width: auto;
		margin-left: auto;
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.header__nav {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 13px;
		margin-top: 0.8125rem;
		order: 2;
	}
}
@media (max-width: 575.98px) {
	.header__logo {
		display: flex;
		justify-content: center;
	}
	.header__side {
		margin-top: 13px;
		margin-top: 0.8125rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header__side .header-phone {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.header__side .select-dropdown {
		margin-top: 13px;
		margin-top: 0.8125rem;
		flex-direction: column;
	}
}
@media (min-width: 1200px) {
	.header {
		padding-bottom: 0;
	}
	.header__col {
		order: 1;
	}
	.header__logo {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.header__nav {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header__side {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.header__row {
		align-items: center;
	}
	.header__navi {
		margin-bottom: 0;
	}
	.header__menu-row {
		margin-top: 7px;
		margin-top: 0.40625rem;
	}
}
@media (max-width: 575.98px) {
	.header__menu-row,
	.header__nav {
		display: none;
	}
	.header_primary .header__menu-row,
	.header_primary .header__nav {
		display: none;
	}
}

.header-phone {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	display: flex;
	align-items: baseline;
	margin-top: -2px;
	font-size: 31px;
	font-size: 1.9375rem;
	line-height: 39px;
	line-height: 2.4375rem;
}
.header-phone__phone {
	white-space: nowrap;
	padding-left: 5px;
	color: #ffffff;
	text-decoration: none;
}
.dev-mode .header-phone__phone {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.header__side .header-phone__phone {
	color: #000000;
}
.header__side .header-phone__phone:hover,
.header__side .header-phone__phone:active,
.header__side .header-phone__phone:focus {
	color: #000000;
}
.layout__footer .header-phone__phone {
	color: #ffffff;
}
.layout__footer .header-phone__phone:hover,
.layout__footer .header-phone__phone:active,
.layout__footer .header-phone__phone:focus {
	color: #ffffff;
}
a.header-phone__phone:hover,
a.header-phone__phone:focus,
a.header-phone__phone:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}
.header-phone__number {
	font-weight: bold;
}
.header-phone__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 13px;
	line-height: 0.8125rem;
	white-space: nowrap;
}
.dev-mode .header-phone__text {
	outline: 1px dotted red;
	outline-offset: -1px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.header-phone {
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.header-phone {
		justify-content: space-between;
	}
}

.footer {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-top: 20px;
	padding-top: 1.21875rem;
	padding-bottom: 20px;
	padding-bottom: 1.21875rem;
	display: flex;
	align-items: center;
	width: 100%;
	color: #8dc0d9;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__part {
	margin-right: 50px;
}
.footer__part a {
	color: #fff;
}
.footer__part:last-child {
	margin-left: auto;
}
@media (max-width: 575.98px) {
	.footer {
		display: block;
		margin-top: 20px;
	}
	.footer__part {
		margin: 0 0 10px;
		text-align: center !important;
	}
}

.section-news {
	display: block;
}
.section-news__content {
	border-bottom-width: 2px;
	border-bottom-width: 0.125rem;
	border-bottom-style: solid;
	padding-bottom: 63px;
	padding-bottom: 3.9375rem;
	border-bottom-color: #006498;
}

.section-filial__lead {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 39px;
	line-height: 2.4375rem;
}

.section-filial__map {
	margin-top: 26px;
	margin-top: 1.625rem;
	height: 650px;
	height: 40.625rem;
	background: url('../images/section-map.jpg') no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
.section-filial__map::before {
	content: "Загружается...";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 39px;
	line-height: 2.4375rem;
	color: rgba(0, 0, 0, 0.5);
}

.section-leaders {
	padding-top: 65px;
	padding-top: 4.0625rem;
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
	background: url('../images/bg-section-license.png') no-repeat 50% 50%;
	background-size: cover;
}

.section-form-offer {
	background: url('../images/bg-section-form.jpg') no-repeat 50% 50%;
	background-size: cover;
	color: #ffffff;
}
.section-form-offer__body {
	padding-top: 65px;
	padding-top: 4.0625rem;
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
}
.section-form-offer a {
	color: #fff;
}
.section-form-offer .fz13 {
	font-size: 13px;
}
.section-form-offer h1,
.section-form-offer .h1,
.section-form-offer h2,
.section-form-offer .h2,
.section-form-offer h3,
.section-form-offer .h3,
.section-form-offer h4,
.section-form-offer .h4,
.section-form-offer h5,
.section-form-offer .h5,
.section-form-offer h6,
.section-form-offer .h6 {
	color: #ffffff;
}
.section-form-offer textarea {
	height: 114px;
}

.inner-form-offer {
	background: #54b472 url('../images/bg-form-green.jpg') no-repeat 50% 50%;
	background-size: cover;
	color: #ffffff;
}
.inner-form-offer__title {
	margin-bottom: 33px;
	margin-bottom: 2.03125rem;
}
.inner-form-offer__form {
	padding-top: 39px;
	padding-top: 2.4375rem;
	padding-bottom: 59px;
	padding-bottom: 3.65625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.inner-form-offer__row {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.inner-form-offer__row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.inner-form-offer__row:not(:last-child) {
	margin-bottom: 24px;
}
.inner-form-offer__col-left {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 38.33333%;
	max-width: 38.33333%;
}
@media (min-width: 1200px) {
	.inner-form-offer__col-left {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.inner-form-offer__col-right {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 61.66667%;
	max-width: 61.66667%;
}
@media (min-width: 1200px) {
	.inner-form-offer__col-right {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.inner-form-offer h1,
.inner-form-offer .h1,
.inner-form-offer h2,
.inner-form-offer .h2,
.inner-form-offer h3,
.inner-form-offer .h3,
.inner-form-offer h4,
.inner-form-offer .h4,
.inner-form-offer h5,
.inner-form-offer .h5,
.inner-form-offer h6,
.inner-form-offer .h6 {
	color: inherit;
}
.inner-form-offer textarea {
	height: 114px;
	resize: none;
}
.inner-form-offer a {
	color: #ffffff;
}
@media (max-width: 991.98px) {
	.inner-form-offer__col-left {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.inner-form-offer__col-right {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 24px;
	}
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6,
.landing-page .h1,
.landing-page .h2,
.landing-page .h3,
.landing-page .h4,
.landing-page .h5,
.landing-page .h6 {
	color: inherit;
	font-weight: bold;
}
.landing-page h1 span,
.landing-page h2 span,
.landing-page h3 span,
.landing-page h4 span,
.landing-page h5 span,
.landing-page h6 span,
.landing-page .h1 span,
.landing-page .h2 span,
.landing-page .h3 span,
.landing-page .h4 span,
.landing-page .h5 span,
.landing-page .h6 span {
	color: #54b472;
}
.landing-page h1 b,
.landing-page h2 b,
.landing-page h3 b,
.landing-page h4 b,
.landing-page h5 b,
.landing-page h6 b,
.landing-page .h1 b,
.landing-page .h2 b,
.landing-page .h3 b,
.landing-page .h4 b,
.landing-page .h5 b,
.landing-page .h6 b {
	color: #069;
}
.landing-page h1 strong,
.landing-page h2 strong,
.landing-page h3 strong,
.landing-page h4 strong,
.landing-page h5 strong,
.landing-page h6 strong,
.landing-page .h1 strong,
.landing-page .h2 strong,
.landing-page .h3 strong,
.landing-page .h4 strong,
.landing-page .h5 strong,
.landing-page .h6 strong {
	color: #f9224c;
}

.landing-page h5,
.landing-page .h5 {
	font-size: 17px;
	line-height: 1.88235;
}

@media (max-width: 575.98px) {
	.landing-page h1,
	.landing-page h2,
	.landing-page h3,
	.landing-page h4,
	.landing-page h5,
	.landing-page h6,
	.landing-page .h1,
	.landing-page .h2,
	.landing-page .h3,
	.landing-page .h4,
	.landing-page .h5,
	.landing-page .h6 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 39px;
		line-height: 2.4375rem;
	}
}

.text-block {
	margin-top: 91px;
	margin-top: 5.6875rem;
	margin-bottom: 78px;
	margin-bottom: 4.875rem;
}
.text-block h5,
.text-block .h5 {
	margin-bottom: 20px;
	margin-bottom: 1.21875rem;
}

.section-add-services {
	padding-top: 39px;
	padding-top: 2.4375rem;
	padding-bottom: 91px;
	padding-bottom: 5.6875rem;
}

.section-advantages {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	background: #f4f9fc;
}
.section-advantages__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.section-advantages__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.section-advantages__item:nth-child(n + 2) {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.section-advantages__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.section-advantages__item:nth-child(n + 3) {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.section-advantages__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.section-advantages__item:nth-child(n + 3) {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.section-advantages__item {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.section-advantages__item:nth-child(n + 7) {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.section-advantages__item:nth-child(n + 4) {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
}
@media (min-width: 1200px) {
	.section-advantages__item:nth-child(n + 5) {
		margin-top: 55px;
		margin-top: 3.45313rem;
	}
	.section-advantages__item:nth-child(n + 9) {
		margin-top: 46px;
		margin-top: 2.84375rem;
	}
}

.section-problems {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	background: #fff;
}
.section-problems__main {
	margin-top: 98px;
	margin-top: 6.09375rem;
}
.section-problems__main .ps {
	margin-top: 52px;
	margin-top: 3.25rem;
}

.section-our-docs {
	padding-top: 49px;
	padding-top: 3.04688rem;
	padding-bottom: 85px;
	padding-bottom: 5.28125rem;
	background: #f4f9fc;
}

.section-reviews-and-clients {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	background: #fff;
}

.section-stat {
	padding-top: 23px;
	padding-top: 1.42188rem;
	padding-bottom: 72px;
	padding-bottom: 4.46875rem;
	background: #fff;
}
.section-stat .stat-list {
	margin-top: 52px;
	margin-top: 3.25rem;
}

.section-request {
	margin-top: 101px;
	margin-top: 6.29688rem;
}

.section-registry {
	margin-top: 91px;
	margin-top: 5.6875rem;
	margin-bottom: 78px;
	margin-bottom: 4.875rem;
}
.section-registry .registry {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.hamburger {
	width: 4.375rem;
	height: 4.375rem;
	background: rgba(255, 255, 255, 0.2) no-repeat 50% 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hamburger > i {
	border-radius: 2px;
	display: block;
	width: 60%;
	height: 5px;
	background: #ffffff;
	margin: 4px 0;
	position: relative;
	transition: 0.2s ease;
}
@media (max-width: 575.98px) {
	.show-menu .hamburger > i {
		opacity: 0;
	}
	.show-menu .hamburger > i:first-child {
		opacity: 1;
		top: 13px;
		transform: rotate(45deg);
	}
	.show-menu .hamburger > i:last-child {
		opacity: 1;
		bottom: 13px;
		transform: rotate(-45deg);
	}
}
@media (min-width: 576px) {
	.show-navigation-panel .hamburger > i {
		opacity: 0;
	}
	.show-navigation-panel .hamburger > i:first-child {
		opacity: 1;
		top: 13px;
		transform: rotate(45deg);
	}
	.show-navigation-panel .hamburger > i:last-child {
		opacity: 1;
		bottom: 13px;
		transform: rotate(-45deg);
	}
}

.bar {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	background: #006498;
	color: #ffffff;
	height: 4.375rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1040;
}
.bar:before,
.bar:after {
	content: " ";
	display: table;
}
.bar:after {
	clear: both;
}
.bar::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.bar__container {
	display: flex;
	justify-content: space-between;
}
.bar__section {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	height: 4.375rem;
	display: flex;
	align-items: center;
}
.dev-mode .bar__section {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.bar__section:first-child {
	padding-left: 0;
}
@media (min-width: 576px) {
	.bar__section:last-child {
		padding-right: 0;
	}
}
.bar__menu {
	padding: 0;
	margin-right: 1px;
}
.bar__search {
	padding: 0;
	position: relative;
	z-index: 1042;
}
.bar__links {
	padding-left: 0;
	flex-grow: 1;
}
.bar__buttons {
	padding-left: 0;
}
.bar__address {
	padding-left: 0.6875rem;
	padding-right: 0;
}
.bar__nav-panel-button {
	padding: 0;
	margin-right: 1px;
	display: none;
}
@media (min-width: 576px) {
	.bar__nav-panel-button {
		display: block;
	}
}
.bar__link {
	color: #ffffff;
	margin-left: 20px;
	transition: 0.2s ease;
}
.bar__link:hover {
	color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 576px) {
	.bar__link_callback {
		display: none;
	}
}
.show-search .bar::after {
	display: block;
}
.bar__button {
	margin-right: 1rem;
	border-radius: 5px;
}
@media (max-width: 575.98px) {
	.bar__button_callback {
		display: none;
	}
}
.bar__button_last {
	margin-right: 0;
}
@media (max-width: 1199.98px) {
	.bar__links {
		display: none;
	}
	.bar__address {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.bar__links {
		display: flex;
	}
	.bar__badge {
		display: none;
	}
	.bar__phone {
		display: none;
	}
	.bar__link {
		margin-left: 10px;
	}
}
@media (max-width: 575.98px) {
	.bar__container {
		padding: 0;
		justify-content: flex-start;
	}
	.bar__link {
		margin-left: 1px;
	}
}
@media (max-width: 575.98px) and (max-width: 380px) {
	.bar__link_ask {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.bar__links {
		flex-grow: 1;
	}
}
@media (min-width: 576px) {
	.bar__menu {
		display: none;
	}
}

.bar-link {
	height: 4.375rem;
	line-height: 4.375rem;
}
.bar-link__icon {
	width: 4.375rem;
	height: 4.375rem;
	float: left;
	background: rgba(255, 255, 255, 0.2) no-repeat 50% 50%;
	background-size: 60% 60%;
}
.bar-link__icon_callback {
	background-image: url('../images/phone-icon-50.png');
}
.bar-link__icon_ask {
	background-image: url('../images/ask-icon-50.png');
}
.bar-link:active,
.bar-link:focus {
	color: rgba(255, 255, 255, 0.7);
}
.bar-link:active > .bar-link__content,
.bar-link:focus > .bar-link__content {
	outline: 1px dotted rgba(255, 255, 255, 0.3);
	outline-offset: 4px;
}
@media (max-width: 575.98px) {
	.bar-link__content {
		display: none;
	}
}
@media (min-width: 576px) {
	.bar-link__icon {
		display: none;
	}
}

.bar-phone {
	text-align: right;
}
.bar-phone__phone {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 20px;
	line-height: 1.21875rem;
	white-space: nowrap;
	padding-left: 5px;
	color: #ffffff;
	text-decoration: none;
}
.dev-mode .bar-phone__phone {
	outline: 1px dotted red;
	outline-offset: -1px;
}
a.bar-phone__phone:hover,
a.bar-phone__phone:focus,
a.bar-phone__phone:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}
.bar-phone__number {
	font-weight: bold;
}
.bar-phone__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 13px;
	line-height: 0.8125rem;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.6);
}
.dev-mode .bar-phone__text {
	outline: 1px dotted red;
	outline-offset: -1px;
}
@media (max-width: 991.98px) {
	.bar-phone__phone {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.bar-phone__text {
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 13px;
		line-height: 0.8125rem;
	}
}

.address {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16px;
	line-height: 1rem;
	background: url('../images/icon-address.png') no-repeat 0 50%;
	padding-left: 2.25rem;
}
.address__schedule {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 16px;
	line-height: 1rem;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.6);
}

.contact {
	display: flex;
	align-items: flex-start;
	padding-top: 7px;
	padding-top: 0.40625rem;
	padding-bottom: 7px;
	padding-bottom: 0.40625rem;
}
.contact__icon {
	flex-shrink: 0;
	margin-right: 13px;
}
.contact__icon_point {
	background: url('../images/address.png');
	width: 22px;
	height: 28px;
}
.contact__icon_clock {
	background: url('../images/icon-clock.png');
	width: 22px;
	height: 22px;
}
.contact__icon_phone {
	background: url('../images/icon-tel.png');
	width: 22px;
	height: 22px;
}
.contact__icon_mail {
	background: url('../images/icon-mail.png');
	width: 22px;
	height: 19px;
}
.contact__content {
	flex-grow: 1;
}
.contact__content p {
	margin-bottom: 6px;
}
.contact__content p:last-child {
	margin-bottom: 0;
}

.search-button {
	width: 4.375rem;
	height: 4.375rem;
	background: #3a88af url('../images/search.png') no-repeat 50% 50%;
	position: relative;
}
.show-search .search-button {
	z-index: 1030;
}

.accordion {
	border: 2px solid #006498;
	position: relative;
}
.accordion__title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 39px;
	line-height: 2.4375rem;
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 5px;
	padding-top: 0.28125rem;
	border-bottom-width: 2px;
	border-bottom-width: 0.125rem;
	border-bottom-style: solid;
	padding-bottom: 5px;
	padding-bottom: 0.28125rem;
	border-color: transparent;
	margin-top: -2px;
	margin-bottom: -2px;
	padding-left: 16px;
	position: relative;
	padding-right: 66px;
	color: #006498;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.accordion__title::after {
	content: "";
	background: url('../images/accordion-down.png');
	position: absolute;
	width: 26px;
	height: 14px;
	right: 20px;
	top: 19px;
}
.accordion__panel {
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: 0.5s ease;
	margin-top: -2px;
}
.accordion__content {
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 24px;
	padding-top: 1.5rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	border-top-color: #f9224c;
	margin-left: 16px;
	margin-right: 20px;
}
.accordion__content > :first-child {
	margin-top: 0;
}
.accordion__content > :last-child {
	margin-bottom: 0;
}
.accordion_state_expanded .accordion__title::after {
	background: url('../images/accordion-up.png');
}
.accordion_state_expanded .accordion__panel {
	max-height: 5000px;
}
.accordion_state_expanded .accordion__panel::after {
	opacity: 0;
}

.accordion0__body {
	display: none;
}

.accordion0_state_open .accordion0__body {
	display: block;
}

.logo {
	display: inline-block;
	max-width: 100%;
}
.logo__image {
	display: block;
	max-width: 100%;
}

.navi-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1010;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.33);
	background-clip: padding-box;
}
.navi-dropdown__divider {
	height: 1px;
	margin: 12px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.navi-dropdown__link {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.625;
	color: #0072ac;
	white-space: nowrap;
	text-decoration: none;
}
.navi-dropdown__link:hover,
.navi-dropdown__link:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #54b472;
}
.navi-dropdown__item.active > .navi-dropdown__link,
.navi-dropdown__item.active > .navi-dropdown__link:hover,
.navi-dropdown__item.active > .navi-dropdown__link:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #54b472;
}

.navi {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 39px;
	line-height: 2.4375rem;
}
.navi__item {
	position: relative;
	margin: 0 0.75rem;
}
.dev-mode .navi__item {
	outline: 1px dotted red;
	outline-offset: -1px;
}
.navi__link {
	display: block;
	color: #000000;
}
.navi__item:hover .navi__link {
	color: #17a443;
}
.navi__dropdown {
	left: -99999px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.navi__item:hover > .navi__dropdown {
	left: 0;
	opacity: 1;
}
.navi_white .navi__link {
	color: #ffffff;
}

.menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.menu__item {
	flex-shrink: 1;
	min-width: 35px;
}

.layout__footer .menu__list {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.layout__footer .menu__item {
	margin-right: 1em;
}

.menu__link {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.05em;
	white-space: nowrap;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu_white .menu__link {
	color: #ffffff;
	font-weight: normal;
}

.menu__dropdown {
	background: #0072ac;
	border-top: 4px solid #54b472;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.33);
	color: #ffffff;
	left: -200%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	transition: opacity 0.3s ease;
	transition-property: opacity, margin;
	width: 100%;
	z-index: 1000;
}
.is-visible > .menu__dropdown {
	opacity: 1;
	left: 0;
	margin-top: 10px;
}

.menu__pointer {
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: #54b472 transparent;
}

.menu__closer {
	position: absolute;
	right: 0;
	bottom: 100%;
	background: #54b472;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.menu__closer::before,
.menu__closer::after {
	content: "";
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -1px;
}
.menu__closer::before {
	transform: rotate(45deg);
}
.menu__closer::after {
	transform: rotate(-45deg);
}
.menu__closer:hover {
	background: #43c06a;
}

@media (min-width: 992px) {
	.menu__link {
		font-size: 13px;
		text-transform: uppercase;
	}
}

@media (min-width: 1200px) {
	.menu__link {
		font-size: 15px;
	}
}

.slider-nav {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	height: 0;
	margin: auto;
	left: 0;
	right: 0;
}
@media (min-width: 1200px) {
	.slider-nav {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 576px) {
	.slider-nav {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.slider-nav {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.slider-nav {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.slider-nav {
		max-width: 1200px;
	}
}
@media (min-width: 1340px) {
	.slider-nav {
		max-width: 1300px;
	}
}

.btn-slider {
	width: 52px;
	width: 3.25rem;
	height: 52px;
	height: 3.25rem;
	top: 169px;
	top: 10.5625rem;
	position: absolute;
	background: rgba(255, 255, 255, 0.4) no-repeat 50% 50%;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
.btn-slider_prev {
	left: 15px;
	background-image: url('../images/slider-prev.png');
}
.btn-slider_next {
	right: 15px;
	background-image: url('../images/slider-next.png');
}
.btn-slider.hover,
.btn-slider.active,
.btn-slider.focus,
.btn-slider:hover,
.btn-slider:active,
.btn-slider:focus {
	background-color: white;
}
.btn-slider.disabled {
	background-color: white;
	opacity: 0.4;
	cursor: default;
	pointer-events: none;
}

.slider {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: rgba(0, 100, 152, 0.7);
	height: 442px;
	height: 27.625rem;
}
.slider:not(.owl-loaded) {
	overflow-y: scroll;
}
.slider__item {
	background: no-repeat 50% 50%;
	background-size: cover;
}
.slider__row {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.slider__row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.slider__slide {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
	margin-left: 8.33333%;
}
@media (min-width: 1200px) {
	.slider__slide {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.slider .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 78px;
	bottom: 4.875rem;
	display: flex;
	transform: translateX(-50%);
}
.slider .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}
.slider .owl-dot.active {
	background: #ffffff;
}
.slider .owl-dot:not(:first-child) {
	margin-left: 5px;
}

.slide {
	height: 442px;
	height: 27.625rem;
	padding-top: 39px;
	padding-top: 2.4375rem;
}
.slide__title span {
	color: #f9224c;
}
.slide__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	margin-top: -7px;
	margin-top: -0.40625rem;
}
.slide__buttons {
	margin-top: 33px;
	margin-top: 2.03125rem;
}
.slide__readmore {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 39px;
	line-height: 2.4375rem;
	text-decoration: none;
	display: block;
	float: left;
	color: #000000;
	border: 2px solid #ffffff;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	background: none;
}
.slide__readmore:hover {
	background: #0072ac;
	color: #ffffff;
	border-color: #0072ac;
}
.slide__readmore:active {
	background: #007cbb;
	color: #ffffff;
	border-color: #007cbb;
	outline: none;
}
.slide__readmore:focus {
	border-color: #007cbb;
	color: #000000;
}
.slide__readmore:hover:focus {
	color: #ffffff;
}
@media (max-width: 1199.98px) {
	.slide__title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 39px;
		line-height: 2.4375rem;
	}
	.slide__text {
		font-size: 17px;
		font-size: 1.0625rem;
		line-height: 26px;
		line-height: 1.625rem;
		max-height: 130px;
		max-height: 8.125rem;
		overflow: hidden;
	}
}
@media (max-width: 991.98px) {
	.slide__title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 39px;
		line-height: 2.4375rem;
	}
	.slide__text {
		font-size: 16px;
		font-size: 1rem;
		line-height: 26px;
		line-height: 1.625rem;
		max-height: 130px;
		max-height: 8.125rem;
		overflow: hidden;
	}
}
@media (max-width: 767.98px) {
	.slide__title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
	.slide__text {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 26px;
		line-height: 1.625rem;
		max-height: 130px;
		max-height: 8.125rem;
		overflow: hidden;
	}
}

.industry-bar {
	background: #54b472;
	color: #ffffff;
	display: flex;
	overflow: hidden;
}
.industry-bar__item {
	height: 72px;
	height: 4.46875rem;
	align-items: center;
	display: flex;
	flex: 0 1 20%;
	justify-content: center;
	position: relative;
	color: inherit;
}
.industry-bar__item::after {
	content: "";
	position: absolute;
	right: 0;
	top: -25%;
	width: 2px;
	height: 150%;
	background: currentColor;
	transform: rotate(25deg);
}
.industry-bar__item:last-child::after {
	content: none;
}
.industry-bar__item::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #54b472;
	content: "";
	transform: skewX(-25deg);
	transition: 0.4s ease-out;
}
.industry-bar__item:first-child::before {
	left: -50%;
	width: 150%;
}
.industry-bar__item:last-child::before {
	width: 150%;
}
.industry-bar__item:hover,
.industry-bar__item.hover {
	color: #ffffff;
}
.industry-bar__item:hover::before,
.industry-bar__item.hover::before {
	background: #f9224c;
}
.industry-bar__icon {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat 50% 50%;
	background-size: 100% 100%;
	position: relative;
}
.industry-bar__icon_building {
	width: 23px;
	height: 30px;
	background-image: url('../images/building.png');
}
.industry-bar__icon_industry {
	width: 29px;
	height: 30px;
	background-image: url('../images/industry.png');
}
.industry-bar__icon_medicine {
	width: 30px;
	height: 29px;
	background-image: url('../images/medicine.png');
}
.industry-bar__icon_education {
	width: 30px;
	height: 26px;
	background-image: url('../images/education.png');
}
.industry-bar__icon_ecology {
	width: 27px;
	height: 30px;
	background-image: url('../images/ecology.png');
}
.industry-bar__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 400;
	position: relative;
	top: -2px;
	margin-left: 11px;
}
@media (max-width: 1199.98px) {
	.industry-bar__text {
		font-size: 15px;
		font-size: 0.9375rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.industry-bar__item {
		flex-direction: column;
		height: auto;
		padding-top: 13px;
		padding-top: 0.8125rem;
		padding-right: 15px;
	}
	.industry-bar__text {
		margin-left: 0;
	}
}
@media (max-width: 767.98px) {
	.industry-bar {
		background: none;
		flex-direction: column;
		overflow: visible;
		padding-left: 10px;
		padding-right: 10px;
	}
	.industry-bar__item {
		padding-left: 52px;
		padding-left: 3.25rem;
		justify-content: flex-start;
		margin-bottom: 1px;
	}
	.industry-bar__item::after {
		content: none;
	}
	.industry-bar__item:first-child::before {
		left: 0;
		width: 100%;
	}
	.industry-bar__item:last-child::before {
		width: 100%;
	}
}

.inline-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.inline-lists > ul {
	width: 100%;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 0 0 8px 0;
}
.inline-lists > ul > li:not(:last-child) {
	margin-bottom: 30px;
	margin-bottom: 1.86875rem;
}
@media (min-width: 992px) {
	.inline-lists > ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1200px) {
	.inline-lists > ul {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
}

.benefit__header {
	height: 78px;
	height: 4.875rem;
	display: flex;
	align-items: center;
}
.dev-mode .benefit__header {
	outline: 1px dotted red;
	outline-offset: -1px;
}

.benefit__icon {
	width: 70px;
	margin-right: 16px;
	flex-shrink: 0;
}

.benefit__image {
	display: block;
	max-width: 100%;
	margin: auto;
}

.benefit__title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
	color: #188f3d;
}

.benefit__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}

.benefit__content {
	margin-top: 13px;
	margin-top: 0.8125rem;
	overflow: hidden;
}
.dev-mode .benefit__content {
	outline: 1px dotted red;
	outline-offset: -1px;
}

.benefit_color_primary .benefit__title {
	color: #0072ac;
}

.news {
	display: block;
}
.news > * + * {
	margin-top: 7px;
	margin-top: 0.40625rem;
}
.news__date {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #636363;
}
.news__title {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.news__title_gray > a {
	color: #636363;
	text-decoration: underline;
}
.news__title_gray > a:hover {
	color: #17a443;
}
.news__intro {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 26px;
	line-height: 1.625rem;
	max-height: 234px;
	max-height: 14.625rem;
	overflow: hidden;
}

.side-news__title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.side-news__item {
	margin-bottom: 20px;
	margin-bottom: 1.21875rem;
}

.side-news__readmore > a {
	color: #636363;
	text-decoration: underline;
}
.side-news__readmore > a:hover {
	color: #17a443;
}

.docs-carousel {
	display: block;
}
.docs-carousel__nav {
	margin-top: 13px;
	margin-top: 0.8125rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
	display: flex;
	justify-content: flex-end;
}
.docs-carousel__nav > * {
	margin-left: 12px;
}

.clients-carousel {
	margin-top: 39px;
	margin-top: 2.4375rem;
	display: block;
}
.clients-carousel__item {
	display: block;
	max-width: 100%;
	text-align: center;
}
.clients-carousel__item > img {
	display: inline !important;
	width: auto !important;
	max-width: 100%;
}
.clients-carousel__nav {
	top: -78px;
	top: -4.875rem;
	position: absolute;
	right: 0;
	display: flex;
}
.clients-carousel__nav > * + * {
	margin-left: 13px;
	margin-left: 0.8125rem;
}
.clients-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.experts-carousel {
	display: block;
}
.experts-carousel__nav {
	top: -78px;
	top: -4.875rem;
	position: absolute;
	right: 0;
	display: flex;
}
.experts-carousel__nav > * + * {
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.result-carousel .owl-stage-outer {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.result-carousel .review-scan {
	height: 300px;
	text-align: center;
}
.result-carousel .review-scan__link {
	max-width: 100%;
	display: inline-block;
	width: auto !important;
}
.result-carousel .review-scan img {
	max-width: 100%;
	width: auto !important;
}

.result-carousel__item .review-scan + .review-scan {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.result-carousel__nav {
	margin-top: 26px;
	margin-top: 1.625rem;
	display: flex;
	justify-content: center;
}
.result-carousel__nav > * + * {
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.result-carousel .shadow:hover {
	box-shadow:
		rgba(0, 0, 0, 0.188235) 0 3px 10px,
		rgba(0, 0, 0, 0.227451) 0 2px 3px;
}

.expert__photo img {
	display: block;
	max-width: 100%;
}

.expert__title {
	border-left: 2px solid #f9224c;
	margin-top: 13px;
	margin-top: 0.8125rem;
	padding-left: 10px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.21875rem;
}

.expert__position {
	margin-top: 13px;
	margin-top: 0.8125rem;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 22px;
	line-height: 1.38125rem;
}

.service-reviews {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.review-scan {
	height: 169px;
	height: 10.5625rem;
	width: auto;
}
.layout__main .review-scan {
	height: 286px;
	height: 17.875rem;
}
.review-scan__link {
	display: block;
	width: 100%;
}
.owl-item .review-scan__link {
	height: 100%;
}
.review-scan__image {
	display: block;
	width: 100%;
}
.owl-item .review-scan__image {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.review-scan__image_default {
	display: block;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	margin: auto;
}
.review-scan__image_default + .review-scan__image_default {
	margin-top: 40px;
}
@media (max-width: 1199.98px) {
	.review-scan {
		height: auto;
	}
}
.service-reviews .review-scan {
	height: auto;
}

.reviews-carousel .owl-stage-outer {
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.reviews-carousel__item .review-scan + .review-scan {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.reviews-carousel__nav {
	top: -65px;
	top: -4.0625rem;
	position: absolute;
	right: 0;
	display: flex;
}
.reviews-carousel__nav > * + * {
	margin-left: 13px;
	margin-left: 0.8125rem;
}

.reviews-carousel .shadow:hover {
	box-shadow:
		rgba(0, 0, 0, 0.188235) 0 3px 10px,
		rgba(0, 0, 0, 0.227451) 0 2px 3px;
}

.news-block {
	border-left-width: 2px;
	border-left-width: 0.125rem;
	border-left-style: solid;
	padding-left: 24px;
	padding-left: 1.5rem;
	border-left-color: #f9224c;
}
.news-block__date {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 13px;
	line-height: 0.8125rem;
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}
.news-block__title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: 7px;
	margin-bottom: 0.40625rem;
}
.news-block__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
}

.review-block {
	border-left-width: 2px;
	border-left-width: 0.125rem;
	border-left-style: solid;
	padding-left: 18px;
	padding-left: 1.09375rem;
	border-left-color: #f9224c;
	display: inline-block;
	width: 100%;
}
.review-block__scan {
	border: 1px solid #dbebf3;
	display: block;
	float: left;
	width: 172px;
}
.review-block__image {
	display: block;
	width: 100%;
}
.review-block__body {
	margin-left: 202px;
}
.review-block__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 39px;
	line-height: 2.4375rem;
	margin-bottom: 20px;
	margin-bottom: 1.21875rem;
}
@media (max-width: 991.98px) {
	.review-block__scan {
		width: 129px;
		margin-right: 15px;
	}
	.review-block__body {
		margin-left: 0;
	}
	.review-block__title {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 39px;
		line-height: 2.4375rem;
	}
}
@media (max-width: 575.98px) {
	.review-block__scan {
		width: 86px;
	}
	.review-block__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
}

.side-nav {
	border: 2px solid #0072ac;
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 24px;
	padding-top: 1.5rem;
}
.side-nav__title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-left: 18px;
	padding-right: 18px;
}
.side-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-nav__item {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 22px;
	line-height: 1.375rem;
	border-left: 3px solid transparent;
	margin-left: -2px;
	padding-left: 18px;
	padding-right: 18px;
}
.side-nav__link {
	display: block;
	padding-top: 11px;
	padding-top: 0.6825rem;
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 10px;
	padding-bottom: 0.62rem;
	border-bottom-color: #dceaf1;
}
.side-nav__item:last-child > .side-nav__link {
	border-bottom-color: transparent;
}
.side-nav__item.active {
	border-left-color: #f9224c;
}
.side-nav__item.active > .side-nav__link {
	color: #f9224c;
}

.request {
	border: 2px solid #0072ac;
}
.request__header {
	min-height: 400px;
	background: url('../images/girl.png') no-repeat 0 0;
}
.request__header_bg_bottom {
	background-position: 0 110%;
}
.request__body {
	padding-top: 46px;
	padding-top: 2.84375rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	padding-left: 20.625rem;
}
.request__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 39px;
	line-height: 2.4375rem;
}
.request__title > span {
	color: #f9224c;
}
.request__content {
	margin-top: 26px;
	margin-top: 1.625rem;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-right: 52px;
	padding-right: 3.25rem;
}
.request__content > :first-child {
	margin-top: 0;
}
.request__content > :last-child {
	margin-bottom: 0;
}
.request__list {
	margin-top: 26px;
	margin-top: 1.625rem;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0;
	list-style: none;
}
.request__list-item {
	margin-bottom: 9px;
	margin-bottom: 0.56875rem;
	position: relative;
	padding-left: 25px;
}
.request__list-item::before {
	position: absolute;
	top: auto;
	left: 0;
	content: "»";
}
.request__list-strong {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 700;
}
.request__form {
	background: #0072ac;
}
@media (max-width: 991.98px) {
	.request__header {
		min-height: 0;
		background: none;
	}
	.request__body {
		padding-top: 20px;
		padding-top: 1.21875rem;
		padding-left: 1.25rem;
	}
}
.request_new .request__title {
	font-weight: bold;
}
.request_new .request__title > span {
	color: #069;
}
.request_new .request__content {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 24px;
	line-height: 1.5rem;
}
.request_new .request__content p {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.request_new .request__content p:first-child {
	margin-top: 0;
}
.request_new .request__content p:last-child {
	margin-bottom: 0;
}
.request_new .request__list {
	margin-top: 33px;
	margin-top: 2.03125rem;
}
@media (min-width: 768px) {
	.request_new .request__list {
		display: flex;
		justify-content: space-between;
	}
	.request_new .request__list-item {
		margin-right: 60px;
	}
}
@media (min-width: 1340px) {
	.request_new .request__list {
		padding-right: 170px;
	}
}

.request-form {
	padding-top: 33px;
	padding-top: 2.03125rem;
	padding-bottom: 33px;
	padding-bottom: 2.03125rem;
	padding-right: 30px;
	padding-left: 30px;
	background: #0072ac url('../images/bg-form.jpg') no-repeat 50% 50%;
	background-size: cover;
}
.request-form__label {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #fff;
	font-weight: 400;
}
.request-form__row {
	margin-bottom: 20px;
	margin-bottom: 1.21875rem;
	display: flex;
	align-items: flex-end;
}
.request-form__row:last-child {
	margin-bottom: 0;
}
.request-form__buttonbox {
	padding-top: 26px;
	padding-top: 1.625rem;
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100px;
}
.request-form textarea {
	height: 104px;
	height: 6.5rem;
	resize: none;
}
.request-form .fz13,
.request-form a {
	color: #fff;
}
@media (max-width: 991.98px) {
	.request-form__row {
		display: block;
		margin-bottom: 0;
	}
	.request-form__row .form-group {
		margin-bottom: 20px;
		margin-bottom: 1.21875rem;
	}
}

.callout,
.quote2 {
	margin-top: 39px;
	margin-top: 2.4375rem;
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	padding-top: 26px;
	padding-top: 1.625rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-left: 20px;
	padding-left: 1.21875rem;
	padding-right: 46px;
	padding-right: 2.84375rem;
	position: relative;
}
.callout::before,
.quote2::before {
	content: "";
	right: 0;
	top: 0;
	background: #ffffff;
	position: absolute;
	width: 28px;
	height: 28px;
}
.callout::after,
.quote2::after {
	content: "";
	right: 0;
	top: 0;
	background: #ffffff;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 13px;
	border-style: solid;
	border-color: transparent transparent #f9224c #f9224c;
}
.callout_success,
.quote2 {
	background: #54b472;
	color: #ffffff;
}

.top-search {
	position: fixed;
	left: 0;
	top: -0.625rem;
	width: 100%;
	height: 3.5rem;
	background: #3a88af;
	z-index: 1030;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.33);
	padding-top: 0.625rem;
	transition: top 0.3s ease-in;
}
.show-search .top-search {
	top: 4.375rem;
}
.top-search__box {
	display: flex;
}
.top-search__inputbox {
	flex-grow: 1;
}
.top-search__buttonbox {
	flex-shrink: 0;
}
.top-search__input {
	display: block;
	width: 100%;
	border: 1px solid #006498;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.21) inset;
	height: 2.25rem;
	text-indent: 1em;
}
.top-search__button {
	height: 2.25rem;
	border: none;
	background: #006498;
	color: #ffffff;
	font-size: 1.25rem;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
.top-search__button:hover {
	background: #0072ac;
	color: #ffffff;
}

.map-balloon {
	position: relative;
	border: 2px solid #006498;
	width: 495px;
	background: #ffffff;
	padding: 0.75rem 1.375rem 0rem;
}
.map-balloon::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -20px;
	border-style: solid;
	border-width: 20px 24px;
	border-color: transparent #006498 transparent transparent;
}
.map-balloon__close {
	position: absolute;
	right: 1rem;
	top: 1rem;
}
.map-balloon__title {
	font-size: 25px;
	font-size: 1.5625rem;
	line-height: 39px;
	line-height: 2.4375rem;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.map-balloon__contact {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	border-top: 1px solid #c7dde9;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}

.select-dropdown {
	display: flex;
	align-items: center;
}
.select-dropdown__dropdown {
	margin-right: 0.5rem;
}

.wide-menu {
	display: flex;
	overflow: hidden;
}
.wide-menu__panel {
	padding-top: 26px;
	padding-top: 1.625rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	box-shadow:
		rgba(0, 0, 0, 0.247059) 0 14px 45px,
		rgba(0, 0, 0, 0.219608) 0 10px 18px;
	padding-left: 0;
	width: 33.33333%;
	list-style: none;
	background: #0072ac;
	z-index: 1;
}
.wide-menu__panel + .wide-menu__panel {
	z-index: 2;
}
.wide-menu__panel + .wide-menu__panel + .wide-menu__panel {
	z-index: 3;
}
.wide-menu__panel:first-child:last-child {
	width: 100%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.wide-menu__panel:first-child:last-child > li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}
.wide-menu__panel:nth-child(2):last-child {
	width: 66.66667%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.wide-menu__panel:nth-child(2):last-child > li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
	/* IE 11 */
}
.wide-menu__item {
	margin: 1px 0;
}
.wide-menu__link {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	line-height: 1.21875rem;
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: block;
	position: relative;
	transition: 0.3s cubic-bezier(0.08, 0.44, 0.34, 0.7);
}
.wide-menu__link,
.wide-menu__link:active,
.wide-menu__link:focus {
	color: #ffffff;
	text-decoration: none;
}
.wide-menu__link.active,
.wide-menu__link:hover {
	background: #54b472;
	color: #ffffff;
}
.wide-menu__link.has-children::after {
	content: "→";
	position: absolute;
	right: 1em;
}

.contact-list__item {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}

.contact-list .contact__icon {
	margin-right: 20px;
}
.contact-list .contact__icon_point {
	background: url('../images/address.png');
	width: 22px;
	height: 28px;
}
.contact-list .contact__icon_clock {
	background: url('../images/icon-clock.png');
	width: 22px;
	height: 22px;
}
.contact-list .contact__icon_phone {
	background: url('../images/icon-tel.png');
	width: 22px;
	height: 22px;
}
.contact-list .contact__icon_mail {
	background: url('../images/icon-mail.png');
	width: 22px;
	height: 19px;
}

.experts-list {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.experts-list {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.experts-list__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 1200px) {
	.experts-list__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.experts-list__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.experts-list__item:nth-child(2n + 1) {
		clear: left;
	}
	.experts-list__item:nth-child(2) ~ .experts-list__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.experts-list__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.experts-list__item:nth-child(2n + 1) {
		clear: left;
	}
	.experts-list__item:nth-child(2) ~ .experts-list__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.experts-list__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.experts-list__item:nth-child(2n + 1) {
		clear: left;
	}
	.experts-list__item:nth-child(2) ~ .experts-list__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.experts-list__item {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.experts-list__item:nth-child(3n + 1) {
		clear: left;
	}
	.experts-list__item:nth-child(3) ~ .experts-list__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 1200px) {
	.experts-list__item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.experts-list__item:nth-child(4n + 1) {
		clear: left;
	}
	.experts-list__item:nth-child(4) ~ .experts-list__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}

.status-message {
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
	color: #ffffff;
}
.status-message__icon {
	display: block;
	height: 50px;
	margin: auto;
	width: 50px;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.status-message__icon_success {
	background: url('../images/success-white.png');
}
.status-message__icon_error {
	background: url('../images/error-white.png');
}
.status-message__title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 700;
}
.status-message__text {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}
.status-message__body {
	padding-top: 26px;
	padding-top: 1.625rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.status-message_success .status-message__body {
	background: rgba(67, 192, 106, 0.1);
}
.status-message_success .status-message__title {
	color: #43c06a;
}
.status-message_success .status-message__icon_success {
	background: url('../images/success-green.png');
}
.modal .status-message_success .status-message__text {
	color: #000000;
}
.status-message_error .status-message__body {
	background: rgba(249, 34, 76, 0.1);
}
.status-message_error .status-message__title {
	color: #f9224c;
}
.status-message_error .status-message__icon_error {
	background: url('../images/error-red.png');
}
.modal .status-message_error .status-message__text {
	color: #000000;
}
.status-message_white .status-message__body {
	background: none;
}
.status-message_white .status-message__title {
	color: #ffffff;
}

.status-message_error.status-message_white .status-message__icon_error {
	background: url('../images/error-white.png');
}

.status-message_success.status-message_white .status-message__icon_success {
	background: url('../images/success-white.png');
}

.navigation-panel {
	box-shadow:
		rgba(0, 0, 0, 0.247059) 0 14px 45px,
		rgba(0, 0, 0, 0.219608) 0 10px 18px;
	background: #ffffff;
	border-radius: 0 0 4px 4px;
	height: calc(100vh - 4.375rem - 10px);
	left: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2rem;
	position: fixed;
	top: 4.375rem;
	transform-origin: 0 0;
	transform: translateY(-100vh);
	transition: 0.6s cubic-bezier(0.08, 0.44, 0.34, 0.7);
	width: calc(100% - 20px);
	z-index: 1039;
}
@media (min-width: 576px) {
	.show-navigation-panel .navigation-panel {
		transform: translateY(0);
	}
}
.show-navigation-panel {
	overflow: hidden;
}
.navigation-panel__menu {

}
@media (min-width: 992px) {
	.navigation-panel__menu {

	}
}
@media (min-width: 1200px) {
	.navigation-panel__menu {

	}
}

.content-slider__slide {
	background: no-repeat 50% 50%;
	background-size: cover;
	height: 100%;
	padding: 1rem;
}

.content-slider__text {
	width: 70%;
}

.content-slider__nav {
	position: absolute;
	right: 0;
	bottom: 100%;
	display: flex;
	margin-bottom: 1rem;
}
.content-slider__nav .btn-nav + .btn-nav {
	margin-left: 5px;
}

.content-slider .owl-stage {
	display: flex;
}

.advantages {
	margin-top: 39px;
	margin-top: 2.4375rem;
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
	padding: 40px 20px 20px;
	background: #ecf4fa no-repeat 50% 50%;
	background-size: cover;
}
.advantages .row {
	display: flex;
	flex-wrap: wrap;
}
.advantages .row > div {
	margin: 22px 0;
}

.advantage {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.advantage__image {
	display: table-cell;
	width: 70px;
	vertical-align: top;
}
.advantage__body {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
}
.advantage__content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	color: #0072ac;
	line-height: 1.5;
}
.advantage_font_small .advantage__content {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	position: relative;
	top: -8px;
}
.advantage_font_small .advantage__content strong {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	display: block;
}
.advantage_font_small .advantage__body {
	vertical-align: top;
}

.cards {
	display: flex;
	flex-wrap: wrap;
}
.cards__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.cards__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.cards__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.cards__item {
		width: 50%;
	}
	.cards__item:nth-child(2) ~ .cards__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.cards__item {
		width: 50%;
	}
	.cards__item:nth-child(2) ~ .cards__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 992px) {
	.cards__item {
		width: 33%;
	}
	.cards__item:nth-child(3) ~ .cards__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}

.card__cover {
	display: block;
	max-width: 100%;
}

.card__title {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.card__link {
	font-weight: bold;
}

.stat-list {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
@media (min-width: 1200px) {
	.stat-list {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.stat-list__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.stat-list__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.stat-list__item:not(:first-child) {
		margin-top: -2px;
	}
}
@media (min-width: 576px) {
	.stat-list {
		margin-right: -10px;
		margin-left: -10px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 576px) and (min-width: 1200px) {
	.stat-list {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 576px) {
	.stat-list__item {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
		display: flex;
	}
}
@media (min-width: 576px) and (min-width: 1200px) {
	.stat-list__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.stat-list__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.stat-list__item:nth-child(n + 3) {
		margin-top: -2px;
	}
}
@media (min-width: 992px) {
	.stat-list__item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.stat {
	padding-top: 13px;
	padding-top: 0.8125rem;
	padding-bottom: 20px;
	padding-bottom: 1.21875rem;
	width: 100%;
	border-top: 2px solid #0072ac;
	border-bottom: 2px solid #0072ac;
}
.stat__counter {
	font-size: 72px;
	font-size: 4.5rem;
	line-height: 78px;
	line-height: 4.875rem;
	text-align: center;
	color: #f9224c;
	font-weight: bold;
}
.stat__counter span {
	font-size: 0.33333em;
}
.stat__text {
	margin-top: 7px;
	margin-top: 0.40625rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-align: center;
	color: #0072ac;
	font-weight: 700;
}
.stat__text mark,
.stat__text strong,
.stat__text b {
	color: #f9224c;
	background: none;
}
@media (max-width: 1339.98px) {
	.stat__counter {
		font-size: 68px;
		font-size: 4.25rem;
		line-height: 78px;
		line-height: 4.875rem;
	}
}
@media (max-width: 1199.98px) {
	.stat__counter {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 65px;
		line-height: 4.0625rem;
	}
}

.stages {
	margin-top: 52px;
	margin-top: 3.25rem;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	padding: 2.875rem 1.25rem;
	background: url('../images/background.jpg') no-repeat center;
	background-size: cover;
}
.stages__title {
	margin-bottom: 2.0625rem;
}
@media (max-width: 575.98px) {
	.stages__items .stage:nth-child(1) ~ .stage {
		margin-top: 1.25rem;
	}
}
@media (min-width: 576px) {
	.stages__items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
		row-gap: 1.875rem;
	}
}
@media (min-width: 1200px) {
	.stages__items {
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-column-gap: 3.125rem;
		-moz-column-gap: 3.125rem;
		column-gap: 3.125rem;
	}
}

.stage {
	display: flex;
}
.stage__counter {
	flex-shrink: 0;
}
.stage__content {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-left: 1.875rem;
}
.stage__content strong {
	color: #54b472;
}
.stage:last-child .stage-counter {
	background: #f9224c;
}
.stage:last-child .stage__content strong {
	color: #f9224c;
}

.stage-counter {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 3.75rem;
	padding-top: 1.25rem;
	text-align: center;
	color: #fff;
	background: #54b472;
}
.stage-counter__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-bottom: -0.83333em;
	text-transform: uppercase;
}
.stage-counter__num {
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 65px;
	line-height: 4.0625rem;
	margin-bottom: -0.16667em;
	font-weight: bold;
}

.learn-stages {
	margin-top: 52px;
	margin-top: 3.25rem;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
}
.learn-stages__items .learn-stage {
	margin-top: 26px;
	margin-top: 1.625rem;
}
@media (min-width: 1200px) {
	.learn-stages__items {
		margin-right: -10px;
		margin-left: -10px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 1200px) and (min-width: 1200px) {
	.learn-stages__items {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 1200px) {
	.learn-stages__items .learn-stage {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}
@media (min-width: 1200px) and (min-width: 1200px) {
	.learn-stages__items .learn-stage {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.learn-stage {
	display: flex;
	align-items: flex-start;
}
.learn-stage__iconbox {
	flex-shrink: 0;
	width: 2.5rem;
	padding-bottom: 0.9375rem;
	border-bottom: 2px solid #f9224c;
}
.learn-stage__icon {
	width: 100%;
	vertical-align: top;
}
.learn-stage__content {
	padding-left: 1.25rem;
}
@media (min-width: 576px) {
	.learn-stage__iconbox {
		width: 3.75rem;
	}
	.learn-stage__content {
		padding-left: 1.875rem;
	}
}

.info-block {
	padding: 20px 0 14px;
	text-align: center;
	border-top: 2px solid #54b472;
}
.info-block__text {
	color: #8c8c8c;
}
.info-block__text span {
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.info-block__icon {
	margin-top: 22px;
}
.info-block__icon img {
	display: block;
	flex-shrink: 0;
	width: 100px;
	max-width: 100%;
	margin: auto;
}
@media (max-width: 991.98px) {
	.info-block {
		display: flex;
		text-align: left;
		border-top: none;
	}
	.info-block__icon {
		flex-shrink: 0;
		order: -1;
		width: 120px;
		margin-top: 0;
		margin-right: 20px;
		border-right: 2px solid #54b472;
	}
	.info-block__icon img {
		margin-left: 0;
	}
	.info-block__text {
		align-self: center;
	}
	.info-block__text span {
		margin: 0;
	}
}
@media (max-width: 575.98px) {
	.info-block__icon {
		width: 70px;
	}
	.info-block__icon img {
		width: 50px;
	}
	.info-block__text {
		align-self: center;
	}
	.info-block__text span {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.info-blocks {
		margin-right: -10px;
		margin-left: -10px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.info-blocks {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (min-width: 992px) {
	.info-blocks__item {
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
		box-sizing: border-box;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 992px) and (min-width: 1200px) {
	.info-blocks__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.stages-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 1.875rem;
}
.stages-grid__item {
	display: flex;
	flex-direction: column;
}
.stages-grid__header {
	display: flex;
	align-items: center;
}
.stages-grid__icon {
	flex-shrink: 0;
	width: 3.75rem;
	margin-right: 1.5625rem;
}
.stages-grid__title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}
.stages-grid__content {
	margin-top: 20px;
	margin-top: 1.21875rem;
	margin-bottom: 23px;
	margin-bottom: 1.42188rem;
}
.stages-grid__footer {
	padding: 1.0625rem 0;
	display: flex;
	align-items: center;
	margin-top: auto;
	border-top: 2px solid #54b472;
	height: 4.5rem;
	box-sizing: content-box;
}
.stages-grid__footer::before {
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	content: "";
	vertical-align: middle;
	background: url('../images/check-2.png') 50% 50% no-repeat;
	background-size: contain;
	margin-right: 0.9375rem;
}
.stages-grid__footer > span {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #54b472;
	font-weight: bold;
}
@media (min-width: 768px) {
	.stages-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.stages-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1200px) {
	.stages-grid {
		grid-template-columns: repeat(5, 1fr);
	}
}

.check-item {
	display: flex;
	align-items: center;
}
.check-item::before {
	display: inline-block;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 0.9375rem;
	content: "";
	vertical-align: middle;
	background: url('../images/check-2.png') 50% 50% no-repeat;
	background-size: contain;
}
.check-item__title {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #54b472;
	font-weight: bold;
}
.check-item__tooltip {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-left: 0.5em;
	cursor: pointer;
	color: #8d8d8d;
	border-bottom: 1px dotted currentColor;
	font-style: italic;
}
.check-item__tooltip:hover {
	color: #5e5e5e;
	border-bottom-color: transparent;
}
.check-item + .check-item {
	margin-top: 16px;
}

.registry {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.registry .tcard {
	margin-top: 0;
}
.registry__item:nth-child(n + 4) {
	padding-top: 30px;
	border-top: 1px solid #dedede;
}
.registry__item_center {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-row: span 2;
}
.registry__item_center img {
	max-width: 100%;
}
@media (max-width: 767.98px) {
	.registry {
		display: block;
	}
	.registry__item {
		padding-top: 30px;
		padding-bottom: 30px;
		border-top: 1px solid #dedede;
	}
}

.tcard {
	margin-top: 37px;
	margin-top: 2.33594rem;
}
.tcard__header {
	margin-bottom: 23px;
	margin-bottom: 1.42188rem;
	display: flex;
	align-items: center;
}
.tcard__icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin-right: 22px;
}
.tcard__title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}
.tcard__content {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 23px;
	line-height: 1.4375rem;
}
.tcard__content p,
.tcard__content ul {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.tcard__content p:first-child,
.tcard__content ul:first-child {
	margin-top: 0;
}
.tcard__content p:last-child,
.tcard__content ul:last-child {
	margin-bottom: 0;
}

.collaboration-result {
	border: 2px solid #54b472;
	padding: 80px 55px 85px;
}
.collaboration-result .check-list {
	margin-top: 45px;
}
.collaboration-result .subtitle {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 65px;
	margin-bottom: 25px;
}

.footnote-area {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	margin-top: 60px;
	padding: 25px 30px;
	color: #8c8c8c;
	background: #f8f8f8;
	font-style: italic;
}

.showmore > a {
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
}

.showmore__content {
	display: none;
}
.show .showmore__content {
	display: block;
}

.industry-area {
	position: relative;
}
.industry-area__content {
	background: #ffffff;
	border-bottom-width: 2px;
	border-bottom-width: 0.125rem;
	border-bottom-style: solid;
	padding-bottom: 63px;
	padding-bottom: 3.9375rem;
	border-bottom-color: #0072ac;
}
.industry-area__content h2:first-child,
.industry-area__content .h2:first-child {
	text-align: center;
}
.industry-area__bar {
	margin-top: 33px;
	margin-top: 2.03125rem;
	margin-bottom: 59px;
	margin-bottom: 3.65625rem;
}
.slider + .industry-area {
	margin-top: -65px;
	margin-top: -4.0625rem;
	position: relative;
	z-index: 2;
}
.slider + .industry-area .industry-area__content {
	padding-top: 65px;
	padding-top: 4.0625rem;
}
.dev-mode .slider + .industry-area .industry-area__content {
	background-image: linear-gradient(to top, rgba(74, 255, 255, 0.4) 5%, rgba(74, 255, 255, 0) 5%);
	background-size: 100% 0.8125rem;
	background-position: left top;
}
.slider + .industry-area .industry-area__content h2:first-child,
.slider + .industry-area .industry-area__content .h2:first-child {
	text-align: left;
	padding-left: 4.16667%;
}

.resources {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
	background: #e9f4ec url('../images/bg-section-resources.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.benefits {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.benefits {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.benefits__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 1200px) {
	.benefits__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.benefits__item:nth-child(1n) ~ .benefits__item {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.benefits__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.benefits__item:nth-child(2n + 1) {
		clear: left;
	}
	.benefits__item:nth-child(2n) ~ .benefits__item {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
}
@media (min-width: 992px) {
	.benefits__item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.benefits__item:nth-child(4n + 1) {
		clear: left;
	}
	.benefits__item:nth-child(4n) ~ .benefits__item {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
}

.experts__carousel {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.news-list {
	margin-top: 39px;
	margin-top: 2.4375rem;
}
.news-list__item {
	margin-bottom: 33px;
	margin-bottom: 2.03125rem;
}
.news-list + .pagination {
	margin-top: 0;
}

.reviews-list {
	margin-top: 39px;
	margin-top: 2.4375rem;
}
.reviews-list__item {
	margin-bottom: 33px;
	margin-bottom: 2.03125rem;
}
.reviews-list + .pagination {
	margin-top: 0;
}

.news-details {
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
}
.news-details__content {
	margin-top: 20px;
	margin-top: 1.21875rem;
}

.docs {
	margin-top: 52px;
	margin-top: 3.25rem;
	border-top-width: 2px;
	border-top-width: 0.125rem;
	border-top-style: solid;
	padding-top: 37px;
	padding-top: 2.3125rem;
	padding-left: 16px;
	padding-right: 16px;
	border: 2px solid #188f3d;
}
.docs__docs {
	margin-top: 39px;
	margin-top: 2.4375rem;
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 12px;
	padding-top: 0.75rem;
	border-top: 1px solid #c7dde9;
	margin-left: -16px;
	margin-right: -16px;
	padding-left: 16px;
	padding-right: 16px;
}

.sale {
	margin-top: 52px;
	margin-top: 3.25rem;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	border: 2px solid #3a88af;
	display: flex;
}
.sale__side {
	padding-top: 39px;
	padding-top: 2.4375rem;
	padding-bottom: 39px;
	padding-bottom: 2.4375rem;
	background: #3a88af;
	width: 22.06897%;
	flex-shrink: 0;
	text-align: center;
	color: #ffffff;
}
.sale__side img {
	margin: auto;
}
.sale__side h1,
.sale__side .h1,
.sale__side h2,
.sale__side .h2,
.sale__side h3,
.sale__side .h3,
.sale__side h4,
.sale__side .h4,
.sale__side h5,
.sale__side .h5,
.sale__side h6,
.sale__side .h6 {
	color: #ffffff;
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
}
.sale__content {
	padding-top: 39px;
	padding-top: 2.4375rem;
	padding-left: 28px;
	padding-right: 28px;
}
.sale__table {
	width: 100%;
}
.sale__table td,
.sale__table th {
	padding: 14px 5px;
}
.sale__table td:first-child,
.sale__table th:first-child {
	padding-left: 28px;
}
.sale__table td:last-child,
.sale__table th:last-child {
	padding-right: 28px;
}
.sale__table thead {
	background: #edf4f8;
}
.sale__table thead td,
.sale__table thead th {
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: 400;
	font-style: italic;
}
.sale__table tbody tr:not(:last-child) {
	border-bottom: 1px solid #c2dae7;
}
.sale__table tbody td:nth-child(1),
.sale__table tbody th:nth-child(1) {
	font-weight: 700;
}
.sale__table tbody td:nth-child(2),
.sale__table tbody th:nth-child(2) {
	font-size: 18px;
	white-space: nowrap;
}
.sale__table tbody td:nth-child(3),
.sale__table tbody th:nth-child(3) {
	font-size: 20px;
	font-weight: 700;
	color: #f9224c;
	white-space: nowrap;
}
@media (max-width: 991.98px) {
	.sale {
		flex-direction: column;
	}
	.sale__side {
		padding-top: 13px;
		padding-top: 0.8125rem;
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
	}
	.sale__side > * {
		margin: 0 !important;
	}
	.sale__side img {
		margin: 0 20px !important;
		width: 50px;
	}
}

.add-service {
	padding-right: 20px;
}
.add-service__title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-left: 20px;
	position: relative;
}
.add-service__title::before {
	content: "»";
	position: absolute;
	left: 0;
	top: 0;
	color: #17a443;
}
.add-service__price {
	padding-left: 20px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 26px;
	line-height: 1.625rem;
}

.add-services {
	margin-top: 20px;
	margin-top: 1.21875rem;
	display: flex;
	flex-wrap: wrap;
}
.add-services .add-service {
	width: 100%;
}
.add-services .add-service:nth-child(1) ~ .add-service {
	margin-top: 20px;
	margin-top: 1.21875rem;
}
@media (min-width: 992px) {
	.add-services .add-service {
		width: 50%;
	}
	.add-services .add-service:nth-child(1) ~ .add-service {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.add-services .add-service:nth-child(2) ~ .add-service {
		margin-top: 20px;
		margin-top: 1.21875rem;
	}
}

.column-news {
	margin-right: -10px;
	margin-left: -10px;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 1200px) {
	.column-news {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.column-news__item {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 1200px) {
	.column-news__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width: 575.98px) {
	.column-news__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.column-news__item:first-child {
		margin-top: 0;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.column-news__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-news__item:nth-child(2n + 1) {
		clear: left;
	}
	.column-news__item:nth-child(2n) ~ .column-news__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}
@media (min-width: 992px) {
	.column-news__item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.column-news__item:nth-child(4n + 1) {
		clear: left;
	}
	.column-news__item:nth-child(4n) ~ .column-news__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}

.ajax-form {
	position: relative;
}
.ajax-form__content.is-hidden {
	opacity: 0;
}
.ajax-form__success {
	display: none;
}
.ajax-form__error {
	display: none;
}
.ajax-form__status {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.ajax-form__status.is-hidden {
	display: none;
}
.ajax-form__loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.ajax-form__loading.show {
	display: block;
}
.ajax-form__loading .progress {
	height: 7px;
}

@media (max-width: 575.98px) {
	body.show-menu {
		overflow: hidden;
	}
}

.mm {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100vh;
	height: calc(100vh - 4.375rem);
	left: 0;
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: fixed;
	top: 4.375rem;
	width: 100%;
	z-index: 200;
}
@media (max-width: 575.98px) {
	.show-menu .mm {
		display: block;
	}
}
.mm__link {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 12px;
	padding-top: 0.75rem;
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	background: #0072ac;
	border-color: #007cbb transparent #006498;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
.mm__link,
.mm__link:hover,
.mm__link:active,
.mm__link:focus {
	color: #ffffff;
	text-decoration: none;
}
.mm__item_alt .mm__link {
	background: #54b472;
	border-color: #66bc81 transparent #49a666;
}
.mm__submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.mm__item_show > .mm__submenu {
	display: block;
}
.mm__submenu .mm__link {
	padding-left: 50px;
}
.mm__submenu .mm__submenu .mm__link {
	padding-left: 80px;
}

.steps {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-right: -10px;
	margin-left: -10px;
}
@media (min-width: 1200px) {
	.steps {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.steps__item {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 26px;
	margin-top: 1.625rem;
}
@media (min-width: 1200px) {
	.steps__item {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 576px) {
	.steps {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.steps__item {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.steps__item {
		width: 33%;
	}
}
@media (min-width: 1200px) {
	.steps__item {
		width: 20%;
	}
}

.step__icon {
	width: 100%;
	height: 70px;
	display: block;
	margin: auto;
	position: relative;
	background: no-repeat 50% 50%;
	background-size: 101px 70px;
}
.step__icon::after {
	content: "";
	width: 13px;
	height: 29px;
	background: url('../images/step-arrow.png') no-repeat 50% 50%;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -15px;
	margin-left: -14px;
}
.step__icon_one {
	background-image: url('../images/1.png');
}
.step__icon_two {
	background-image: url('../images/2-2.png');
}
.step__icon_three {
	background-image: url('../images/3-2.png');
}
.step__icon_four {
	background-image: url('../images/4.png');
}
.step__icon_five {
	background-image: url('../images/5.png');
}

.step:last-child > .step__icon::after {
	content: none;
}

.step__title {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 26px;
	line-height: 1.625rem;
	margin-top: 20px;
	margin-top: 1.21875rem;
	color: #188f3d;
}

.ps {
	margin: 28px 0;
}
.ps__heading {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ps__main {
	display: block;
}
.ps__title {
	width: 50%;
	border-top: 6px solid currentColor;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	padding: 17px;
}
.ps__title + .ps__title {
	border-left: 1px solid #dedede;
}
.ps__title::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: no-repeat 50% 50%;
	background-size: 24px 24px;
	margin-right: 12px;
	flex-shrink: 0;
}
.ps__title_problem {
	color: #f9224c;
	background: rgba(249, 34, 76, 0.1);
}
.ps__title_problem::before {
	background-image: url('../images/problem-icon.png');
}
.ps__title_solution {
	color: #54b472;
	background: rgba(84, 180, 114, 0.1);
}
.ps__title_solution::before {
	background-image: url('../images/solution-icon.png');
}
.ps__content {
	border-bottom: 1px solid #dedede;
}
.ps__row {
	display: flex;
}
.ps__row:nth-child(even) {
	background: #f9f9f9;
}
.ps__cell {
	width: 50%;
	padding: 12px 17px;
}
.ps__cell + .ps__cell {
	border-left: 1px solid #dedede;
}
.ps__cell strong {
	font-weight: normal;
}
.ps__cell_problem strong {
	color: #f9224c;
}
.ps__cell_solution strong {
	color: #54b472;
}
@media (max-width: 575px) {
	.ps__title {
		font-size: 16px;
	}
}

.requirements {
	margin-top: 104px;
	margin-top: 6.5rem;
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	padding-right: 3.75rem;
	padding-left: 3.75rem;
	border: 2px solid #f9224c;
}
.requirements__title {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 39px;
	line-height: 2.4375rem;
	margin-bottom: 46px;
	margin-bottom: 2.84375rem;
	font-weight: bold;
}
.requirements__title:not(:first-child) {
	margin-top: 81px;
	margin-top: 5.07813rem;
}
.requirements__title span {
	color: #f9224c;
}
@media (max-width: 767.98px) {
	.requirements {
		margin-top: 52px;
		margin-top: 3.25rem;
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
		padding-top: 52px;
		padding-top: 3.25rem;
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.requirements__title {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 26px;
		line-height: 1.625rem;
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.requirements__title:not(:first-child) {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
}

.table-tariffs-wrapper {
	border: 2px solid #0072ac;
}

.table-tariffs {
	table-layout: fixed;
}
.table-tariffs > thead > tr > th {
	padding-top: 9px;
	padding-bottom: 12px;
	text-align: center;
	color: #fff;
	background: #0072ac;
	font-weight: normal;
}
.table-tariffs > thead > tr > th > small {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 28px;
	line-height: 1.75rem;
	display: block;
}
.table-tariffs > thead > tr > th > span {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	display: block;
	margin-top: -3px;
	text-transform: uppercase;
	font-weight: bold;
}
.table-tariffs > thead > tr > th:nth-last-child(1) {
	width: 18.48341%;
}
.table-tariffs > thead > tr > th:nth-last-child(2) {
	width: 18.00948%;
}
.table-tariffs > thead > tr > th:nth-last-child(3) {
	width: 18.32543%;
}
.table-tariffs > tbody > tr:nth-child(even) {
	background: #edf4f8;
}
.table-tariffs > tbody > tr > td {
	padding: 10px 30px;
	text-align: center;
}
.table-tariffs > tbody > tr > td:first-child {
	text-align: left;
}
.table-tariffs > tfoot > tr > td {
	text-align: center;
	padding: 22px 15px 26px;
}
.table-tariffs > tfoot > tr > td > span {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: bold;
	display: block;
}
.table-tariffs > tfoot > tr > td > button {
	display: block;
	width: 100%;
	margin-top: 19px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 10px;
}

.section-intro {
	background: #eaf8ff url('../images/bg-section-01.jpg') no-repeat 50% 0;
}
.section-intro__container {
	padding-top: 26px;
	padding-top: 1.625rem;
}
.section-intro h1 {
	margin-bottom: 2.5rem;
}
.section-intro__main,
.section-intro__side {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	box-sizing: border-box;
}
@media (min-width: 1200px) {
	.section-intro__main,
	.section-intro__side {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.section-intro__side {
	display: flex;
	justify-content: center;
	padding-top: 0.5625rem;
}
.section-intro__side .section-intro-example {
	padding-right: 0.25rem;
}
.section-intro__content {
	font-size: 17px;
	line-height: 1.88235;
}
.section-intro__content p,
.section-intro__content ul {
	margin-top: 33px;
	margin-top: 2.03125rem;
	margin-bottom: 33px;
	margin-bottom: 2.03125rem;
}
.section-intro__content p:first-child,
.section-intro__content ul:first-child {
	margin-top: 0;
}
.section-intro__content p:last-child,
.section-intro__content ul:last-child {
	margin-bottom: 0;
}
.section-intro__content p {
	font-weight: bold;
}
.section-intro .form-control {
	border-color: #358b51;
}
.section-intro .btn {
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding: 0.5rem 1.125rem;
	line-height: 1.625;
	border-radius: 4px;
}
.section-intro .inner-form-offer__row {
	margin-bottom: 0;
}
.section-intro .inner-form-offer__row:last-child .require + .fz13 {
	display: inline;
}
.section-intro .form-group {
	margin-bottom: 15px;
}
.section-intro .fz13 {
	line-height: 19px;
	display: block;
}
.section-intro .require {
	color: #188e3d;
}
.section-intro .require + .fz13 {
	font-size: 12px;
}
@media (min-width: 992px) {
	.section-intro {
		margin-top: -19px;
		padding-bottom: 180px;
	}
	.section-intro__container {
		padding-top: 57px;
	}
	.section-intro__main {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.section-intro__side {
		flex: 0 0 25%;
		max-width: 25%;
		justify-content: flex-end;
	}
}

.section-intro-example {
	flex-shrink: 0;
}

.section-info {
	position: relative;
	z-index: 1;
	clear: both;
	margin-top: -13.125rem;
}
.section-info__body {
	padding-top: 78px;
	padding-top: 4.875rem;
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
	padding-right: 3.75rem;
	padding-left: 3.75rem;
	background: #fff;
	box-shadow: 0 8px 27px #c5d1d6;
}
.section-info .info-blocks {
	margin-top: 52px;
	margin-top: 3.25rem;
	position: relative;
	top: 2px;
}
@media (max-width: 575.98px) {
	.section-info__body {
		padding: 3.25rem 1.625rem;
	}
	.section-info__body h2,
	.section-info__body .h2 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 26px;
		line-height: 1.625rem;
	}
}

.section-works {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	color: #fff;
	background: #2a7da9 url('../images/bg-blue-1.jpg') no-repeat 50% 0;
}
.section-works a {
	color: inherit;
}
.section-works__heading {
	padding-right: 6rem;
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
}
.section-works__title {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.section-works__note {
	margin-top: 26px;
	margin-top: 1.625rem;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	font-style: italic;
	color: #cae2ee;
}

.section-howto {
	border-bottom: 2px solid #54b472;
}
.text-block + .section-howto .container {
	padding-top: 0;
}
.section-howto img {
	float: right;
	max-width: 360px;
	margin-left: 2rem;
}
.section-howto .container {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
	position: relative;
	text-align: justify;
}
.section-howto .container .col-md-12 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.section-howto .container .men {
	position: absolute;
	right: 12px;
	bottom: 0;
	width: 41.66667%;
}
.section-howto .container .men::after {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 151.45455%;
	content: "";
	background: rgba(0, 0, 0, 0) url('../images/men.png') no-repeat 50% 100%;
	background-size: 70%;
}
@media (max-width: 767.98px) {
	.section-howto .container .men {
		display: none;
	}
}
@media (min-width: 1340px) {
	.section-howto h2 {
		padding-right: 70px;
	}
}
.section-howto__appeal {
	margin-top: 39px;
	margin-top: 2.4375rem;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: bold;
}
.section-howto__appeal img {
	display: inline-block;
	margin-right: 6px;
	margin-left: 9px;
	vertical-align: middle;
	float: none;
	max-width: none;
}
.section-howto__content {
	margin-top: 33px;
	margin-top: 2.03125rem;
}
.section-howto__content:last-child {
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
}
@media (min-width: 768px) {
	.section-howto__content {
		width: 58.33333%;
	}
}
.section-howto__button-box {
	margin-top: 42px;
	margin-top: 2.64063rem;
}
.section-howto__button-box:last-child {
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
}
.section-howto__button-box .btn {
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 1200px) {
	.section-howto__button-box .btn {
		font-size: 16px;
		font-size: 1rem;
		line-height: 26px;
		line-height: 1.625rem;
		padding: 1.1875rem 3.125rem;
		line-height: 1.3;
		border-radius: 3px;
	}
}
@media (max-width: 575.98px) {
	.section-howto__button-box .btn {
		white-space: normal;
	}
}

.section-stages {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
}
.section-stages .stages-grid {
	margin-top: 52px;
	margin-top: 3.25rem;
}
.section-stages .registry {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.section-tariffs {
	padding-top: 52px;
	padding-top: 3.25rem;
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
	background: #f4f9fc;
}
.section-tariffs .table-tariffs-wrapper {
	margin-top: 50px;
	margin-top: 3.14844rem;
}
.section-tariffs__footnote {
	margin-top: 26px;
	margin-top: 1.625rem;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 23px;
	line-height: 1.4375rem;
	color: #8c8c8c;
	font-style: italic;
}
.section-tariffs__footnote ul li {
	margin: 0 !important;
}

.section-content {
	padding-top: 91px;
	padding-top: 5.6875rem;
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
}
.section-content h2 {
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
}
.section-content h3 {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	margin-top: 39px;
	margin-top: 2.4375rem;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 32px;
	line-height: 2rem;
	text-transform: uppercase;
	font-weight: bold;
}
.section-content ol,
.section-content ul,
.section-content p {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.section-content ol:first-child,
.section-content ul:first-child,
.section-content p:first-child {
	margin-top: 0;
}
.section-content ol:last-child,
.section-content ul:last-child,
.section-content p:last-child {
	margin-bottom: 0;
}
.section-content ol li,
.section-content ul li {
	margin: 10px 0;
}
.section-content img {
	max-width: 100%;
}
.section-content img[align="left"] {
	margin-right: 30px;
}
.section-content img[align="right"] {
	margin-left: 30px;
}

.info-boxes-section {
	margin-top: 26px;
	margin-top: 1.625rem;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}
.info-boxes-section .info-boxes {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.info-boxes {
	margin-right: -25px;
	margin-left: -25px;
	display: flex;
	flex-wrap: wrap;
}
.info-boxes__item {
	padding-right: 25px;
	padding-left: 25px;
	width: 100%;
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
}
.info-boxes__item:nth-child(2) ~ .info-boxes__item {
	margin-top: 39px;
	margin-top: 2.4375rem;
}
.info-boxes__item .benefit__header {
	height: auto;
}
.info-boxes__item .benefit__icon {
	align-self: flex-start;
	margin-right: 2.4375rem;
}
@media (max-width: 767.98px) {
	.info-boxes__item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.info-boxes__item:nth-child(1) ~ .info-boxes__item {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.info-boxes__item .benefit__icon {
		width: 50px;
	}
}

.inline-children {
	display: flex;
	align-items: center;
}
.inline-children > * {
	margin-top: 0;
	margin-bottom: 0;
}
.inline-children > .readmore {
	margin-left: 1.3125rem;
	position: relative;
	top: 2px;
}

.fz13 {
	font-size: 13px;
}

#modal-ask .modal-dialog,
#modal-order .modal-dialog,
#modal-callback .modal-dialog {
	max-width: 414px;
}

.backdrop {
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.require {
	top: 0;
}

.required-fields {
	color: #fff;
}

.readmore {
	text-decoration: underline;
}

.form-offer__row > div {
	margin-bottom: 24px;
}

.form-offer__buttonbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 80px;
}
.form-offer__buttonbox .btn {
	line-height: 1.11765;
}

@media (min-width: 992px) {
	.form-offer__row {
		display: flex;
	}
	.form-offer__row > div {
		margin-bottom: 0;
	}
}

.mt-0 {
	margin-top: 0px;
	margin-top: 0rem;
}

.mb-0 {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.pt-0 {
	padding-top: 0px;
	padding-top: 0rem;
}

.pb-0 {
	padding-bottom: 0px;
	padding-bottom: 0rem;
}

.st-0 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 0;
}

.sb-0 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 0;
}

.mt-0\/5 {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.mb-0\/5 {
	margin-bottom: 13px;
	margin-bottom: 0.8125rem;
}

.pt-0\/5 {
	padding-top: 13px;
	padding-top: 0.8125rem;
}

.pb-0\/5 {
	padding-bottom: 13px;
	padding-bottom: 0.8125rem;
}

.st-0\/5 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 12px;
	padding-top: 0.75rem;
}

.sb-0\/5 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
}

.mt-1 {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.mb-1 {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.pt-1 {
	padding-top: 26px;
	padding-top: 1.625rem;
}

.pb-1 {
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
}

.st-1 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 25px;
	padding-top: 1.5625rem;
}

.sb-1 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 25px;
	padding-bottom: 1.5625rem;
}

.mt-1\/5 {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.mb-1\/5 {
	margin-bottom: 39px;
	margin-bottom: 2.4375rem;
}

.pt-1\/5 {
	padding-top: 39px;
	padding-top: 2.4375rem;
}

.pb-1\/5 {
	padding-bottom: 39px;
	padding-bottom: 2.4375rem;
}

.st-1\/5 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 38px;
	padding-top: 2.375rem;
}

.sb-1\/5 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
}

.mt-2 {
	margin-top: 52px;
	margin-top: 3.25rem;
}

.mb-2 {
	margin-bottom: 52px;
	margin-bottom: 3.25rem;
}

.pt-2 {
	padding-top: 52px;
	padding-top: 3.25rem;
}

.pb-2 {
	padding-bottom: 52px;
	padding-bottom: 3.25rem;
}

.st-2 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 51px;
	padding-top: 3.1875rem;
}

.sb-2 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 51px;
	padding-bottom: 3.1875rem;
}

.mt-2\/5 {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.mb-2\/5 {
	margin-bottom: 65px;
	margin-bottom: 4.0625rem;
}

.pt-2\/5 {
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.pb-2\/5 {
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
}

.st-2\/5 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 64px;
	padding-top: 4rem;
}

.sb-2\/5 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 64px;
	padding-bottom: 4rem;
}

.mt-3 {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.mb-3 {
	margin-bottom: 78px;
	margin-bottom: 4.875rem;
}

.pt-3 {
	padding-top: 78px;
	padding-top: 4.875rem;
}

.pb-3 {
	padding-bottom: 78px;
	padding-bottom: 4.875rem;
}

.st-3 {
	border-top-width: 1px;
	border-top-width: 0.0625rem;
	border-top-style: solid;
	padding-top: 77px;
	padding-top: 4.8125rem;
}

.sb-3 {
	border-bottom-width: 1px;
	border-bottom-width: 0.0625rem;
	border-bottom-style: solid;
	padding-bottom: 77px;
	padding-bottom: 4.8125rem;
}

@media (min-width: 576px) {
	.mt-sm-0 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.mb-sm-0 {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}
	.pt-sm-0 {
		padding-top: 0px;
		padding-top: 0rem;
	}
	.pb-sm-0 {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.st-sm-0 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 0;
	}
	.sb-sm-0 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 0;
	}
	.mt-sm-0\/5 {
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.mb-sm-0\/5 {
		margin-bottom: 13px;
		margin-bottom: 0.8125rem;
	}
	.pt-sm-0\/5 {
		padding-top: 13px;
		padding-top: 0.8125rem;
	}
	.pb-sm-0\/5 {
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
	}
	.st-sm-0\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.sb-sm-0\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.mt-sm-1 {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.mb-sm-1 {
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.pt-sm-1 {
		padding-top: 26px;
		padding-top: 1.625rem;
	}
	.pb-sm-1 {
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
	}
	.st-sm-1 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
	.sb-sm-1 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 25px;
		padding-bottom: 1.5625rem;
	}
	.mt-sm-1\/5 {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
	.mb-sm-1\/5 {
		margin-bottom: 39px;
		margin-bottom: 2.4375rem;
	}
	.pt-sm-1\/5 {
		padding-top: 39px;
		padding-top: 2.4375rem;
	}
	.pb-sm-1\/5 {
		padding-bottom: 39px;
		padding-bottom: 2.4375rem;
	}
	.st-sm-1\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 38px;
		padding-top: 2.375rem;
	}
	.sb-sm-1\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 38px;
		padding-bottom: 2.375rem;
	}
	.mt-sm-2 {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
	.mb-sm-2 {
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
	}
	.pt-sm-2 {
		padding-top: 52px;
		padding-top: 3.25rem;
	}
	.pb-sm-2 {
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
	}
	.st-sm-2 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 51px;
		padding-top: 3.1875rem;
	}
	.sb-sm-2 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 51px;
		padding-bottom: 3.1875rem;
	}
	.mt-sm-2\/5 {
		margin-top: 65px;
		margin-top: 4.0625rem;
	}
	.mb-sm-2\/5 {
		margin-bottom: 65px;
		margin-bottom: 4.0625rem;
	}
	.pt-sm-2\/5 {
		padding-top: 65px;
		padding-top: 4.0625rem;
	}
	.pb-sm-2\/5 {
		padding-bottom: 65px;
		padding-bottom: 4.0625rem;
	}
	.st-sm-2\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 64px;
		padding-top: 4rem;
	}
	.sb-sm-2\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}
	.mt-sm-3 {
		margin-top: 78px;
		margin-top: 4.875rem;
	}
	.mb-sm-3 {
		margin-bottom: 78px;
		margin-bottom: 4.875rem;
	}
	.pt-sm-3 {
		padding-top: 78px;
		padding-top: 4.875rem;
	}
	.pb-sm-3 {
		padding-bottom: 78px;
		padding-bottom: 4.875rem;
	}
	.st-sm-3 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 77px;
		padding-top: 4.8125rem;
	}
	.sb-sm-3 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 77px;
		padding-bottom: 4.8125rem;
	}
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.mb-md-0 {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}
	.pt-md-0 {
		padding-top: 0px;
		padding-top: 0rem;
	}
	.pb-md-0 {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.st-md-0 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 0;
	}
	.sb-md-0 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 0;
	}
	.mt-md-0\/5 {
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.mb-md-0\/5 {
		margin-bottom: 13px;
		margin-bottom: 0.8125rem;
	}
	.pt-md-0\/5 {
		padding-top: 13px;
		padding-top: 0.8125rem;
	}
	.pb-md-0\/5 {
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
	}
	.st-md-0\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.sb-md-0\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.mt-md-1 {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.mb-md-1 {
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.pt-md-1 {
		padding-top: 26px;
		padding-top: 1.625rem;
	}
	.pb-md-1 {
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
	}
	.st-md-1 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
	.sb-md-1 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 25px;
		padding-bottom: 1.5625rem;
	}
	.mt-md-1\/5 {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
	.mb-md-1\/5 {
		margin-bottom: 39px;
		margin-bottom: 2.4375rem;
	}
	.pt-md-1\/5 {
		padding-top: 39px;
		padding-top: 2.4375rem;
	}
	.pb-md-1\/5 {
		padding-bottom: 39px;
		padding-bottom: 2.4375rem;
	}
	.st-md-1\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 38px;
		padding-top: 2.375rem;
	}
	.sb-md-1\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 38px;
		padding-bottom: 2.375rem;
	}
	.mt-md-2 {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
	.mb-md-2 {
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
	}
	.pt-md-2 {
		padding-top: 52px;
		padding-top: 3.25rem;
	}
	.pb-md-2 {
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
	}
	.st-md-2 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 51px;
		padding-top: 3.1875rem;
	}
	.sb-md-2 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 51px;
		padding-bottom: 3.1875rem;
	}
	.mt-md-2\/5 {
		margin-top: 65px;
		margin-top: 4.0625rem;
	}
	.mb-md-2\/5 {
		margin-bottom: 65px;
		margin-bottom: 4.0625rem;
	}
	.pt-md-2\/5 {
		padding-top: 65px;
		padding-top: 4.0625rem;
	}
	.pb-md-2\/5 {
		padding-bottom: 65px;
		padding-bottom: 4.0625rem;
	}
	.st-md-2\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 64px;
		padding-top: 4rem;
	}
	.sb-md-2\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}
	.mt-md-3 {
		margin-top: 78px;
		margin-top: 4.875rem;
	}
	.mb-md-3 {
		margin-bottom: 78px;
		margin-bottom: 4.875rem;
	}
	.pt-md-3 {
		padding-top: 78px;
		padding-top: 4.875rem;
	}
	.pb-md-3 {
		padding-bottom: 78px;
		padding-bottom: 4.875rem;
	}
	.st-md-3 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 77px;
		padding-top: 4.8125rem;
	}
	.sb-md-3 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 77px;
		padding-bottom: 4.8125rem;
	}
}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.mb-lg-0 {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}
	.pt-lg-0 {
		padding-top: 0px;
		padding-top: 0rem;
	}
	.pb-lg-0 {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.st-lg-0 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 0;
	}
	.sb-lg-0 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 0;
	}
	.mt-lg-0\/5 {
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.mb-lg-0\/5 {
		margin-bottom: 13px;
		margin-bottom: 0.8125rem;
	}
	.pt-lg-0\/5 {
		padding-top: 13px;
		padding-top: 0.8125rem;
	}
	.pb-lg-0\/5 {
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
	}
	.st-lg-0\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.sb-lg-0\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.mt-lg-1 {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.mb-lg-1 {
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.pt-lg-1 {
		padding-top: 26px;
		padding-top: 1.625rem;
	}
	.pb-lg-1 {
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
	}
	.st-lg-1 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
	.sb-lg-1 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 25px;
		padding-bottom: 1.5625rem;
	}
	.mt-lg-1\/5 {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
	.mb-lg-1\/5 {
		margin-bottom: 39px;
		margin-bottom: 2.4375rem;
	}
	.pt-lg-1\/5 {
		padding-top: 39px;
		padding-top: 2.4375rem;
	}
	.pb-lg-1\/5 {
		padding-bottom: 39px;
		padding-bottom: 2.4375rem;
	}
	.st-lg-1\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 38px;
		padding-top: 2.375rem;
	}
	.sb-lg-1\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 38px;
		padding-bottom: 2.375rem;
	}
	.mt-lg-2 {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
	.mb-lg-2 {
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
	}
	.pt-lg-2 {
		padding-top: 52px;
		padding-top: 3.25rem;
	}
	.pb-lg-2 {
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
	}
	.st-lg-2 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 51px;
		padding-top: 3.1875rem;
	}
	.sb-lg-2 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 51px;
		padding-bottom: 3.1875rem;
	}
	.mt-lg-2\/5 {
		margin-top: 65px;
		margin-top: 4.0625rem;
	}
	.mb-lg-2\/5 {
		margin-bottom: 65px;
		margin-bottom: 4.0625rem;
	}
	.pt-lg-2\/5 {
		padding-top: 65px;
		padding-top: 4.0625rem;
	}
	.pb-lg-2\/5 {
		padding-bottom: 65px;
		padding-bottom: 4.0625rem;
	}
	.st-lg-2\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 64px;
		padding-top: 4rem;
	}
	.sb-lg-2\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}
	.mt-lg-3 {
		margin-top: 78px;
		margin-top: 4.875rem;
	}
	.mb-lg-3 {
		margin-bottom: 78px;
		margin-bottom: 4.875rem;
	}
	.pt-lg-3 {
		padding-top: 78px;
		padding-top: 4.875rem;
	}
	.pb-lg-3 {
		padding-bottom: 78px;
		padding-bottom: 4.875rem;
	}
	.st-lg-3 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 77px;
		padding-top: 4.8125rem;
	}
	.sb-lg-3 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 77px;
		padding-bottom: 4.8125rem;
	}
}

@media (min-width: 1200px) {
	.mt-xl-0 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.mb-xl-0 {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}
	.pt-xl-0 {
		padding-top: 0px;
		padding-top: 0rem;
	}
	.pb-xl-0 {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.st-xl-0 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 0;
	}
	.sb-xl-0 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 0;
	}
	.mt-xl-0\/5 {
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.mb-xl-0\/5 {
		margin-bottom: 13px;
		margin-bottom: 0.8125rem;
	}
	.pt-xl-0\/5 {
		padding-top: 13px;
		padding-top: 0.8125rem;
	}
	.pb-xl-0\/5 {
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
	}
	.st-xl-0\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.sb-xl-0\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.mt-xl-1 {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.mb-xl-1 {
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.pt-xl-1 {
		padding-top: 26px;
		padding-top: 1.625rem;
	}
	.pb-xl-1 {
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
	}
	.st-xl-1 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
	.sb-xl-1 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 25px;
		padding-bottom: 1.5625rem;
	}
	.mt-xl-1\/5 {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
	.mb-xl-1\/5 {
		margin-bottom: 39px;
		margin-bottom: 2.4375rem;
	}
	.pt-xl-1\/5 {
		padding-top: 39px;
		padding-top: 2.4375rem;
	}
	.pb-xl-1\/5 {
		padding-bottom: 39px;
		padding-bottom: 2.4375rem;
	}
	.st-xl-1\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 38px;
		padding-top: 2.375rem;
	}
	.sb-xl-1\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 38px;
		padding-bottom: 2.375rem;
	}
	.mt-xl-2 {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
	.mb-xl-2 {
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
	}
	.pt-xl-2 {
		padding-top: 52px;
		padding-top: 3.25rem;
	}
	.pb-xl-2 {
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
	}
	.st-xl-2 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 51px;
		padding-top: 3.1875rem;
	}
	.sb-xl-2 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 51px;
		padding-bottom: 3.1875rem;
	}
	.mt-xl-2\/5 {
		margin-top: 65px;
		margin-top: 4.0625rem;
	}
	.mb-xl-2\/5 {
		margin-bottom: 65px;
		margin-bottom: 4.0625rem;
	}
	.pt-xl-2\/5 {
		padding-top: 65px;
		padding-top: 4.0625rem;
	}
	.pb-xl-2\/5 {
		padding-bottom: 65px;
		padding-bottom: 4.0625rem;
	}
	.st-xl-2\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 64px;
		padding-top: 4rem;
	}
	.sb-xl-2\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}
	.mt-xl-3 {
		margin-top: 78px;
		margin-top: 4.875rem;
	}
	.mb-xl-3 {
		margin-bottom: 78px;
		margin-bottom: 4.875rem;
	}
	.pt-xl-3 {
		padding-top: 78px;
		padding-top: 4.875rem;
	}
	.pb-xl-3 {
		padding-bottom: 78px;
		padding-bottom: 4.875rem;
	}
	.st-xl-3 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 77px;
		padding-top: 4.8125rem;
	}
	.sb-xl-3 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 77px;
		padding-bottom: 4.8125rem;
	}
}

@media (min-width: 1340px) {
	.mt-xxl-0 {
		margin-top: 0px;
		margin-top: 0rem;
	}
	.mb-xxl-0 {
		margin-bottom: 0px;
		margin-bottom: 0rem;
	}
	.pt-xxl-0 {
		padding-top: 0px;
		padding-top: 0rem;
	}
	.pb-xxl-0 {
		padding-bottom: 0px;
		padding-bottom: 0rem;
	}
	.st-xxl-0 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 0;
	}
	.sb-xxl-0 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 0;
	}
	.mt-xxl-0\/5 {
		margin-top: 13px;
		margin-top: 0.8125rem;
	}
	.mb-xxl-0\/5 {
		margin-bottom: 13px;
		margin-bottom: 0.8125rem;
	}
	.pt-xxl-0\/5 {
		padding-top: 13px;
		padding-top: 0.8125rem;
	}
	.pb-xxl-0\/5 {
		padding-bottom: 13px;
		padding-bottom: 0.8125rem;
	}
	.st-xxl-0\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 12px;
		padding-top: 0.75rem;
	}
	.sb-xxl-0\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 12px;
		padding-bottom: 0.75rem;
	}
	.mt-xxl-1 {
		margin-top: 26px;
		margin-top: 1.625rem;
	}
	.mb-xxl-1 {
		margin-bottom: 26px;
		margin-bottom: 1.625rem;
	}
	.pt-xxl-1 {
		padding-top: 26px;
		padding-top: 1.625rem;
	}
	.pb-xxl-1 {
		padding-bottom: 26px;
		padding-bottom: 1.625rem;
	}
	.st-xxl-1 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 25px;
		padding-top: 1.5625rem;
	}
	.sb-xxl-1 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 25px;
		padding-bottom: 1.5625rem;
	}
	.mt-xxl-1\/5 {
		margin-top: 39px;
		margin-top: 2.4375rem;
	}
	.mb-xxl-1\/5 {
		margin-bottom: 39px;
		margin-bottom: 2.4375rem;
	}
	.pt-xxl-1\/5 {
		padding-top: 39px;
		padding-top: 2.4375rem;
	}
	.pb-xxl-1\/5 {
		padding-bottom: 39px;
		padding-bottom: 2.4375rem;
	}
	.st-xxl-1\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 38px;
		padding-top: 2.375rem;
	}
	.sb-xxl-1\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 38px;
		padding-bottom: 2.375rem;
	}
	.mt-xxl-2 {
		margin-top: 52px;
		margin-top: 3.25rem;
	}
	.mb-xxl-2 {
		margin-bottom: 52px;
		margin-bottom: 3.25rem;
	}
	.pt-xxl-2 {
		padding-top: 52px;
		padding-top: 3.25rem;
	}
	.pb-xxl-2 {
		padding-bottom: 52px;
		padding-bottom: 3.25rem;
	}
	.st-xxl-2 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 51px;
		padding-top: 3.1875rem;
	}
	.sb-xxl-2 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 51px;
		padding-bottom: 3.1875rem;
	}
	.mt-xxl-2\/5 {
		margin-top: 65px;
		margin-top: 4.0625rem;
	}
	.mb-xxl-2\/5 {
		margin-bottom: 65px;
		margin-bottom: 4.0625rem;
	}
	.pt-xxl-2\/5 {
		padding-top: 65px;
		padding-top: 4.0625rem;
	}
	.pb-xxl-2\/5 {
		padding-bottom: 65px;
		padding-bottom: 4.0625rem;
	}
	.st-xxl-2\/5 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 64px;
		padding-top: 4rem;
	}
	.sb-xxl-2\/5 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 64px;
		padding-bottom: 4rem;
	}
	.mt-xxl-3 {
		margin-top: 78px;
		margin-top: 4.875rem;
	}
	.mb-xxl-3 {
		margin-bottom: 78px;
		margin-bottom: 4.875rem;
	}
	.pt-xxl-3 {
		padding-top: 78px;
		padding-top: 4.875rem;
	}
	.pb-xxl-3 {
		padding-bottom: 78px;
		padding-bottom: 4.875rem;
	}
	.st-xxl-3 {
		border-top-width: 1px;
		border-top-width: 0.0625rem;
		border-top-style: solid;
		padding-top: 77px;
		padding-top: 4.8125rem;
	}
	.sb-xxl-3 {
		border-bottom-width: 1px;
		border-bottom-width: 0.0625rem;
		border-bottom-style: solid;
		padding-bottom: 77px;
		padding-bottom: 4.8125rem;
	}
}

.nw {
	white-space: nowrap;
}

.dev-mode .container {
	background-image: linear-gradient(to top, rgba(74, 255, 255, 0.4) 5%, rgba(74, 255, 255, 0) 5%);
	background-size: 100% 0.8125rem;
	background-position: left top;
}

.wrap-overflow {
	position: relative;
	overflow: hidden;
}
.wrap-overflow::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 200px;
	content: "";
	pointer-events: none;
	background: linear-gradient(to left, #fff, transparent);
}

.ui-slider-buttons {
	margin-top: 26px;
	margin-top: 1.625rem;
	padding-top: 26px;
	padding-top: 1.625rem;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	min-height: 390px;
	min-height: 24.375rem;
	padding-left: 20px;
	background: #eaf3fb;
}

.ui-slider-button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 52px;
	height: 3.25rem;
	width: 156px;
	width: 9.75rem;
}
.ui-slider-button .btn-slider {
	top: 0;
}

.ui-scroll-buttons {
	margin-top: 13px;
	margin-top: 0.8125rem;
	height: 104px;
	height: 6.5rem;
	display: inline-flex;
}
.ui-scroll-buttons + .ui-scroll-buttons {
	margin-left: 48px;
}
.ui-scroll-buttons > * + * {
	margin-left: 10px;
}

.ui-green {
	padding-top: 39px;
	padding-top: 2.4375rem;
	padding-bottom: 39px;
	padding-bottom: 2.4375rem;
	padding-right: 20px;
	padding-left: 20px;
	background: #43c06a;
}

.spacer,
.hh {
	height: 2000px;
}

.navigation-panel__item.hidden {
	display: none;
}


.navigation-panel__menu {
	display: flex;
}

/* Левая колонка */
.navigation-panel__left {
	width: 245px;
	border-right: 1px solid #eee;
	background: #fafafa;
}

/* Правая колонка */
.navigation-panel__right {
	flex: 1;
	padding: 7px 25px;
	position: relative;
}

.navigation-panel__item {
	font-size: 14px;
	line-height: 1.4;
}

/* ссылки */
.navigation-panel__item a {
	display: block;
	text-decoration: none;
	color: #222;
}

.navigation-panel__left .navigation-panel__item {
	padding: 16px 16px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

/* hover */
.navigation-panel__left .navigation-panel__item:hover {
	background: #fff;
}

/* активный пункт (добавим класс через JS при желании) */
.navigation-panel__left .navigation-panel__item.active {
	background: #fff;
	font-weight: 600;
}

.navigation-panel__submenu {
	display: none;
}

/* активное подменю */
.navigation-panel__submenu.active {
	display: block;
}

.navigation-panel__right .navigation-panel__item {
	padding: 3px 0;
}

/* hover второго уровня */
.navigation-panel__right .navigation-panel__item a:hover {
	color: #0073e6;
}

.navigation-panel__item.hidden {
	display: none;
}





/* 2 уровень */
.navigation-panel__item_level_2 {
	margin-bottom: 8px;
}

/* 3 уровень контейнер */
.navigation-panel__sublevel {
	margin-top: 6px;
	padding-left: 12px;
	border-left: 2px solid #eee;
}

/* 3 уровень пункты */
.navigation-panel__item_level_3 {
	padding: 4px 0;
	font-size: 1rem;
}

.navigation-panel__item_level_3 a {
	color: #555;
}

.navigation-panel__item_level_3 a:hover {
	color: #0073e6;
}

/* скрытые */
.navigation-panel__item.hidden {
	display: none;
}

/* кнопка "ещё" */
.show-more {
	margin-top: 0px;
	padding: 4px 8px;

	font-size: 12px;
	color: #0073e6;

	background: transparent;
	border: none;
	cursor: pointer;

	text-align: left;

	font-weight: 400;
}

.show-more:hover {
	text-decoration: underline;
}

/* состояние "свернуть" */
.show-more[data-state="expanded"] {
    color: #999;
}




.navigation-panel__item_level_2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 13px;
	margin-bottom: 13px;

}

.navigation-panel__item_level_3{
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 768px) {
    .navigation-panel{
		padding: 1rem;
	}
}



/*# sourceMappingURL=styles.css.map */

