html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 990px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
	display: table;
	content: " ";
}

.container-fluid:after {
	clear: both;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@-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: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1200px) {
	.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: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.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;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sprite-sprite,
.footer .list-contacts .phone.ico-phone:before,
.footer .list-contacts .mail.ico-phone:before,
.footer .list-contacts .phone.ico-mail:before,
.footer .list-contacts .mail.ico-mail:before,
.footer .soc-links a.vk,
.footer .soc-links a.inst,
.footer .soc-links a.vk:hover,
.footer .soc-links a.inst:hover {
	background-image: url('../images/sprite-s630b50b061.png');
	background-repeat: no-repeat;
}


/**/

html {
	height: 100%;
}

body {
	font: 400 14px/17px 'Myriad Pro';
	color: #000000;
	height: 100%;
	background: #fff;
}

body.i-mobile * {
	cursor: pointer;
}

#wrap {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#content {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.clear {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}

.clear-fix:before,
.clear-fix:after {
	display: table;
	content: " ";
}

.clear-fix:after {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex.container:before,
.flex.container:after,
.flex.container-fluid:before,
.flex.container-fluid:after,
.flex.row:before,
.flex.row:after {
	display: none;
}

.flex-inner-100>* {
	width: 100%;
}

.flex-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.flex-ver-start {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flex-ver-center {
	-webkit-align-items: center;
	align-items: center;
}

.flex-ver-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

@media (min-width: 1200px) {
	.lg-no-flex {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.md-no-flex {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sm-no-flex {
		display: block;
	}
}

@media (max-width: 767px) {
	.xs-no-flex {
		display: block;
	}
}

.full {
	width: 100%;
}

.line-items-fluid {
	text-align: justify;
	line-height: 0;
}

.line-items-fluid>* {
	display: inline-block;
	vertical-align: top;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	text-align: left;
	line-height: normal;
}

.line-items-fluid:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: 100%;
}

.line-items>* {
	display: inline-block;
	vertical-align: top;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.line-items-middle>* {
	vertical-align: middle;
}

.row.line-items>* {
	float: none;
}

script {
	display: none !important;
}

input,
textarea,
img,
a {
	outline: none !important;
}

a {
	text-decoration: none;
	color: #2a2a2a;
	border-bottom: 0;
	transition: all 0.2s !important;
}

a a:not(.btn) {
	border-bottom: 0;
}

a:hover,
a.active {
	color: #2d709b;
	border-color: #2d709b;
	outline: 0 !important;
	text-decoration: none !important;
}

.no-brd {
	border-bottom: 0;
}

.no-brd .brd-b {
	border-bottom: 1px solid #2a2a2a;
	-webkit-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	transition: border-color 0.2s;
}

.no-brd:hover .brd-b {
	border-color: #2d709b;
}

h1,
.h1 {
	font: 700 30px/30px "Myriad Pro";
	margin-bottom: 15px;
}

h2,
.h2 {
	font: 700 26px/26px "Myriad Pro";
}

h3,
.h3 {
	font: 700 20px/20px "Myriad Pro";
	margin-bottom: 15px;
}

h4,
.h4 {
	font: 700 18px/23px "Myriad Pro";
}

ul li.leaf {
	list-style: none;
}

li.expanded,
li.collapsed,
li.leaf {
	padding: 0;
}

ul li.expanded,
ul li.collapsed {
	list-style: none;
}

.field-collection-container {
	border-bottom: 0;
	margin-bottom: 0;
}

.field-collection-view {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.field-collection-container .field-items .field-item {
	margin-bottom: 0;
}

em,
i {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.c1 {
	color: #0cccd3;
}

.white {
	color: #fff;
}

.gray {
	color: #b7bec1;
}

time {
	color: #969696;
	font: bold 13px/16px 'hnc', helvetica;
}

.center {
	text-align: center;
}

label {
	display: inline-block;
	font: 400 16px/16px 'Myriad Pro';
	margin-bottom: 6px;
}

.webform-container-inline label {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin: 0;
	padding-top: 15px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #777777;
}

.form-text,
.form-textarea {
	font: 400 16px/16px "Myriad Pro";
	color: #000;
	width: 100%;
	height: 51px;
	padding: 13px 29px;
	border: 0;
	background: #f5f5f5;
	border: 1px solid rgba(21, 136, 169, 0.16);
}

.form-textarea {
	max-width: 100%;
	height: 300px;
	resize: none;
	padding-top: 20px !important;
}

.form-item {
	margin: 0 0 15px;
}

.form-type-text {
	position: relative;
}

.form-actions {
	position: relative;
	margin: 0 0 15px;
	margin-top: -13px !important;
}

.form-actions .ajax-progress-throbber {
	position: absolute;
	left: -20px;
	top: 15px;
}

.captcha {
	position: relative;
}

.captcha img {
	position: absolute;
	left: 170px;
	top: 15px;
}

.captcha .form-text {
	width: 141px;
}

input.form-checkbox,
input.form-radio {
	margin: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
	margin: 0;
}

.form-checkboxes .form-item label,
.form-radios .form-item label {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: normal;
}

.form-type-radio label,
.form-type-checkbox label {
	font-weight: 600;
	margin: 0 0 0 7px;
	vertical-align: middle;
}

.form-item .description {
	line-height: normal;
}

.btn-1 {
	cursor: pointer;
	font: 700 23px/23px "Myriad Pro";
	color: #ffffff;
	background: linear-gradient(180deg, #019db6 0%, #316c98 100%);
	/* w3c */
	display: inline-block;
	text-align: center;
	padding: 14px 40px;
	border-radius: 7px;
	border: 0;
	transition: 0.2s !important;
}

.btn-1:hover {
	color: #ffffff;
	background: linear-gradient(0deg, #019db6 0%, #316c98 100%);
	/* w3c */
	transition: 0.2s !important;
}

.btn-1:focus {
	color: #fff;
	text-decoration: none;
}

.btn-2 {
	cursor: pointer;
	font: 400 16px/16px "Myriad Pro";
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 13px 47px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-2:hover {
	border: 1px solid #949494;
	color: #949494;
}

.btn-3 {
	cursor: pointer;
	font: 400 12px/19px Myriad Pro;
	color: #3c3c3c;
	border-radius: 50px;
	padding: 0;
	border: 1px solid #222222;
	width: 68px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-3:hover {
	background: #222222;
	color: #ffffff;
}

.btn-4 {
	cursor: pointer;
	background: #ab3234;
	font: 400 16px/16px Myriad Pro;
	color: #ffffff;
	border-radius: 11px;
	padding: 14px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-4:hover {
	color: #ffffff;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFAB3234', endColorstr='#FFCA180F');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhMTgwZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FiMzIzNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ca180f), color-stop(100%, #ab3234));
	background-image: -moz-linear-gradient(left, #ca180f 0%, #ab3234 100%);
	background-image: -webkit-linear-gradient(left, #ca180f 0%, #ab3234 100%);
	background-image: linear-gradient(to right, #ca180f 0%, #ab3234 100%);
}

.btn-5 {
	cursor: pointer;
	font: 400 16px/16px Myriad Pro;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 11px;
	padding: 14px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-5:hover {
	border: 1px solid #f84a3d;
	color: #f84a3d !important;
}

div.messages {
	border: 0;
	padding: 10px;
	background-image: none !important;
	margin-bottom: 15px;
}

div.messages li {
	margin: 6px 0 0;
}

div.messages li:first-child {
	margin-top: 0;
}

.btns-wrap {
	margin: 0 0 -15px -15px;
}

.btns-wrap>* {
	margin: 0 0 15px 15px;
}

.sec {
	padding: 35px 0;
}

.sec.bg-white+.sec.bg-white {
	padding-top: 0;
}

.s-ttl {
	margin-bottom: 15px;
}

.subtitle {
	font: 400 23px/23px "Myriad Pro";
	margin-bottom: 40px;
}

.bg-gray {
	background-color: #f5f5f5;
}

.bg-white {
	background-color: #fff;
}

.type-text h1,
.type-text .h1 {
	margin: 53px 0 29px;
}

.type-text h1:first-child,
.type-text .h1:first-child {
	margin-top: 0;
}

.type-text h1+*,
.type-text .h1+* {
	margin-top: 0 !important;
}

.type-text h2,
.type-text .h2 {
	margin: 53px 0 29px;
}

.type-text h2:first-child,
.type-text .h2:first-child {
	margin-top: 0;
}

.type-text h2+*,
.type-text .h2+* {
	margin-top: 0 !important;
}

.type-text h3,
.type-text .h3 {
	margin: 33px 0 19px;
	color: #5f5f5f;
}

.type-text h3:first-child,
.type-text .h3:first-child {
	margin-top: 0;
}

.type-text h3+*,
.type-text .h3+* {
	margin-top: 0 !important;
}

.type-text h4,
.type-text .h4 {
	margin: 33px 0 0px;
	color: #222222;
}

.type-text h4:first-child,
.type-text .h4:first-child {
	margin-top: 0;
}

.type-text h4+*,
.type-text .h4+* {
	margin-top: 0 !important;
}

.type-text big,
.type-text .big {
	font: 400 20px/28px "Myriad Pro";
}

.type-text small,
.type-text .small {
	font-size: 12px;
	line-height: 16px;
}

.type-text p,
.type-text ul,
.type-text ol,
.type-text table {
	margin: 0 0 20px;
}

.type-text p:last-child,
.type-text ul:last-child,
.type-text ol:last-child,
.type-text table:last-child {
	margin-bottom: 0;
}

.type-text ul:not(.no-style),
.type-text ol:not(.no-style) {
	overflow: hidden;
}

.type-text ul:not(.no-style) li,
.type-text ol:not(.no-style) li {
	margin-bottom: 5px;
}

.type-text ul:not(.no-style) li:last-child,
.type-text ol:not(.no-style) li:last-child {
	margin-bottom: 1px;
}

.type-text ul:not(.no-style) li {
	position: relative;
	padding-left: 15px;
}

.type-text ul:not(.no-style) li:before {
	content: '\2022';
	color: #9d3d36;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 21px;
}

.type-text ol:not(.no-style) {
	counter-reset: list1;
}

.type-text ol:not(.no-style) li {
	position: relative;
	padding-left: 30px;
}

.type-text ol:not(.no-style) li:before {
	counter-increment: list1;
	content: counter(list1) "";
	color: #9d3d36;
	position: absolute;
	left: 0;
	top: 0;
}

table:not(.no-style) {
	width: 100%;
	font: 400 20px/20px Myriad Pro;
	text-align: center;
	margin: 0 !important;
}

table:not(.no-style) th,
table:not(.no-style) td {
	font-weight: normal;
	padding: 7px !important;
	text-align: center;
	border-left: 1px solid #000 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

table:not(.no-style) th:first-child,
table:not(.no-style) td:first-child {
	border-left: 0 !important;
}

table:not(.no-style) thead th {
	font-weight: 700;
}

table:not(.no-style) tbody th {
	font-size: 15px;
	font-weight: bold;
}

table:not(.no-style) tbody tr {
	border-top: 1px solid #000;
}

.table-wrap {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 auto 30px;
	border-radius: 9px;
	border: 1px solid #000;
	max-width: 590px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 498;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: #111;
	opacity: 0.9 !important;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	padding: 56px;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	background: #f2f2f2;
	border: 3px solid #316c98;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: 30px;
	right: 56px;
	color: #ccc;
	display: none;
}

#cboxLoadingGraphic {
	background: url(../images/load.gif) no-repeat center center;
}

#cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background-color: transparent;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious,
#cboxNext {
	position: absolute;
	background: #ab3234;
	width: 31px;
	height: 36px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
	text-indent: -9999px;
}

#cboxPrevious:before,
#cboxNext:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 14px;
	top: 11px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

#cboxPrevious:hover,
#cboxNext:hover {
	background: #b4181f;
}

#cboxPrevious {
	left: 0;
}

#cboxPrevious:before {
	left: 10px;
	border-right: 10px solid #fff;
}

#cboxNext {
	right: 0;
}

#cboxNext:before {
	right: 10px;
	border-left: 10px solid #fff;
}

#cboxClose {
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	height: 32px;
	width: 32px;
	background: url(../images/cancel.png);
}

#cboxClose:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.header {
	padding: 15px 0;
}

#toggle-wrap {
	display: none;
}

.info {
	text-align: right;
}

#myModal1 .close {
	position: relative;
	z-index: 11;
}

#myModal1 .btn-1 {
	margin: 0 auto;
	display: block;
}

.modal-content {
	border-radius: 12px;
}

.modal-content .b-success {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 10;
	bottom: 0;
	font-size: 30px;
	line-height: 30px;
	color: #63d163;
	text-transform: uppercase;
	border-radius: 12px;
}

.modal-content .b-success .message {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 12px;
}

.modal-content .b-unsuccess {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 10;
	bottom: 0;
	font-size: 30px;
	line-height: 30px;
	color: #e99d9d;
	text-transform: uppercase;
	border-radius: 12px;
}

.modal-content .b-unsuccess .message {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border-radius: 12px;
}

.modal-content .b-unsuccess {
	display: none;
}

.h-phone {
	font: 400 27px/27px "Myriad Pro";
	color: #2a2a2a;
}

.h-phone:hover {
	color: #2a2a2a;
}

.h-phone span {
	font: 400 18px/18px "Myriad Pro";
}

.s-main {
	min-height: 351px;
	background: #ffffff url(../images/sec-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -157px;
	position: relative;
	padding: 35px 0 0;
	overflow: hidden;
}

.s-main .b-img {
	margin-bottom: -33px;
}

.b-text p {
	color: #ffffff;
	font: 400 17px/20px "Myriad Pro";
	margin-bottom: 30px;
}

.b-text p:last-child {
	margin: 0;
}

.b-image {
	position: absolute;
	bottom: 0;
}

.list-steps {
	margin-bottom: 40px;
}

.list-steps .item {
	text-align: center;
}

.list-steps .step {
	font: 700 53px/53px "Myriad Pro";
	border-bottom: 2px solid #ff9500;
	display: inline-block;
	margin-bottom: 10px;
	background: -webkit-linear-gradient(50deg, #2d709b, #0896b2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.list-steps .desc {
	font: 700 16px/17px "Myriad Pro";
}

.s-warning .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.warning-b-info {
	padding: 15px;
	border: 3px solid #ff9500;
	border-radius: 3px;
	text-align: center;
	max-width: 666px;
	margin: 0 auto 40px;
}

.warning-b-info p {
	font: 400 20px/20px "Myriad Pro";
}

.warning-b-info.italic p {
	font-style: italic !important;
}

.warning-b-info.small p {
	font: 400 16px/17px "Myriad Pro";
}

.s-verification-price .s-ttl {
	margin-bottom: 25px;
}

.s-verification-price .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.s-verification-price .warning-b-info {
	margin-bottom: 0;
}

.s-pluses .s-ttl {
	margin-bottom: 40px;
}

.list-pluses .row {
	display: flex;
	flex-wrap: wrap;
}

.list-pluses .item {
	text-align: center;
	margin-bottom: 30px;
}

.list-pluses .img {
	height: 100px;
	margin-bottom: 15px;
}

.list-pluses .ttl {
	font: 700 20px/20px "Myriad Pro";
	margin-bottom: 15px;
}

.list-pluses .desc {
	font: 400 16px/17px "Myriad Pro";
	padding: 0 6px;
}

.s-how-work {
	background: #ddeef1 url(../images/sec-how-work.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100px;
	display: flex;
	align-items: center;
	padding: 30px 0;
	overflow: hidden;
	min-height: 415px;
}

.s-how-work .warning-b-info {
	margin: 0;
}

.s-how-work .s-ttl {
	text-align: center;
}

.s-how-work .b-wrap {
	position: relative;
	width: 585px;
	margin: 0 auto;
}

.s-how-work .b-wrap:before {
	content: "";
	position: absolute;
	left: -164px;
	background-image: url(../images/robot-2.png);
	width: 205px;
	height: 337px;
	top: -26px;
	z-index: 1;
}

.s-how-work .b-wrap:after {
	content: "";
	position: absolute;
	right: -26px;
	background-image: url(../images/robot-hand.png);
	width: 56px;
	height: 69px;
	top: 29px;
	z-index: 3;
}

.s-how-work .b-how-work {
	padding: 25px 45px;
	background: #fff;
	border-radius: 9px;
	z-index: 1;
	position: relative;
}

.s-how-work .b-how-work ul {
	margin-bottom: 25px;
}

.s-how-work .b-how-work ul li {
	font: 400 18px/18px "Myriad Pro";
	margin-bottom: 15px;
}

.s-how-work .b-how-work ul li:last-child {
	margin-bottom: 0;
}

.s-packet-documents .s-ttl {
	margin-bottom: 30px;
}

.list-document .row {
	display: flex;
	flex-wrap: wrap;
}

.list-document .img {
	height: 119px;
	margin-bottom: 20px;
}

.list-document .ttl {
	font: 700 18px/18px "Myriad Pro";
}

.s-regulatory-document {
	min-height: 535px;
	display: flex;
	align-items: center;
}

.s-regulatory-document .s-ttl {
	margin-bottom: 25px;
}

.s-regulatory-document .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.s-text-questions .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.s-text-questions .row {
	display: flex;
	flex-wrap: wrap;
}

.list-text-questions .item {
	margin-bottom: 30px;
}

.question-items .visible-parth p {
	margin-bottom: 15px;
}

.question-items li {
	cursor: pointer;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #848484;
	position: relative;
}

.question-items li:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #828282;
	border-right: 3px solid #828282;
	transition: all 0.2s ease;
	transform: rotate(45deg);
}

.question-items li h2 {
	font: 700 20px/20px "Myriad Pro";
	margin-bottom: 15px;
}

.question-items li .s-desc {
	position: relative;
	padding: 30px;
	background: #ddeef1;
	display: none;
}

.question-items li .s-desc p {
	margin-bottom: 30px;
}

.question-items li .s-desc p:last-child {
	margin-bottom: 0;
}

.question-items li.active:before {
	transform: rotate(-135deg);
	transition: all 0.2s ease;
	bottom: 5px;
}


.s-video .s-ttl {
	margin-bottom: 40px;
}

.s-video .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.s-video .row {
	display: flex;
	flex-wrap: wrap;
}

	
	.list-video .video{
	border: 4px solid #2a739d;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 15px;
	}
	
	.list-video .ttl{
	        font: 700 16px/17px "Myriad Pro";
	}
	
	.list-video .item{
	        text-align: center;
    margin-bottom: 30px;
	}
	
	.list-video .item iframe{
	        display: block;
	}

.s-instrument .s-ttl {
	margin-bottom: 40px;
}

.s-instrument .container {
	padding-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}

.list-instrument .row {
	display: flex;
	flex-wrap: wrap;
}

.list-instrument .item {
	text-align: center;
	margin-bottom: 30px;
}

.list-instrument .img {
	height: 200px;
	margin-bottom: 15px;
}

.list-instrument .ttl {
	font: 700 16px/17px "Myriad Pro";
}

.s-reviews {
	min-height: 430px;
	display: flex;
	align-items: center;
}

.s-reviews .s-ttl {
	margin-bottom: 25px;
}

.list-regulatory-document,
.list-reviews {
	overflow: hidden;
	max-width: 875px;
	margin: 0 auto;
	background: #ddeef1;
	padding: 40px 80px;
	border-radius: 20px;
	position: relative;
}

.list-regulatory-document .item,
.list-reviews .item {
	height: 307px;
	max-width: 212px;
	min-width: 212px;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}

.list-regulatory-document .img img,
.list-reviews .img img {
	width: 100%;
	height: 100%;
}

.list-regulatory-document .owl-nav .owl-prev,
.list-regulatory-document .owl-nav .owl-next,
.list-reviews .owl-nav .owl-prev,
.list-reviews .owl-nav .owl-next {
	position: absolute;
	width: 52px;
	height: 41px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list-regulatory-document .owl-nav .owl-prev:hover:before,
.list-regulatory-document .owl-nav .owl-next:hover:before,
.list-reviews .owl-nav .owl-prev:hover:before,
.list-reviews .owl-nav .owl-next:hover:before {
	border-bottom: 3px solid #53abda;
	border-right: 3px solid #53abda;
}

.list-regulatory-document .owl-nav .owl-prev:before,
.list-regulatory-document .owl-nav .owl-next:before,
.list-reviews .owl-nav .owl-prev:before,
.list-reviews .owl-nav .owl-next:before {
	content: '';
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #28759e;
	border-right: 3px solid #28759e;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: border-color 0.2s;
}

.list-regulatory-document .owl-nav .owl-prev,
.list-reviews .owl-nav .owl-prev {
	left: 0;
	border-radius: 0 15px 15px 0;
}

.list-regulatory-document .owl-nav .owl-prev:before,
.list-reviews .owl-nav .owl-prev:before {
	transform: rotate(135deg);
	right: 15px;
}

.list-regulatory-document .owl-nav .owl-next,
.list-reviews .owl-nav .owl-next {
	right: 0;
	border-radius: 15px 0 0 15px;
}

.list-regulatory-document .owl-nav .owl-next:before,
.list-reviews .owl-nav .owl-next:before {
	left: -1px;
	right: 0;
	transform: rotate(-45deg);
}

.footer {
	padding: 40px 0 0;
	background: #f3f9fa url(../images/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.footer .b-img {
	margin-bottom: -3px;
}

.footer a:hover {
	color: #2a2a2a;
}

.footer .address {
	margin-bottom: 25px;
}

.footer .address .ttl {
	font: 700 20px/20px "Myriad Pro";
	margin-bottom: 5px;
}

.footer .address p {
	font: 400 18px/18px "Myriad Pro";
}

.footer .list-contacts {
	display: flex;
	flex-wrap: wrap;
}

.footer .list-contacts .phone {
	margin-right: 45px;
}

.footer .list-contacts .phone,
.footer .list-contacts .mail {
	padding-left: 30px;
	position: relative;
}

.footer .list-contacts .phone:before,
.footer .list-contacts .mail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}

.footer .list-contacts .phone.ico-phone:before,
.footer .list-contacts .mail.ico-phone:before {
	background-position: 0 -22px;
	height: 22px;
	width: 22px;
}

.footer .list-contacts .phone.ico-mail:before,
.footer .list-contacts .mail.ico-mail:before {
	background-position: 0 0;
	height: 22px;
	width: 22px;
}

.footer .list-contacts .phone a,
.footer .list-contacts .mail a {
	font: 400 19px/19px "Myriad Pro";
	display: block;
	margin-bottom: 5px;
}

.footer .time-work {
	font: 700 16px/16px "Myriad Pro";
	margin: 0 0 30px 30px;
}

.footer .soc-links {
	white-space: nowrap;
	line-height: 0;
	display: block;
}

.footer .soc-links a {
	border: 0;
	display: inline-block;
	margin-left: 17px;
	transition: none !important;
}

.footer .soc-links a.vk {
	background-position: 0 -112px;
	height: 34px;
	width: 34px;
}

.footer .soc-links a.inst {
	background-position: 0 -44px;
	height: 34px;
	width: 34px;
}

.footer .soc-links a:first-child {
	margin-left: 0;
}

.footer .soc-links a:hover.vk {
	background-position: 0 -78px;
	height: 34px;
	width: 34px;
}

.footer .soc-links a:hover.inst {
	background-position: 0 -146px;
	height: 34px;
	width: 34px;
}

#scroller {
	cursor: pointer;
	bottom: 5%;
	right: 3%;
	position: fixed;
	height: 53px;
	width: 53px;
	border-radius: 50%;
	background: linear-gradient(135deg, #019db6 0%, #316c98 100%);
	box-shadow: 0 0 5px 1px #316c98;
	animation: pulse 2s infinite;
	z-index: 9999;
}

#scroller:hover {
	box-shadow: inset 0 0 12px 1px #205c7a, 0 0 5px 1px #205c7a;
}

#scroller:before {
	content: "";
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #f8fafc;
	border-right: 3px solid #f8fafc;
	transform: rotate(225deg);
	position: absolute;
	right: 0;
	left: 2px;
	top: 6px;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
}

@media (max-width: 1199px) {
	.s-main .b-img {
		margin-bottom: -33px;
	}
}

@media (max-width: 991px) {
	.s-how-work .b-wrap {
		width: 425px;
	}
	.s-how-work .b-wrap:after {
		background-size: 70%;
		background-repeat: no-repeat;
		top: 90px;
	}
	.s-how-work .b-wrap:before {
		background-size: 70%;
		background-repeat: no-repeat;
		left: -106px;
		top: 20px;
	}
	.list-document .item {
		margin-bottom: 30px;
	}
	.list-document .img {
		margin-bottom: 15px;
	}
	.list-regulatory-document,
	.list-reviews {
		max-width: 100%;
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.list-steps .item {
		margin-bottom: 15px;
	}
	.subtitle {
		margin-bottom: 15px;
	}
	.list-pluses .row>div {
		width: 100%;
	}
	.s-main {
		min-height: 100%;
	}
	.s-main .b-img {
		height: 150px;
		margin: 0;
		position: relative;
	}
	.s-main .b-img img {
		position: absolute;
		width: 200px;
		right: 0;
		bottom: -11px;
	}
	.b-text p {
		margin-bottom: 15px;
	}
	.s-how-work .b-how-work {
		padding: 30px 50px;
	}
	.s-how-work .b-wrap {
		margin: 0 0 0 7%;
	}
	.s-regulatory-document,
	.s-reviews {
		display: block;
	}

	.list-instrument .row>div {
		width: 100%;
	}
	.footer {
		text-align: center;
		padding: 30px 0 0;
	}
	.footer .list-contacts {
		display: inline-block;
	}
	.footer .b-img img {
		width: 159px;
		position: absolute;
		right: 0;
	}
	.footer .b-img {
		height: 103px;
		position: relative;
	}
	.footer .list-contacts .phone a,
	.footer .list-contacts .mail a {
		margin-bottom: 15px;
		text-align: left;
	}
}

@media (max-width: 500px) {
	#cboxClose {
		right: 30px;
	}
	.s-how-work .b-wrap {
		margin: 0;
		width: 100%;
	}
	.s-how-work .b-wrap:before,
	.s-how-work .b-wrap:after {
		display: none;
	}
	.s-how-work .b-how-work {
		padding: 15px;
	}
	.header>.container>.flex {
		flex-direction: column;
	}
	.info {
		text-align: center;
	}
}

#w-load {
	display: none !important;
}