@charset "UTF-8";

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: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .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: -.5em
}

sub {
	bottom: -.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 silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

td,
th {
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

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

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.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-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-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-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 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: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-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row: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-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.affix {
	position: fixed
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.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
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.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
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.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
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.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
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.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
	}
}

.modal,
.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(-50%, -100%)
}

.modal.in .modal-dialog {
	transform: translate(-50%, -50%)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.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:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}

	.modal-sm {
		max-width: 400px;
		width: 100%
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

@font-face {
	font-family: custom-icons;
	src: url(../fonts/custom-icons.eot?1572030888164);
	src: url(../fonts/custom-icons.eot?#iefix-1572030888164) format("embedded-opentype"), url(../fonts/custom-icons.woff2?1572030888164) format("woff2"), url(../fonts/custom-icons.woff?1572030888164) format("woff"), url(../fonts/custom-icons.ttf?1572030888164) format("truetype");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: custom-icons;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-24-hours:before {
	content: "\ea01"
}

.icon-arrow-bottom:before {
	content: "\ea02"
}

.icon-award:before {
	content: "\ea03"
}

.icon-checked:before {
	content: "\ea04"
}

.icon-confirmation:before {
	content: "\ea05"
}

.icon-open-book:before {
	content: "\ea06"
}

.icon-phone:before {
	content: "\ea07"
}

.icon-tie:before {
	content: "\ea08"
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	width: 20px;
	height: 20px;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

img {
	box-sizing: content-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

* {
	outline: 0 none
}

.container-fluid {
	padding-left: 0;
	padding-right: 0
}

body {
	line-height: 1.2;
	background: #fff;
	font-family: Roboto, sans-serif;
	width: 100vw;
	overflow-x: hidden
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid #d9af66;
	z-index: 2;
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%)
}

header .button:before {
	font-size: 20px
}

header .col-lg-12 {
	height: 160px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	transition: .5s linear
}

header h2 {
	color: #fff;
	font-family: Frank Ruhl Libre, serif;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center
}

header h2 span {
	display: block;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 24px;
	text-transform: capitalize
}

header .button {
	color: #143b13;
	background: #d9af66;
	height: 49px;
	max-width: 233px;
	font-weight: 900;
	font-family: Frank Ruhl Libre, serif
}

header .button:hover {
	background: #eeca8c;
	border-color: #eeca8c;
	color: #143b13
}

header.mini-header .col-lg-12 {
	height: 100px
}

.consultants:after {
	left: 50%;
	bottom: 50%;
	transform: rotate(19.88deg) translate(630px, 35%)
}

.consultants:before {
	left: 50%;
	bottom: 50%;
	transform: rotate(19.88deg) translate(660px, 5%)
}

.form:before {
	content: "";
	position: absolute;
	bottom: -144px;
	top: 0;
	left: 0;
	right: 0;
	background: #d9af66;
	-webkit-clip-path: polygon(50% 0, 50% 85%, 0 100%, 0 100%, 0 0);
	-ms-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	clip-path: polygon(50% 0, 50% 85%, 0 100%, 0 100%, 0 0);
	z-index: -1
}

.button:before {
	margin-right: 10px
}

.button {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid #d9af66;
	border-radius: 10px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 21px;
	width: 100%
}

.form {
	padding-top: 160px;
	position: relative
}

.form .icon-arrow-bottom:before {
	font-size: 13px;
	color: #143b13
}

.form form:after {
	right: -130px;
	bottom: 0;
	transform: rotate(19.88deg) translateY(50%)
}

.form form:before {
	right: -100px;
	bottom: 0;
	transform: rotate(19.88deg) translateY(85%)
}

.form .bg {
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0
}

.form .col-lg-12 {
	height: 720px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.form .left-block {
	width: 680px;
	padding-right: 50px
}

.form .right-block {
	width: calc(100% - 680px)
}

.form h1 {
	font-size: 72px;
	font-family: Frank Ruhl Libre, serif;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative
}

.form h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: -50px;
	background: #d9af66;
	height: 3px
}

.form h3 {
	font-weight: 500;
	font-size: 26px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.385
}

.form h3 strong {
	display: block;
	font-weight: 900
}

.form .button {
	max-width: 330px;
	height: 53px;
	font-weight: 900;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	color: #d9af66;
	transition: all .5s ease
}

.form .button:hover {
	background: #d9af66;
	border-color: #d9af66;
	color: #143b13
}

.form form {
	background: #fff;
	border-radius: 10px;
	padding: 35px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 0 12px rgba(0, 0, 0, .18);
	max-width: 410px;
	position: relative
}

.form form input[type=submit] {
	background: #d9af66;
	font-weight: 900;
	font-size: 14px;
	color: #373737;
	transition: all .5s ease
}

.form form input[type=submit]:hover {
	background: #eeca8c;
	border-color: #eeca8c;
	color: #373737
}

.form form h3 {
	font-weight: 700;
	font-size: 28px;
	font-family: Frank Ruhl Libre, serif;
	color: #143b13;
	text-transform: uppercase;
	margin-bottom: 15px
}

.form form .input,
.form form .textarea {
	max-width: 278px;
	width: 100%;
	margin-bottom: 15px
}

.form form input[type=email],
.form form input[type=tel],
.form form input[type=text] {
	height: 46px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 0 20px;
	width: 100%
}

.form form textarea {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 15px 20px;
	resize: none;
	height: 112px
}

.form form:after,
.form form:before {
	content: "";
	width: 6px;
	height: 243px;
	border-radius: 53px;
	background: #d9af66;
	position: absolute
}

.form .icon-arrow-bottom {
	left: 50%;
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 54px;
	height: 54px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background: #d9af66;
	z-index: 1;
	transition: all .5s ease
}

.form .icon-arrow-bottom:hover {
	background: #eeca8c
}

.form:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%);
	-webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	-ms-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	z-index: -1
}

.advantages .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.advantages .left-block,
.advantages .right-block {
	width: 50%
}

.advantages .left-block {
	transform: translateX(80px);
	padding-top: 40px
}

.advantages .left-block h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	color: #373737;
	font-family: Frank Ruhl Libre, serif;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px
}

