.clearfix:after,
.container-fluid:after,
.container:after,
.row:after,
.slick-track:after {
	clear: both
}

.owl-carousel .owl-item,
.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}

.datepicker--nav-action.-disabled-,
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.cd-horizontal-timeline {
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.cd-horizontal-timeline.loaded {
	opacity: 1
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	max-width: 800px;
	margin: 100px auto
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden
}

.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #dfdfdf;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #00bff3;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.cd-horizontal-timeline .events a {
	font-family: GothamProMedium;
	position: absolute;
	top: 15px;
	z-index: 2;
	text-align: center;
	font-size: 14px;
	padding-bottom: 15px;
	color: #959595;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none
}

.cd-horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 43px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #00bff3;
	border-color: #00bff3
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #3b4244
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #00bff3;
	border-color: #00bff3;
	height: 20px;
	width: 20px;
	bottom: 42px
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #00bff3
}

.events .selected {
	font-family: GothamProBold!important;
	font-size: 16px!important;
	color: #3b4244
}

.cd-horizontal-timeline {
	margin: 60px auto
}

.cd-horizontal-timeline::before {
	display: none;
	content: 'desktop'
}

.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap
}

.cd-timeline-navigation a.prev {
	background: url(../../images/about_us/arrow_left.png) no-repeat;
	height: 20px;
	width: 20px
}

.cd-timeline-navigation a.next {
	background: url(../../images/about_us/arrow_right.png) no-repeat;
	height: 20px;
	width: 20px;
	right: 0
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #00bff3
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed
}

.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf
}

img,
legend {
	border: 0
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	-webkit-transition: height .4s;
	transition: height .4s
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

legend,
td,
th {
	padding: 0
}

.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-left,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-direction: reverse;
	animation-direction: reverse
}

.cd-horizontal-timeline .events-content h2 {
	font-size: 2.6rem;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	line-height: 1.2
}

.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto
}

body,
figure {
	margin: 0
}

.cd-horizontal-timeline .events-content em::before {
	content: '- '
}

@media screen and (min-width:1200px) {
	#next-selected {
		-webkit-transform: translateX(64%);
		-ms-transform: translateX(64%);
		transform: translateX(64%);
		-webkit-transition: .5s;
		transition: .5s
	}
	#next-selected,
	#prev-selected {
		opacity: 1;
		z-index: 2;
		-webkit-transition: .5s
	}
	#next-selected .timeline-section__card {
		position: relative;
		left: 20%
	}
	#prev-selected {
		-webkit-transform: translateX(-85%);
		-ms-transform: translateX(-85%);
		transform: translateX(-85%);
		-webkit-transition: .5s;
		transition: .5s
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

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;
	color: #337ab7;
	text-decoration: none
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

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

.img-thumbnail,
body {
	background-color: #fff
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	vertical-align: middle
}

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

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

pre,
textarea {
	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[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
}

*,
.datepicker--cell,
:after,
:before {
	box-sizing: border-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
}

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

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333
}

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

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

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

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

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

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

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

hr {
	margin-top: 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,
.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto
}

[role=button] {
	cursor: pointer
}

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

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

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

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		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-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		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
}

.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
}

.hidden,
.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
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
	.visible-xs-block {
		display: block!important
	}
	.visible-xs-inline {
		display: inline!important
	}
	.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
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
	.visible-sm-block {
		display: block!important
	}
	.visible-sm-inline {
		display: inline!important
	}
	.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
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
	.visible-md-block {
		display: block!important
	}
	.visible-md-inline {
		display: inline!important
	}
	.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
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
	.visible-lg-block {
		display: block!important
	}
	.visible-lg-inline {
		display: inline!important
	}
	.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
	}
	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
	}
	.hidden-print {
		display: none!important
	}
}

.datepicker--cell,
.datepicker--cells,
.datepicker--day-name,
.datepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box
}

h2 {
	font-size: calc(27px + 17 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	h2 {
		font-size: 44px
	}
}

@media screen and (max-width:320px) {
	h2 {
		font-size: 27px
	}
}

.twitter_link,
h3 {
	font-size: calc(24px + 6 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.twitter_link,
	h3 {
		font-size: 30px
	}
}

@media screen and (max-width:320px) {
	.twitter_link,
	h3 {
		font-size: 24px
	}
}

h4 {
	font-size: calc(22px + 4 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	h4 {
		font-size: 26px
	}
}

@media screen and (max-width:320px) {
	h4 {
		font-size: 22px
	}
}

.content_single_blog li,
p {
	font-family: GothamProRegular;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	p {
		font-size: 18px
	}
}

@media screen and (max-width:320px) {
	p {
		font-size: 16px
	}
}

@media screen and (min-width:1980px) {
	.content_single_blog li {
		font-size: 18px
	}
}

@media screen and (max-width:320px) {
	.content_single_blog li {
		font-size: 16px
	}
}

.text_22 {
	font-size: calc(14px + 8 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.text_22 {
		font-size: 22px
	}
}

@media screen and (max-width:320px) {
	.text_22 {
		font-size: 14px
	}
}

.text_20 {
	font-size: calc(16px + 4 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.text_20 {
		font-size: 20px
	}
}

@media screen and (max-width:320px) {
	.text_20 {
		font-size: 16px
	}
}

.text_16 {
	font-size: calc(14px + 2 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.text_16 {
		font-size: 16px
	}
}

@media screen and (max-width:320px) {
	.text_16 {
		font-size: 14px
	}
}

.text_12 {
	font-size: calc(10px + 2 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.text_12 {
		font-size: 12px
	}
}

@media screen and (max-width:320px) {
	.text_12 {
		font-size: 10px
	}
}

.mini_text {
	font-size: calc(12px + 2 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.mini_text {
		font-size: 14px
	}
}

@media screen and (max-width:320px) {
	.mini_text {
		font-size: 12px
	}
}

.mini_text_addition {
	font-size: calc(8px + 2 * ((100vw - 320px)/ 1660))
}

@media screen and (min-width:1980px) {
	.mini_text_addition {
		font-size: 10px
	}
}

@media screen and (max-width:320px) {
	.mini_text_addition {
		font-size: 8px
	}
}

.datepicker--cells {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.datepicker--cell {
	border-radius: 4px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1
}

.datepicker--cell.-focus- {
	background: #f0f0f0
}

.datepicker--cell.-current- {
	color: #4EB5E6
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
	color: #4EB5E6
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-range-from- {
	border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1)
}

.datepicker--cell.-range-to- {
	border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}

.datepicker--cell.-selected- {
	border: none
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced
}

.datepicker--cell:empty {
	cursor: default
}

.datepicker--days-names {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px
}

.datepicker--day-name {
	color: #00bff3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
	display: none
}

.datepicker--cell-day {
	width: 14.28571%
}

.datepicker--cells-months {
	height: 170px
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%
}

.datepicker--cells-years,
.datepicker--years {
	height: 170px
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0
}

@media print {
	.datepickers-container {
		display: none
	}
}

.datepicker {
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	z-index: 100
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px)
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.datepicker--content {
	box-sizing: content-box;
	padding: 4px
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
	background: #fff;
	color: #00bff3
}

.datepicker--nav-action:hover i,
.datepicker--nav-title:hover i {
	color: #00bff3
}

.datepicker--nav-action:hover path {
	stroke: #00bff3
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
	left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2)
}

.datepicker--body.active {
	display: block
}

.datepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	min-height: 32px;
	padding: 4px;
	background-color: #00bff3
}

.-only-timepicker- .datepicker--nav {
	display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	cursor: pointer;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px
}

.datepicker--nav-action path {
	fill: none;
	stroke: #fff;
	stroke-width: 2px
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px
}

.datepicker--buttons,
.datepicker--time {
	border-top: 1px solid #efefef;
	padding: 4px
}

.datepicker--nav-title i {
	font-style: normal;
	color: #fff;
	margin-left: 5px
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0
}

.datepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex
}

.datepicker--button {
	color: #4EB5E6;
	cursor: pointer;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	height: 32px
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0
}

.datepicker--time {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	-webkit-box-flex: 0;
	flex: 0 1 138px;
	max-width: 138px
}

.-only-timepicker- .datepicker--time {
	border-top: none
}

.datepicker--time-sliders {
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	-webkit-box-flex: 0;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}

.datepicker--time-label {
	display: none;
	font-size: 12px
}

.datepicker--time-current,
.datepicker--time-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box
}

.datepicker--time-current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	-moz-osx-font-smoothing: grayscale;
	font-family: slick;
	-webkit-font-smoothing: antialiased
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}

.datepicker--time-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
	margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	-webkit-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
	outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s;
	margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .2s;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0
}

.datepicker--time-row span {
	padding: 0 12px
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute
}

.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

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

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

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

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

.slick-list:focus {
	outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

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

.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-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

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

.slick-dots,
.slick-next,
.slick-prev {
	padding: 0;
	position: absolute;
	display: block
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

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

.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-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff
}

.slick-prev {
	left: -25px
}

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

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

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

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

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

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

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

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

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

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

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

.slick-dots li button:before {
	font-size: 35px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000
}

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

@media only screen and (min-width:1200px) {
	.kl-icarousel {
		height: 680px
	}
}

.kl-icarousel {
	overflow: hidden
}

.kl-icarousel__wrapper {
	width: 490px;
	height: 320px
}

.kl-icarousel__img,
.kl-icarousel__slide {
	width: 480px;
	height: 280px
}

.kl-icarousel__slide.current:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.kl-icarousel__title {
	text-align: start;
	color: #FFF;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out .7s;
	transition: opacity .2s ease-out .7s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px
}

.kl-icarousel__title span {
	position: relative
}

.kl-icarousel__title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%)
}

.kl-icarousel__slide.current .kl-icarousel__title {
	opacity: 1
}

.kl-icarousel-container {
	width: 100%;
	padding: 30px 0;
	overflow: hidden
}

.kl-icarousel__wrapper {
	position: relative;
	margin: 0 auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px
}

.kl-icarousel__slide {
	display: block;
	border-radius: 2px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .26);
	-webkit-transition: box-shadow .2s ease-out .7s;
	transition: box-shadow .2s ease-out .7s
}

.kl-icarousel__slide.current {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .5), 0 35px 10px -20px rgba(0, 0, 0, .6)
}

.kl-icarousel__img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.kl-icarousel__link {
	display: block;
	position: relative
}

.iCarouselNav {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	z-index: 999;
	opacity: .9;
	cursor: pointer;
	color: #00bff3;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	text-align: center;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

#iCarouselNext:before {
	content: "\f054"
}

#iCarouselPrev:before {
	content: "\f053"
}

#iCarouselNext {
	right: 0;
	bottom: -30px
}

#iCarouselPrev {
	left: 0;
	bottom: -30px
}

.iCarouselNav:hover {
	opacity: 1;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	color: #00bff3
}

#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	border-radius: 3px;
	border: 1px solid #000;
	border-color: rgba(0, 0, 0, .6);
	padding: 0;
	width: 150px;
	height: 3px
}

#iCarousel-preloader div {
	float: left;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0, 0, 0, .6);
	width: 0
}

#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer
}

#iCarousel-timer div {
	border-radius: 3px
}

@media screen and (max-width:550px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		margin-left: -13px;
		margin-top: -20px
	}
	.icarousel_title {
		margin-top: 0!important
	}
}

@media screen and (max-width:500px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.64);
		-ms-transform: scale(.64);
		transform: scale(.64);
		margin-left: -37px;
		margin-top: -40px
	}
	.icarousel_bullets {
		margin-top: -40px
	}
}

@media screen and (max-width:450px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.56);
		-ms-transform: scale(.56);
		transform: scale(.56);
		margin-left: -32px
	}
}

@media screen and (max-width:401px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.51);
		-ms-transform: scale(.51);
		transform: scale(.51);
		margin-left: -58px;
		margin-top: -60px
	}
	.icarousel_bullets {
		margin-top: -40px
	}
}

@media screen and (max-width:380px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		margin-left: -68px;
		margin-top: -60px
	}
	.icarousel_bullets {
		margin-top: -70px
	}
}

@media screen and (max-width:320px) {
	.kl-icarousel__wrapper {
		-webkit-transform: scale(.41);
		-ms-transform: scale(.41);
		transform: scale(.41);
		margin-left: -100px
	}
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
	margin: 0
}

*,
ul {
	padding: 0
}

.head-caption,
.step,
.step__one,
.twitter_link {
	text-align: center
}

body {
	color: #404d53;
	font-family: GothamProRegular
}

.head-caption,
.main_page_fisrt_block_title,
.main_page_service_title,
.step h2,
.step h3 {
	font-family: GothamProBlack
}

.form__content input::-webkit-input-placeholder,
.form__content textarea::-webkit-input-placeholder {
	color: #fff
}

.form__content input:-moz-placeholder,
.form__content textarea:-moz-placeholder {
	color: #fff
}

.form__content input::-moz-placeholder,
.form__content textarea::-moz-placeholder {
	color: #fff
}

.form__content input:-ms-input-placeholder,
.form__content textarea:-ms-input-placeholder {
	color: #fff
}

.expanded__form input::-webkit-input-placeholder,
.expanded__form textarea::-webkit-input-placeholder {
	color: #fff
}

.expanded__form input:-moz-placeholder,
.expanded__form textarea:-moz-placeholder {
	color: #fff
}

.expanded__form input::-moz-placeholder,
.expanded__form textarea::-moz-placeholder {
	color: #fff
}

.expanded__form input:-ms-input-placeholder,
.expanded__form textarea:-ms-input-placeholder {
	color: #fff
}

.blog-list-content__sitebar__send input::-webkit-input-placeholder {
	color: #959595!important
}

.blog-list-content__sitebar__send input:-moz-placeholder {
	color: #959595!important
}

.blog-list-content__sitebar__send input::-moz-placeholder {
	color: #959595!important
}

.blog-list-content__sitebar__send input:-ms-input-placeholder {
	color: #959595!important
}

center_block () {
	display: block;
	margin: auto
}

a {
	text-decoration: none!important
}

a:hover {
	text-decoration: none
}

.hide {
	display: none!important
}

.burger-menu,
p:empty {
	display: none
}

* {
	box-sizing: border-box
}

ul li {
	list-style-type: none
}

