@charset "UTF-8";

body {
	padding: 0
}

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

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

.clearfix:after {
	clear: both
}

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

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

.container:after {
	clear: both
}

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

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

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

@-webkit-keyframes header {
	0% {
		top: -200px
	}

	100% {
		top: 0
	}
}

@keyframes header {
	0% {
		top: -200px
	}

	100% {
		top: 0
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 300%, 0);
		transform: translate3d(0, 300%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
}

@keyframes sonarEffect {
	0% {
		opacity: 0.3
	}

	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5)
	}

	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 0 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
		transform: scale(1.3);
		opacity: 0
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

h1,
.h1 {
	opacity: 0
}

h1.animated,
.h1.animated {
	-webkit-animation: fadeInLeft 1s ease forwards;
	animation: fadeInLeft 1s ease forwards
}

.item-2 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s
}

.item-3 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.item-4 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s
}

.item-5 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s
}

/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('images/fancybox_sprite.png')
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat
}

.fancybox-close {
	z-index: 8040;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-image: url('images/fancybox_sprite.png')
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png')
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

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

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

.slick-dots {
	position: absolute;
	margin: 0;
	list-style-type: none
}

.slick-dots button {
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.slick-prev,
.slick-next {
	z-index: 10;
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 0;
	cursor: pointer;
	color: transparent
}

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

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block;
	cursor: pointer
}

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

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

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

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

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

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

.nav-trigger {
	display: none;
	z-index: 25;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	position: relative;
	-webkit-box-flex: 0 0 40px;
	-moz-box-flex: 0 0 40px;
	-webkit-flex: 0 0 40px;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	max-width: 40px;
	margin-left: auto;
	border: none;
	background-color: transparent;
	cursor: pointer
}

@media (max-width:991px) {
	.nav-trigger {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex
	}
}

.nav-trigger:before,
.nav-trigger:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	background-color: #fff;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.nav-trigger:before {
	top: 0
}

.nav-trigger:after {
	bottom: 0
}

.nav-trigger span {
	display: block;
	margin: auto;
	width: 100%;
	height: 4px;
	border-radius: 5px;
	background-color: #fff;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.nav-trigger.menu-open span {
	opacity: 0
}

.nav-trigger.menu-open:before {
	top: calc(50% - 2px);
	animation-name: menu-button-before;
	animation-delay: 0.3s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards
}

.nav-trigger.menu-open:after {
	bottom: calc(50% - 2px);
	animation-name: menu-button-after;
	animation-delay: 0.3s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards
}

@keyframes menu-button-before {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}

@keyframes menu-button-after {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.decoration {
	min-height: 303px;
	background: url("images/banner.jpg") no-repeat 0 100%;
	background-size: cover;
	padding: 105px 0 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.decoration .container {
	margin-top: auto
}

@media (max-width:767px) {
	.decoration .container {
		min-width: 100%;
		max-width: 100%
	}
}

.decoration .h1,
.decoration h1 {
	color: #fff;
	margin-bottom: 0
}

.button,
.invert,
.grey {
	overflow: hidden;
	position: relative;
	display: block;
	width: 167px;
	margin: 0 auto;
	border: 1px solid #e23029;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #e23029;
	transition: background-color, color 0.2s
}

.button::before,
.invert::before,
.grey::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #e23029;
	transition: left 0.2s
}

.button>span,
.invert>span,
.grey>span {
	position: relative;
	display: block;
	padding: 12px 0
}

.button:hover,
.invert:hover,
.grey:hover {
	color: #fff
}

.button:hover::before,
.invert:hover::before,
.grey:hover::before {
	left: 0
}

.button.extra,
.invert.extra,
.grey.extra {
	font-weight: 800;
	width: 243px;
	font-size: 12px
}

.invert {
	width: 220px;
	color: #fff;
	background-color: #fff
}

.invert:before {
	background-color: #e23029;
	left: 0
}

.invert:hover {
	color: #e23029
}

.invert:hover:before {
	left: 100%
}

input.button,
input.invert,
input.grey {
	height: 35px;
	line-height: 33px;
	background-color: #fff
}

input.button:hover,
input.invert:hover,
input.grey:hover {
	background-color: #e23029;
	color: #fff
}

.grey {
	width: 270px;
	font-size: 12px;
	font-weight: 800;
	color: #363636;
	border: 1px solid #f8f9fa
}

.grey:before {
	left: 0;
	background-color: #f8f9fa
}

.grey:hover:before {
	left: 100%
}

.service-button {
	padding-left: 0 !important;
	color: #fff !important;
	background-color: #039 !important;
	height: 44px !important;
	line-height: 44px !important
}

.service-button:hover {
	background-color: #e23029 !important
}

.object-fit {
	display: block;
	position: relative;
	background-size: cover;
	background-position: center center
}

.object-fit.compat-object-fit>img {
	opacity: 0
}

.object-fit>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover
}

.nav {
	z-index: 10;
	margin: 0;
	font-size: 0;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: transform 0.4s;
}

.nav li {
	line-height: 1
}

.nav li {
	position: relative
}

.nav .item-level-0 {
	display: inline-block;
	vertical-align: top;
	margin: 0
}

.nav .item-level-0:hover .link-level-0,
.nav .item-level-0.active .link-level-0 {
	border-color: #e23029
}

.nav .item-level-0:hover .link-level-0::after,
.nav .item-level-0.active .link-level-0::after {
	opacity: 1
}

.nav .link-level-0 {
	position: relative;
	display: block;
	padding: 25px 11px;
	border-top: 8px solid transparent;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: border-color 0.2s
}

.nav .link-level-0::after {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(226, 48, 41, 0.3) 0%, rgba(226, 48, 41, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(226, 48, 41, 0.3) 0%, rgba(226, 48, 41, 0) 100%);
	background: linear-gradient(to bottom, rgba(226, 48, 41, 0.3) 0%, rgba(226, 48, 41, 0) 100%);
	transition: opacity 0.2s
}

@media (max-width:991px) {
	.nav {
		position: absolute;
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-moz-transform: translateY(-120%);
		-o-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%);
		width: 100%;
		height: 100vh;
		background-color: #353e61
	}

	.nav.open {
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.nav .link-level-0 {
		font-size: 20px;
		text-transform: uppercase
	}
}