.advantages .left-block h3 span {
	color: #d9af66
}

.advantages .left-block h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: -50px;
	background: #d9af66;
	height: 3px
}

.advantages .left-block li {
	font-size: 18px;
	line-height: 2.444;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	position: relative
}

.advantages .left-block li:before {
	position: absolute;
	left: 0;
	color: #d9af66
}

.advantages .right-block {
	transform: translateX(-80px)
}

.why-are-we {
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%);
	margin-top: -4px
}

.why-are-we .items:after {
	left: -130px;
	top: 0;
	transform: rotate(19.88deg) translateY(-15%)
}

.why-are-we .items:before {
	left: -100px;
	top: 0;
	transform: rotate(19.88deg) translateY(-60%)
}

.why-are-we .items {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	padding: 80px 0;
	max-width: 1010px;
	width: 100%;
	margin: 0 auto
}

.why-are-we .items:after,
.why-are-we .items:before {
	content: "";
	width: 6px;
	height: 243px;
	border-radius: 53px;
	background: #d9af66;
	position: absolute
}

.why-are-we li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	text-transform: capitalize
}

.why-are-we li:before {
	font-size: 62px;
	color: #d9af66;
	margin-bottom: 30px
}

.evaluation {
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%)
}

.evaluation h3:after {
	left: -130px;
	top: 0;
	transform: rotate(19.88deg) translateY(15%)
}

.evaluation h3:before {
	left: -100px;
	top: 0;
	transform: rotate(19.88deg) translateY(-15%)
}

.evaluation .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 75px 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.evaluation .button {
	width: 342px;
	height: 66px;
	font-weight: 900;
	font-size: 18px;
	color: #d9af66;
	transition: all .5s ease
}

.evaluation .button:hover {
	background: #eeca8c;
	border-color: #eeca8c;
	color: #143b13
}

.evaluation h3 {
	font-size: 41px;
	font-weight: 700;
	font-family: Frank Ruhl Libre, serif;
	color: #d9af66;
	text-transform: uppercase
}