:not(body.wp-admin) .wrap {
	height: 200px;
	width: 50px;
	font-size: font-size
}

.wrap .left {
	float: left
}

hr {
	border: none
}

.clear {
	clear: both
}

.white {
	color: #fff!important
}

.container {
	position: relative
}

#menu-item-266>.sub-menu {
	margin-left: -10px
}

#menu-item-2626>.sub-menu {
	right: 0;
	width: 20%
}

 #menu-item-517>.sub-menu {
	right: 8%;
	width: 20%
 }


#menu-item-2626>.sub-menu li, #menu-item-517>.sub-menu li {
	padding: 0;
	margin: 0!important;
	width: 100%
}

.head-caption {
	padding: 30px;
	text-transform: uppercase;
	color: #00bff3
}

.header_phone,
.header_phone__phone:focus,
.header_phone__phone:hover {
	color: #3b4244
}

.burger-menu {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header_phone {
	padding-left: 20px;
	font-size: 30px;
	font-weight: 700;
	background-image: url(../images/header/icon_phone_header.png);
	background-repeat: no-repeat;
	background-position: 0 55%;
	float: right;
	margin-top: 3px;
	margin-left: 5px
}

@media only screen and (max-width:1024px) {
	.burger-menu {
		display: block;
		cursor: pointer
	}
	.header_phone {
		display: none
	}
}

.header_phone__phone {
	color: #3b4244;
	font-size: 25px
}

@media only screen and (max-width:1445px) {
	.header_phone__phone {
		font-size: 20px
	}
}

.twitter_link,
.twitter_link:focus,
.twitter_link:hover {
	color: #00bff3;
	text-decoration: none
}

.top_line_header {
	position: relative;
	background: #fff;
	padding: 20px 0
}

.top_line_header_fixed {
	width: 100%;
	z-index: 9
}

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

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

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

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

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

.twitter_link {
	font-weight: 300;
	font-style: italic;
	max-width: 800px;
	margin: 60px auto;
	display: block
}

.menu-item-has-children:hover .sub-menu {
	display: block!important
}

.step {
	overflow: hidden;
	background-color: rgba(59, 66, 68, .7);
	padding: 20px;
	position: relative
}

.step h2,
.step h3 {
	color: #fff
}

.step h2 span {
	color: #00bff3;
	text-transform: uppercase
}

@media only screen and (max-width:1024px) {
	.step h3 {
		font-size: 20px
	}
}

@media only screen and (max-width:480px) {
	.step {
		padding: 10px
	}
	.step h2 {
		font-size: 20px
	}
	.step h3 {
		font-size: 15px
	}
}

.step__one {
	width: 60%;
	float: right;
	padding: 20px;
	box-sizing: border-box
}

.main_page_fisrt_block {
	min-height: 450px;
	height: calc(55vh);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
	overflow: hidden;
	position: relative
}

.main_page_fisrt_block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

@media only screen and (max-width:990px) {
	.main_page_fisrt_block__bgAnimate {
		width: 100%
	}
}

.main_page_fisrt_block_title {
	display: none;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	max-width: 50%;
	width: 100%;
	margin-top: 5%
}

@media only screen and (max-width:768px) {
	.main_page_fisrt_block_title {
		padding-left: 20px;
		max-width: 100%;
		text-align: center
	}
	.main_page_fisrt_block_addition__logo {
		display: none
	}
}

@media only screen and (max-width:480px) {
	.step__one {
		width: 100%
	}
	.main_page_fisrt_block {
		min-height: 0;
		height: auto
	}
	.main_page_fisrt_block_title {
		font-size: 20px;
		margin: 20px 0;
		padding-left: 0
	}
}

.main_page_fisrt_block .container {
	height: 100%;
	overflow: hidden;
	z-index: 2
}

.main_page_fisrt_block_addition__logo {
	position: absolute;
	top: 5%;
	left: 0;
	width: 50%;
	text-transform: uppercase
}

.main_page_fisrt_block_addition__logo__list {
	float: left;
	box-sizing: border-box;
	width: 47%;
	position: relative;
	text-align: right;
	padding-right: 50px
}

.main_page_fisrt_block_addition__logo__list p {
	font-size: 16px;
	color: #000;
	font-weight: 900
}

@media only screen and (max-width:768px) {
	.main_page_fisrt_block_addition__logo__list p {
		font-size: 11px
	}
}

.main_page_fisrt_block_addition__logo__list img {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px
}

.main_page_service {
	padding: 30px 0
}

.main_page_service_title {
	text-align: center;
	color: #3b4244;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 30px
}

.main_page_service_blocks_block,
.main_page_service_subtitle {
	font-family: GothamProRegular;
	text-align: center
}

@media only screen and (max-width:480px) {
	.main_page_service {
		padding-bottom: 20px;
		padding-top: 20px
	}
	.main_page_service_title {
		font-size: 20px
	}
}

.main_page_service_subtitle {
	color: #3b4244;
	margin-bottom: 30px;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660))
}

.main_page_service_line {
	background-color: rgba(59, 66, 68, .5);
	width: 50px;
	height: 2px;
	display: block;
	margin: auto
}

.main_page_service_blocks {
	margin-top: 20px;
	text-align: center
}

@media only screen and (max-width:600px) {
	.main_page_service_blocks {
		display: block
	}
}

.main_page_service_blocks_block {
	width: 16.6%;
	float: left
}

.main_page__second__block__title,
.main_page__thinking__content__link,
.main_page__third__block__title,
.main_page_service_blocks_block_title {
	text-transform: uppercase;
	font-family: GothamProBlack
}

@media only screen and (max-width:768px) {
	.main_page_service_blocks_block {
		width: 30%;
		float: none;
		display: inline-block
	}
}

.main_page_service_blocks_block a {
	color: #00bff3
}

.main_page_service_blocks_block svg {
	height: 70px
}

@media only screen and (max-width:480px) {
	.main_page_service_blocks_block {
		width: 49%
	}
	.main_page_service_blocks_block svg {
		height: 50px
	}
}

.main_page_service_blocks_block svg .st0 {
	fill: #404d53
}

.main_page_service_blocks_block svg .st2 {
	fill: #00bff3
}

.main_page_service_blocks_block svg .st3 {
	fill: #fff
}

.main_page_service_blocks_block svg .st0_0 {
	fill: none;
	stroke: #404d53
}

.main_page_service_blocks_block svg .st1_1 {
	fill: none;
	stroke: #00bff3
}

.main_page_service_blocks_block:hover .st0,
.main_page_service_blocks_block:hover .st2 {
	fill: #00bff3
}

.main_page_service_blocks_block:hover .st0_0,
.main_page_service_blocks_block:hover .st1_1 {
	stroke: #00bff3
}

.main_page_service_blocks_block_title {
	margin-top: 20px;
	margin-bottom: 0
}

.main_page_service_blocks_block__link {
	background: #00bff3;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 30px auto;
	display: block;
	max-width: 80%
}

.main_page_service_blocks_block__link:hover {
	background: #fff;
	color: #00bff3
}

.main_page__second__block {
	height: 100vh;
	background-image: url(../images/main_page/historyMainPage.jpg);
	background-size: cover;
	position: relative;
	min-height: 600px
}

.main_page__second__block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(59, 66, 68, .1);
	z-index: 1
}

.main_page__second__block .container {
	height: 100%;
	z-index: 2
}

.main_page__second__block__title {
	color: #3b4244;
	font-weight: 900;
	position: absolute;
	left: 50%;
	top: 10%;
	width: 75%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	z-index: 2
}

@media only screen and (max-width:600px) {
	.main_page__second__block {
		min-height: 430px
	}
	.main_page__second__block__title {
		font-size: 25px;
		width: 100%
	}
}

.main_page__second__block__listDate {
	width: 25%;
	position: absolute;
	left: -25%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8)
}

.main_page__second__block__listDate__bigDate {
	font-size: 49px!important
}

@media only screen and (max-width:600px) {
	.main_page__second__block__listDate {
		width: 145px
	}
	.main_page__second__block__listDate__bigDate {
		font-size: 30px!important
	}
}

.main_page__second__block__listDate ul {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main_page__second__block__listDate ul li {
	text-align: center;
	color: #00bff3;
	font-size: 30px;
	margin: 50px;
	font-weight: 700
}

@media only screen and (max-width:1400px) {
	.main_page__second__block__title {
		padding-left: 145px
	}
	.main_page__second__block__listDate {
		left: 0
	}
	.main_page__second__block__listDate ul li {
		margin: 20px
	}
}

@media only screen and (max-width:600px) {
	.main_page__second__block__listDate ul li {
		font-size: 20px!important;
		margin: 15px!important
	}
}

.main_page__second__block__listDate ul li p,
.main_page__second__block__listDate ul li span {
	color: #000;
	font-size: 14px
}

.main_page__second__block__button {
	border-radius: 5px;
	padding: 15px 35px;
	position: absolute;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none
}

.main_page__second__block__button:hover {
	text-decoration: none
}

.main_page__second__block__button__ready {
	background-color: #00bff3;
	color: #fff;
	font-size: 22px;
	left: 50%;
	bottom: 15%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.main_page__second__block__button__ready:hover {
	background-color: #fff;
	color: #00bff3
}

@media only screen and (max-width:1400px) {
	.main_page__second__block__button__ready {
		left: calc(50% + 70px);
		width: 325px;
		font-size: 15px;
		text-align: center;
		bottom: 40%
	}
}

@media only screen and (max-width:600px) {
	.main_page__second__block__button__ready {
		width: 250px
	}
}

@media only screen and (max-width:480px) {
	.main_page__second__block__button__ready {
		width: 150px;
		font-size: 13px
	}
	.main_page__third__block__title {
		font-size: 20px
	}
}

.main_page__second__block__button__skip {
	color: #00bff3;
	background-color: #3b4244;
	bottom: 10%;
	right: 0
}

.main_page__second__block__button__skip:hover {
	background-color: #00bff3;
	color: #fff
}

@media only screen and (max-width:768px) {
	.main_page__second__block__button__skip {
		right: 20px
	}
}

.main_page__third__block {
	padding: 30px 0;
	background-image: url(../images/main_page/testimonials.jpg);
	background-size: cover;
	position: relative
}

.main_page__third__block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(59, 66, 68, .8);
	z-index: 1
}

.main_page__third__block .container {
	height: 100%;
	z-index: 2
}

.main_page__third__block__title {
	color: #fff;
	font-weight: 900;
	text-align: center
}

.main_page__third__block__title__small {
	font-size: 26px
}

.main_page__third__block__owl {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 30px auto
}

.main_page__third__block__item {
	text-align: center;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	position: relative
}

.main_page__third__block__item__author {
	text-align: right;
	font-style: italic
}

.main_page__third__block__item h3 {
	color: #fff;
	padding: 0 25px;
	clear: both;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
	min-height: 50px
}

@media only screen and (max-width:990px) {
	.main_page__third__block__item h3 {
		padding: 0
	}
}

@media only screen and (max-width:480px) {
	.main_page__third__block__title__small {
		font-size: 18px
	}
	.main_page__third__block__item p {
		height: auto!important
	}
	.main_page__third__block__item h3 {
		padding: 0;
		margin-bottom: 0
	}
}

.main_page__third__block__item h3:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30%;
	height: 1px;
	background-color: #fff
}