.pagination {
	position: relative;
	margin: 45px 0 25px;
	font-family: 'Open sans', sans-serif;
	font-size: 0;
	text-align: center;
	list-style-type: none
}

.pagination-item {
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin: 0 2px;
	background: no-repeat center;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #e23029;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s
}

.pagination-item:hover {
	background-color: #f1f1f1
}

.pagination-item.active {
	background-color: #e23029;
	color: #fff
}

.pagination-item.prev,
.pagination-item.next,
.pagination-item.start,
.pagination-item.end {
	font-size: 0;
	-moz-transition: background-image 0.2s;
	-o-transition: background-image 0.2s;
	-webkit-transition: background-image 0.2s;
	transition: background-image 0.2s
}

.pagination-item.prev:hover,
.pagination-item.next:hover,
.pagination-item.start:hover,
.pagination-item.end:hover {
	background-color: #fff
}

.pagination-item.prev {
	margin-right: 20px
}

.pagination-item.next {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 20px
}

.pagination-item.divider>.pagination-link {
	cursor: default
}

.pagination-item.disabled {
	opacity: 0.5
}

.pagination-item.disabled:hover {
	border-color: #e1e4d9
}

.pagination-item.disabled>.pagination-link {
	cursor: default
}

.pagination-link {
	display: block;
	height: 100%;
	font-size: inherit;
	text-decoration: none;
	line-height: 36px;
	color: inherit
}

.breadcrumbs {
	margin: 0 0 30px;
	font-size: 0;
	list-style: none
}

.breadcrumbs>li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1;
	font-size: 14px;
	color: #bdbec1
}

.breadcrumbs>li:after {
	content: "|";
	padding: 0 8px;
	color: #bdbec1
}

.breadcrumbs>li.active,
.breadcrumbs>li:hover {
	color: #fff
}

.breadcrumbs>li.active a,
.breadcrumbs>li:hover a {
	text-decoration: none
}

.breadcrumbs>li:last-child {
	color: #fff
}

.breadcrumbs>li:last-child:after {
	content: none
}

.breadcrumbs>li:last-child a {
	text-decoration: none;
	cursor: default
}

.breadcrumbs a {
	display: inline-block;
	color: inherit
}

.social {
	font-size: 0
}

.social>.social-icon {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 3px
}

.social .social-link {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.social .social-link:hover {
	opacity: 0.8
}

.question-box {
	padding: 50px 0;
	background-image: url("images/question-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media (max-width:600px) {
	.question-box {
		background-image: none;
		background-color: #f4f4f4
	}
}

.question-box .container {
	padding: 0 85px
}

@media (max-width:991px) {
	.question-box .container {
		padding: 0 15px
	}
}

.question-box .title {
	color: #363636;
	font-weight: 900;
	margin-bottom: 3px;
	font-size: 35px
}

@media (max-width:991px) {
	.question-box .title {
		margin-bottom: 14px
	}
}

.question-box .title2 {
	color: #363636;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 22px;
	line-height: 1.3
}

.question-box .text {
	color: #565656;
	font-size: 14px;
	line-height: 1.3
}

.question-box .button,
.question-box .invert,
.question-box .grey {
	float: right;
	margin-top: -83px;
	margin-left: 10px;
	margin-bottom: 12px
}

@media (max-width:1199px) {

	.question-box .button,
	.question-box .invert,
	.question-box .grey {
		float: none;
		margin-top: 20px;
		margin-left: 0;
		margin-bottom: 0
	}
}

@media (max-width:600px) {

	.question-box .button,
	.question-box .invert,
	.question-box .grey {
		margin: 20px auto 0
	}
}

.validation {
	font-family: 'Open sans', sans-serif;
	font-size: 0
}

.validation-field {
	position: relative;
	display: block;
	padding-bottom: 20px
}

@media (max-width:767px) {
	.validation-field {
		padding-bottom: 16px
	}
}

.validation-field>input,
.validation-field>select,
.validation-field>textarea {
	width: 100%;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #d7d6d6;
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #363636;
	-moz-transition: border-color 0.2s;
	-o-transition: border-color 0.2s;
	-webkit-transition: border-color 0.2s;
	transition: border-color 0.2s
}

.validation-field>input::-webkit-input-placeholder,
.validation-field>select::-webkit-input-placeholder,
.validation-field>textarea::-webkit-input-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #bababa
}

.validation-field>input:-moz-placeholder,
.validation-field>select:-moz-placeholder,
.validation-field>textarea:-moz-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #bababa
}

.validation-field>input::-moz-placeholder,
.validation-field>select::-moz-placeholder,
.validation-field>textarea::-moz-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #bababa
}

.validation-field>input:-ms-input-placeholder,
.validation-field>select:-ms-input-placeholder,
.validation-field>textarea:-ms-input-placeholder {
	font-family: 'Open sans', sans-serif;
	font-size: 14px;
	color: #bababa
}

.validation-field>input:hover,
.validation-field>select:hover,
.validation-field>textarea:hover {
	border-color: #e1e1e1
}

.validation-field>input:focus,
.validation-field>select:focus,
.validation-field>textarea:focus {
	border-color: #787878
}

.validation-field>input,
.validation-field>select {
	vertical-align: middle;
	height: 33px
}

.validation-field>textarea {
	height: 115px;
	padding-top: 10px;
	resize: vertical
}

@media (max-width:767px) {
	.validation-field>textarea {
		height: 67px
	}
}

.validation-field.message-area {
	width: 100%
}

.validation-field.invalid input,
.validation-field.invalid textarea,
.validation-field.invalid .checkbox {
	border-color: #e25353 !important
}

.validation-field.invalid>.error {
	display: block
}

.validation-field.invalid>.input-title {
	color: #e25353
}

.validation-field.small>input {
	width: 48%;
	margin-right: 4%
}

.validation-field.small>input:last-child {
	margin-right: 0
}

.validation-field.captcha-control {
	text-align: left
}

.validation-field.captcha-control>input {
	display: inline-block;
	vertical-align: middle;
	width: 162px;
	border-radius: 5px
}

.validation-field.captcha-control>img {
	display: inline-block;
	vertical-align: middle;
	max-width: 113px;
	margin-left: 30px;
	border: 1px solid #a2c2eb
}