.evaluation h3 span {
	display: block;
	color: #fff
}

.evaluation h3:after,
.evaluation h3:before {
	content: "";
	width: 6px;
	height: 243px;
	border-radius: 53px;
	background: #d9af66;
	position: absolute
}

.consultants {
	position: relative
}

.consultants .slick-dots {
	bottom: 50px
}

.consultants img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94.5%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 94.5%, 0 100%);
	width: 335px;
	height: 520px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center right;
	object-position: center right;
	transform: translateX(-115%);
	position: absolute;
	pointer-events: none;
	bottom: 0
}

.consultants .consultant-slider {
	position: relative
}

.consultants .consultant-slider:before {
	content: "";
	-webkit-clip-path: polygon(0 35%, 100% 15%, 100% 65%, 0 85%);
	clip-path: polygon(0 35%, 100% 15%, 100% 65%, 0 85%);
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: -1.979vw;
	z-index: -1;
	width: 100vw;
	transform: translateX(-50%)
}

.consultants .description {
	width: calc(100% - 335px);
	background: #fff;
	margin: 0 0 0 auto;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 520px;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 10.72%
}

.consultants .description p {
	font-size: 18px;
	line-height: 1.556
}

.consultants .button {
	font-weight: 900;
	font-size: 18px;
	color: #d9af66;
	max-width: 337px;
	width: 100%;
	height: 62px;
	margin-top: 40px;
	transition: all .5s ease
}

.consultants .button:hover {
	background: #d9af66;
	border-color: #d9af66;
	color: #fff
}

.consultants h4 {
	font-size: 36px;
	color: #000;
	font-weight: 700;
	font-family: Frank Ruhl Libre, serif;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: table;
	position: relative
}

.consultants h4:before {
	content: "";
	height: 3px;
	left: 0;
	width: 100%;
	bottom: 0;
	position: absolute;
	background: #d9af66
}

.consultants .consultant {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.consultants .slick-track {
	height: 760px
}

.consultants:after,
.consultants:before {
	content: "";
	width: 6px;
	height: 243px;
	border-radius: 53px;
	background: #d9af66;
	position: absolute;
	z-index: 1
}

.about-us .container .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 100px
}

.about-us .container .col-lg-12 img {
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
	display: table
}

.about-us h3 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	display: table;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px
}

.about-us h3:before {
	content: "";
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: #d9af66
}

.about-us p {
	line-height: 1.556
}

.about-us h4,
.about-us p {
	font-size: 18px;
	margin-bottom: 20px
}

.about-us h4 {
	text-transform: uppercase;
	font-weight: 700
}

.about-us .left-block,
.about-us .right-block {
	width: 50%
}

.about-us .container-fluid img {
	width: 100%;
	margin-bottom: -4px
}

.reviews {
	padding: 40px 0 140px
}

.reviews .reviews-slider {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}

.reviews h3 {
	font-size: 36px;
	font-family: Frank Ruhl Libre, serif;
	text-align: center;
	margin-bottom: 55px;
	padding-bottom: 5px;
	position: relative;
	font-weight: 700
}

.reviews h3:before {
	content: "";
	height: 3px;
	left: 50%;
	bottom: 0;
	position: absolute;
	background: #d9af66;
	width: 130px;
	transform: translateX(-50%)
}

.reviews .item {
	margin: 0 15px
}

.reviews .review {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 35px;
	position: relative;
	margin-bottom: 35px
}

.reviews .review p {
	font-size: 14px;
	line-height: 22px;
	color: #000
}

.reviews .review:before {
	content: "";
	position: absolute;
	border: 15px solid transparent;
	border-top: 20px solid #f5f5f5;
	bottom: -35px
}