@media only screen and (max-width:1400px) {
	.main_page__second__block__button__skip {
		bottom: 5%
	}
	.main_page__third__block__item h3:after {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.main_page__third__block__item h3 {
		font-size: 15px
	}
	.main_page__third__block__item h3:before {
		width: 20%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-top: 1px solid #fff
	}
}

.main_page__third__block__item h3 span {
	float: left;
	width: 33.33%;
	text-align: center;
	word-wrap: break-word
}

@media only screen and (max-width:350px) {
	.main_page__third__block__item h3 span {
		word-wrap: normal;
		width: 50%
	}
	.main_page__third__block__item h3 img {
		display: none!important
	}
}

.main_page__third__block__item h3 span+span {
	float: right
}

.main_page__third__block__item h3 img {
	width: 60px!important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.main_page__third__block__stars {
	text-align: center
}

@media only screen and (max-width:480px) {
	.main_page__third__block__stars {
		display: none
	}
}

.main_page__third__block__stars__content {
	background-color: #000;
	width: 20%;
	display: inline-block;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	margin: 0 20px;
	border-radius: 5px;
	padding: 10px 20px;
	position: relative
}

#map,
.main_page__thinking {
	box-shadow: 0 3px 10px rgba(0, 0, 0, .35)
}

.main_page__third__block__stars__content:before {
	content: '';
	height: 45%;
	right: 20px;
	bottom: 5px;
	position: absolute;
	width: 10px;
	border: 0;
	background-color: #000;
	z-index: 9
}

@media only screen and (max-width:1024px) {
	.main_page__third__block__stars__content:before {
		right: 5px
	}
}

@media only screen and (max-width:768px) {
	.main_page__third__block__stars__content:before {
		right: calc(25% + 5px)
	}
}

.main_page__third__block__stars__content:after {
	height: 45%;
	left: 0;
	bottom: 5px;
	position: absolute;
	width: 10px;
	border: 0;
	background-color: #000;
	z-index: 9
}

@media only screen and (max-width:1024px) {
	.main_page__third__block__stars__content:after {
		content: '';
		left: 5px
	}
	.main_page__third__block__stars__content {
		margin: 10px;
		padding: 10px
	}
}

@media only screen and (max-width:768px) {
	.main_page__third__block__stars__content:after {
		left: calc(25% + 5px)
	}
	.main_page__third__block__stars__content {
		width: 45%
	}
}

@media only screen and (max-width:480px) {
	.main_page__third__block__stars__content:before {
		right: 5px
	}
	.main_page__third__block__stars__content:after {
		left: 5px
	}
}

.main_page__third__block__stars__content__link,
.main_page__third__block__stars__content__link:active,
.main_page__third__block__stars__content__link:hover {
	color: #fff;
	text-decoration: none
}

.main_page__thinking {
	padding: 30px 0;
	background-image: url(../images/main_page/upFooter.jpg);
	background-size: cover;
	overflow: hidden;
	background-position: 50% 50%
}

@media only screen and (max-width:1024px) {
	.main_page__third__block__stars__content p {
		font-size: 15px
	}
	.main_page__thinking {
		padding: 30px 0
	}
}

.main_page__thinking .form__content__move {
	position: relative!important;
	right: 0!important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.main_page__thinking__constructor {
	padding-bottom: 0;
	padding-top: 150px;
	background-position: 50% 0
}

@media only screen and (max-width:768px) {
	.main_page__thinking__constructor {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.main_page__thinking__constructor .container {
	overflow: hidden
}

.main_page__thinking__constructor .form__content {
	bottom: 0;
	padding-bottom: 0
}

.main_page__thinking__content {
	width: 50%;
	float: right;
	padding: 35px 15px 50px;
	text-align: center;
	position: relative;
	z-index: 2
}

@media only screen and (max-width:768px) {
	.main_page__thinking__content {
		width: 75%
	}
}

@media only screen and (max-width:480px) {
	.main_page__thinking__content {
		width: 100%
	}
}

.main_page__thinking__content__move {
	right: -400%;
	position: absolute;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.main_page__thinking__content:after {
	content: '';
	background-color: rgba(59, 66, 68, .7);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 250%;
	z-index: 1
}

.main_page__thinking__content__title,
.main_page__thinking__content__titleSmall {
	font-family: GothamProBlack;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin: 20px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2
}

.main_page__thinking__content__title span,
.main_page__thinking__content__titleSmall a,
.main_page__thinking__content__titleSmall a:focus,
.main_page__thinking__content__titleSmall a:hover,
.main_page__thinking__content__titleSmall span {
	color: #00bff3
}

.main_page__thinking__content__title {
	font-size: 30px
}

@media only screen and (max-width:1024px) {
	.main_page__thinking__content__title {
		font-size: 20px
	}
}

.main_page__thinking__content__titleSmall {
	font-size: 19px;
	margin-bottom: 40px;
	text-align: left
}

@media only screen and (max-width:1024px) {
	.main_page__thinking__content__titleSmall {
		font-size: 15px
	}
}

.main_page__thinking__content__link {
	border-radius: 5px;
	padding: 15px 35px;
	text-decoration: none;
	background-color: #00bff3;
	color: #fff;
	font-size: 22px;
	position: relative;
	z-index: 2;
	cursor: pointer
}

.main_page__thinking__content__link:hover {
	background-color: #fff;
	color: #00bff3;
	text-decoration: none
}

@media only screen and (max-width:1024px) {
	.main_page__thinking__content__link {
		font-size: 15px
	}
}

.main_page__contact {
	background-image: url(../images/main_page/contactUs.jpg)
}

.main_page__contact__title {
	text-align: left
}

.main_page__contact__titleSmall {
	text-transform: none;
	text-align: left;
	font-weight: 400;
	font-family: GothamProRegular
}

.main_page .owl-next,
.main_page .owl-prev {
	position: absolute;
	top: 50%;
	color: #fff;
	cursor: pointer;
	z-index: 999
}

.main_page .owl-prev {
	left: 0
}

.main_page .owl-next {
	right: 0
}

.main_page__aboutus {
	padding: 30px 0;
	position: relative;
	border-top: 2px solid rgba(59, 66, 68, .9)
}

.main_page__aboutus:before {
	z-index: -1
}

.main_page__aboutus__text {
	color: #404d53;
	margin-bottom: 20px;
	text-align: left
}

@media only screen and (max-width:990px) {
	.main_page__aboutus:after,
	.main_page__aboutus:before {
		display: none
	}
	.main_page__aboutus {
		padding-bottom: 0
	}
	.main_page__aboutus__text {
		max-width: 80%;
		margin: 0 auto 20px
	}
}

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

.main_page__aboutus__title,
.main_page__aboutus__title__color {
	text-align: center;
	position: relative;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: GothamProBlack
}

@media only screen and (max-width:480px) {
	.main_page__aboutus__title,
	.main_page__aboutus__title__color {
		font-size: 20px
	}
}

.main_page__aboutus__title:before,
.main_page__aboutus__title__color:before {
	content: '';
	width: 50px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid #404d53
}

.main_page__aboutus__title:before {
	border-top: 1px solid rgba(59, 66, 68, .5)
}

.main_page__aboutus__title__color {
	color: #404d53
}

.main_page__aboutus__list {
	max-width: 80%;
	margin: 0 auto
}

@media only screen and (max-width:768px) {
	.main_page__aboutus__list {
		width: 100%;
		max-width: 90%
	}
}

.main_page__aboutus__list li {
	margin-bottom: 31px;
	position: relative;
	font-size: 18px;
	padding-left: 60px;
	font-family: GothamProRegular
}

.main_page__aboutus__list li:last-child {
	margin-bottom: 0
}

@media only screen and (max-width:480px) {
	.main_page__aboutus__list li:last-child {
		margin-bottom: 30px
	}
	.main_page__aboutus__secondBlock {
		display: none
	}
}

.main_page__aboutus__list li img,
.main_page__aboutus__list li svg {
	width: 40px;
	position: absolute;
	left: 0;
	top: -10px
}

.main_page__aboutus__list li img .st0,
.main_page__aboutus__list li svg .st0 {
	fill: #3b4244
}

.main_page__aboutus__list li img .st2,
.main_page__aboutus__list li svg .st2 {
	fill: #00bff3
}

.main_page__aboutus__list li img .st3,
.main_page__aboutus__list li svg .st3 {
	fill: #fff
}

.main_page__aboutus__list li img .st0_0,
.main_page__aboutus__list li svg .st0_0 {
	fill: none;
	stroke: #3b4244
}

.main_page__aboutus__list li img .st1_1,
.main_page__aboutus__list li svg .st1_1 {
	fill: none;
	stroke: #00bff3
}

.main_page__aboutus__list li:last-child svg {
	width: 45px
}

.main_page__aboutus__container {
	overflow: hidden;
	max-width: 70%;
	margin: 0 auto
}

@media only screen and (max-width:1400px) {
	.main_page__aboutus__container {
		max-width: 95%
	}
}

.rating {
	width: calc(100% - 42px);
	height: 20px;
	float: left;
	position: relative;
	background-color: #fff
}

.rating:after,
.rating:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	content: ''
}

@media only screen and (max-width:1024px) {
	.rating {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.rating {
		width: 50%;
		float: none;
		margin: 0 auto
	}
	.main_page__blog__block .container {
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (max-width:480px) {
	.rating {
		width: 100%
	}
}

.rating:before {
	background-color: gold;
	z-index: 1
}

.rating:after {
	width: 100%;
	background-image: url(../images/main_page/stars-mask2.svg);
	background-size: cover;
	background-position: center center;
	z-index: 2
}

.rating__facebook:before {
	width: 82%
}

.rating__google:before {
	width: 85%
}

.rating__womo:before {
	width: 100%
}

.rating__review:before {
	width: 82%
}

.rating__number {
	width: 40px;
	float: left;
	font-size: 16px;
	color: #fdd003;
	font-weight: 700;
	position: relative
}

.rating__number:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #000;
	right: -2px;
	z-index: 9
}

@media only screen and (max-width:1024px) {
	.rating__number {
		margin: 0 auto;
		float: none
	}
}

.maps__windows p {
	text-align: center;
	font-size: 15px
}

.maps__windows b {
	color: #00bff3;
	font-size: 20px
}

#menu-menu .current-menu-item {
	background-color: #00bff3;
	color: #fff;
	border-right: 1px solid #00bff3
}

#menu-menu .current-menu-item a {
	color: #fff!important
}

@media only screen and (max-width:1195px) {
	.main_page__aboutus__secondBlock .main_page__aboutus__title__color {
		min-height: 76px;
		line-height: 60px
	}
}

@media only screen and (max-width:990px) {
	.main_page__aboutus__container {
		max-width: 100%
	}
	.main_page__aboutus__secondBlock {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.main_page__aboutus__secondBlock .main_page__aboutus__title__color {
		min-height: 0;
		line-height: 1.4
	}
}

@-webkit-keyframes positionBlock {
	0% {
		position: relative
	}
	100% {
		position: absolute
	}
}

@keyframes positionBlock {
	0% {
		position: relative
	}
	100% {
		position: absolute
	}
}

.alignleft {
	float: left;
	margin-left: -60px;
	margin-right: 60px;
	margin-bottom: 40px
}

@media only screen and (max-width:992px) {
	.alignleft {
		float: none;
		margin: 20px auto;
		display: block
	}
}

.alignright {
	float: right;
	margin: 30px -100px 40px 60px
}

@media only screen and (max-width:992px) {
	.alignright {
		float: none;
		margin: 20px auto;
		display: block
	}
}

.head_block {
	width: 100%;
	position: relative;
	color: #fff;
	text-align: center
}

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

.head_block_caption {
	font-family: GothamProBlack;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px
}

@media only screen and (max-width:1400px) {
	.head_block_caption {
		font-size: 30px
	}
}

@media only screen and (max-width:480px) {
	.head_block_caption {
		font-size: 20px
	}
}

.head_block p {
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 30px
}

@media only screen and (max-width:1400px) {
	.head_block p {
		margin-top: 20px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:480px) {
	.head_block p {
		font-size: 12px
	}
}

.head_block_author,
.head_block_author__time {
	font-size: 16px;
	text-align: center;
	font-style: italic
}

.head_block_author {
	display: block;
	width: 100%;
	margin-top: 20px
}

@media only screen and (max-width:480px) {
	.head_block_author {
		display: none
	}
}

.head_block_author__image {
	width: 46px!important;
	margin: 0 auto;
	display: block
}

@media only screen and (max-width:480px) {
	.head_block_author__image {
		display: none!important
	}
}

.head_block_author__time {
	display: block;
	width: 100%;
	margin-bottom: 50px
}

.head_block__title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 26px;
	top: 40px;
	text-transform: uppercase;
	z-index: 98
}

.content_single_blog {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden
}

@media only screen and (max-width:480px) {
	.head_block_author__time {
		display: none
	}
	.head_block__title {
		font-size: 15px;
		top: 20px
	}
	.content_single_blog {
		padding-bottom: 30px
	}
}

.content_single_blog h3 {
	color: #3b4244;
	text-transform: uppercase;
	margin-bottom: 30px;
    text-align: left;
    font-size: 26px;
}

.content_single_blog ol {
	padding-left: 45px;
	margin-bottom: 50px;
	margin-top: -70px
}

.blog-list-content__wrap p {
	margin-bottom: 15px
}

.thinking_of_moving {
	background: url(../images/thinking_of_moving_bg.jpg) center no-repeat;
	height: 70vh;
	width: 100%;
	overflow: hidden;
	min-height: 600px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.thinking_of_moving_content {
	min-height: 230px;
	max-width: 455px;
	background: rgba(33, 118, 178, .8);
	float: right;
	margin-right: -15px
}

.thinking_of_moving_content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 5000px;
	height: 100%;
	background: rgba(33, 118, 178, .8)
}

.single__main__content .head_block {
	padding: 100px 0;
	position: relative;
	overflow: hidden
}

.single__main__content .head_block_bg {
	position: absolute;
	left: -3%;
	top: -2.5%;
	height: 105%;
	width: 105%;
	background-position: center center;
	background-size: cover;
	/* -webkit-filter: blur(3px);
	filter: blur(3px) */
	opacity: 0.6;
}

.single__main__content .head_block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(59, 66, 68, .7)
}

.service {
	border-top: 5px solid #00bff3
}

.service_first_block {
	position: relative;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.service_first_block .container-fluid {
		position: absolute;
		width: 100%;
		right: -95%;
		top: 0;
		overflow-y: scroll;
		background-color: #f7f7f7;
		height: 100%
	}
}

.service_first_block .container-fluid i {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.service_first_block_left_text-block,
.services__list li h3:before {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

@media only screen and (max-width:768px) {
	.service_first_block .container-fluid i {
		display: block;
		font-size: 30px;
		left: 10px;
		cursor: pointer
	}
}

@media only screen and (max-width:480px) {
	.service_first_block .container-fluid i {
		left: 2px
	}
}

.service_first_block .container-fluid i:hover {
	color: #00bff3
}

.service_first_block_left {
	position: relative;
	background: url(../images/service/service_bg.jpg);
	background-size: cover;
	min-height: 690px;
	float: left;
	width: 50%
}

@media only screen and (max-width:768px) {
	.service_first_block_left {
		float: none;
		width: 100%;
		padding: 50px 0;
		min-height: 0
	}
}

.service_first_block_left_text-block {
	width: 100%;
	-webkit-animation: test 2s 1 forwards;
	animation: test 2s 1 forwards;
	background-color: rgba(64, 77, 83, .8);
	padding: 25px 35px;
	position: absolute;
	top: -100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:768px) {
	.service_first_block_left_text-block {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.service_first_block_left_text-block:first-child {
	display: block
}

.service_first_block_left_text-block:after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	height: 100%;
	background-color: rgba(64, 77, 83, .8)
}

.location__page__list__there li:before,
.location__page__text__special__blocks:before,
.location__page__title:before,
.services__list li h3:before,
.some__answered__block:before,
.timeline-section__card:before {
	content: ''
}

.service_first_block_left_text-block_title {
	color: #00bff3;
	font-family: GothamProBold
}

.service_first_block_left_text-block_white {
	color: #fff;
	font-family: GothamProBold
}

.service_first_block_left_text-block_blue {
	color: #00bff3;
	font-family: GothamProBold
}

.service_first_block_left_text-block_rotate {
	position: absolute;
	right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	color: #fff
}

.service_first_block_left_text-block_text {
	color: #fefefe
}

.service_first_block_right {
	width: 45%;
	float: left;
	margin-left: 5%;
	position: relative
}

.service_first_block_right_list {
	margin-top: 30px
}

.service_first_block_right_list_item {
	font-family: GothamProBold;
	padding: 30px 0;
	border-bottom: 1px solid #959595;
	cursor: pointer
}

.service_first_block_right_list_item:hover {
	color: #00bff3
}

@media only screen and (max-width:768px) {
	.service_first_block_right {
		width: 90%;
		float: right;
		margin-left: 0
	}
	.service_first_block_right_list {
		margin-top: 0;
		margin-bottom: 50px
	}
	.service_first_block_right_list_item {
		padding-bottom: 10px;
		padding-top: 10px
	}
}

.service_first_block__arrow-down {
	width: 75px;
	height: 75px;
	background: #f5f1f1;
	border: 1px solid #b7b7b7;
	position: absolute;
	left: 50%;
	border-radius: 50%;
	bottom: -37px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none
}

.service_first_block__arrow-down__icon {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #404d53;
	font-size: 35px
}

.service__second-block {
	padding: 30px 0;
	background-color: #f5f1f1;
	position: relative
}

.service__second-block:after {
	width: calc(50% - 36px);
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	background: #b7b7b7
}

.service__second-block:before {
	width: calc(50% - 38px);
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #b7b7b7
}

.service__second-block__title {
	font-family: GothamProBlack;
	text-transform: uppercase;
	text-align: center;
	color: #00bff3;
	margin-bottom: 30px
}

@media only screen and (max-width:480px) {
	.service__second-block__title {
		font-size: 20px
	}
}

.service__second-block__wrap-blocks__block {
	width: 16.6%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 0 15px;
	position: relative
}

@media only screen and (max-width:768px) {
	.service__second-block__wrap-blocks__block {
		width: 99%;
		float: none;
		display: inline-block;
		margin-bottom: 20px
	}
}

.service__second-block__wrap-blocks__block__title {
	font-family: GothamProBlack;
	color: #00bff3;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	min-height: 50px
}

@media only screen and (max-width:480px) {
	.service__second-block__wrap-blocks__block__title {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.service__second-block__wrap-blocks__block__text {
	font-family: GothamProRegular
}

.location__block__list__text,
.location__block__title,
.services__list li h3 {
	font-family: GothamProBlack;
	text-transform: uppercase;
	text-align: center
}

.service__second-block__wrap-blocks__block__link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.service__second-block__wrap-blocks__block svg {
	height: 70px
}

.service__second-block__wrap-blocks__block svg .st0 {
	fill: #3b4244
}

.service__second-block__wrap-blocks__block svg .st2 {
	fill: #00bff3
}

.service__second-block__wrap-blocks__block svg .st3 {
	fill: #fff
}

.service__second-block__wrap-blocks__block svg .st0_0 {
	fill: none;
	stroke: #3b4244
}

.service__second-block__wrap-blocks__block svg .st1_1 {
	fill: none;
	stroke: #00bff3
}

.service__second-block__wrap-blocks__block:hover .st0,
.service__second-block__wrap-blocks__block:hover .st2 {
	fill: #00bff3
}

.service__second-block__wrap-blocks__block:hover .st0_0,
.service__second-block__wrap-blocks__block:hover .st1_1 {
	stroke: #00bff3
}

.location__block {
	padding: 30px 0;
	text-align: center;
	/* border-top: 1px solid #b7b7b7 */
}

.location__block__title {
	color: #00bff3;
	margin-bottom: 30px
}

.location__block__list {
	width: 19%;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box
}

@media only screen and (max-width:768px) {
	.location__block__list {
		width: 30%
	}
}

@media only screen and (max-width:480px) {
	.location__block__list {
		width: 45%
	}
}

.location__block__list:hover .location__block__list__text {
	color: #00bff3
}

.location__block__list__text,
.location__block__list__text:hover {
	color: #404d53
}

.location__block__list__img {
	display: block;
	margin: 0 auto 10px;
	width: 80%
}

@media only screen and (max-width:480px) {
	.location__block__list__img {
		width: 60%
	}
}

.location__block__list__img__country {
	fill: #404d53
}

.location__block__list__img:hover .location__block__list__img__country,
.location__block__list__img__marker {
	fill: #00bff3
}

.location__block__list__img:hover .location__block__list__img__marker {
	fill: #404d53
}

.services__list {
	padding: 30px 0
}

.services__list p {
	padding: 0 30px 30px
}

.services__list li {
	padding-bottom: 30px;
	position: relative
}

@media only screen and (max-width:768px) {
	.services__list li {
		width: 100%;
		float: none;
		min-height: 0;
		border-right: 0
	}
}

.services__list li h3 {
	position: relative;
	background-color: #00bff3;
	color: #fff;
	padding: 20px 10px;
	font-size: 20px;
	clear: both
}

@media only screen and (max-width:1445px) {
	.services__list li h3 {
		font-size: 16px
	}
}

.services__list li h3:before {
	width: 10px;
	height: 10px;
	background-color: #00bff3;
	position: absolute;
	left: 10px;
	top: 50%;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%
}

.services__list li p {
	padding: 20px 20px 0;
	margin-bottom: 0
}

@media only screen and (max-width:480px) {
	.services__list li p {
		padding-bottom: 0
	}
}

.services__list li .par {
	margin-top: 80px
}

@media only screen and (max-width:992px) {
	.services__list li .par {
		margin-top: 0
	}
}

.services__list__title {
	margin: 20px 20px 30px
}

.custom_list li:last-child,
.last_list {
	margin-bottom: 0
}

.custom_list {
	padding: 30px
}

@media only screen and (max-width:768px) {
	.last_list {
		margin-top: 30px
	}
	.custom_list li:first-child {
		margin-top: 20px
	}
}

.custom_list>li {
	margin-left: 20px;
	min-height: 100%!important;
	width: 100%!important;
	float: none;
	padding: 0;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660));
	list-style-type: circle;
	font-family: GothamProRegular;
	overflow: visible!important;
	max-width: 90%
}

.location__first-block__blocks__block__title,
.location__first-block__list__item,
.location__first-block__subtitle,
.location__first-block__text,
.location__first-block__title {
	font-family: GothamProBold
}

.custom_list>li:before {
	display: none
}

.custom_list p {
	margin-left: -20px
}

@-webkit-keyframes test {
	0% {
		top: -100%
	}
	100% {
		top: 50%
	}
}

@keyframes test {
	0% {
		top: -100%
	}
	100% {
		top: 50%
	}
}

.contact-us__first-block {
	min-height: 450px;
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.contact-us__first-block__container-text {
	background: #3d4348;
	padding-left: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #00bff3;
	float: right
}

.contact-us__first-block__container-text:after {
	content: '';
	background-color: #3d4348;
	position: absolute;
	left: 98%;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}

.contact-us__second-block {
	min-height: 620px
}

.contact-us__second-block__map {
	width: 798px;
	height: 688px
}

.location__map {
	min-height: 420px;
	height: 80vh;
	background: grey;
	position: relative
}

.location__map__overflow {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99
}

.location #locationmap {
	min-height: 420px;
	height: 80vh;
	background: grey;
	position: relative
}

.location__first-block {
	padding-top: 50px;
	padding-bottom: 80px
}

.location__first-block__title {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px
}

@media only screen and (max-width:480px) {
	.custom_list {
		margin-bottom: 0
	}
	.location__first-block__title {
		font-size: 20px
	}
}

.location__first-block__text {
	padding-bottom: 45px
}

.location__first-block__subtitle {
	margin-bottom: 35px
}

.location__first-block__line {
	background-color: rgba(65, 61, 75, .3);
	width: 50px;
	margin: 0 auto 30px;
	display: block;
	height: 3px
}

.location__first-block__list__item {
	margin-bottom: 30px;
	background: url('../images/location/ok_icon_list_location.png) left no-repeat');
	padding-left: 25px
}

.location__first-block__blocks {
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px
}

.location__first-block__blocks__block {
	text-align: center;
	width: 20%;
	float: left
}

@media only screen and (max-width:992px) {
	.location__first-block__blocks__block {
		width: 30%;
		float: none;
		display: inline-block;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:600px) {
	.location__first-block__blocks__block {
		width: 100%
	}
	.cd-horizontal-timeline .events a span {
		opacity: 0
	}
}

.location__first-block__blocks__block__title {
	color: #00bff3;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase
}

@media only screen and (max-width:480px) {
	.location__first-block__blocks__block__title {
		margin-top: 10px;
		margin-bottom: 10px
	}
}

.location__first-block__blocks__block__text {
	color: #404d53;
	font-family: GothamProRegular
}

.location__first-block__blocks__block img {
	display: block;
	margin: 0 auto 30px
}

.location__page {
	padding-top: 30px
}

.location__page__header {
	height: 400px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
	margin-top: -30px
}

.location__page .entry-footer,
.location__page .entry-header {
	display: none
}

.location__page__title {
	font-size: 40px;
	position: relative;
	margin-bottom: 30px;
	font-family: GothamProBold;
	text-transform: uppercase;
	text-align: center
}

@media only screen and (max-width:480px) {
	.location__page__header {
		height: 150px
	}
	.location__page__title {
		font-size: 20px
	}
}

.location__page__title:before {
	width: 100%;
	height: 5px;
	background-color: #00bff3;
	position: absolute;
	left: 0;
	bottom: -5px;
	display: none
}

@media only screen and (max-width:480px) {
	.location__page__title:before {
		height: 2px
	}
}

.location__page__text {
	font-size: 16px;
	margin-bottom: 30px
}

.location__page__text__special .location__page__strong,
.location__page__text__special__blocks__simple .location__page__strong {
	padding: 20px;
	font-family: GothamProBlack;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #00bff3;
	text-align: center;
	clear: both
}

.location__page__text__special {
	width: 50%;
	float: left;
	margin-bottom: 0
}

.location__page__text__special .location__page__strong {
	margin: 0
}

.location__page__text__special__blocks {
	clear: both;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #00bff3
}

@media only screen and (max-width:990px) {
	.location__page__text__special {
		width: 100%;
		float: none
	}
	.location__page__text__special__blocks {
		border: 0;
		margin-left: -30px;
		margin-right: -30px
	}
	.location__page__text__special__blocks:before {
		display: none
	}
}

.location__page__text__special__blocks:before {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #00bff3
}

@media only screen and (max-width:990px) {
	.location__page__text__special__blocks__simple {
		margin-left: -30px;
		margin-right: -30px
	}
}

.location__page__text__special__blocks__simple .location__page__strong {
	margin: 0
}

.location__page__text__special__blocks__simple .location__page__text__special__text {
	padding: 0!important
}

.location__page__text__special__blocks__simple p {
	margin-bottom: 0;
	padding: 20px 20px 0
}

.location__page__text__special__text {
	padding: 20px 20px 20px 100px;
	position: relative
}

.location__page__text__special__text__big {
	min-height: 96px;
	line-height: 48px
}

.location__page__text__special img {
	position: absolute;
	left: 20px;
	top: 20px
}

.location__page__strong {
	font-family: GothamProBold;
	color: #00bff3;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	display: block;
	position: relative
}

.location__page__strong img {
	position: absolute;
	left: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px
}

.location__page__span {
	font-weight: 700;
	color: #404d53
}

.location__page__list {
	padding-left: 15px;
	margin-left: 15px
}

.location__page__list li {
	margin-bottom: 30px;
	font-size: 16px;
	list-style: disc;
	position: relative;
	font-family: GothamProRegular
}

.location__page__list li a,
.location__page__list li a:focus,
.location__page__list li a:hover {
	color: #00bff3
}

.location__page__list__there {
	width: 33.33%;
	float: left
}

@media only screen and (max-width:480px) {
	.location__page__strong {
		margin-top: 10px
	}
	.location__page__strong img {
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
		transform: translateY(-60%)
	}
	.location__page__list__there {
		width: 100%
	}
}

.location__page__list__there li {
	position: relative
}

.location__page__list__there li:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 20%;
	height: 1px;
	background-color: #00bff3
}

.location__page__list2 li {
	margin-bottom: 20px;
	font-size: 16px
}

.location__page__list2 li:last-child {
	margin-bottom: 30px
}

.location__page__list2 li span {
	font-weight: 700;
	margin-right: 5px
}

.gallery {
	padding: 30px 0;
	overflow: hidden
}

.gallery__grid li {
	width: 33.33%;
	padding: 10px;
	position: relative
}

@media only screen and (max-width:768px) {
	.gallery__grid li {
		width: 50%
	}
}

.gallery__grid__linkPhoto {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9
}

.gallery__title {
	font-size: 44px;
	text-align: center;
	margin-bottom: 20px;
	color: #404d53;
	font-family: GothamProBlack
}

.timeline-section__caption,
.timeline-section__card__title {
	font-family: GothamProBold;
	text-transform: uppercase
}

@media only screen and (max-width:480px) {
	.gallery__title {
		font-size: 30px
	}
}

.gallery__filter {
	text-align: center;
	display: none
}

.gallery__filter__list {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700
}

.gallery__filter__list a {
	color: #00bff3;
	font-size: 16px
}

.gallery__filter__list a:focus,
.gallery__filter__list a:hover {
	text-decoration: none;
	color: #404d53
}

.gallery__popUp {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none;
	z-index: 999;
	height: 100vh;
	width: 100%
}

.gallery__popUp__img {
	width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.gallery__popUp__left,
.gallery__popUp__right {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 50px;
	cursor: pointer
}

@media only screen and (max-width:480px) {
	.gallery__popUp__left,
	.gallery__popUp__right {
		font-size: 30px
	}
}

.gallery__popUp__close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
	color: #fff;
	cursor: pointer
}

.gallery__popUp__left {
	left: 20px
}

.gallery__popUp__right {
	right: 20px
}

@media only screen and (max-width:480px) {
	.gallery__popUp__close {
		font-size: 15px
	}
	.gallery__popUp__left {
		left: 5px
	}
	.gallery__popUp__right {
		right: 5px
	}
}

.timeline-section {
	background: url(../images/about_us/timeline_bg.png) center no-repeat #f3f3f3;
	padding: 30px 0;
	background-size: 80%;
	overflow: hidden
}

.timeline-section__caption {
	text-align: center;
	color: #3b4244
}

.timeline-section__card {
	max-width: 563px;
	width: 100%;
	height: 307px;
	background: #f3f3f3;
	border-radius: 6px;
	box-shadow: 1.5px 2.6px 10px rgba(0, 0, 0, .35);
	position: relative;
	margin: 0 auto
}

.timeline-section__card:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.timeline-section__card__title {
	color: #fff;
	position: absolute;
	top: 5%;
	left: 5%;
	background: #00bff3;
	padding: 15px 20px
}

@media only screen and (max-width:480px) {
	.timeline-section__card__title {
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.timeline-section__card p {
		font-size: 13px
	}
}

.timeline-section__card p {
	position: relative;
	top: 50%;
	left: 50%;
	width: 75%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
	text-align: center;
	color: #fff
}

.some__answered__block__title,
.some__answered__title {
	color: #404d53;
	font-family: GothamProBlack
}

@media only screen and (max-width:600px) {
	.cd-horizontal-timeline .timeline {
		margin: 10px auto
	}
	.cd-horizontal-timeline .events-wrapper {
		margin: 0
	}
	.cd-timeline-navigation {
		display: none
	}
}

.some__answered {
	border-bottom: 2px solid rgba(59, 66, 68, .9);
	border-top: 2px solid rgba(59, 66, 68, .9);
	margin: 0 0 30px;
	overflow: hidden
}

.some__answered .col-sm-6 {
	padding: 0;
	overflow: hidden;
	background-size: cover
}

@media only screen and (max-width:768px) {
	.some__answered {
		margin-bottom: 0
	}
	.some__answered .col-sm-6 {
		height: auto!important;
		padding: 0 20px
	}
	.some__answered .col-sm-6__bg {
		display: none
	}
}

.some__answered .col-sm-6__bg {
	height: 400px
}

.some__answered__title {
	font-size: 44px;
	text-align: center;
	margin: 30px 0
}

@media only screen and (max-width:480px) {
	.some__answered__title {
		font-size: 30px
	}
}

.some__answered__title__small {
	font-size: 26px
}

@media only screen and (max-width:480px) {
	.some__answered__title__small {
		font-size: 20px
	}
}

.some__answered__text {
	margin-bottom: 30px
}

.some__answered__block {
	width: 50%;
	float: left;
	position: relative;
	padding: 2% 10%;
	background-size: cover;
	background-position: center center
}

@media only screen and (max-width:768px) {
	.some__answered__block {
		width: 100%;
		height: auto!important;
		padding: 10%
	}
}

.some__answered__block:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(59, 66, 68, .3)
}

.some__answered__block__title {
	font-size: 26px;
	position: relative;
	margin-bottom: 30px
}

@media only screen and (max-width:480px) {
	.some__answered__block__title {
		font-size: 30px
	}
}

.some__answered__block__title__big {
	text-align: left;
	font-size: 18px
}

@media only screen and (max-width:480px) {
	.some__answered__block__title__big {
		font-size: 16px
	}
}

.some__answered__block__text {
	position: relative;
	margin-bottom: 20px
}

.some__answered__block__content {
	width: 95%;
	padding: 30px;
	box-sizing: border-box
}

.some__answered__block__content p.size {
	text-align: center;
	font-size: 12px;
	margin-top: -10px
}

.some__answered__block__download {
	background-color: #00bff3;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	width: 122px;
	margin: 0 auto;
	display: block
}

.some__answered__block__download:hover {
	background-color: #fff;
	color: #00bff3
}

.some__answered__block__list {
	position: relative
}

.some__answered__block__list li {
	margin-bottom: 5px;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660));
	font-family: GothamProRegular;
	color: #404d53
}

.inspires__list__title,
.inspires__title,
.people__title {
	font-family: GothamProBlack
}

@media only screen and (max-width:768px) {
	.some__answered__block__list li {
		text-align: left;
		margin-bottom: 10px
	}
}

.some__answered__block__left {
	text-align: left;
	width: 70%
}

@media only screen and (max-width:1400px) {
	.some__answered__block__left {
		width: 90%
	}
}

.some__answered__block__right {
	text-align: right;
	width: 70%;
	right: 20px;
	float: right
}

@media only screen and (max-width:1400px) {
	.some__answered__block__right {
		width: 90%
	}
}

.some__answered__block__center {
	text-align: center;
	width: 50%;
	right: 20px;
	float: right;
	top: 50%;
	margin-top: 10%
}

@media only screen and (max-width:1400px) {
	.some__answered__block__center {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.some__answered__block__center {
		margin-top: 0
	}
	.some__answered__block__center,
	.some__answered__block__left,
	.some__answered__block__right {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		float: none;
		padding: 20px
	}
}

.some__answered__img {
	width: 100%;
	height: 100%
}

.people {
	padding: 30px 0;
	background-color: #f3f3f3
}

.people__title {
	font-size: 44px;
	text-align: center;
	margin-bottom: 30px;
	color: #404d53
}

@media only screen and (max-width:480px) {
	.people__title {
		font-size: 30px
	}
}

.people__list {
	width: 24%;
	float: left;
	margin: .5%;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	overflow: hidden;
	background-color: #fff
}

@media only screen and (max-width:990px) {
	.location__page__text__special__text__big {
		min-height: 0;
		line-height: 1.4
	}
	.people__list {
		width: 47%
	}
}

@media only screen and (max-width:600px) {
	.people__list {
		width: 97%;
		margin-bottom: 20px
	}
}

.people__list:hover .people__list__content {
	top: 0;
	-webkit-transition: .3s linear all;
	transition: .3s linear all;
	background-color: rgba(0, 191, 243, .9)
}

.people__list img {
	max-width: 100%;
	height: auto
}

@media only screen and (max-width:990px) {
	.people__list img {
		margin: 0 auto;
		display: block
	}
}

.people__list__content {
	position: absolute;
	padding: 10px;
	width: 100%;
	top: 63%;
	left: 0;
	height: 102%;
	background-color: rgba(0, 191, 243, .7)
}

.people__list__content__title {
	font-size: 18px;
	color: #fff!important;
	text-align: center
}

.people__list__content__title a {
	color: #fff;
	text-decoration: none
}

.people__list__content__tag {
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
	color: #fff
}

.people__list__content__tag a {
	color: #fff
}

@media only screen and (max-width:600px) {
	.people__list__content {
		top: 82%
	}
	.people__list__content__title {
		font-size: 20px!important
	}
	.people__list__content__tag a {
		font-size: 11px
	}
}

.people__list__content__text {
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.people__list__content__button {
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	width: 74px;
	display: block;
	margin: 20px auto 0
}

.people__list__content__button:hover {
	border: 1px solid #00bff3;
	color: #00bff3;
	background-color: #fff
}

/* .people__list:last-child .people__list__content__title {
	font-size: 22px
} */

.people__text {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff
}

.inspires {
	padding: 30px 0;
	text-align: center
}

.inspires__title {
	font-size: 44px;
	text-align: center;
	margin-bottom: 30px;
	color: #404d53
}

.inspires__list {
	width: 20%;
	float: left;
	padding: 20px
}

@media only screen and (max-width:768px) {
	.inspires__list {
		width: 30%;
		float: none;
		display: inline-block
	}
}

.about__header:before,
.popular__owl:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%
}

@media only screen and (max-width:480px) {
	.inspires__title {
		font-size: 30px
	}
	.inspires__list {
		width: 100%;
		display: block
	}
}

.inspires__list svg {
	height: 80px;
	margin: 0 auto;
	display: block
}

.inspires__list svg .st0 {
	fill: #3b4244
}

.inspires__list svg .st2 {
	fill: #00bff3
}

.inspires__list svg .st3 {
	fill: #fff
}

.inspires__list svg .st0_0 {
	fill: none;
	stroke: #3b4244
}

.inspires__list svg .st1_1 {
	fill: none;
	stroke: #00bff3
}

.inspires__list:hover .st0,
.inspires__list:hover .st2 {
	fill: #00bff3
}

.inspires__list:hover .st0_0,
.inspires__list:hover .st1_1 {
	stroke: #00bff3
}

.inspires__list__title {
	color: #00bff3;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase
}

.inspires__list__text {
	color: #404d53;
	font-family: GothamProRegular
}

.about__header__title,
.full__colum h3,
.half__colum li h3 {
	font-family: GothamProBlack
}

.about__header {
	background-image: url(../images/about_us/header.jpg);
	background-size: cover;
	padding: 100px 0;
	position: relative
}

.about__header__text,
.about__header__title {
	position: relative;
	color: #fff;
	text-align: center
}

.about__header:before {
	position: absolute;
	height: 100%;
	background-color: rgba(0, 0, 0, .5)
}

.popular__owl {
	background-image: url(../images/blog.jpg);
	background-position: center center;
	background-size: cover;
	position: relative
}

.popular__owl:before {
	position: absolute;
	height: 100%;
	background-color: rgba(0, 73, 86, .5)
}

.popular__owl .item:before {
	display: none
}

.gallery__slider__next,
.gallery__slider__prev {
	font-size: 40px;
	cursor: pointer;
	color: #00bff3;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.gallery__slider__next {
	right: -20px
}

.gallery__slider__prev {
	left: -20px
}

@media only screen and (max-width:992px) {
	.gallery__slider__next,
	.gallery__slider__prev {
		font-size: 20px
	}
	.gallery__slider__next {
		right: 0
	}
	.gallery__slider__prev {
		left: 0
	}
}

@media only screen and (max-width:768px) {
	.gallery__slider__item {
		width: 70%;
		margin: 0 auto
	}
}

@media only screen and (max-width:480px) {
	.errorMes {
		font-size: 12px
	}
}

.main_page__thinking__animate+.form__content {
	display: none;
	position: absolute;
	right: -400%
}

.expanded__progress-line__container-items li:first-child:after,
.expanded__progress-line__item:first-child:after,
.expanded__progress-line__item:last-child:before,
.expanded__progress-line__item_active:after,
.expanded__progress-line__item_disable:after {
	content: '';
	display: block;
	border-radius: 50%
}

.top__header {
	width: 100%;
	z-index: 99;
	margin-top: -140px
}

@media only screen and (max-width:1024px) {
	.top__header {
		position: fixed
	}
}

body:not(.wp-admin) {
	padding-top: 140px
}

@media only screen and (max-width:768px) {
	.top__header {
		margin-top: -80px
	}
	body {
		padding-top: 80px!important
	}
}

.search__list {
	padding: 30px 0
}

.search__list__block__title {
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 20px
}

.search__list__block__text {
	font-size: 15px
}

.error-404 {
	padding: 30% 0
}

.error-404 #s {
	padding: 10px;
	width: 50%
}

.expanded__container {
	position: relative;
	color: #fff
}

.expanded__container:before {
	background-color: rgba(59, 66, 68, .9);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.expanded__progress-line {
	text-align: center;
	width: 95%;
	margin: 60px auto 30px
}

.expanded__progress-line__container-items li:first-child span {
	position: absolute;
	top: -45px;
	left: -8px;
	color: #00bff3;
	font-size: 25px
}

.expanded__progress-line__container-items li:first-child:after {
	position: absolute;
	background: #00bff3;
	height: 30px;
	width: 30px;
	top: -12px;
	left: -15px
}

.expanded__progress-line__item {
	height: 7px;
	float: left;
	position: relative
}

.expanded__progress-line__item:last-child:before {
	position: absolute;
	background: #fff;
	height: 20px;
	width: 20px;
	top: -7px;
	right: -15px
}

.expanded__progress-line__item:first-child,
.expanded__progress-line__item_active {
	background: #00bff3
}

.expanded__progress-line__item__number {
	position: absolute;
	top: -30px;
	left: -10px
}

.expanded__progress-line__item:first-child span {
	position: absolute;
	top: -40px;
	left: -10px;
	color: #00bff3;
	font-size: 20px
}

.expanded__progress-line__item:first-child:after {
	position: absolute;
	background: #00bff3;
	height: 20px;
	width: 20px;
	top: -7px;
	left: -15px
}

@media only screen and (max-width:768px) {
	.expanded__progress-line {
		margin-top: 50px;
		max-width: 90%
	}
	.expanded__progress-line__item:first-child:after {
		left: -1px
	}
}

.expanded__progress-line__item_active_last,
.expanded__progress-line__item_active_last:before {
	background: #00bff3!important
}

.expanded__progress-line__item_active_last span {
	color: #00bff3!important;
	top: -45px!important;
	font-size: 25px!important
}

.expanded__progress-line__item_active_last:after {
	background: #00bff3!important;
	width: 30px!important;
	height: 30px!important;
	top: -12px!important;
	left: -7px!important
}

.expanded__progress-line__item_active span {
	position: absolute;
	top: -45px;
	left: -8px;
	color: #00bff3;
	font-size: 25px
}

.expanded__progress-line__item_active:after {
	position: absolute;
	background: #00bff3;
	height: 30px;
	width: 30px;
	top: -12px;
	left: -15px
}

.expanded__progress-line__item_disable {
	background: #fff
}

.expanded__progress-line__item_disable span {
	position: absolute;
	top: -40px;
	left: 0;
	color: #fff;
	font-size: 20px
}

.expanded__progress-line__item_disable:after {
	position: absolute;
	background: #fff;
	height: 20px;
	width: 20px;
	top: -7px;
	left: -1px
}

.expanded__step__list li,
.expanded__step__list li span,
.expanded__step__rooms div,
.expanded__step__type div {
	display: inline-block
}

.expanded__line,
.expanded__step__title {
	position: relative
}

.expanded__line {
	width: 300px;
	float: left;
	margin-left: -2%
}

.expanded__line__item-one {
	width: 44%;
	height: 7px;
	background: #fff;
	float: left
}

.expanded__line__item-second {
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	float: left;
	margin-top: -6px;
	margin-right: -2px;
	margin-left: -2px;
	color: red
}

.expanded__line__item-third {
	width: 44%;
	height: 7px;
	background: #fff;
	float: left;
	top: -5px
}

.expanded__line_active div:nth-child(1),
.expanded__line_active div:nth-child(2) {
	background: #00bff3!important
}

.expanded__step__title span {
	color: #00bff3
}

.expanded__step__rooms {
	text-align: center;
	margin: 50px auto
}

.expanded__step__rooms__number {
	background: 0 0;
	font-size: 60px;
	color: #00bff3;
	width: 140px;
	text-align: center;
	border: 0;
	outline: 0;
	position: relative;
	padding-right: 50px
}

.expanded__step__rooms__number__down,
.expanded__step__rooms__number__up {
	position: absolute;
	right: 17px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	cursor: pointer
}

.expanded__step__rooms__number__up {
	border-bottom: 10px solid #fff;
	top: 20px
}

.expanded__step__rooms__number__up:hover {
	border-bottom: 10px solid #00bff3
}

.expanded__step__rooms__number__down {
	border-top: 10px solid #fff;
	bottom: 20px
}

@media only screen and (max-width:768px) {
	.expanded__step__rooms {
		margin: 10px auto
	}
	.expanded__step__rooms__number {
		font-size: 40px
	}
	.expanded__step__rooms__number__up {
		top: 10px
	}
	.expanded__step__rooms__number__down {
		bottom: 10px
	}
}

.expanded__step__rooms__number__down:hover {
	border-top: 10px solid #00bff3
}

.expanded__step__type {
	text-align: left
}

.expanded__step__list {
	margin: 20px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.expanded__step__list li {
	cursor: pointer;
	background: #fff;
	color: #00bff3;
	padding: 10px;
	border-radius: 4px;
	margin: 5px;
	font-weight: 700;
	overflow: hidden
}

.expanded__step__list__active {
	background: #00bff3!important;
	color: #fff!important;
	padding: 5px 0!important
}

.expanded__step__list__active__count {
	border-radius: 50%;
	background-color: #fff;
	color: #00bff3;
	padding: 3px 7px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	height: 28px;
	width: 28px
}

.expanded__step__list__active__minus,
.expanded__step__list__active__plus {
	color: #fff;
	position: relative;
	padding: 5px!important
}

.expanded__step__list__active__minus:before,
.expanded__step__list__active__plus:before {
	position: absolute;
	top: -10px;
	height: 200%;
	width: 300%;
	background-color: rgba(255, 255, 255, .5);
	content: ''
}

.expanded__step__list__active__plus:before {
	left: 0
}

.expanded__step__list__active__minus:before {
	right: 0
}

.expanded__step__list__add {
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #00bff3;
	outline: 0;
	display: none
}

.expanded__step__list__add__submit {
	background-color: #00bff3;
	color: #fff;
	padding: 0 10px;
	border: 1px solid #00bff3;
	display: none
}

.expanded__step__select {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	color: #00bff3;
	cursor: pointer
}

.expanded__step__select i.triangle {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.expanded__step__select__types {
	position: absolute;
	font-size: 20px;
	width: 100%;
	left: 0;
	padding: 20px 0;
	box-sizing: border-box;
	z-index: 2;
	text-align: left;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	display: none;
	min-width: 200px;
	z-index: 99;
}
.expanded__step__select__types__overlay{
	position: fixed;
	z-index: 98;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	background-color: rgba(0,0,0,0.3);
}

.activeRoom{
	background-color: #00bff3;
	color: #fff;
	cursor: pointer;
}

.expanded__step__select__types li {
	padding: 0 20px
}

.expanded__step__select__types li:hover {
	background-color: #00bff3;
	color: #fff;
	cursor: pointer
}

.expanded__step__one,
.expanded__step__summary__button,
.expanded__step__summary__title {
	height: auto
}

.expanded__step__scroll {
	padding: 50px 0;
	position: relative
}

.expanded__form {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	width: 50%
}

.expanded__form h3 {
	text-align: center
}

.expanded__form .form__content__button {
	margin: 30px auto 0;
	display: block
}

@media only screen and (max-width:480px) {
	.expanded__form {
		width: 95%
	}
	.expanded__form .form__content__button {
		margin: 30px auto 0!important
	}
}

.expanded__form__overlay {
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	width: 100%;
	right: -100%;
	top: 0;
	bottom: 0;
	z-index: 4
}

.expanded__form__overlay__close {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	cursor: pointer
}

.expanded__container .form__content {
	width: 100%
}

.new__style li {
	float: left;
	width: 50%;
	min-height: 200px;
	padding-bottom: 30px;
	overflow: hidden
}

@media only screen and (max-width:990px) {
	.new__style li {
		width: 100%;
		float: none;
		min-height: 0;
		height: auto!important
	}
	.new__style li:nth-child(2n+1):before {
		display: none
	}
}

.new__style li:nth-child(2n+1) {
	position: relative
}

.new__style li:nth-child(2n+1):before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 1000px;
	background-color: #00bff3;
	width: 2px
}

.half__colum li h3:before,
.new__style__benefit:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.new__style__benefit {
	padding: 0 30px;
	margin-top: 15px;
	position: relative;
	display: block
}

@media only screen and (max-width:480px) {
	.new__style__benefit {
		margin-top: 0;
		margin-bottom: 15px
	}
	.new__style__benefit:last-child {
		margin-bottom: 0
	}
	.half__colum {
		margin-left: -30px;
		margin-right: -30px
	}
}

.new__style__benefit:before {
	content: '';
	position: absolute;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid;
	height: 5px;
	width: 5px;
	background-color: #404d53;
	border-radius: 50%
}

.expanded__form .form__choice__list,
.half__colum {
	position: relative
}

.new__style__benefit+br {
	display: none
}

.page-id-121 .services__list,
.page-id-123 .services__list,
.page-id-125 .services__list,
.page-id-1876 .services__list,
.page-id-86 .services__list,
.page-id-88 .services__list,
.page-id-90 .services__list,
.page-id-94 .services__list {
	padding-bottom: 0
}

#contant-us-form {
	margin-bottom: 30px
}

.full__colum p,
.half__colum li p {
	margin-bottom: 0;
	padding: 20px
}

.footer__menu li {
	white-space: nowrap
}

.half__colum {
	overflow: hidden;
	border-bottom: 2px solid #00bff3
}

.half__colum:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	background-color: #00bff3;
	width: 2px
}

.half__colum li {
	float: left;
	width: 50%;
	min-height: 200px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:990px) {
	.half__colum:before {
		display: none
	}
	.half__colum li {
		width: 100%;
		float: none;
		min-height: 0;
		height: auto!important
	}
}

.full__colum h3:before,
.half__colum li h3:before {
	width: 10px;
	height: 10px;
	background-color: #00bff3;
	left: 10px;
	display: none;
	border-radius: 50%;
	content: ''
}

.half__colum li h3 {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	background-color: #00bff3;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	clear: both
}

@media only screen and (max-width:1445px) {
	.half__colum li h3 {
		font-size: 16px
	}
}

.half__colum li h3:before {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-list-content__sitebar__send__checklist,
.full__colum h3:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

@media only screen and (max-width:480px) {
	.full__colum {
		margin-left: -30px;
		margin-right: -30px
	}
}

.full__colum h3 {
	position: relative;
	text-transform: uppercase;
	text-align: center;
	background-color: #00bff3;
	color: #fff;
	padding: 20px;
	font-size: 20px;
	clear: both
}

@media only screen and (max-width:1445px) {
	.full__colum h3 {
		font-size: 16px
	}
}

.full__colum h3:before {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog-list-content__author,
.blog-list-content__date {
	color: #959595;
	display: inline-block;
	font-family: GothamProBold
}

.full__colum .location__page__list2 {
	padding: 20px
}

.full__colum .location__page__list2 li:last-child {
	margin-bottom: 10px
}

.blog-list-content__wrap:last-child {
	background: red
}

.blog-list-content {
	padding: 30px 0
}

.blog-list-content__date {
	background: url(../images/blog_list/calendar_icon.png) left no-repeat;
	padding-left: 15px;
	margin-left: 10px
}

.blog-list-content__text {
	padding-top: 15px
}

.blog-list-content__wrap {
	max-width: 585px;
	border-right: 1px solid rgba(149, 149, 149, .7);
	float: left;
	padding-right: 20px;
	margin: 30px 0;
	width: 100%
}

@media only screen and (max-width:992px) {
	.blog-list-content__wrap {
		max-width: 100%;
		width: 100%;
		border: 0;
		padding-right: 0
	}
}

.blog-list-content__wrap__more {
	font-family: GothamProBlack!important;
	text-transform: uppercase;
	text-align: center;
	color: #00bff3!important;
	cursor: pointer;
	background: 0 0!important
}

.blog-list-content__wrap__more:hover {
	color: #fff!important;
	background-color: #00bff3!important
}

.blog-list-content__block {
	border-bottom: 1px solid rgba(149, 149, 149, .7);
	padding-bottom: 30px;
	margin-right: 30px;
	margin-bottom: 30px
}

@media only screen and (max-width:992px) {
	.blog-list-content__block {
		margin-right: 5px;
		overflow: hidden
	}
}

.blog-list-content__block__image-wrap {
	position: relative
}

.blog-list-content__block__image-wrap__category {
	position: absolute;
	background: rgba(232, 86, 109, .85);
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase
}

.blog-list-content__block__image-wrap img {
	float: left;
	width: 45%;
	height: auto;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	margin-right: 25px;
	margin-bottom: 25px
}

@media only screen and (max-width:480px) {
	.blog-list-content__block__image-wrap img {
		float: none;
		width: 100%
	}
}

.blog-list-content__block__button {
	padding: 10px 15px;
	color: #fff;
	background-color: #00bff3;
	border-radius: 3px;
	text-transform: uppercase;
	float: right;
	font-family: GothamProBlack
}

.blog-list-content__block__button:hover {
	background-color: #fff;
	color: #00bff3
}

.blog-list-content__block__title {
	font-family: GothamProBlack;
	color: #00bff3;
	margin-bottom: 15px
}

.blog-list-content__block__title a {
	color: #00bff3
}

.blog-list-content__sitebar {
	float: right;
	width: 310px;
	padding: 30px 0
}

.blog-list-content__sitebar__search input {
	border: none;
	outline: 0;
	border-bottom: 1px solid #959595;
	background: url(../images/blog_list/search_icon_blog.png) no-repeat;
	padding-bottom: 10px;
	max-width: 300px;
	width: 100%;
	padding-left: 40px;
	margin-bottom: 40px
}

.blog-list-content__sitebar__search input::-webkit-input-placeholder {
	font-family: GothamProRegular;
	font-size: 16px;
	color: #959595
}

.blog-list-content__sitebar__search input:-moz-placeholder {
	font-family: GothamProRegular;
	font-size: 16px;
	color: #959595
}

.blog-list-content__sitebar__search input::-moz-placeholder {
	font-family: GothamProRegular;
	font-size: 16px;
	color: #959595
}

.blog-list-content__sitebar__search input:-ms-input-placeholder {
	font-family: GothamProRegular;
	font-size: 16px;
	color: #959595
}

@media only screen and (max-width:992px) {
	.blog-list-content__sitebar {
		width: 100%;
		float: none
	}
	.blog-list-content__sitebar__search input {
		max-width: 100%
	}
}

.blog-list-content__sitebar__categories {
	font-family: GothamProBold;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	padding: 30px;
	color: #00bff3;
	text-transform: uppercase;
	margin-bottom: 30px
}

.blog-list-content__sitebar__categories__title {
	margin-bottom: 30px
}

.blog-list-content__sitebar__categories__item a {
	display: block;
	font-family: GothamProRegular;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660));
	text-transform: capitalize;
	color: #3b4244;
	padding: 10px 0;
	border-bottom: 1px solid #d5d5d5
}

.blog-list-content__sitebar__move-easy {
	height: 445px;
	background: url(../images/blog_list/image_make_your_move.jpg) center no-repeat;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 55px 10px 85px
}

.blog-list-content__sitebar__move-easy:after {
	background-color: rgba(59, 66, 68, .75);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.blog-list-content__sitebar__move-easy__tile {
	font-family: GothamProBold;
	position: relative;
	z-index: 1;
	color: #fff;
	text-transform: uppercase
}

.blog-list-content__sitebar__move-easy__subtile {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: #00bff3;
	margin-top: 35px;
	margin-bottom: 20px
}

.blog-list-content__sitebar__move-easy__text {
	font-family: GothamProRegular;
	position: relative;
	font-size: calc(16px + 2 * ((100vw - 320px)/ 1660));
	z-index: 1;
	color: #fff;
	max-width: 250px;
	margin: 0 auto
}

.blog-list-content__sitebar__move-easy__link {
	font-family: GothamProBlack;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 20px 15px;
	background: #00bff3;
	display: inline-block;
	margin-top: 45px
}

.blog-list-content__sitebar__move-easy__link:hover {
	background: #fff;
	color: #00bff3
}

.blog-list-content__sitebar__send {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	text-align: center;
	padding: 20px
}

.blog-list-content__sitebar__send__title {
	font-family: GothamProBlack;
	margin-bottom: 25px;
	color: #00bff3
}

.blog-list-content__sitebar__send input {
	margin: 0 auto 15px;
	width: 255px;
	height: 43px;
	border: 1px solid #959595;
	padding-left: 15px;
	color: #959595
}

.blog-list-content__sitebar__send input::-webkit-input-placeholder {
	font-family: GothamProRegular;
	font-size: 16px
}

.blog-list-content__sitebar__send input:-moz-placeholder {
	font-family: GothamProRegular;
	font-size: 16px
}

.blog-list-content__sitebar__send input::-moz-placeholder {
	font-family: GothamProRegular;
	font-size: 16px
}

.blog-list-content__sitebar__send input:-ms-input-placeholder {
	font-family: GothamProRegular;
	font-size: 16px
}

.blog-list-content__sitebar__send button,
.blog-list-content__sitebar__send input[type=submit] {
	font-family: GothamProBold;
	margin: 0 auto;
	width: 255px;
	height: 43px;
	background-color: #00bff3;
	border: none;
	color: #fff
}

.popular__owl .item {
	padding: 100px 0 50px;
	position: relative
}

.popular__owl .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 73, 86, .7)
}

@media only screen and (max-width:480px) {
	.popular__owl .item {
		padding-top: 60px
	}
}

.popular__owl .owl-nav.disabled {
	display: none
}

.popular__owl .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	text-align: center;
	width: 100%
}

.popular__owl .owl-dot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	background-color: rgba(59, 66, 68, .7)
}

.popular__owl .owl-dot.active,
.popular__owl .owl-dot:hover {
	background-color: rgba(0, 191, 243, .7)
}

@media only screen and (max-width:1400px) {
	.popular__owl .owl-dot {
		height: 15px;
		width: 15px
	}
}

.blog__main {
	overflow: hidden;
	position: relative
}

.blog__title {
	font-family: GothamProBlack;
	color: #3b4244;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 25px
}

.blog__list {
	width: 40%;
	float: left;
	padding: 0 50px;
	box-sizing: border-box
}

.blog__list__single {
	margin-bottom: 20px
}

@media only screen and (max-width:768px) {
	.blog__title {
		font-size: 20px
	}
	.blog__list {
		width: 100%;
		float: none;
		padding: 0
	}
	.blog__list__single {
		width: 48%;
		float: left;
		margin: 20px 1%
	}
	.blog__list__single__img__block {
		max-height: 140px;
		overflow: hidden
	}
}

@media only screen and (max-width:480px) {
	.blog__list__single {
		width: 98%
	}
}

.blog__list__single__img {
	width: 100%;
	z-index: 1
}

.blog__list__single__content {
	text-align: center;
	width: 80%;
	margin: -15% auto 0;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 20px
}

@media only screen and (max-width:1400px) {
	.blog__list__single__content {
		width: 90%
	}
}

.blog__list__single__category {
	background-color: rgba(0, 191, 243, .7);
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: -15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.blog__list__single__category a {
	color: #fff
}

.blog__list__single__title {
	font-size: 16px;
	margin-top: 10px
}

.blog__list__single p {
	font-size: 14px;
	text-align: left
}

.blog__list__single__date {
	text-align: right;
	font-style: italic;
	background-image: url(../images/main_page/calendar.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: center left;
	float: right
}

.blog__getFree {
	padding: 20px
}

@media only screen and (max-width:768px) {
	.blog__getFree {
		width: 100%;
		float: none;
		position: relative;
		left: 0;
		height: auto!important;
		clear: both;
		padding: 0;
		margin-top: 20px
	}
}

.blog__getFree__title {
	font-size: 36px;
	line-height: 42px;
	color: #3b4244;
	text-transform: uppercase;
	margin-bottom: 10px
}

@media only screen and (max-width:1400px) {
	.blog__getFree__title {
		font-size: 30px
	}
}

.blog__getFree__titleSmall {
	text-transform: uppercase
}

.blog__getFree__text,
.blog__getFree__titleSmall {
	font-size: 15px;
	color: #3b4244;
	margin-bottom: 20px
}

.blog__getFree__form__input,
.blog__getFree__form__submit {
	width: 100%;
	margin-bottom: 20px;
	font-size: 22px;
	padding: 5px 15px
}

@media only screen and (max-width:1400px) {
	.blog__getFree__form__input,
	.blog__getFree__form__submit {
		font-size: 15px
	}
}

.blog__getFree__form__submit {
	width: calc(100% - 30px);
	background-color: #00bff3;
	color: #fff;
	border: 0;
	margin-left: 15px!important;
	float: none!important;
	text-transform: uppercase;
	padding: 15px!important
}

.formError {
	display: none!important
}

.blog-list-content__sitebar__send__checklist {
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	display: none;
	box-shadow: 0 0 0
}

.gallery__slider .fa,
.slick-prev img {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	position: absolute
}

.slick-slide {
	outline: 0
}

.gallery__slider {
	height: 445px
}

@media only screen and (max-width:768px) {
	.gallery__slider {
		height: 340px
	}
	.gallery__slider .slick-prev {
		left: 0
	}
	.gallery__slider .slick-next {
		right: 0
	}
}

.gallery__slider .fa {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s
}

.gallery__slider .fa:hover::before {
	opacity: 1
}

.gallery__slider .fa:before {
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 55px;
	color: #000;
	opacity: .7
}

__next,
__prev {
	font-size: 20px;
	color: #00bff3;
	position: absolute;
	top: 50%
}

__next {
	right: 0
}

__prev {
	left: 0
}

.slick-prev img {
	max-width: 20px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -5%
}

.menu__down__location li span,
.slick-next img {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.slick-next img {
	max-width: 20px;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5%
}

@media only screen and (max-width:768px) {
	.slick-prev img {
		left: 150px
	}
	.slick-next img {
		right: 150px
	}
}

.gallery__slider__item img {
	max-width: 285px;
	max-height: 200px;
	width: 100%;
	height: 100%;
	display: block;
	margin: 10px auto
}

@media only screen and (max-width:1024px) {
	#menu-menu,
	#menu-mobile-menu {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 250px;
		width: 100%;
		background-color: #fff;
		z-index: 999
	}
	#menu-menu li,
	#menu-mobile-menu li {
		width: 100%;
		border: 0
	}
}

.menu {
	margin: 20px 0
}

.menu li {
	list-style: none;
	float: left;
	margin-right: 20px
}

.menu__down {
	background-color: #404d53;
	margin: 0;
	border-top: 2px solid #00bff3
}

@media only screen and (max-width:768px) {
	.menu__down {
		display: none
	}
}

.menu__down li {
	color: #fff;
	font-weight: 700;
	margin: 0;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: GothamProMedium
}

.menu__down li a {
	padding: 15px 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	text-decoration: none!important
}

.menu__down li.current_page_item,
.menu__down li:hover {
	background-color: #00bff3
}

.menu__down__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden
}

.menu__down__container li:first-child {
	display: none
}

.menu__down__location {
	border: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 200;
	top: 74px;
	background-color: rgba(59, 66, 68, .7)
}

.menu__down__location li {
	width: 33.33%;
	float: left;
	text-align: center;
	position: relative;
	display: block
}

.menu__down__location li span {
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid #fff;
	border-bottom: 7px solid transparent;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form__choice__list__half__location:before,
.form__choice__list__label {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

@media only screen and (max-width:480px) {
	.menu__down__location li {
		text-align: left
	}
	.menu__down__location li span {
		right: 5px
	}
}

#menu-down-menu {
	margin: 0;
	overflow: hidden;
	text-align: center;
	font-family: GothamProBlack
}

#menu-down-menu li {
	margin: 0 5px;
	display: inline-block;
	float: none
}

@media only screen and (max-width:1024px) {
	.menu__down li a {
		font-size: 13px
	}
	.menu__down__container li {
		font-size: 12px
	}
	#menu-down-menu li {
		margin: 0
	}
}

@media only screen and (max-width:768px) {
	.menu__down__container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0
	}
	#menu-down-menu li {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 12px
	}
	#menu-down-menu {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0
	}
}

.sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	z-index: 99;
	width: 100%
}

.sub-menu li {
	float: none;
	border: 0;
	margin: 0;
	padding: 10px
}

.sub-menu li a {
	color: #3b4244!important
}

.sub-menu li a:hover {
	color: #fff!important
}

.sub-menu li:hover {
	background-color: #00bff3;
	cursor: pointer;
	color: #fff
}

.sub-menu .current-menu-item a,
.sub-menu li:hover a {
	color: #fff!important
}

.top_line_header__logo {
	float: left;
	margin-right: 25px;
	max-width: 250px
}

.menu-menu-container {
	float: right;
	margin-top: 10px
}

@media only screen and (max-width:1024px) {
	.menu-menu-container {
		position: fixed;
		top: 0;
		right: -200px;
		background-color: #fff;
		background-image: url(https://www.twomen.com.au/wp-content/uploads/2022/11/TMAAT_Logo_BLK_WEB_300X60px.png);
		background-repeat: no-repeat;
		background-position: 50% 10%;
		background-size: 130px;
		z-index: 500;
		height: 100vh;
		width: 200px
	}
}

.menu-menu-container .menu {
	margin: 0
}

.menu-menu-container .menu>li {
	margin: 0;
	padding: 5px 10px;
	border-right: 1px solid #3b4244;
	font-size: 16px;
	position: relative
}

.menu-menu-container .menu>li:hover {
	background-color: #00bff3;
	color: #fff;
	border-right: 1px solid #00bff3
}

.menu-menu-container .menu>li:hover a {
	color: #fff
}

.menu-menu-container .menu>li:hover .sub-menu {
	display: block
}

.menu-menu-container .menu>li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3b4244;
	font-weight: 700
}