@media (max-width:991px) {
	.validation-field.captcha-control>input {
		width: 120px
	}

	.validation-field.captcha-control>img {
		margin-left: 10px
	}
}

.validation-field>.error {
	position: absolute;
	bottom: 2px;
	right: 0;
	display: none;
	font-size: 12px;
	color: #e25353
}

@media (max-width:767px) {
	.validation-field>.error {
		bottom: 6px
	}
}

@media (max-width:600px) {
	.g-recaptcha {
		-moz-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
		margin: 0 calc(50% - 152px) 0 !important
	}
}

.submit {
	max-width: 100%
}

.form-success.green {
	font-size: 16px;
	text-align: center;
	color: #437f12
}

.modal {
	z-index: 3000 !important;
	display: none;
	width: auto;
	height: auto;
	background: transparent
}

.popup {
	width: 700px;
	padding: 18px 0 28px;
	background-color: #fff;
	font-size: 0
}

@media (max-width:767px) {
	.popup {
		width: 290px
	}
}

.popup input.button,
.popup input.invert,
.popup input.grey {
	background-color: #e23029;
	color: #fff;
	font-weight: 800
}

.popup input.button:hover,
.popup input.invert:hover,
.popup input.grey:hover {
	background-color: #fff;
	color: #e23029
}

.popup .h5,
.popup h5 {
	text-transform: uppercase;
	padding: 10px 40px;
	margin-bottom: 20px;
	border-left: 5px solid #e02c26
}

@media (max-width:767px) {

	.popup .h5,
	.popup h5 {
		padding: 10px;
		margin-bottom: 0
	}
}

.popup .slimScrollBar {
	background-color: #ededed !important;
	border: 1px solid #cccaca !important
}

.popup .slimScrollRail {
	width: 3px !important;
	margin-right: 2px
}

.popup .form-scroll-wrap {
	padding-right: 20px
}

.popup .form-scroll-wrap .validation-field {
	padding-bottom: 0;
	margin-bottom: 6px;
	border: 2px solid #ededed;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #ededed
}

.popup .form-scroll-wrap input {
	border: none;
	height: 24px;
	max-width: 20%;
	min-width: 20%
}

@media (max-width:767px) {
	.popup .form-scroll-wrap input {
		max-width: 30%;
		min-width: 30%
	}
}

.popup .form-scroll-wrap input[type="checkbox"] {
	display: none
}

.popup .form-scroll-wrap input[type="checkbox"]:checked+.input-title {
	background-image: url("images/base64/green-check.png")
}

.popup .form-scroll-wrap label {
	margin-left: auto
}

.popup .form-scroll-wrap .input-title {
	display: block;
	width: 30px;
	height: 24px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-moz-transition: background-image 0.2s;
	-o-transition: background-image 0.2s;
	-webkit-transition: background-image 0.2s;
	transition: background-image 0.2s;
	cursor: pointer
}

.popup .form-scroll-wrap .placeholder {
	background-color: #ededed;
	color: #363636;
	max-width: 80%;
	min-width: 80%;
	font-size: 14px;
	padding-left: 13px;
	line-height: 24px
}

@media (max-width:767px) {
	.popup .form-scroll-wrap .placeholder {
		max-width: 70%;
		min-width: 70%;
		padding-left: 2px;
		font-size: 13px
	}
}

.popup .file-type {
	padding: 0;
	width: 260px;
	margin: 0 auto
}

.popup .file-type input[type="file"] {
	border: transparent;
	padding: 0;
	display: block
}

.popup .popup-wrap {
	padding: 0 40px 15px 40px
}

@media (max-width:767px) {
	.popup .popup-wrap {
		padding: 0 15px 15px 15px
	}
}

.popup .submit {
	margin: 0 auto
}

.close-modal {
	z-index: 2;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.12);
	-moz-transition: background-image 0.2s, background-color 0.2s;
	-o-transition: background-image 0.2s, background-color 0.2s;
	-webkit-transition: background-image 0.2s, background-color 0.2s;
	transition: background-image 0.2s, background-color 0.2s
}

.close-modal:hover {
	background-color: #e23029
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("images/spinner.gif") #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px
}