.reviews .person {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.reviews .person h5 {
	font-weight: 700;
	font-size: 24px
}

.reviews .person p {
	color: #949494;
	font-size: 14px
}

.reviews .person img {
	width: 100px;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
	margin-right: 15px
}

.slick-dots {
	bottom: -75px
}

.slick-dots li.slick-active {
	background: #143b13
}

.slick-dots li {
	border-radius: 50%;
	background: #ccc;
	width: 14px;
	height: 14px;
	transition: all .3s ease
}

.slick-dots li:hover {
	background: #143b13
}

.slick-dots button {
	display: none
}

.thank {
	padding-top: 160px
}

.confirmation {
	min-height: calc(100vh - 160px);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 30px 0
}

.confirmation h1 {
	color: #143b13;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px
}

.confirmation h1:before {
	display: block;
	font-size: 80px;
	margin-bottom: 20px
}

.confirmation p {
	font-size: 18px;
	color: #000;
	font-weight: 500
}

footer {
	background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%)
}

footer .col-lg-12 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

footer .col-lg-12 .left-block {
	padding-right: 35px
}

footer .col-lg-12 .left-block,
footer .col-lg-12 .right-block {
	width: 50%
}

footer .col-lg-12 form {
	max-width: 465px;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 45px 0 30px
}

footer .col-lg-12 form textarea::placeholder {
	color: #fff;
	opacity: 1
}

footer .col-lg-12 form textarea:-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

footer .col-lg-12 form input[type=email]::placeholder,
footer .col-lg-12 form input[type=tel]::placeholder,
footer .col-lg-12 form input[type=text]::placeholder {
	color: #fff;
	opacity: 1
}

footer .col-lg-12 form input[type=email]:-ms-input-placeholder,
footer .col-lg-12 form input[type=tel]:-ms-input-placeholder,
footer .col-lg-12 form input[type=text]:-ms-input-placeholder {
	color: #fff;
	opacity: 1
}

footer .col-lg-12 form input[type=submit] {
	background: #d9af66;
	height: 52px;
	font-weight: 900;
	font-size: 14px;
	color: #373737;
	transition: all .5s ease
}

footer .col-lg-12 form input[type=submit]:hover {
	background: #eeca8c;
	border-color: #eeca8c;
	color: #373737
}

footer .col-lg-12 form h3 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
	font-family: Frank Ruhl Libre, serif;
	font-weight: 700
}

footer .col-lg-12 form .input,
footer .col-lg-12 form .textarea {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px
}

footer .col-lg-12 form input[type=email],
footer .col-lg-12 form input[type=tel],
footer .col-lg-12 form input[type=text] {
	height: 46px;
	border-radius: 10px;
	background: transparent;
	border: 1px solid #cdcdcd;
	padding: 0 20px;
	width: 100%;
	color: #fff
}

footer .col-lg-12 form input[type=email]::-webkit-input-placeholder,
footer .col-lg-12 form input[type=tel]::-webkit-input-placeholder,
footer .col-lg-12 form input[type=text]::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

footer .col-lg-12 form textarea {
	width: 100%;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #cdcdcd;
	padding: 15px 20px;
	resize: none;
	height: 126px;
	background: transparent;
	color: #fff
}

footer .col-lg-12 form textarea::-webkit-input-placeholder {
	color: #fff;
	opacity: 1
}

footer .copyright {
	background: #2c2c2c;
	padding: 30px 0
}

footer .copyright ul {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

footer .copyright ul li {
	margin: 0 10px
}

footer .copyright ul a {
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff
}

footer #map {
	width: 100%;
	height: 100%
}

@media only screen and (max-width:1599px) {
	.consultants .consultant-slider:before {
		bottom: -1.78vw
	}

	.consultants img {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%)
	}

	.why-are-we .items:before {
		left: -20
	}

	.why-are-we .items:after {
		left: -50px
	}
}

@media only screen and (max-width:1439px) {
	.advantages .right-block img {
		width: 680px
	}

	.form .col-lg-12 {
		padding-bottom: 70px
	}
}

@media only screen and (max-width:1366px) {
	.consultants .consultant-slider:before {
		bottom: -1.38vw
	}

	.consultants img {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
		bottom: -1px
	}

	.form form:after {
		right: -90px
	}

	.form form:before {
		right: -60px
	}
}

@media only screen and (max-width:1365px) {

	.consultants:after,
	.why-are-we .items:before {
		display: none
	}

	.form form:after,
	.why-are-we .items:after {
		display: none
	}

	.evaluation h3:after,
	.form form:before {
		display: none
	}

	.evaluation h3:before {
		display: none
	}

	.consultants:before {
		display: none
	}
}