.menu-menu-container .menu>li:last-child {
	border-right: 0
}

.menu-menu-container__close {
	display: none;
	position: fixed;
	right: 20px;
	top: 5px;
	z-index: 501;
	font-size: 20px;
	cursor: pointer
}

.menu-menu-container__close:hover {
	color: #00bff3
}

.mobile__menu {
	display: none
}

@media only screen and (max-width:1024px) {
	.mobile__menu {
		display: block
	}
}

.form__pickup__box {
	text-align: center;
	float: left;
	width: 45%;
	position: relative
}

@media only screen and (max-width:768px) {
	.form__pickup__box {
		float: none;
		width: 100%;
	}
}

.form__pickup__box:after {
	content: '';
	position: absolute;
	top: 14px;
	right: -11%;
	width: 1px;
	height: 325px;
	background-color: #00bff3
}

.form__delivery__box {
	text-align: center;
	float: right;
	width: 45%
}

@media only screen and (max-width:768px) {
	.form__delivery__box {
		float: none;
		width: 100%
	}

}

.form__choice__list {
	margin: 20px 0;
	padding-bottom: 20px;
}

.form__choice__list__checkbox {
	position: relative
}

.form__choice__list__checkbox.dropdown_active:before,
.form__choice__list__checkbox:after {
	position: absolute;
	height: 17px;
	border-radius: 5px;
	content: '';
	cursor: pointer
}