.blocker {
	z-index: 2000 !important
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 33px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 15
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	margin: 0;
	padding: 6px;
	user-select: none;
	font-size: 14px;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

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

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #8a8b8c
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 33px;
	font-size: 14px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 32px;
	background-position: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: '';
	position: absolute;
	left: calc(50% - 2.5px);
	top: calc(50% - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 3px 0 3px;
	border-color: #000 transparent transparent transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-container--open .select2-selection__arrow {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #039;
	color: white
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #039
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #039
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #039
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #039
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #039;
	color: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #039
}

.header {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.header.fixed {
	position: fixed;
	top: -200px;
	-webkit-animation: header 0.7s ease 0.3s forwards;
	animation: header 0.7s ease 0.3s forwards;
	background-color: #39455b
}

.header>.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}

.header>.container::before,
.header>.container::after {
	display: none
}

.header .logo {
	font-size: 45px;
	line-height: 64px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	height: 64px;
	display: block;
	max-width: 358px;
	width: 358px;
	background-size: contain
}

@media (max-width:600px) {
	.header .logo {
		margin-right: 15px;
		font-size: 34px
	}
}

@media (max-width:767px) {
	.header {
		padding: 20px 0
	}
}

.g-recaptcha {
	display: block;
	width: 304px;
	margin: 0 auto
}

.custom-video {
	padding: 0 0 60px 0
}

.video-wrap1 {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.video-wrap1 video {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	transform: translate(-50%, -50%)
}

.banner {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	height: 550px;
	background: url("images/banner.jpg") no-repeat 50% 100%;
	background-size: cover;
	text-align: center;
	color: #fff
}

.banner.animated>.banner-title {
	-webkit-animation: bounceInDown 2s ease 1.2s forwards;
	animation: bounceInDown 2s ease 1.2s forwards
}

.banner.animated>.small-title {
	-webkit-animation: bounceInDown 2s ease 1s forwards;
	animation: bounceInDown 2s ease 1s forwards
}

.banner>.banner-title {
	position: relative;
	z-index: 1;
	opacity: 0;
	margin-bottom: 15px;
	font-size: 3.5vw;
	font-weight: 800;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.banner .banner-line {
	display: inline-block;
	padding-left: 35px;
	border-left: 7px solid #e23029;
	height: 48px;
	vertical-align: bottom
}

.banner>.small-title {
	font-weight: 700;
	position: relative;
	z-index: 1;
	opacity: 0;
	font-size: 3vw
}

.banner>.small-title.first {
	margin-bottom: 10px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s
}

.banner>.small-title.second {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s
}

.banner>.small-small-title {
	font-weight: 400;
	margin-top: 50px;
	font-size: 1.8vw
}

.scroll-down {
	position: absolute;
	z-index: 1;
	bottom: -41px;
	left: 50%;
	margin-left: -41px;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 14px;
	-webkit-box-shadow: 0 1px 6px 0 rgba(245, 246, 250, 1);
	-moz-box-shadow: 0 1px 6px 0 rgba(245, 246, 250, 1);
	box-shadow: 0 1px 6px 0 rgba(245, 246, 250, 1)
}

.scroll-down:hover::after {
	-webkit-animation: scroll 0.5s linear infinite alternate;
	animation: scroll 0.5s linear infinite alternate
}

.scroll-down::after {
	content: "";
	position: absolute;
	left: calc(50% - 4px);
	bottom: 15px;
	width: 10px;
	height: 12px
}

@media (max-width:767px) {
	.banner>.banner-title {
		font-size: 30px
	}

	.banner>.small-title {
		font-size: 28px
	}
}

@media (max-width:450px) {
	.banner {
		height: 420px
	}

	.banner>.banner-title {
		font-size: 20px
	}

	.banner>.small-title {
		font-size: 18px
	}
}

.catalog {
	padding: 60px 15px
}

.catalog-small-p {
	margin-top: -40px;
	margin-left: 42px;
	padding-bottom: 40px;
	color: #363636
}

.example {
	font-size: 16px;
	margin-bottom: 10px;
	color: #a7a7a7
}

.catalog-slider {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:600px) {
	.catalog-slider {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.catalog-slider .slick-list {
	padding-bottom: 15px
}

.catalog-slider .catalog-item {
	margin: 0 auto
}

.catalog-slider .slick-arrow {
	position: absolute;
	bottom: 50%;
	width: 14px;
	height: 36px;
	margin-top: -18px
}

.catalog-slider .slick-prev {
	left: 0
}

.catalog-slider .slick-next {
	right: 0
}

.catalog-slider .slide {
	min-width: calc(50% - 14px);
	max-width: calc(50% - 14px);
	margin-bottom: 28px
}

.catalog-slider .slide:nth-child(3) {
	min-width: 100%;
	max-width: 100%
}

@media (max-width:600px) {
	.catalog-slider .slide {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 28px
	}
}

.catalog-item {
	width: 100%;
	display: block;
	padding-bottom: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 9px 3px rgba(240, 240, 240, 1);
	-moz-box-shadow: 0 3px 9px 3px rgba(240, 240, 240, 1);
	box-shadow: 0 3px 9px 3px rgba(240, 240, 240, 1);
	text-align: center;
	transition: box-shadow 0.2s
}

.catalog-item:hover {
	-webkit-box-shadow: 0 3px 15px 9px rgba(240, 240, 240, .7);
	-moz-box-shadow: 0 3px 15px 9px rgba(240, 240, 240, .7);
	box-shadow: 0 3px 15px 9px rgba(240, 240, 240, .7)
}

.catalog-item>.item-img {
	position: relative;
	display: block;
	height: 258px;
	margin-bottom: 20px
}

.catalog-item>.item-img .title {
	display: block;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	font-size: 46px;
	font-weight: 700
}

@media (max-width:1199px) {
	.catalog-item>.item-img .title {
		bottom: 12px
	}
}

@media (max-width:991px) {
	.catalog-item>.item-img .title {
		font-size: 26px
	}
}

.catalog-item>.item-title {
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.2
}

.catalog-item>.price-title {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 300;
	color: #818181
}

.catalog-item>.price {
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
	font-size: 33px
}

.catalog-item>.price>span {
	font-weight: 900
}

@media (min-width:992px) and (max-width:1199px) {
	.catalog-slider .catalog-item>.item-img {
		height: 193px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.catalog-slider .catalog-item>.item-img {
		height: 215px
	}
}

@media (max-width:767px) {
	.catalog-slider .catalog-item>.item-img {
		height: 193px
	}

	.catalog-slider .slick-arrow {
		bottom: 0
	}
}

@media (max-width:600px) {
	.catalog-slider .slide {
		margin-bottom: 0
	}

	.catalog-slider .catalog-item>.item-img {
		height: 215px
	}
}

.advantages {
	padding: 60px 0;
	background: url("images/advantages.jpg") no-repeat top center;
	background-size: cover;
	font-size: 0
}

.advantages .h1,
.advantages h1 {
	color: #fff
}

.advantage-item {
	opacity: 0;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 14px;
	text-align: center
}

.advantage-item.animated {
	-webkit-animation: fadeIn 1s ease 1s forwards;
	animation: fadeIn 1s ease 1s forwards
}

.advantage-item:hover>.item-img::before {
	animation: sonarEffect 1.1s ease-out 0.2s
}

.advantage-item:hover>.item-img::after {
	animation: sonarEffect 0.8s ease-out 75ms
}

.advantage-item:hover>.item-img>span {
	background-color: #f9f9fb;
	transform: scale(0.93)
}

.advantage-item>.item-img {
	position: relative;
	width: 136px;
	height: 136px;
	margin: 0 auto 35px;
	transition: background 0.2s
}

.advantage-item>.item-img::before,
.advantage-item>.item-img::after {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
	transform: scale(0.9);
	transition: transform, opacity 0.2s
}

.advantage-item>.item-img>span,
.advantage-item>.item-img::before,
.advantage-item>.item-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.advantage-item>.item-img>span {
	z-index: 2;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ced0da;
	transition: transform 0.2s
}

.advantage-item>.item-title {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	color: #fff
}

@media (max-width:991px) {
	.advantage-item>.item-title {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.advantage-item {
		width: 50%;
		margin-bottom: 20px
	}
}

@media (max-width:450px) {
	.advantage-item>.item-img {
		width: 100px;
		height: 100px
	}

	.advantage-item>.item-img>span {
		background-size: 65%
	}

	.advantage-item>.item-title {
		font-size: 16px
	}
}

.service-stages {
	padding: 60px 15px 50px
}

.stages-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

@media (max-width:600px) {
	.stages-wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center
	}
}

.animated .stage-item {
	-webkit-animation: fadeInLeft 1s ease forwards;
	animation: fadeInLeft 1s ease forwards
}

.stage-item {
	opacity: 0;
	position: relative;
	width: 264px;
	margin-bottom: 50px;
	text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
	.stage-item {
		width: 210px
	}
}

.stage-item::after {
	content: "";
	position: absolute;
	width: 77px;
	height: 82px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: none
}

.stage-item>img {
	margin-bottom: 35px;
	border-radius: 50%;
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-box-shadow: 0 0 0 11px rgba(242, 246, 253, 1);
	-moz-box-shadow: 0 0 0 11px rgba(242, 246, 253, 1);
	box-shadow: 0 0 0 11px rgba(242, 246, 253, 1)
}

@media (min-width:992px) and (max-width:1199px) {
	.stage-item>img {
		max-width: 165px
	}
}

.stage-item>.item-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 800;
	color: #e23029
}

.stage-item>.short-text {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.2
}

.stage-item.fourth {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.stage-item.second {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s
}

.stage-item.third {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s
}

@media (max-width:991px) {
	.animated .stage-item {
		opacity: 1;
		-webkit-animation: none;
		animation: none
	}
}

@media (min-width:768px) and (max-width:991px) {
	.stage-item {
		margin: 0 40px 50px
	}
}

@media (max-width:767px) {
	.stage-item {
		padding: 0 15px
	}
}

.reviews {
	padding: 60px 0;
	background-color: #f1f1f1
}

.notebook-wrap {
	display: inline-block;
	vertical-align: top;
	background-image: url("images/notebook.PNG");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.reviews-slider .slide-count {
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	margin-right: 20px;
	font-size: 34px;
	font-weight: 500;
	color: #8f9090
}

.reviews-slider .slide-count>span {
	font-size: 54px;
	color: #363636
}

.reviews-slider .slider-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}

.reviews-slider .slick-arrow {
	position: relative;
	width: 34px;
	height: 40px;
	margin: 0 2px;
	background-color: #fff
}

.reviews-slider .slick-arrow:hover::after {
	border-color: transparent #de2b24 transparent transparent
}

.reviews-slider .slick-arrow::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #cfcfcf transparent transparent
}

.reviews-slider .slick-next::after {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.review {
	font-size: 0
}

.review .notebook-wrap {
	width: 650px;
	height: 380px
}

.review .item-img {
	position: relative;
	width: 495px;
	margin-left: 78px;
	margin-top: 23px;
	height: 312px
}

.review>.review-text {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-left: 20px;
	padding-bottom: 75px
}

.review .date {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #e8e8e8;
	color: #a1a1a1
}

.review .item-title {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 600
}

.review .author {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600
}

.review .short-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.3
}

.review .detail {
	display: block;
	font-size: 16px
}

@media (min-width:992px) and (max-width:1199px) {
	.review .notebook-wrap {
		width: 450px;
		height: 265px
	}

	.review .item-img {
		width: 342px;
		margin-left: 54px;
		margin-top: 18px;
		height: 215px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.review .notebook-wrap {
		width: 240px;
		height: 145px
	}

	.review .item-img {
		width: 184px;
		margin-left: 28px;
		margin-top: 12px;
		height: 115px
	}
}

@media (max-width:767px) {
	.review .notebook-wrap {
		display: none
	}

	.review .item-img {
		display: none
	}

	.review>.review-text {
		width: 100%;
		margin-left: 0
	}

	.review .item-title {
		font-size: 24px
	}
}

.clients {
	padding: 60px 15px;
	background-color: #f3f3f3
}

.clients-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.client {
	position: relative;
	display: block;
	width: 200px;
	height: 170px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(209, 209, 209, 1);
	transition: box-shadow 0.4s;
	cursor: default
}

.client:hover {
	box-shadow: none
}

@media (min-width:992px) and (max-width:1199px) {
	.client {
		width: 170px;
		height: 145px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.client {
		width: 130px;
		height: 111px
	}
}

@media (max-width:767px) {
	.client {
		height: 70px;
		border: 3px solid transparent;
		box-shadow: none
	}
}

.about {
	padding: 60px 0;
	background: url("images/about.jpg") no-repeat;
	background-size: cover
}

.about.animated p {
	-webkit-animation: fadeInDown 1s ease forwards 1s;
	animation: fadeInDown 1s ease forwards 1s
}

.about h1,
.about .h1,
.about p,
.about a,
.about li {
	color: #fff
}

.about p {
	opacity: 0
}

@media (min-width:768px) {
	.about .text-page {
		padding: 0 45px
	}
}

.contacts {
	position: relative
}

.contact-box {
	overflow: hidden;
	z-index: 3;
	position: absolute;
	left: calc(50% - 570px);
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 460px;
	padding: 75px 70px 50px 70px;
	background-color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
	.contact-box {
		left: calc(50% - 485px)
	}
}

@media (min-width:768px) and (max-width:991px) {
	.contact-box {
		left: calc(50% - 375px)
	}
}

.contact-box>.h1 {
	margin: 0 0 45px -70px
}

.contact-box>.address {
	margin-bottom: 20px;
	font-size: 16px
}

.contact-box>.phones {
	margin-bottom: 15px;
	font-size: 16px
}

.contact-box>.phones>span {
	display: block;
	margin-bottom: 10px
}

.contact-box .social-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 35px
}

.contact-box .social-title {
	font-size: 16px;
	line-height: 1.1
}

.contact-box .support-title {
	font-size: 16px;
	line-height: 1.5
}

.contact-box .social {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	width: 90px;
	margin: 0
}

.map {
	height: 650px
}

@media (max-width:767px) {
	.contact-box {
		position: static;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%
	}
}

@media (max-width:500px) {
	.contact-box {
		padding: 30px 15px
	}

	.contact-box>.h1 {
		margin-left: 0
	}
}

.footer {
	padding: 28px 0;
	background-color: #39455b
}

@media (max-width:767px) {
	.footer {
		padding: 18px 0
	}
}

.footer>.main-line {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center
}

@media (max-width:767px) {
	.footer>.main-line {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer>.main-line::before,
.footer>.main-line::after {
	display: none
}

.footer img {
	width: 185px
}

@media (max-width:767px) {
	.footer img {
		margin: 10px 0 0
	}
}

.copyright {
	font-size: 16px;
	color: #b6c3e1
}

.catalog-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around
}

.catalog-wrap .catalog-item {
	margin-bottom: 50px
}

@media (min-width:992px) and (max-width:1199px) {
	.catalog-wrap .catalog-item {
		width: 260px
	}

	.catalog-wrap .catalog-item>.item-img {
		height: 193px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.catalog-wrap .catalog-item {
		width: 290px
	}

	.catalog-wrap .catalog-item>.item-img {
		height: 215px
	}
}

@media (max-width:767px) {
	.catalog-wrap .catalog-item {
		width: 260px
	}

	.catalog-wrap .catalog-item>.item-img {
		height: 193px
	}
}

@media (max-width:600px) {
	.catalog-wrap .catalog-item {
		width: 290px
	}

	.catalog-wrap .catalog-item>.item-img {
		height: 215px
	}
}

.reviews-wrap .notebook-wrap {
	background-image: none;
	min-width: 48%;
	max-width: 48%;
	margin-right: auto;
	border: 20px solid #e8e8e8;
	border-radius: 6px;
	height: auto
}

@media (max-width:767px) {
	.reviews-wrap .notebook-wrap {
		display: block
	}
}

@media (max-width:600px) {
	.reviews-wrap .notebook-wrap {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 18px
	}
}

.reviews-wrap .review {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #e8e8e8
}

@media (max-width:600px) {
	.reviews-wrap .review {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.reviews-wrap .review:nth-child(even) .notebook-wrap {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	margin: 0 0 0 auto
}

.reviews-wrap .review:nth-child(even) .review-text {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	margin: 0 auto 0 0
}

@media (max-width:600px) {
	.reviews-wrap .review:nth-child(even) .notebook-wrap {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin: 0 0 18px 0
	}

	.reviews-wrap .review:nth-child(even) .review-text {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin: 0
	}
}

.reviews-wrap .detail {
	font-size: 16px;
	color: #3c59ab
}

.reviews-wrap .item-img {
	display: block;
	position: relative;
	width: 100%;
	height: 328px;
	margin: 0
}

@media (min-width:992px) and (max-width:1199px) {
	.reviews-wrap .item-img {
		height: 273px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.reviews-wrap .item-img {
		height: 212px
	}
}

@media (max-width:767px) {
	.reviews-wrap .item-img {
		display: block;
		height: 216px
	}
}

@media (max-width:450px) {
	.reviews-wrap .item-img {
		height: 185px
	}
}

.reviews-wrap .item-img:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -8px;
	top: -8px;
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background-color: #fff
}

.reviews-wrap .item-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.reviews-wrap .review-text {
	min-width: 48%;
	max-width: 48%;
	margin-left: auto;
	padding-bottom: 0
}

@media (max-width:600px) {
	.reviews-wrap .review-text {
		min-width: 100%;
		max-width: 100%;
		margin: 0
	}
}

.reviews-wrap .review-text .date {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #e8e8e8;
	color: #a1a1a1
}

.big-title {
	margin-bottom: 18px;
	text-align: center;
	font-size: 32px;
	color: #363636;
	font-weight: 800;
	text-transform: uppercase
}

.under-title {
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center
}

.contact-form,
.contact-wrap {
	width: 500px;
	margin: 0 auto 40px
}

@media (max-width:600px) {

	.contact-form,
	.contact-wrap {
		width: 100%
	}
}

.contact-wrap {
	margin-bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-wrap .address {
	max-width: 100%;
	min-width: 100%;
	margin-right: 5%;
	min-height: 28px;
	line-height: 28px;
	padding-left: 30px;
	background: left top no-repeat;
	line-height: 1.3
}

@media (max-width:450px) {
	.contact-wrap .address {
		max-width: 100%;
		min-width: 100%;
		margin: 0 0 20px 0
	}
}

.contact-wrap .phones {
	max-width: 35%;
	min-width: 35%;
	padding-left: 26px;
	background: left top no-repeat;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:450px) {
	.contact-wrap .phones {
		max-width: 160px;
		min-width: 160px;
		margin: 0 auto
	}
}

.contact-wrap .phones span {
	margin-bottom: 11px
}

.contact-wrap .social-wrap {
	max-width: 100%;
	min-width: 100%;
	padding-top: 25px;
	margin-top: 22px;
	border-top: 1px solid #ccc
}

.contact-wrap .social-wrap .social-title {
	text-align: center;
	margin-bottom: 18px
}

.contact-wrap .social-wrap .social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 0
}

.contacts-bottom {
	padding: 55px 0;
	background-color: #f3f3f3
}

.contact-phone-item {
	width: 350px;
	display: block;
	margin: 0 auto
}

@media (max-width:600px) {
	.contact-phone-item {
		width: 255px
	}
}

.contact-phone-item .title {
	font-size: 18px;
	margin-bottom: 10px
}

.contact-phone-item .contact-phone-img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 16px
}

@media (max-width:600px) {
	.contact-phone-item .contact-phone-img {
		width: 20px;
		height: 20px
	}
}

.contact-phone-item .contact-phone-img img {
	width: 100%;
	max-height: 100%
}

.contact-phone-item .contact-viber-img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px
}

@media (max-width:600px) {
	.contact-phone-item .contact-viber-img {
		width: 20px;
		height: 20px
	}
}

.contact-phone-item .contact-viber-img img {
	width: 100%;
	max-height: 100%
}

.contact-phone-item .contact-whatsapp-img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px
}

@media (max-width:600px) {
	.contact-phone-item .contact-whatsapp-img {
		width: 20px;
		height: 20px
	}
}

.contact-phone-item .contact-whatsapp-img img {
	width: 100%;
	max-height: 100%
}

.contact-phone-item a {
	font-size: 28px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: #222
}

@media (max-width:600px) {
	.contact-phone-item a {
		font-size: 20px
	}
}

.tariff-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

@media (max-width:991px) {
	.tariff-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch
	}
}

.section14 .tariff-item .title {
	background-image: url("images/inst-bg.jpg")
}

.section14 .personal-plan {
	background-image: url("images/personal-rainbow-bg.jpg")
}

.section15 .tariff-item .title {
	background-image: url("images/youtube-bg.jpg")
}

.section15 .personal-plan {
	background-image: url("images/personal-red-bg.jpg")
}

.tariff-item {
	max-width: 24%;
	min-width: 24%;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 5px 12px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 5px 12px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 12px 3px rgba(0, 0, 0, 0.05)
}

@media (max-width:991px) {
	.tariff-item {
		max-width: 48%;
		min-width: 48%;
		margin-bottom: 25px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:600px) {
	.tariff-item {
		max-width: 100%;
		min-width: 100%
	}
}

.tariff-item .title {
	height: 74px;
	margin-bottom: 20px;
	line-height: 74px;
	font-size: 32px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	background-image: url("images/fb-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.tariff-item .price {
	margin-bottom: 5px;
	font-size: 33px;
	font-weight: 900;
	color: #363636;
	text-align: center
}

.tariff-item .price>span {
	font-weight: 400;
	font-size: 27px
}

.tariff-item .old-price {
	margin-bottom: 22px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	color: #393939
}

.tariff-item .old-price>span {
	font-size: 16px;
	font-weight: 700;
	text-decoration: line-through
}

.tariff-item table {
	width: calc(100% - 32px);
	margin: 0 16px 22px
}

.tariff-item table tr {
	border-bottom: 1px solid #d3dae9
}

.tariff-item table tr:last-child {
	border-bottom: none
}

.tariff-item table td {
	vertical-align: middle;
	border: none;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 14px
}

.tariff-item table td>strong {
	color: #3d5998;
	display: block;
	padding: 0 0 5px;
	font-size: 15px
}

.tariff-item table a {
	color: #131313;
	text-decoration: none
}

.tariff-item table a:hover {
	text-decoration: underline;
	color: #3c59ab
}

.tariff-item .button,
.tariff-item .invert,
.tariff-item .grey {
	font-weight: 800;
	margin-bottom: 25px
}

@media (max-width:991px) {

	.tariff-item .button,
	.tariff-item .invert,
	.tariff-item .grey {
		margin-top: auto
	}
}

.tariff-item span.checked {
	display: block;
	width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat
}

.personal-plan {
	background-image: url("images/personal-blue-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0 45px;
	text-align: center
}

.personal-plan .title {
	opacity: 0;
	font-size: 35px;
	font-weight: 800;
	color: #fff
}

.personal-plan .title.animated {
	animation: fadeIn 1.2s forwards
}

.personal-plan .under-title {
	opacity: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px
}

.personal-plan .under-title.animated {
	animation: fadeIn 1.2s forwards;
	animation-delay: 0.1s
}

.personal-plan .grey {
	opacity: 0
}

.personal-plan .grey.animated {
	animation: fadeIn 1.2s forwards;
	animation-delay: 0.2s
}

.description-box {
	padding-bottom: 42px
}

.description-box>.title {
	margin-bottom: 8px;
	height: 64px;
	line-height: 64px;
	padding: 0 22px;
	background-color: #dae2ed;
	font-size: 26px;
	font-weight: 800;
	color: #363636;
	text-transform: uppercase
}

.description-box .description-item {
	margin-bottom: 6px
}

.description-box .description-item .title {
	position: relative;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 0 10px 0 54px;
	background-color: #f5f7fa;
	border: 1px solid transparent;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	border-bottom: none
}

.description-box .description-item .title.info-show {
	background-color: #fff;
	border-color: #f0f0f0
}

.description-box .description-item .title.info-show:before {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.description-box .description-item .title:before {
	position: absolute;
	content: '';
	left: 22px;
	top: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5.5px 0 5.5px;
	border-color: #536faa transparent transparent transparent
}

.description-box .description-item .info {
	display: none;
	padding: 14px 52px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	font-size: 14px;
	font-weight: 300;
	color: #5e5e5e;
	line-height: 1.5
}

.how-it-works {
	background-color: #f3f3f3;
	padding: 50px 0
}

.how-it-works-wrap {
	overflow: hidden;
	padding: 0 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

@media (max-width:1199px) {
	.how-it-works-wrap {
		padding: 0 30px
	}
}

@media (max-width:991px) {
	.how-it-works-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:600px) {
	.how-it-works-wrap {
		padding: 0
	}
}

.how-it-works-item {
	opacity: 0;
	max-width: 270px;
	min-width: 270px;
	position: relative
}

@media (min-width:992px) and (max-width:1199px) {
	.how-it-works-item {
		max-width: 230px;
		min-width: 230px
	}
}

@media (max-width:991px) {
	.how-it-works-item {
		margin-bottom: 40px;
		max-width: 100%;
		min-width: 100%
	}
}

.how-it-works-item.animated {
	animation: fadeInUp 1.2s forwards
}

.how-it-works-item:first-child:before {
	background-image: url("images/base64/arrow-2.png");
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg)
}

.how-it-works-item:nth-child(2):before {
	background-image: url("images/base64/arrow-4.png");
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

.how-it-works-item:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 160px;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center
}

@media (max-width:991px) {
	.how-it-works-item:before {
		display: none
	}
}

.how-it-works-item .item-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

@media (max-width:991px) {
	.how-it-works-item .item-img {
		margin: 0 auto 30px
	}
}

.how-it-works-item .item-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.how-it-works-item .title {
	margin-bottom: 12px;
	font-size: 24px;
	color: #363636;
	font-weight: 700
}

.how-it-works-item .text {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5
}

.why-get {
	padding: 50px 0 20px
}

.why-get-wrap {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.why-get-wrap .why-get-item {
	opacity: 0;
	min-width: 50%;
	max-width: 50%;
	margin-bottom: 60px;
	padding: 12px 135px 12px 165px;
	font-size: 18px;
	line-height: 1.3;
	background-position: 40px center;
	background-repeat: no-repeat
}

@media (min-width:992px) and (max-width:1199px) {
	.why-get-wrap .why-get-item {
		margin-bottom: 20px;
		padding: 12px 80px 12px 165px
	}
}

@media (max-width:991px) {
	.why-get-wrap .why-get-item {
		margin-bottom: 20px;
		padding: 12px 12px 12px 112px;
		background-position: 10px center
	}
}

@media (max-width:600px) {
	.why-get-wrap .why-get-item {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 35px
	}
}

.why-get-wrap .why-get-item.animated {
	animation: fadeInUp 1.2s forwards
}

.why-get-wrap .why-get-item:first-child {
	background-image: url("images/why-get1.png")
}

.why-get-wrap .why-get-item:nth-child(2) {
	background-image: url("images/why-get2.png")
}

.why-get-wrap .why-get-item:nth-child(3) {
	background-image: url("images/why-get3.png");
	margin-bottom: 0
}

@media (max-width:600px) {
	.why-get-wrap .why-get-item:nth-child(3) {
		margin-bottom: 35px
	}
}

.why-get-wrap .why-get-item:nth-child(4) {
	background-image: url("images/why-get4.png");
	margin-bottom: 0
}

.audience-form .form-success {
	position: relative
}

.audience-form .box {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	padding: 20px 20px 10px;
	margin-bottom: 16px;
	position: relative
}

.audience-form .box>.box {
	display: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 16px;
	position: relative
}

.audience-form .box>.h1-title {
	padding: 10px 40px 10px 15px;
	border-left: 7px solid #dae2ed;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	color: #4067bf;
	user-select: none;
	cursor: pointer
}

.audience-form .box>.h1-title:before,
.audience-form .box>.h1-title:after {
	content: '';
	position: absolute;
	background-color: #dae2ed
}

.audience-form .box>.h1-title:before {
	right: 7px;
	top: calc(50% - 4px);
	width: 24px;
	height: 8px
}

.audience-form .box>.h1-title:after {
	right: 15px;
	top: calc(50% - 12px);
	width: 8px;
	height: 24px;
	transition: transform 0.3s;
	transform-origin: center
}

.audience-form .box>.h1-title.open:after {
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.audience-form .box .hint-wrap .dec {
	font-size: 9px;
	height: 15px;
	width: 15px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid #4067bf;
	cursor: pointer;
	border-radius: 50%;
	padding-top: 2px
}

.audience-form .box .hint-wrap .dec:hover+.text {
	opacity: 1
}

.audience-form .box .hint-wrap .text {
	font-size: 13px;
	transition: opacity 0.3s;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 45px;
	right: 20px;
	max-width: 200px;
	padding: 10px;
	color: #fff;
	background-color: #4067bf;
	z-index: 1000000
}

.audience-form select {
	font-weight: 600
}

.audience-form .title {
	padding: 10px 0 10px 20px;
	border-left: 7px solid #dae2ed;
	font-weight: 600;
	color: #4067bf;
	font-size: 26px;
	margin-bottom: 16px
}

.audience-form .description {
	background: #f5f7fa;
	padding: 20px
}

.audience-form .description strong,
.audience-form .description b {
	font-weight: 600
}

.audience-form .description p {
	margin-bottom: 10px
}

.audience-form .description p:last-child {
	margin-bottom: 0
}

.audience-form .charge {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 16px;
	position: absolute;
	top: 100px;
	right: -20px;
	padding: 20px;
	background-color: #039;
	color: #fff;
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.audience-form .charge .order {
	display: inline-block;
	padding-left: 16px;
	color: #fff
}

@media (max-width:1025px) {
	.audience-form .charge {
		position: fixed;
		top: initial !important;
		right: initial;
		bottom: 0;
		left: 50%;
		margin: 0;
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
		font-size: 20px;
		text-align: center;
		border-radius: 5px 5px 0 0;
		padding: 5px 10px
	}
}

.audience-form .link,
.audience-form .quantity,
.audience-form .email {
	background-repeat: no-repeat;
	background-position: 14px 50%;
	background-size: 20px;
	padding-left: 45px
}

.audience-form .link {
	background-image: url("images/link.png")
}

.audience-form .email {
	background-image: url("images/mail.png")
}

.audience-form .quantity {
	background-image: url("images/user.png")
}

.audience-form .input-field {
	cursor: pointer;
	display: block;
	margin-bottom: 16px
}

.audience-form .input-field input {
	display: none
}

.audience-form .input-field input:checked+.radio {
	border-color: #4067bf;
	position: relative
}

.audience-form .input-field input:checked+.radio:after {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #4067bf
}

.audience-form .input-field input:checked+.radio+.input-title {
	color: #4067bf
}

.audience-form .input-field .radio {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border: 2px solid #d2d2d2;
	margin-right: 13px;
	border-radius: 50%
}

.audience-form .input-field .input-title {
	font-size: 16px;
	color: #666;
	display: inline
}

.examples {
	padding: 60px 15px;
	background-color: #f3f3f3
}

.examples .slider-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end
}

.examples .slick-arrow {
	position: absolute;
	width: 34px;
	height: 40px;
	margin: 0 2px;
	background-color: #fff
}

.examples .slick-arrow:hover::after {
	border-color: transparent #de2b24 transparent transparent
}

.examples .slick-arrow::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 5px 0;
	border-color: transparent #cfcfcf transparent transparent
}

.examples .slick-prev {
	left: 0;
	top: calc(50% - 20px)
}

.examples .slick-next {
	right: 0;
	top: calc(50% - 20px)
}

.examples .slick-next::after {
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.examples .examples-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.examples .example {
	position: relative;
	display: block;
	height: 310px;
	background-color: #fff;
	margin: 5px 15px;
	box-shadow: 0 2px 8px 0 rgba(209, 209, 209, 1);
	transition: box-shadow 0.4s;
	cursor: default
}

.examples .example:hover {
	box-shadow: none
}

@media (min-width:992px) and (max-width:1199px) {
	.examples .example {
		height: 310px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.examples .example {
		height: 280px
	}
}

@media (max-width:767px) {
	.examples .example {
		height: 280px;
		border: 3px solid transparent;
		box-shadow: none
	}
}

.text-block {
	padding: 60px 0 30px 0
}

.text-block .text-wrap img {
	display: block;
	float: left;
	width: 50% !important;
	height: auto !important;
	margin: 0 20px 20px 0
}

@media (max-width:600px) {
	.text-block .text-wrap img {
		float: none;
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto 20px auto
	}
}