@media only screen and (max-width:1280px) {
	.consultants .consultant-slider:before {
		bottom: -1.166vw
	}
}

@media only screen and (max-width:1199px) {
	header h2 {
		font-size: 28px
	}

	header h2 span {
		font-size: 20px
	}

	.form .col-lg-12 {
		padding-bottom: 100px
	}

	.form h1 {
		font-size: 60px
	}

	.form h3 {
		font-size: 22px
	}

	.form .left-block {
		width: 590px
	}

	.form .right-block {
		width: calc(100% - 590px)
	}

	.form form h3 {
		font-size: 22px
	}

	.advantages .col-lg-12 {
		padding: 100px 0 0
	}

	.advantages .left-block {
		transform: translateX(55px)
	}

	.advantages .left-block li {
		line-height: 2
	}

	.advantages .left-block h3 {
		font-size: 30px
	}

	.advantages .left-block h3:before {
		right: -60px
	}

	.advantages .right-block {
		transform: translateX(0)
	}

	.advantages .right-block img {
		width: 520px
	}

	.evaluation .button {
		width: 295px
	}

	.about-us .container .col-lg-12 img {
		max-width: 310px
	}

	footer .col-lg-12 form h3 {
		font-size: 28px
	}

	footer .col-lg-12 .left-block {
		padding-right: 15px;
		padding-left: 15px
	}

	.consultants .consultant-slider:before {
		bottom: -4.933vw
	}

	.consultants img {
		transform: translateX(-108%)
	}
}

@media only screen and (max-width:991px) {
	header .col-lg-12 {
		height: 120px
	}

	header h2 {
		font-size: 22px
	}

	header h2 span {
		font-size: 16px
	}

	header .logo {
		width: 100px
	}

	header .logo img {
		width: 100%
	}

	header .button {
		max-width: 215px
	}

	header.mini-header .col-lg-12 {
		height: 80px
	}

	.form .col-lg-12 {
		padding-bottom: 100px;
		height: 650px
	}

	.form h1 {
		font-size: 40px
	}

	.form h3 {
		font-size: 15px
	}

	.form .left-block {
		width: 420px
	}

	.form .right-block {
		width: calc(100% - 420px)
	}

	.form form {
		padding: 35px 15px
	}

	.form form h3 {
		font-size: 22px
	}

	.advantages .col-lg-12 {
		padding: 100px 0 0
	}

	.advantages .left-block {
		transform: translateX(0);
		width: auto;
		margin: 0 auto 30px
	}

	.advantages .left-block li {
		line-height: 2
	}

	.advantages .left-block h3 {
		font-size: 30px
	}

	.advantages .left-block h3:before {
		display: none
	}

	.advantages .right-block {
		transform: translateX(0);
		width: 100%
	}

	.advantages .right-block img {
		display: table;
		margin: 0 auto;
		width: 520px
	}

	.reviews .review {
		padding: 25px 15px
	}

	.evaluation .col-lg-12 {
		padding: 50px 15px
	}

	.evaluation h3 {
		font-size: 28px
	}

	.evaluation .button {
		width: 245px;
		font-size: 14px;
		height: 50px
	}

	.about-us .left-block {
		width: 40%
	}

	.about-us .right-block {
		width: 60%
	}

	.about-us .container .col-lg-12 img {
		max-width: 225px
	}

	.consultants {
		padding-top: 50px
	}

	.consultants .consultant-slider .consultant,
	.consultants .consultant-slider .slick-track {
		height: auto
	}

	.consultants .consultant-slider:before {
		display: none
	}

	.consultants img {
		-webkit-clip-path: none;
		clip-path: none;
		position: static;
		transform: none;
		width: 200px;
		height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center top;
		object-position: center top;
		border-radius: 50%;
		margin-bottom: 30px
	}

	.consultants .description {
		width: 100%;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: auto;
		padding: 0
	}

	.consultants .description .button {
		margin-top: 20px
	}

	.consultants .slick-dots {
		bottom: -40px
	}
}