.form__choice__list__checkbox:after {
	top: 11px;
	right: 40px;
	width: 17px;
	background-color: #fff;
	z-index: 1
}

.form__choice__list__checkbox.dropdown_active:before {
	top: 9px;
	right: 33px;
	width: 22px;
	background: url(../images/calculator/checked.svg) no-repeat;
	z-index: 2
}

.form__choice__box {
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid white;
}

.form__choice__box__image {
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer
}

.form__choice__list .form__choice__box__input {
	border: none;
	position: relative;
	font-size: 14px;
	text-align: left;
	padding-left: 30px
}

.form__choice__box__list {
	text-align: left;
	padding-left: 30px;
	display: none
}

.form__choice__box__list .form__choice__box__items {
	display: block;
	margin-top: 5px
}

.form__choice__list li {
	display: inline-block;
	color: #00bff3;
	cursor: pointer;
	text-transform: uppercase
}

.form__choice__list li:last-of-type i.fa-arrow-right {
	display: none
}

.form__choice__list__half {
	margin: 20px 1%;
	position: relative;
	display: inline-block;
	width: 47%
}

.form__choice__list__half__location:before {
	content: '';
	position: absolute;
	top: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/calculator/point.svg);
	height: 25px;
	width: 18px
}

.form__choice__list__half__location input {
	padding-left: 30px
}

.form__choice__list__half__location__list {
	position: absolute;
	max-height: 100px;
	overflow-y: scroll;
	width: 100%;
	z-index: 9
}

.form__choice__list__half__location__list li {
	width: 100%;
	cursor: pointer;
	background-color: #3b4244;
	color: #fff
}

.form__choice__list__doubleHalf {
	display: block;
	width: 97%
}
.form__choice__list__doubleHalf:before{
	display: none;
}
.form__choice__list__doubleHalf .form__choice__box__input,
.form__choice__list__doubleHalf input{
	padding-left: 10px;
}

.form__choice__list__label {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.form__choice__list__input {
	width: 100%;
	border: 0;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	outline: 0;
	background: 0 0;
	color: #fff
}

.form__choice__list__third {
	width: 33.33%
}

.form__choice__list__quarter {
	width: 20%
}

.form__choice__list__quarter img {
	display: block;
	margin: 20px auto;
	width: 40px
}

@media only screen and (max-width:1024px) {
	.form__choice__list__quarter img {
		width: 50%
	}
}

.form__choice__list__quarter label {
	display: block;
	font-size: 14px;
	color: #fff
}

@media only screen and (max-width:600px) {
	.form__choice__list__quarter label {
		font-size: 12px
	}
}

@media only screen and (max-width:400px) {
	.form__choice__list__quarter label {
		font-size: 10px
	}
}

.form__choice__menu {
	position: relative;
	color: #fff!important;
	text-align: left;
	padding: 0 40px;
	width: auto
}

.form__choice__menu .fa__icon {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:990px) {
	.form__choice__menu {
		font-size: 9px;
		padding-left: 0;
		width: 25%;
		text-align: center;
		color: rgba(59, 66, 68, .001)!important
	}
	.form__choice__menu .fa__icon {
		display: block;
		color: #fff;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 16px
	}
	.form__choice__menu .fa-arrow-right {
		display: block;
		color: #fff
	}
}

.form__choice__menu .fa-arrow-right {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:768px) {
	.form__choice__menu .fa-arrow-right {
		right: 15px
	}
}

@media only screen and (max-width:480px) {
	.top_line_header__logo {
		max-width: 150px
	}
	.form__choice__menu {
		padding: 0 10px;
		padding-left: 0!important;
		overflow: hidden;
		display: block;
		float: left;
		height: 18px;
		width: 20%!important
	}
	.form__choice__menu .fa__icon {
		left: 30%;
		font-size: 12px
	}
	.form__choice__menu .fa-arrow-right {
		right: 9px
	}
}

.form__choice__menu.active {
	color: #00bff3!important
}

@media only screen and (max-width:990px) {
	.form__choice__menu.active {
		color: rgba(59, 66, 68, .001)!important
	}
	.form__choice__menu.active i {
		color: #00bff3!important
	}
}

.form__choice__step__two img {
	display: block;
	width: 42px;
	margin: 10px auto
}

.form__choice__step__two p {
	color: #fff
}

.form__choice__step__three__active label,
.form__choice__step__two__active p {
	color: #00bff3
}

@media only screen and (max-width:600px) {
	.form__choice__step__two img {
		width: 25px
	}
	.form__choice__step__two p {
		font-size: 14px
	}
}

.form__choice__step__two__img__blue {
	display: none!important
}

.form__choice__step__two__active img.form__choice__step__two__img__blue {
	display: block!important
}

.form__choice__step__three__img__blue,
.form__choice__step__two__active img.form__choice__step__two__img__white {
	display: none!important
}

.form__choice__step__three__circle {
	width: 15px;
	height: 15px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background-color: #fff
}

@media only screen and (max-width:480px) {
	.form__choice__step__two p {
		font-size: 11px
	}
	.form__choice__step__three__circle {
		display: none
	}
	.step__three .form__choice__list__select li {
		width: 50%;
		cursor: pointer
	}
}

.form__choice__step__three__active {
	cursor: pointer
}

.form__choice__step__three__active img.form__choice__step__three__img__blue {
	display: block!important
}

.form__choice__step__three__active img.form__choice__step__three__img__white {
	display: none!important
}

.form__choice__step__three__active div.form__choice__step__three__circle {
	background-color: #00bff3
}

.step__three .form__choice__list__select li img {
	width: 50px;
	margin: 0 auto 10px
}

@media only screen and (max-width:768px) {
	.step__three .form__choice__list__select li img {
		width: 40px
	}
}

@media only screen and (max-width:480px) {
	.step__three .form__choice__list__select li img {
		width: 20px
	}
	.step__three .form__choice__list__select li label {
		float: none;
		cursor: pointer
	}
}

@media only screen and (max-width:600px) {
	.step__two .form__choice__list__half {
		width: 100%;
		float: none;
		clear: both;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif
	}
}

.footer__widgettitle,
.form__content__button {
	font-family: GothamProRegular;
	text-transform: uppercase
}

.main_page_fisrt_block .form__content {
	position: absolute;
	bottom: -20px;
	right: -20px
}

@media only screen and (max-width:480px) {
	.main_page_fisrt_block .form__content {
		position: relative;
		bottom: 0;
		right: 0
	}
}

.expanded .form__content__buttonContent {
	right: 20px;
	bottom: 20px;
	width: 100%
}

.form__content {
	padding: 20px;
	overflow: hidden;
	width: 100%;
	float: right;
	display: none
}

@media only screen and (max-width:768px) {
	.form__content {
		width: 100%
	}
}

@media only screen and (max-width:480px) {
	.form__content {
		width: 100%;
		right: 0;
		bottom: 0;
		padding: 0
	}
}

.form__content__buttonContent {
	text-align: right;
	clear: both
}

.form__content__button {
	color: #fff;
	border: 0;
	padding: 10px 50px;
	box-sizing: border-box;
	background: #00bff3;
	font-weight: 700;
	font-size: 22px;
	display: inline-block;
	border-radius: 6px
}

@media only screen and (max-width:1024px) {
	.form__content__button {
		font-size: 15px
	}
}

@media only screen and (max-width:480px) {
	.form__content__button {
		font-size: 11px;
		margin: 10px 1%!important;
		padding: 10px 30px
	}
}

.form__content__button__half {
	margin: 20px 1%
}

.form__content__button__calendar {
	opacity: 0;
	position: absolute;
	top: -1000px;
	left: -1000px
}

.form__content__tnx {
	position: absolute;
	left: -150%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	box-shadow: 0 0 1px transparent;
	padding: 30px;
	width: 75%
}

.form__content__tnx__content {
	position: relative;
	color: #404d53
}

.form__content__tnx__content__title {
	font-size: 30px;
	text-transform: uppercase;
	color: #404d53!important
}

@media only screen and (max-width:480px) {
	.form__content__button__half {
		margin: 20px 0
	}
	.form__content__tnx {
		padding: 20px;
		width: 100%
	}
	.form__content__tnx__content__title {
		font-size: 20px
	}
}

.form__content__tnx__content__title span {
	color: #00bff3
}

.form__content__tnx__content__title__small {
	font-size: 20px;
	margin: 30px 0;
	color: #404d53!important
}

.form__content__tnx__content__text {
	margin-bottom: 30px;
	color: #404d53!important
}

.form__content__tnx__content__text a {
	color: #00bff3!important
}

.form__content__tnx__content__close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer
}