@media only screen and (max-width:767px) {
	header .button {
		font-size: 0;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		padding: 0
	}

	header .button:before {
		font-size: 17px;
		margin-right: 0
	}

	.form {
		padding-top: 125px;
		background: linear-gradient(75.9deg, #143b13 -.12%, #0b230a 98.44%)
	}

	.form .icon-arrow-bottom {
		display: none
	}

	.form .col-lg-12 {
		padding-bottom: 0;
		height: auto
	}

	.form h1 {
		font-size: 38px;
		text-align: center
	}

	.form h1:before {
		right: 0
	}

	.form h3 {
		font-size: 18px;
		text-align: center
	}

	.form .left-block {
		width: 100%;
		padding-right: 0
	}

	.form .left-block .button {
		display: none
	}

	.form .right-block {
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px)
	}

	.form form {
		padding: 35px 15px;
		border-radius: 0;
		max-width: 100%
	}

	.form form h3 {
		font-size: 28px
	}

	.form:after,
	.form:before {
		display: none
	}

	.advantages .col-lg-12 {
		padding: 0
	}

	.reviews h3 {
		font-size: 28px;
		margin-bottom: 20px
	}

	.evaluation .col-lg-12 {
		padding: 50px 15px
	}

	.evaluation h3 {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		font-size: 29px
	}

	.evaluation .button {
		width: 326px;
		font-size: 18px;
		height: 66px;
		margin: 0 auto
	}

	.about-us .left-block,
	.about-us .right-block {
		width: 100%
	}

	.about-us .container .col-lg-12 {
		padding-top: 60px;
		padding-bottom: 30px
	}

	.about-us .container .col-lg-12 img {
		max-width: 266px;
		margin-bottom: 45px
	}

	.about-us h3 {
		font-size: 28px
	}

	.about-us h3:before {
		width: 50%
	}

	.about-us .container-fluid,
	footer .copyright {
		display: none
	}

	html {
		overflow-x: hidden;
		width: 100vw
	}
}

@media only screen and (max-width:679px) {
	footer .col-lg-12 form {
		max-width: 100%
	}

	footer .col-lg-12 .left-block,
	footer .col-lg-12 .right-block {
		width: 100%
	}

	footer #map {
		height: 440px
	}
}

@media only screen and (max-width:579px) {
	header .logo {
		width: 91px
	}

	header h2 {
		display: none
	}

	header .col-lg-12 {
		height: 95px
	}

	header.mini-header .col-lg-12 {
		height: 70px
	}

	.advantages .left-block h3 {
		padding-bottom: 0;
		font-size: 28px
	}

	.advantages .left-block li {
		font-size: 13px
	}

	.why-are-we .items {
		padding: 70px 0 0
	}

	.why-are-we li {
		width: 50%;
		margin-bottom: 70px
	}

	.consultants .description p {
		font-size: 14px
	}
}

@media only screen and (max-width:479px) {
	.advantages .right-block {
		height: 450px
	}

	.advantages .right-block img {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%)
	}

	.consultants .slick-dots {
		bottom: -40px
	}
}

@media only screen and (max-width:379px) {
	.consultants img {
		width: 114px;
		height: 114px
	}
}

@media only screen and (max-width:359px) {
	.form h1 {
		font-size: 32px
	}

	.form h3 {
		font-size: 16px
	}

	.form form h3 {
		font-size: 24px
	}

	.advantages .left-block {
		padding-left: 15px;
		padding-right: 15px
	}

	.advantages .left-block h3 {
		font-size: 24px
	}

	.advantages .left-block li {
		font-size: 12px;
		padding-left: 20px
	}

	.advantages .right-block {
		height: 380px
	}

	.advantages .right-block img {
		width: 420px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%)
	}

	.why-are-we .items {
		padding: 40px 0 0
	}

	.why-are-we li {
		font-size: 14px;
		margin-bottom: 40px
	}

	.evaluation .button {
		width: 100%;
		font-size: 18px;
		height: 66px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0
	}

	.consultants .button {
		font-size: 14px
	}
}

.error {
	margin-bottom: -5px;
	margin-top: 5px;
	color: #f00;
	font-size: 12px;
}