.form__content__tnx__content__services {
	width: 60%;
	float: left;
	background-color: #fff
}

@media only screen and (max-width:768px) {
	.form__content__tnx__content__services {
		width: 100%;
		float: none
	}
}

.form__content__tnx__content__services .service__second-block__wrap-blocks__block {
	width: 49%;
	margin-bottom: 30px
}

@media only screen and (max-width:480px) {
	.form__content__tnx__content__title__small {
		font-size: 15px
	}
	.service__second-block__wrap-blocks__block {
		float: left;
		display: block
	}
}

.form__content__tnx__content__sidebar {
	width: 40%;
	float: left;
	max-height: 850px;
	margin-top: 30px;
	overflow-y: scroll
}

@media only screen and (max-width:768px) {
	.form__content__tnx__content__sidebar {
		width: 100%;
		float: none;
		max-height: 400px;
		margin-bottom: 20px
	}
}

.form__content__tnx__simple {
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 30px 0;
	width: 100%;
	text-align: center
}

.datepicker-inline {
	margin: 0 auto;
	width: 250px
}

.datepicker--cell {
	height: 35px
}

@media only screen and (max-width:480px) {
	.datepicker--cell {
		height: 15px;
		font-size: 10px
	}
}

.footer {
	background-color: #3b4244;
	padding: 30px 0
}

.footer__center,
.footer__left,
.footer__right {
	width: 33.33%;
	padding: 20px;
	float: left
}

@media only screen and (max-width:768px) {
	.footer__center,
	.footer__left,
	.footer__right {
		width: 100%;
		padding: 10px
	}
}

.footer__center p,
.footer__left p,
.footer__right p {
	color: #fff
}

.footer__widgettitle {
	font-size: 16px;
	color: #00bff3;
	margin-bottom: 20px
}

.footer .wysija-input,
.footer__down__block__copyright,
.footer__menu ul li,
.textwidget {
	font-family: GothamProRegular
}

.footer__menu {
	padding: 10px 20px;
	margin: 0
}

@media only screen and (max-width:480px) {
	.footer__menu {
		padding: 0
	}
}

.footer__menu ul {
	margin: 0;
	overflow: hidden
}

.footer__menu ul li a {
	color: #fff;
	text-transform: uppercase
}

.footer__menu ul li a:active,
.footer__menu ul li a:focus,
.footer__menu ul li a:hover {
	color: #00bff3;
	text-decoration: none
}

.footer__down__block {
	position: relative
}

.footer__down__block__copyright {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff
}

.more_right_size {
	right: 180px !important;
}

@media only screen and (max-width:768px) {
	.footer__down__block__copyright {
		right: 0;
		clear: both;
		display: block;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		text-align: center;
		position: relative
	}
	.more_right_size {
	   right: 0px !important;
	}
}

.footer .textwidget p {
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px
}

.footer .textwidget p i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #00bff3
}

.footer__phone {
	position: absolute;
	right: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 55px;
	border: 1px solid #00bff3;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #00bff3;
	background-color: #fff;
	z-index: 100;
	display: none
}

.footer__phone:active,
.footer__phone:focus,
.footer__phone:hover {
	border: 1px solid #00bff3;
	color: #fff;
	background-color: #00bff3
}

.footer__phone:active a,
.footer__phone:focus a,
.footer__phone:hover a {
	color: #fff
}

@media only screen and (max-width:600px) {
	.footer__phone {
		right: 26%
	}
}

@media only screen and (max-width:350px) {
	.footer__phone {
		right: 20%
	}
}

.textwidget {
	color: #fff;
	font-size: 14px
}

.footer .wysija-paragraph {
	width: 70%;
	float: left
}

.footer .wysija-submit-field {
	float: left;
	width: 20%;
	margin-left: 5%;
	height: 30px;
	border: 0;
	background-color: #00bff3;
	background-image: url(../images/letter.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px;
	color: #00bff3;
	margin-top: 0!important
}

.footer .wysija-input {
	font-size: 11px;
	height: 30px;
	color: #3b4244;
	border: 0;
	padding: 5px 20px;
	margin-bottom: 20px;
	width: 100%
}

.social {
	clear: both;
	margin: 20px 0
}

@media only screen and (max-width:768px) {
	.footer__phone {
		display: block
	}
	.social {
		text-align: center
	}
}

.social__list {
	display: inline-block;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 17px
}

.social__list a {
	color: #fff
}

.social__list:hover {
	border: 1px solid #00bff3;
	background: #fff
}

.social__list:hover a {
	color: #00bff3
}

.display-block {
	display: block!important
}

.display-none {
	display: none!important
}

#map {
	width: 100%;
	height: 400px;
	margin-top: 15px;
	z-index: 90
}

.contact__title {
	font-size: 25px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: GothamProBlack
}

.contact__data {
	font-size: 16px;
	position: relative;
	padding-left: 80px
}

.contact__data span {
	color: #00bff3;
	position: absolute;
	left: 0;
	width: 80px;
	font-weight: 700;
	text-transform: uppercase
}

.contact__worktime__day,
.contact__worktime__time {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 16px
}

.contact__worktime {
	overflow: hidden
}

.contact__worktime__day {
	background-image: url(../images/main_page/clock.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px
}

.contact__worktime__alltime {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px
}

.contact__downblock {
	background-color: #f7f7f7
}

.contact__downblock__title {
	text-align: center;
	font-family: GothamProBold;
	margin: 20px auto;
	color: #00bff3;
	font-size: 44px
}

.contact__downblock__input {
	width: 100%;
	padding: 10px;
	margin-top: 20px
}

.contact__downblock__hidden {
	display: none
}

@media only screen and (max-width:480px) {
	.contact__header {
		background-position: 20% 50%
	}
}

.wpcf7-submit {
	text-transform: uppercase;
	font-family: GothamProBlack;
	color: #fff;
	border: 0;
	padding: 5px 35px;
	box-sizing: border-box;
	background: #00bff3;
	font-weight: 700;
	font-size: 22px!important;
	display: inline-block;
	border-radius: 6px;
	float: right;
	margin-bottom: 20px
}

.form__content__button:disabled:before,
.form__content__button__back:after,
.form__content__button__back:before,
.thxBlog {
	display: none
}

@media only screen and (max-width:1024px) {
	.wpcf7-submit {
		font-size: 15px
	}
}

@media only screen and (max-width:480px) {
	.wpcf7-submit {
		font-size: 11px;
		margin: 10px 1%
	}
}

.wpcf7-submit:hover {
	color: #00bff3;
	background: #3b4244
}

.div.wpcf7-mail-sent-ng {
	clear: both;
	border: 1px solid transparent
}

.wpcf7-list-item-label {
	font-size: 14px
}

div.wpcf7-mail-sent-ng {
	clear: both
}

.wpcf7-form input {
	font-size: 15px
}

.form__content__button {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.form__content__button:after,
.form__content__button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 6px
}

.form__content__button:active,
.form__content__button:focus,
.form__content__button:hover {
	color: #00bff3
}

.form__content__button:active:before,
.form__content__button:focus:before,
.form__content__button:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.form__content__button:disabled {
	color: #fff;
	background-color: #3b4244
}

.thxBlog h4,
.thxBox h4 {
	font-family: GothamProBlack;
	color: #00bff3
}

.form__content__button__back {
	background: 0 0
}

@media only screen and (max-width:1024px) {
	.service_first_block_left_text-block_title {
		font-size: 25px
	}
	.service_first_block_left_text-block_text,
	.service_first_block_right_list_item {
		font-size: 15px
	}
}

.animate.ng-enter,
.animate.ng-leave.ng-leave-active {
	right: -100%;
	position: absolute;
	-webkit-transition: .7s linear all;
	transition: .7s linear all
}

.animate.ng-enter.ng-enter-active,
.animate.ng-leave {
	right: 0;
	position: relative;
	-webkit-transition: .7s linear all;
	transition: .7s linear all
}

.wpcf7-response-output,
border 0px !important,
div.wpcf7-response-output,
div.wpcf7-validation-errors {
	clear: both!important
}

span.wpcf7-not-valid-tip {
	font-size: 12px!important
}

.errorMes {
	-ms-transform: translateY(40px);
	font-size: 10px;
}

.form__pickup__box .errorMes,
.form__delivery__box .errorMes{
	-moz-transform: translateY(40px);
}

.ExtendedConstructorButton {
	margin: 30px auto!important
}

@media only screen and (max-width:768px) {
	.ExtendedConstructorButton {
		margin: 25px auto 0!important
	}
}

.thxBlog {
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	text-align: center;
	padding: 20px
}

.blog-list-content__sitebar .thxBox {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	padding: 0;
	box-shadow: 0 0 0
}

.mobile__menu__for__close {
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 499;
	display: none
}

.wp-google-place .wp-google-left {
	position: relative!important
}

.wp-google-place .wp-google-left:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: url(/wp-content/themes/twomentrack/images/header_top_logo__car.png) 50% 50% no-repeat
}

.wp-google-place .wp-google-left img {
	opacity: 0!important
}

.google_review_block {  padding: 30px 60px 30px 60px; text-align: center; width:100%;}

.page-template-bondsure_template .menu {
	display:none;
} 


.page-template-bondsure_template .bs_banner {
	background-image: url('https://www.twomen.com.au/wp-content/uploads/2017/11/banner-final.png');
	background-position: 50% 50%;
    background-size: cover;
    text-align: center;
	padding-top: 16%;
}

.page-id-2998 .menu {
	 display:none;
}

.page-id-2998 .bonsure-display {
	display:block !important;
}

.postid-3012 .blog-list-content__wrap ul li {
  list-style-type: inherit;
}

.postid-3522 .blog-list-content__wrap ul li {
	list-style-type: disc !important;
    padding-bottom: 10px !important;
	padding-top:10px !important;
    margin-left: 12px !important;
}


.postid-3712 .blog-list-content__wrap ul li {
	list-style-type: disc !important;
    padding-bottom: 10px !important;
	padding-top:10px !important;
    margin-left: 12px !important;
}


.step__six .form__choice__list__select li img {
    width: 50px;
    margin: 0 auto 10px;
}
.form__choice__list__quarter img {
    display: block;
    margin: 20px auto;
    width: 40px;
}
.form__choice__step__six__img__blue, .form__choice__step__six__active img.form__choice__step__six__img__white {
    display: none!important;
}


.form__choice__step__six__circle {
    width: 15px;
    height: 15px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #fff;
}

.form__choice__step__six__active {
	cursor: pointer
}

.form__choice__step__six__active img.form__choice__step__six__img__blue {
	display: block!important
}

.form__choice__step__six__active img.form__choice__step__six__img__white {
	display: none!important
}


.form__choice__step__six__active div.form__choice__step__six__circle {
    background-color: #00bff3 !important;
}

.form__choice__step__six__active label, .form__choice__step__six__active p {
    color: #00bff3;
}



.mobile_view_img { display:none; }
.desktop_view_img { display:block; }

@media screen and (max-width:767px){ 
.mobile_view_img { display:block; }
.desktop_view_img { display:none; }
}    
