@charset "UTF-8";

.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;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.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(0px, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.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 {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.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;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0/100% 100% no-repeat;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: 0;
}

.fancybox-button.fancybox-focus {
	outline: dotted 1px;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@	supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@-ms-viewport {
	width: device-width;
}

.page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%;
	min-width: 320px;
	min-height: 100%;
}

.page__inner {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.page__footer-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
}

[tabindex='-1']:focus {
	outline: 0 !important;
}

[role=button] {
	cursor: pointer;
}

input[type=search] {
	-webkit-appearance: textfield;
}

[role=button],
a,
button,
input,
label,
select,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

a svg,
button svg {
	pointer-events: none;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

body {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.375em;
	color: #1a1a1a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 1.375em;
	color: currentColor;
}

h1,
h2,
h3 {
	margin-top: 1.375em;
	margin-bottom: .6875em;
}

h4,
h5,
h6 {
	margin-top: .6875em;
	margin-bottom: .6875em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5,
h6 {
	font-size: 1em;
}

address,
blockquote,
dl,
figure,
ol,
p,
pre,
ul {
	margin-top: .6875em;
	margin-bottom: .6875em;
}

address {
	font-style: normal;
}

ol,
ul {
	padding-left: 1.2em;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	line-height: inherit;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

dd+dt {
	margin-top: .6875em;
}

hr {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	border: 0;
	border-top: 1px solid #999;
}

small {
	font-size: .75em;
}

sub,
sup {
	font-size: 70%;
}

mark {
	background: #fcf8e3;
	padding: .1em .3em;
}

b,
strong {
	font-weight: bolder;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

blockquote {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code,
kbd {
	padding: .06em .3em;
	color: #1a1a1a;
	background-color: #e6e6e6;
	border-radius: 3px;
}

kbd kbd {
	padding: 0;
}

pre {
	display: block;
	width: 100%;
	overflow-x: auto;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}

.header-line {
	background-color: #32373b;
	padding: 8px 0;
}

.header-line__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-line__item {
	color: #fff;
	font-size: 12px;
	margin-right: 25px;
}

.header-line__item .fas {
	margin-right: 4px;
}

.header-line__item a {
	color: #fff;
	text-decoration: none;
}

.page-header {
	padding: 15px 0;
}

.page-header__inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-header .logo {
	margin-right: auto;
}

.page-header--sticky {
	background-color: #fff;
	-webkit-box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .2);
	box-shadow: 0 20px 60px -10px rgba(0, 0, 0, .2);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: auto;
	opacity: 1;
	z-index: 10;
	padding: 10px 0 !important;
	-webkit-animation: slideInDown .5s 1 ease-in-out;
	animation: slideInDown .5s 1 ease-in-out;
}

.page-header--sticky .main-nav {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.page-footer {
	padding: 60px 0;
	background-color: #32373b;
}

.page-footer__copyright {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.main-nav {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-nav__info {
	text-align: right;
	margin-left: 40px;
	position: relative;
	white-space: nowrap;
}

.main-nav__info a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	text-decoration: none;
}

.main-nav__info span {
	color: #33A32D;
	opacity: .7;
	position: absolute;
	right: 0;
	top: 100%;
	line-height: 1;
}

.main-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__list li {
	position: relative;
}

.main-nav__list a {
	display: block;
	padding: 0 .5em;
	line-height: 1.1;
	text-decoration: none;
	color: #000;
	opacity: .85;
	font-size: 16px;
}

.main-nav__list a:focus,
.main-nav__list a:hover {
	text-decoration: none;
}

.main-nav__toggler {
	display: inline-block;
	padding: 0;
	background: 0 0;
	border: none;
	margin-left: 20px;
}

.no-js .main-nav__toggler {
	display: none;
}

.logo {
	display: block;
	white-space: nowrap;
	width: 400px;
	height: auto;
}

.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 1.4em 1.6em;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: inherit;
	line-height: 1.375em;
	text-decoration: none;
	font-weight: 500;
	color: #1a1a1a;
	border-radius: 3px;
	border: 1px solid #ccc;
	background-color: #e6e6e6;
	background-image: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn:focus,
.btn:hover {
	text-decoration: none;
	color: #1a1a1a;
	background-color: #ccc;
	border-color: #adadad;
}

.btn:active,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.btn--disabled,
.btn:disabled {
	opacity: .7;
	cursor: not-allowed;
	color: #1a1a1a;
	background-color: #e6e6e6;
	border-color: #ccc;
}

a.btn--disabled {
	pointer-events: none;
}

.btn--main {
	color: #fff;
	background-color: #33A32D;
	border: 1px solid #33A32D;
}

.btn--main:focus,
.btn--main:hover {
	color: #fff;
	background-color: #267b22;
	border-color: #247320;
}

.btn--main--disabled,
.btn--main:disabled {
	color: #fff;
	background-color: #dcb025;
	border-color: #dcb025;
}

.temp-icon-left-arrow {
	background-image: url(../img/sprite-048099441962472556.png);
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

.temp-icon-right-arrow {
	background-image: url(../img/sprite-048099441962472556.png);
	background-position: -36px 0;
	width: 32px;
	height: 32px;
}

.field-text {
	display: block;
}

.field-text__name {
	display: block;
	margin-bottom: .4em;
	line-height: 1.375em;
	font-weight: 700;
}

.field-text__input-wrap {
	display: inline-block;
	width: 100%;
}

.field-text__input,
.get-catalog__form .wpcf7-email {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 1.4em 1.6em;
	margin: 0;
	line-height: 1.375em;
	font-size: 1.3em;
	font-family: inherit;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.field-text__input:focus,
.get-catalog__form .wpcf7-email:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-text__input[disabled],
.get-catalog__form .wpcf7-email,
.field-text__input[readonly] {
	cursor: default;
	background-color: #ccc;
}

.field-text__input[type=search]::-webkit-search-cancel-button,
.field-text__input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.field-text__input[type=color] {
	padding: 0;
}

.field-text__input::-webkit-input-placeholder,
.get-catalog__form .wpcf7-email::-webkit-input-placeholder {
	color: gray;
	opacity: 1;
}

.field-text__input::-moz-placeholder,
.get-catalog__form .wpcf7-email::-moz-placeholder {
	color: gray;
	opacity: 1;
}

.field-text__input::-ms-input-placeholder,
.get-catalog__form .wpcf7-email::-ms-input-placeholder {
	color: gray;
	opacity: 1;
}

.field-text__input::placeholder,
.get-catalog__form .wpcf7-email::placeholder {
	color: gray;
	opacity: 1;
}

textarea.field-text__input {
	height: auto;
	min-height: calc(4.75em + 2px);
	resize: vertical;
}

.field-text__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-text__help-text:empty {
	display: none;
}

.field-text--error .field-text__help-text,
.field-text--error .field-text__input,
.field-text--error .field-text__name,
.field-text--error .get-catalog__form .wpcf7-email {
	color: #d8544f;
}

.field-text--error .field-text__input,
.field-text--error .get-catalog__form .wpcf7-email {
	border-color: #d8544f;
	background-color: #f9e2e2;
}

.field-checkbox {
	display: block;
	margin-bottom: .6875em;
}

.field-checkbox__title {
	display: block;
	font-weight: 700;
	line-height: 1.375em;
	margin-bottom: .4em;
}

.field-checkbox__input-wrap+.field-checkbox__input-wrap {
	margin-top: .6875em;
}

.field-checkbox__name {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	margin-right: .6em;
	font-weight: 400;
	line-height: 1.375em;
}

.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: .1em;
	left: 0;
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 3px;
}

input:focus~.wpcf7-list-item-label:before {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: calc(0.1em + 1px);
	left: 3px;
	width: 14px;
	height: 6px;
	opacity: 0;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

input:checked~.wpcf7-list-item-label:after {
	opacity: 1;
}

.field-checkbox__input {
	position: absolute;
	top: .7em;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.field-checkbox__input:active,
.field-checkbox__input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-checkbox__help-text-wrap {
	padding-left: 1.5em;
}

.field-checkbox__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-checkbox__help-text:empty {
	display: none;
}

.field-checkbox__input-wrap--error .field-checkbox__help-text,
.field-checkbox__input-wrap--error .wpcf7-list-item-label {
	color: #d8544f;
}

.field-radio {
	display: block;
	margin-bottom: .6875em;
}

.field-radio__title {
	display: block;
	font-weight: 700;
	line-height: 1.375em;
	margin-bottom: .4em;
}

.field-radio__input-wrap+.field-radio__input-wrap {
	margin-top: .6875em;
}

.field-radio__name {
	position: relative;
	display: inline-block;
	padding-left: 1.5em;
	margin-right: .6em;
	font-weight: 400;
	line-height: 1.375em;
}

.field-radio__name-text:before {
	content: '';
	position: absolute;
	top: .1em;
	left: 0;
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 50%;
}

input:focus~.field-radio__name-text:before {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-radio__name-text:after {
	content: '';
	position: absolute;
	top: calc(0.1em + 4px);
	left: 4px;
	width: 6px;
	height: 6px;
	opacity: 0;
	border-radius: 50%;
	background-color: currentColor;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

input:checked~.field-radio__name-text:after {
	opacity: 1;
}

.field-radio__input {
	position: absolute;
	top: .8em;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.field-radio__input:active,
.field-radio__input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-radio__help-text-wrap {
	padding-left: 1.5em;
}

.field-radio__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-radio__help-text:empty {
	display: none;
}

.field-radio__input-wrap--error .field-radio__help-text,
.field-radio__input-wrap--error .field-radio__name-text {
	color: #d8544f;
}

.field-toggler {
	display: block;
	margin-bottom: .6875em;
}

.field-toggler__title {
	display: block;
	margin-bottom: .4em;
	line-height: 1.375em;
	font-weight: 700;
}

.field-toggler__input-wrap+.field-toggler__input-wrap {
	margin-top: .6875em;
}

.field-toggler__name {
	position: relative;
	display: inline-block;
	padding-left: 3.2em;
	margin-right: .6em;
	font-weight: 400;
	line-height: 1.375em;
}

.field-toggler__name-text:before {
	content: '';
	position: absolute;
	top: .6em;
	left: 0;
	width: 2.5em;
	height: 1.28571em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	border: 1px solid #999;
}

input:focus~.field-toggler__name-text:before {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-toggler__name-text:after {
	content: '';
	position: absolute;
	top: .6em;
	left: 2px;
	width: 1em;
	height: 1em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e6e6e6;
	border: 1px solid #999;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input:checked~.field-toggler__name-text:after {
	-webkit-transform: translate(1.21429em, -50%);
	transform: translate(1.21429em, -50%);
}

.field-toggler__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.field-toggler__help-text-wrap {
	padding-left: 1.5em;
}

.field-toggler__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-toggler__help-text:empty {
	display: none;
}

.field-file {
	display: block;
	margin-bottom: .6875em;
}

.field-file__name {
	display: block;
	margin-bottom: .4em;
	line-height: 1.375em;
	font-weight: 700;
}

.field-file__input-wrap {
	display: block;
	position: relative;
}

.field-file__input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.field-file__input:active~.field-file__name-text,
.field-file__input:focus~.field-file__name-text {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-file__name-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	width: 100%;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.field-file__name-text:before {
	content: attr(data-button-text);
	display: block;
	background-color: #e6e6e6;
	border-right: 1px solid #999;
	margin-right: 1.6em;
	line-height: 1.375em;
	padding: 1em 1.6em;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.field-file__name-text:focus:before,
.field-file__name-text:hover:before {
	background-color: #ccc;
}

.field-file__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-file__help-text:empty {
	display: none;
}

.field-file--error .field-file__help-text,
.field-file--error .field-file__input,
.field-file--error .field-file__name,
.field-file--error .field-file__name-text {
	color: #d8544f;
}

.field-file--error .field-file__name-text {
	border-color: #d8544f;
	background-color: #f9e2e2;
}

.field-range {
	display: block;
	margin-bottom: .6875em;
}

.field-range__name {
	display: block;
	margin-bottom: .4em;
	line-height: 1.375em;
	font-weight: 700;
}

.field-range__input-wrap {
	position: relative;
}

.field-range__input {
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0;
	width: 100%;
	height: 2em;
	border-radius: .25rem;
	border: 0;
	background: 0 0;
	font-size: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.field-range__input::-webkit-slider-runnable-track,
.field-range__input::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.field-range__input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-range__input::-webkit-slider-runnable-track {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: .75em;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #999;
}

.field-range__input::-moz-range-track {
	box-sizing: border-box;
	width: 100%;
	height: .75em;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #999;
}

.field-range__input::-ms-track {
	box-sizing: border-box;
	width: 100%;
	height: .75em;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #999;
	color: transparent;
}

.field-range__input::-webkit-slider-thumb {
	margin-top: -.68em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: ew-resize;
	background: #e6e6e6;
	border: 1px solid #999;
}

.field-range__input::-moz-range-thumb {
	box-sizing: border-box;
	padding: 0;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	box-shadow: none;
	cursor: ew-resize;
	background: #e6e6e6;
	border: 1px solid #999;
}

.field-range__input::-ms-thumb {
	box-sizing: border-box;
	padding: 0;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	box-shadow: none;
	cursor: ew-resize;
	background: #e6e6e6;
	border: 1px solid #999;
}

.field-range__input::-ms-fill-lower,
.field-range__input::-ms-tooltip {
	display: none;
}

.field-range__help-text {
	display: block;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
	padding-top: 0;
}

.field-range__help-text:empty {
	display: none;
}

.field-select {
	display: block;
	margin-bottom: .6875em;
}

.field-select__name {
	display: block;
	margin-bottom: .4em;
	line-height: 1.375em;
	font-weight: 700;
}

.field-select__select {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 1.375em;
	padding: 1em 1.6em;
	font-size: inherit;
	font-family: inherit;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23B1B1B1' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .3em center;
	background-size: 1.063em .688em;
}

.field-select__select[multiple] {
	background-image: none;
	min-height: 6.8em;
}

.field-select__select::-ms-expand {
	display: none;
}

.field-select__select:active,
.field-select__select:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
	box-shadow: 0 0 0 2px rgba(220, 176, 37, .7);
}

.field-select__select[disabled],
.field-select__select[readonly] {
	cursor: default;
	background-color: #e6e6e6;
}

.field-select__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-select__help-text:empty {
	display: none;
}

.field-select--error .field-select__help-text,
.field-select--error .field-select__name,
.field-select--error .field-select__select {
	color: #d8544f;
}

.field-select--error .field-select__select {
	border-color: #d8544f;
	background-color: #f9e2e2;
}

.field-actions {
	display: block;
	margin-top: 1.375em;
}

.field-actions .btn {
	margin-bottom: .6875em;
}

.field-actions__text {
	display: block;
	margin-top: .6875em;
	margin-bottom: .6875em;
	font-size: .75em;
	color: gray;
	line-height: 1.2em;
}

.form__fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.form__fieldset:not(:last-child) {
	margin-bottom: 1.375em;
}

.form__legend {
	display: block;
	width: 100%;
	margin-top: 1.375em;
	margin-bottom: .6875em;
	font-size: 1.5em;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 1.375em;
	color: currentColor;
}

.code {
	display: block;
	width: 100%;
	max-height: 50rem;
	padding: 1em;
	margin-bottom: .6875em;
	overflow-x: auto;
	background-color: #e6e6e6;
	border-radius: 3px;
	border: 1px solid #ccc;
	white-space: normal;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
}

.code code {
	display: block;
	padding: 0;
	white-space: pre;
	background-color: transparent;
}

.thumb {
	display: inline-block;
	padding: .4rem;
	line-height: 1.375em;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.alert {
	position: relative;
	padding: .7em 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #1a1a1a;
	background-color: #e6e6e6;
}

.alert>:first-child {
	margin-top: 0;
}

.alert>:last-child {
	margin-bottom: 0;
}

.alert__header {
	display: block;
	margin-top: 0;
	margin-bottom: .2em;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.4;
	color: inherit;
}

.alert--danger {
	background-color: #d8544f;
	border: 1px solid #c9312c;
	color: #fff;
}

.alert--danger a {
	color: inherit;
	text-decoration: underline;
}

.alert--danger a:focus,
.alert--danger a:hover {
	text-decoration: none;
}

.alert--success {
	background-color: #5cb75c;
	border: 1px solid #449c44;
	color: #fff;
}

.alert--success a {
	color: inherit;
	text-decoration: underline;
}

.alert--success a:focus,
.alert--success a:hover {
	text-decoration: none;
}

.alert--warning {
	background-color: #fcedd9;
	border: 1px solid #f8d8ab;
	color: #1a1a1a;
}

.to-top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #000;
	color: transparent;
	font: 0/0 a;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.to-top {
	display: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown__menu {
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	max-width: 90vw;
	width: 1px;
	margin: 0;
	background-color: #fff;
	color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.dropdown__menu--up {
	top: auto;
	bottom: 100%;
}

.dropdown__menu--right {
	left: auto;
	right: 0;
}

.dropdown--open .dropdown__menu {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	width: auto;
}

.menu {
	min-width: 10em;
	margin: 0;
	padding: .3em 0;
	list-style: none;
}

.menu__item--separator:not(:last-child) {
	padding-bottom: .3em;
	margin-bottom: .3em;
	border-bottom: 1px solid #999;
}

.menu__link {
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: .3em 1em;
	color: #1a1a1a;
	text-decoration: none;
}

.label {
	display: inline-block;
	position: relative;
	margin: 0 .1em;
	vertical-align: baseline;
	line-height: 1;
	padding: .25em .4em .2em;
	background-color: #e6e6e6;
	color: #1a1a1a;
	text-decoration: none;
	text-transform: none;
	font-weight: 700;
	font-size: .75em;
	white-space: nowrap;
	border-radius: 3px;
}

.label:focus,
.label:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.loader {
	display: inline-block;
}

.loader:before {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border: 3px solid #e6e6e6;
	border-top: 3px solid #ccc;
	border-radius: 50%;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
}

@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999;
	margin: 1.375em 0;
}

.table caption {
	padding-top: .4em;
	text-align: right;
	caption-side: bottom;
	font-size: .75em;
	line-height: 1em;
	color: gray;
}

.table td,
.table th {
	padding: 1em 1.6em;
	vertical-align: top;
	border-bottom: 1px solid #999;
}

.table td:not(:first-child),
.table th:not(:first-child) {
	border-left: 1px solid #999;
}

.table th {
	text-align: left;
}

.table-mobile-scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	border: 1px solid #999;
}

.table-mobile-scroll table {
	margin: 0;
	border: 0 !important;
	width: 100%;
}

.table-mobile-scroll tbody:last-child tr:last-child td,
.table-mobile-scroll tbody:last-child tr:last-child th,
.table-mobile-scroll tfoot:last-child tr:last-child td,
.table-mobile-scroll tfoot:last-child tr:last-child th,
.table-mobile-scroll thead:last-child tr:last-child td,
.table-mobile-scroll thead:last-child tr:last-child th {
	border-bottom: 0;
}

.table-mobile-scroll caption {
	text-align: left;
	padding: .4em;
	border-bottom: 1px solid #999;
	caption-side: top;
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap>div {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1.375em;
	margin-bottom: 1.375em;
}

.pagination__item {
	display: block;
	padding: .5em;
	min-width: 2.5em;
	border: 1px solid #999;
	text-decoration: none;
	text-align: center;
	color: #1a1a1a;
}

.pagination__item+.pagination__item {
	border-left: 0;
}

.pagination__item:focus,
.pagination__item:hover {
	text-decoration: none;
	color: #1a1a1a;
}

.pagination__item--active,
a.pagination__item:focus,
a.pagination__item:hover {
	background-color: #e6e6e6;
}

.breadcrumbs {
	padding: 0;
	list-style: none;
	margin: 1.375em 0;
}

.breadcrumbs__item {
	display: inline-block;
	margin-right: .6em;
	white-space: nowrap;
}

.breadcrumbs__item:not(:last-child):after {
	content: '>';
	display: inline-block;
	margin-left: .8em;
	color: gray;
}

.breadcrumbs__link,
.breadcrumbs__link:focus,
.breadcrumbs__link:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.off-canvas {
	position: relative;
	overflow: hidden;
}

.off-canvas__aside {
	max-height: 30vh;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #1a1a1a;
	color: #fff;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.off-canvas__aside {
	position: fixed;
	z-index: 2;
	width: 250px;
	height: 100%;
	max-height: none;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
}

.off-canvas__aside a,
.off-canvas__aside a:focus,
.off-canvas__aside a:hover {
	color: #fff;
}

.off-canvas__page-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.off-canvas__overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
}

.off-canvas--open .off-canvas__overlay {
	position: fixed;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.off-canvas--open .off-canvas__close {
	z-index: 1;
	opacity: 1;
	visibility: visible;
}

.off-canvas--open .off-canvas__aside {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.off-canvas--open .off-canvas__page-content {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.burger {
	position: relative;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: none;
}

.burger>span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #000;
	position: relative;
	-webkit-transition: background .3s .3s;
	transition: background .3s .3s;
}

.burger>span:after,
.burger>span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: top .3s .3s, -webkit-transform .3s;
	transition: top .3s .3s, -webkit-transform .3s;
	transition: top .3s .3s, transform .3s;
	transition: top .3s .3s, transform .3s, -webkit-transform .3s;
}

.burger>span:before {
	top: -10px;
}

.burger>span:after {
	top: 10px;
}

.burger--close>span {
	-webkit-transition: background .3s 0s;
	transition: background .3s 0s;
	background: 0 0;
}

.burger--close>span:after,
.burger--close>span:before {
	-webkit-transition: top .3s, -webkit-transform .3s .3s;
	transition: top .3s, -webkit-transform .3s .3s;
	transition: top .3s, transform .3s .3s;
	transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s;
	top: 0;
}

.burger--close>span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close>span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.progress {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
	border: 1px solid #999;
	border-radius: 3px;
	text-align: center;
}

.progress__bar {
	background-color: #e6e6e6;
	border-radius: 3px;
	padding: .5em;
	max-width: 100%;
	-webkit-transition: width .3s;
	transition: width .3s;
}

.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.375em;
	margin-bottom: 1.375em;
}

.media__picture {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1em;
}

.media__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.media__body :first-child {
	margin-top: 0;
}

.js-modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	-webkit-overflow-scrolling: touch;
}

.js-modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal__dialog {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
}

.modal__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 100%;
	min-height: 100%;
	background-color: #fff;
	outline: 0;
}

.modal__header {
	padding: 5px 40px 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal__title {
	margin-top: .6875em;
	margin-bottom: .6875em;
	font-size: 1.25em;
	line-height: 1.4;
	font-weight: 700;
	color: currentColor;
}

.modal__close {
	position: absolute !important;
	top: 5px;
	right: 5px;
}

.modal__body {
	padding: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.modal__footer {
	padding: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal__backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .7);
}

@-webkit-keyframes modal-backdrop-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes modal-backdrop-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes modal-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2em);
		transform: translateY(-2em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes modal-content-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2em);
		transform: translateY(-2em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.close {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.close>span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: 0 0;
	position: relative;
}

.close>span:after,
.close>span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.close>span:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.close>span:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.tabs {
	margin-top: 1.375em;
	margin-bottom: 1.375em;
}

.tabs__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	cursor: pointer;
}

.no-js .tabs__links {
	display: none;
}

.tabs__links:after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background-color: #999;
}

.tabs__link-wrap {
	position: relative;
	border: 1px solid #999;
}

.tabs__link-wrap:not(:last-child) {
	border-right: none;
}

.tabs__link-wrap--active .tabs__link {
	color: #1a1a1a;
	background-color: #fff;
}

.tabs__link {
	display: block;
	padding: 1em 1.6em;
	color: gray;
	text-decoration: none;
	background-color: #e6e6e6;
}

.tabs__link:focus,
.tabs__link:hover {
	color: gray;
}

.tabs__content-wrapper {
	display: block;
	padding: 1em 1.6em;
	border: 1px solid #999;
	border-top: none;
}

.tabs__content-item {
	display: none;
}

.tabs__content-item--active {
	display: block;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive--4-3::before {
	padding-top: 75%;
}

.pie-chart {
	display: inline-block;
	position: relative;
}

.pie-chart__svg {
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pie-chart__circle-back {
	fill: #ccc;
}

.pie-chart__circle {
	fill: #ccc;
	stroke: #999;
}

.pie-chart__descr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fields-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fields-group .btn,
.fields-group input,
.fields-group select {
	position: relative;
	margin: 0;
}

.fields-group .btn:focus,
.fields-group input:focus,
.fields-group select:focus {
	position: relative;
	z-index: 1;
}

.fields-group .field-actions,
.fields-group .field-text {
	margin: 0;
}

.fields-group .field-actions:not(:last-child) .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fields-group .field-actions:not(:first-child) .btn {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fields-group .field-actions .btn:focus {
	z-index: 1;
}

.fields-group .field-text:not(:last-child) .field-text__input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fields-group .field-text:not(:first-child) .field-text__input {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.tooltip {
	position: relative;
	z-index: 1;
}

.tooltip__btn {
	display: inline-block;
	padding: 0;
	width: 1.375em;
	height: 1.375em;
	overflow: hidden;
	border: none;
	color: transparent;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330' fill='gray'%3E%3Cpath d='M165 0C74.02 0 0 74.02 0 165c0 90.982 74.02 165 165 165s165-74.018 165-165C330 74.02 255.98 0 165 0zm0 300c-74.44 0-135-60.56-135-135C30 90.563 90.56 30 165 30s135 60.562 135 135c0 74.44-60.56 135-135 135z'/%3E%3Cpath d='M164.998 70c-11.026 0-19.996 8.976-19.996 20.01 0 11.022 8.97 19.99 19.996 19.99 11.026 0 19.996-8.968 19.996-19.99 0-11.034-8.97-20.01-19.996-20.01zm.002 70c-8.284 0-15 6.716-15 15v90c0 8.284 6.716 15 15 15 8.284 0 15-6.716 15-15v-90c0-8.284-6.716-15-15-15z'/%3E%3C/svg%3E") center/1em no-repeat;
}

.tooltip__bubble {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 150px;
	max-width: 250px;
	padding: 10px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@supports ((-webkit-filter:drop-shadow(0 0 0)) or (filter:drop-shadow(0 0 0))) {
	.tooltip__bubble {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
		filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
	}
}

.tooltip__bubble:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: transparent transparent #fff;
}

.offer__top {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #32373b;
}

.offer__top .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
}

.offer__title {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 20px;
}

.offer__title span {
	color: #dcb025;
}

@media(max-width:600px) {
	.offer__title {
		font-size: 2.4em;
	}
}

.offer__text {
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
	margin-bottom: 25px;
}

.offer__inner {
	max-width: 900px;
	width: 100%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
}

.offer .offer-call {
	border-top: 6px solid #dcb025;
	padding: 100px 40px;
	color: #fff;
	background-color: rgba(50, 55, 59, .75);
	margin-top: 70px;
}

.offer .offer-call__header {
	position: relative;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	min-height: 74px;
	font-size: 24px;
	line-height: 1.2;
	padding-left: 100px;
	margin-bottom: 45px;
	padding-top: 10px;
}

.offer .offer-call__header .fas {
	position: absolute;
	top: 0;
	left: 0;
}

.offer .offer-call__header span {
	color: #dcb025;
}

.offer .offer-call__list {
	list-style: none;
	padding: 0;
	margin: 0 0 45px;
}

.offer .offer-call__list li {
	font-size: 16px;
	margin-bottom: 15px;
}

.offer .offer-call .btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	padding: 14px 20px;
}

.offer .offer-call .btn:hover {
	border-color: #dcb025;
	color: #dcb025;
}

.offer__bottom {
	padding: 40px 0 30px;
	background-color: #f9f9f9;
}

.offer__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 60px;
}

.offer__item-title {
	font-family: Montserrat, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 25px;
}

.offer__item-title:after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #33A32D;
	display: block;
	margin-top: 10px;
}

.offer__item-text {
	color: #000;
	font-size: 16px;
	line-height: 1.6;
}

.offer__item-text span {
	font-weight: 500;
}

.section {
	padding: 60px 0;
}

.section__title {
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #32373b;
	font-size: 22px;
	margin-bottom: 20px;
}

.section__title:after {
	content: "";
	width: 70px;
	height: 2px;
	background-color: #dcb025;
	display: block;
	margin: 20px auto 0;
}

.services__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.s-card {
	display: block;
	background-color: #32373b;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60%;
	position: relative;
}

.s-card:hover .fas {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.s-card__name {
	color: #fff;
	background-color: rgba(50, 55, 59, .95);
	position: absolute;
	top: 0;
	left: -15px;
	padding: 20px;
	min-width: 280px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid #dcb025;
	border-left: 15px solid #dcb025;
}

.s-card__name .fas {
	margin-left: auto;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.adv {
	padding: 0;
}

.adv__top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #32373b;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.adv__top .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
}

.adv__top .container {
	position: relative;
}

.num-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.num-item {
	text-align: center;
	padding: 0 25px;
	margin-bottom: 25px;
}

.num-item__num {
	color: #fff;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.3;
}

.num-item__num:after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #dcb025;
	display: block;
	margin: 10px auto 15px;
}

.num-item__text {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	text-transform: uppercase;
	color: #dcb025;
}

.adv-list {
	background-color: #fff;
	position: relative;
	padding: 30px 0;
}

.adv-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.adv-item__image {
	background-color: #7b7b7b;
	width: 200px;
	height: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.adv-item__caption {
	padding: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #f5f5f5;
}

.adv-item__title {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 10px;
}

.adv-item__text {
	font-size: 16px;
	line-height: 1.3;
}

.reviews {
	background-color: #32373b;
	padding: 100px 0;
	overflow: hidden;
}

.reviews-card {
	background-color: #7b7b7b;
	padding: 30px;
	margin: 0 15px;
}

.reviews-card__text {
	color: #fff;
	line-height: 1.6;
	font-size: 16px;
}

.reviews-card__name {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.faq {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #32373b;
}

.faq .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.faq .container {
	position: relative;
}

.faq .section__title {
	color: #fff;
}

.faq-feedback {
	position: relative;
	padding: 60px 0;
	background-color: #7b7b7b;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.faq-feedback .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 55, 59, .95);
}

.faq-feedback .container {
	position: relative;
}

.faq-feedback__form,
.faq-feedback__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.faq-feedback__title {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.faq-feedback__title:after {
	content: "";
	width: 70px;
	height: 2px;
	background-color: #dcb025;
	display: block;
	margin: 30px 0;
}

.faq-feedback__sub-title {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.faq-form__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.faq-form__group>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.faq-form__group .faq-form__part {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.faq-feedback .faq-form__part {}

.faq-feedback .field-actions,
.faq-form .field-text {
	margin-top: 30px;
	margin-bottom: 0;
}

.faq-feedback .field-text__input {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.faq-feedback .field-text__input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .8);
}

.faq-feedback .field-text__input::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

.faq-feedback .field-text__input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .8);
}

.faq-feedback .field-text__input::placeholder {
	color: rgba(255, 255, 255, .8);
}

.faq-feedback .btn {
	width: 100%;
}

.faq-feedback .field-checkbox {
	margin-top: 6px;
}

.faq-feedback .wpcf7-list-item-label {
	font-size: 14px;
}

.faq-feedback .wpcf7-list-item-label:before {
	width: 30px;
	height: 30px;
}

.faq-feedback .wpcf7-list-item-label:after {
	top: 16px;
	left: 6px;
	width: 20px;
	height: 9px;
	border-color: #dcb025;
}

.faq-feedback .wpcf7-list-item-label {
	color: #fff;
}

.faq-feedback .wpcf7-list-item-label a {
	color: #fff;
}

.wpcf7-form-control-wrap.checkbox-26~span {
	color: #fff;
}

.wpcf7-form-control-wrap.checkbox-26~span a {
	color: #fff;
}

.contacts {
	position: relative;
}

.contacts .contacts-col-card,
.contacts .contacts-col-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.contacts .contacts-info {
	padding-top: 140px;
}

.contacts .contacts-info__logo {
	background-color: rgba(255, 255, 255, .75);
	padding: 20px;
	max-width: 420px;
	margin-bottom: 30px;
}

.contacts .contacts-info__text {
	background-color: rgba(50, 55, 59, .75);
	color: #fff;
	padding: 30px;
	font-size: 16px;
	line-height: 1.4;
}

.contacts .contacts-card {
	background-color: rgba(255, 255, 255, .85);
	padding: 30px;
	height: 100%;
}

.contacts .contacts-card__title {
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	color: #32373b;
}

.contacts .contacts-card__title:after {
	content: "";
	width: 70px;
	height: 2px;
	background-color: #dcb025;
	display: block;
	margin: 15px auto 0;
}

.contacts .contacts-card__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contacts .contacts-card__list li {
	color: #32373b;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 25px;
}

.contacts .contacts-card__list li .fas {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}

.page-head {
	background-color: #000;
	padding: 40px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.page-head .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 55, 59, .95);
}

.page-head .container {
	position: relative;
}

.page-head .back-link {
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
}

.page-head__title {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}

.page-content {
	padding: 30px 0;
}

.page-content p,
.page-content ul {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.page-content .lead-text {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 60px;
	position: relative;
	padding-left: 60px;
}

.page-content .lead-text:after {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #dcb025;
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
}

.product-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.product-catalog>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.product-catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.product-card__title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 6px;
}

.product-card__title a {
	text-decoration: none;
	display: block;
	color: #000;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.product-card__title a:hover {
	color: #33A32D;
}

.product-card__img-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 64%;
	background-color: #ccc;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

.product-card__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	font-family: "object-fit:cover";
	object-fit: cover;
}

.product-card__label {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #dcb025;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	color: #000;
}

.product-card__action .btn {
	width: 100%;
}

.accordion-group {
	padding: 1rem 0;
	margin-bottom: 30px;
}

.accordion-group__accordion {
	margin-top: -1px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

.accordion-group__accordion-heading {
	margin: 0;
}

.accordion-group__accordion-btn {
	position: relative;
	background-color: transparent;
	border-radius: 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: none;
	border-right: none;
	display: block;
	font-weight: 600;
	font-size: 16px;
	padding: 20px 40px 20px 20px;
	color: #000;
	text-align: left;
	width: 100%;
	cursor: pointer;
}

.accordion-group__accordion-btn::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12H23' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 1V23' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: background-image .3s;
	transition: background-image .3s;
}

.accordion-group__accordion-btn:focus {
	outline: 0;
}

.accordion-group__accordion-btn_expanded::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='2' viewBox='0 0 24 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H23' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accordion-group__accordion-panel {
	border-color: #ccc;
	padding: 20px 60px 20px 30px;
}

.accordion-group__accordion-content {
	font-weight: 300;
	line-height: 1.4;
	font-size: 14px;
}

@media (min-width:480px) {
	.container {
		width: 100%;
	}

	dd {
		margin-left: 1.8em;
	}

	.page-header__inner {
		width: 100%;
	}
}

@media (min-width:768px) {

	.container,
	.page-header__inner {
		width: 100%;
	}

	.section__title:after {
		margin: 30px auto 0;
	}

	.section__title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.services__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.get-catalog__title {
		text-align: left;
		font-size: 36px;
		margin-bottom: 0;
	}

	.num-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.num-item {
		max-width: 170px;
		margin-bottom: 0;
	}

	.faq-feedback {
		padding: 100px 0;
	}

	.faq-feedback__title {
		font-size: 34px;
	}

	.faq-feedback__sub-title {
		font-size: 18px;
		max-width: 320px;
	}

	.contacts .contacts-card {
		padding: 100px 60px 40px;
	}

	.contacts .contacts-card__title {
		font-size: 36px;
		margin-bottom: 60px;
	}

	.contacts .contacts-card__title:after {
		margin: 30px auto 0;
	}

	.contacts .contacts-card__list li {
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 25px;
	}

	.contacts .contacts-card__list li .fas {
		font-size: 22px;
	}

	.product-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.accordion-group {
		margin-bottom: 80px;
	}

	.accordion-group__accordion-btn {
		font-size: 18px;
		padding: 20px 40px 20px 15px;
	}

	.accordion-group__accordion-panel {
		padding: 20px 280px 20px 68px;
	}

	.accordion-group__accordion-content {
		font-size: 18px;
	}
}

@media (min-width:992px) {

	.container,
	.page-header__inner {
		width: 962px;
	}

	.modal__dialog {
		width: 600px;
		height: auto;
	}

	.modal--open .modal__dialog {
		-webkit-animation: modal-content-show .3s 1 both;
		animation: modal-content-show .3s 1 both;
	}

	.modal__backdrop {
		-webkit-animation: modal-backdrop-show .3s 1;
		animation: modal-backdrop-show .3s 1;
	}

	.modal--open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.offer__inner {
		padding-top: 140px;
		padding-bottom: 200px;
		padding-right: 340px;
	}

	.offer .offer-call {
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
	}

	.offer__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.num-list {
		margin-bottom: 100px;
	}

	.adv-list {
		margin-top: -100px;
		padding: 60px;
	}

	.faq-feedback__form,
	.faq-feedback__head,
	.faq-form__group .faq-form__part {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contacts .container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
	}

	.contacts .container .row {
		height: 100%;
	}

	.contacts .contacts-col-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.contacts .contacts-col-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-content {
		padding: 30px 0 100px;
	}

	.page-content .lead-text {
		max-width: 85%;
		font-size: 18px;
	}

	.product-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width:1200px) {

	.container,
	.page-header__inner {
		width: 1170px;
	}

	.main-nav__info {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	.main-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: auto;
	}

	.main-nav__list a:after {
		content: "";
		display: block;
		height: 2px;
		background: 0 0;
		position: relative;
		top: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.main-nav__list a.active:after {
		content: "";
		display: block;
		height: 2px;
		background: #dcb025;
		position: relative;
		top: 5px;
	}

	.main-nav__list a {
		font-size: 16px;
		font-weight: 500;
	}

	.main-nav__toggler {
		display: none;
	}

	.adv-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.accordion-group__accordion-btn::before {
		width: 45px;
		height: 45px;
		right: 70px;
		background-color: #dcb025;
		border-radius: 50%;
	}

	.accordion-group__accordion-btn {
		font-size: 22px;
		padding: 30px 280px 30px 68px;
	}
}

@media (max-width:991px) {
	.header-line {
		display: none;
	}

	.contacts .contacts-info__text {
		font-size: 14px;
	}

	.contacts .contacts-info {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
	}
}

@media (max-width:767px) {
	.page-header {
		padding: 10px 0;
	}

	.main-nav__info a {
		font-size: 15px;
	}

	.main-nav__info span {
		font-size: 12px;
	}

	.table-responsive {
		display: block;
		border: 0;
	}

	.table-responsive caption {
		display: block;
		width: 100%;
		text-align: left;
	}

	.table-responsive thead {
		display: none;
	}

	.table-responsive tbody {
		display: block;
		width: 100%;
	}

	.table-responsive tbody tr {
		display: block;
		border: 1px solid #999;
		border-bottom: 0;
	}

	.table-responsive tbody tr:not(:last-child) {
		margin-bottom: 1.375em;
	}

	.table-responsive tbody td {
		display: block;
		width: 100%;
		border-right: 0 !important;
		border-left: 0 !important;
	}

	.table-responsive tbody td:before {
		display: block;
		font-weight: 700;
		content: attr(data-label);
	}
}

@media (max-width:1199px) {
	.main-nav__list {
		position: fixed;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 100px 15px;
		-webkit-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		overflow: auto;
	}

	.main-nav.active .main-nav__list {
		top: 0;
	}

	.main-nav__list a {
		font-size: 24px;
		text-align: center;
	}

	.main-nav__list {
		display: block;
		z-index: 0;
		opacity: 0;
		-webkit-transition: opacity 1s linear, max-height 1s linear;
		transition: opacity 1s linear, max-height 1s linear;
		max-height: 0;
		visibility: hidden;
	}

	.active .main-nav__list {
		display: block;
		overflow: hidden;
		left: 0;
		z-index: 999;
		width: 100%;
		background: #e5e5e5;
		padding: 15px;
	}

	.active .main-nav__list {
		opacity: 1;
		visibility: visible;
		display: block;
		max-height: 100vh;
		-webkit-transition: max-height .6s;
		transition: max-height .6s;
	}

	.main-nav__list li {
		margin-bottom: 5px;
	}

	.main-nav__list li:not(:last-child) {
		border-bottom: 1px solid #565656;
	}

	.main-nav__list a {
		padding: 10px 0;
		text-transform: uppercase;
	}
}

@media print {

	*,
	:after,
	:before {
		background: 0 0 !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline !important;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: '';
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	blockquote,
	pre {
		border: 1px solid #999 !important;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	table {
		border-collapse: collapse !important;
	}

	table td,
	table th {
		background-color: #fff !important;
	}
}

.get-catalog {
	background-color: #dcb025;
	padding: 60px 0
}

.get-catalog__form,
.get-catalog__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	display: flex;
	max-width: 50%;
	align-items: center;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px
}

.get-catalog__title {
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center
}

.get-catalog__form .form {
	width: 100%;
	margin-top: 10px
}

.get-catalog__form .form .fields-group .field-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.get-catalog__form .form .field-text__input {
	color: #000
}

.get-catalog__form .form .field-text__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .7)
}

.get-catalog__form .form .field-text__input::-moz-placeholder {
	color: rgba(0, 0, 0, .7)
}

.get-catalog__form .form .field-text__input::-ms-input-placeholder {
	color: rgba(0, 0, 0, .7)
}

.get-catalog__form .form .field-text__input::placeholder {
	color: rgba(0, 0, 0, .7)
}

@media(min-width:992px) {

	.get-catalog__form,
	.get-catalog__title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* jquery modal*/
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 11;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em
}

.blocker.behind {
	background-color: transparent
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 500px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}

.modal a.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.5)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5)
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0)
	}
}

span.dino {
	display: none;
}

.post,
.page {
	margin: 0;
}

.contacts .contacts-info__text {
	background-color: transparent;
}

.page-footer__copyright a {
	color: #fff;
}

.page-footer__copyright a:hover {
	color: #267b22;
}

.main-nav__list a:focus,
.main-nav__list a:hover {
	color: #267b22;
}

.how-we-work {
	background-color: #1d425c;
}

.how-we-work .section__title,
.reviews .section__title {
	color: #fff;
}


/*
.how-we-work .adv__top{
	width:100%;
	min-height:350px;
	background-color:#1d425c;background-image: url(/wp-content/themes/zabor/img/how-we-work.jpg);
	margin-bottom:50px;
}
@media(max-width:1199px){
	.how-we-work .adv__top{
		width:80%;
		min-height:300px;
	}
}
@media(max-width:1020px){
	.how-we-work .adv__top{
		min-height:250px;
	}
}
@media(max-width:868px){
	.how-we-work .adv__top{
		min-height:200px;
	}
}
@media(max-width:672px){
	.how-we-work .adv__top{
		margin-left:20px;
		margin-right:20px;
		min-height:100px;
	}
}
*/

.feedback__form,
#feedback .wpcf7-form {
	margin: 0 30px;
}

.feedback__form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.feedback__form-col {
	padding: 0 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}


.wpcf7-list-item-label:before,
.wpcf7-list-item-label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-radius: 3px;
}

input:focus~.wpcf7-list-item-label:before,
input:focus~.wpcf7-list-item-label:before {
	outline: 0;
}

.wpcf7-list-item-label:after,
.wpcf7-list-item-label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 3px;
	width: 14px;
	height: 6px;
	opacity: 0;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

input:checked~.wpcf7-list-item-label:after,
input:checked~.wpcf7-list-item-label:after {
	opacity: 1;
}

#callback .field-checkbox__input input {
	position: absolute;
	top: .7em;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

#callback input.field-checkbox__input {
	position: absolute;
	top: .7em;
	left: 0;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.wpcf7-textarea {
	scrollbar-width: thin;
}

.field-checkbox__input:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	outline: 0;
}

.field-checkbox__help-text-wrap {
	padding-left: 1.5em;
}

.field-checkbox__help-text {
	display: block;
	padding-top: .4em;
	font-size: .75em;
	line-height: 1.2em;
	color: gray;
}

.field-checkbox__help-text:empty {
	display: none;
}

.field-checkbox__input-wrap {
	display: inline-block;
	margin-bottom: 6px;
}

.field-checkbox__name {
	cursor: pointer;
	font-size: 14px;
	padding-left: 0;
	line-height: 22px;
}

.field-checkbox__input-wrap--error .field-checkbox__help-text,
.field-checkbox__input-wrap--error .wpcf7-list-item-label {
	color: #d8544f;
}

#callback .wpcf7-list-item {
	display: inherit;
	margin: 0 0 0 24px;
}

.faq-feedback .wpcf7-list-item {
	display: block;
	margin-left: 50px;
}

.wpcf7-list-item-label {
	cursor: pointer;
	font-size: 14px;
}

.wpcf7-list-item-label a {
	color: #dcb025;
}

.agree {
	display: none;
}

.field-text__input {
	width: 100%;
}

.get-catalog__form .field-text__input-wrap {
	width: 60%;
}

.get-catalog__form .wpcf7-email {
	width: 100%;
}

.field-checkbox__name {
	padding-left: 0;
}

.faq-feedback .field-checkbox__name span {
	color: #fff;
}

.faq-feedback .field-checkbox__name span a {
	color: #fff;
}

.faq-feedback .field-checkbox__name span a:hover {
	color: #33A32D;
}

.faq-feedback .wpcf7-list-item-label:before,
.faq-feedback .wpcf7-list-item-label:before {
	top: 8px;
}

@media(max-width:991px) {

	.faq-feedback .wpcf7-list-item-label:before,
	.faq-feedback .wpcf7-list-item-label:before {
		top: -12px;
	}

	.faq-feedback .wpcf7-list-item-label:after {
		top: -4px;
	}
}

.field-actions .btn {
	background-color: #33A32D;
	border: 1px solid #33A32D;
	color: #fff;
}

.field-actions .btn:hover {
	background-color: #267b22;
	border: 1px solid #33A32D;
	border-color: #247320;
}

.main-nav__info span:hover {
	color: #267b22
}

.sale_btn {
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #32373b;
	font-size: 22px;
	margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
	font-size: 18px;
	margin: 0;
	padding: 0;
	border: 0
}

.disclaimer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 800;
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	background-color: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}

.disclaimer p {
	margin: 0;
	padding: 10px 60px 10px 25px;
	text-align: left;
}

.disclaimer.agreement a {
	color: #ccc;
	text-decoration: underline;
}

.disclaimer button {
	padding: 0;
	padding-bottom: 5px;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-weight: bold;
	line-height: 1;
	opacity: .8;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	font-size: 50px;
	color: #fff;
	right: 10px;
	position: relative;
}

.disclaimer button:hover,
.disclaimer button:active {
	opacity: 1;
}

.disclaimer.callback {
	display: none;
}

@media (max-width:991px) {
	.disclaimer.agreement {
		bottom: 57px;
	}

	.disclaimer.callback {
		/* display: block; */
		bottom: 0;
		height: 57px;
		padding: 10px;
		background-color: #000;
		opacity: .925;
	}

	.disclaimer.callback a {
		text-decoration: none !important;
		border-radius: 2px;
		min-width: 270px;
		height: 38px;
		line-height: 38px;
		padding: 0px 20px;
		letter-spacing: .5px;
		outline: 0;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0)
	}

	.disclaimer.callback span {
		display: block;
		background-position: 0 center;
		padding-left: 33px;
		background-size: 25px 25px;
		background-image: url(/wp-content/themes/zabor/img/call.png);
		background-repeat: no-repeat;
	}
}

.wpcf7-form a {
	color: #dcb025;
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
}

.how-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.how-item {
	padding: 0 25px;
	margin-bottom: 25px;
}

.how-item__num {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.how-item__text {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.how-item .how-item__num {
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.how-item__num.how1 {
	background-image: url(img/how1.svg);
}

.how-item__num.how2 {
	background-image: url(img/how2.svg);
}

.how-item__num.how3 {
	background-image: url(img/how3.svg);
}

.how-item__num.how4 {
	background-image: url(img/how4.svg);
}

.how-item__num.how5 {
	background-image: url(img/how5.svg);
}

@media(max-width:780px) {
	.how-list {
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.triangle-right {
		width: 0;
		height: 0;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 20px solid #fff;
		border-bottom: 0;
		margin-bottom: 20px;
	}
}

@media(max-width:506px) {

	.get-catalog__form .field-text__input-wrap,
	.get-catalog__form .wpcf7-submit {
		width: 100%;
	}

}

@media(max-width:991px) {
	.container {
		padding-left: 35px;
		padding-right: 35px;
	}

	.faq-feedback__form textarea {
		margin-bottom: 30px;
	}

	.sale_btn {
		font-size: 16px
	}
}

.page-head .overlay.serviceBg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media(min-width:992px) {
	.page-head {
		padding: 100px 0;
	}
}

.single-services h1 {
	text-shadow: 2px 2px 1px #000;
}

@media(max-width:768px) {
	.sale_btn .btn {
		white-space: break-spaces;
	}
}


/* Дополнения */
.product-catalog__item {
	display: flex;
}

.product-card {
	display: flex;
	flex-direction: column;
	flex: 0 1 100%;
}

.product-card__title {
	flex: 1 1 auto;
}

.page-head {
	background-image: url('img/page-img.jpg');
}

.page-head .overlay {
	background-color: rgba(50, 55, 59, .65);
}

.logo {
	width: 200px;
}

#breadcrumbs {
	margin-bottom: 16px;
}

#breadcrumbs span {
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	color: #161615;
}

#breadcrumbs span a {
	font-size: 12px;
	font-weight: 400;
	line-height: 14.4px;
	color: #161615;
}

.offer__sliders-slide {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

._swiper {
	overflow: hidden;
}

._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button {
	position: absolute;
	top: 28%;
	z-index: 5000;
	width: 43px;
	height: 43px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-button:before {
	content: "";
	float: left;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	height: 12px;
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.swiper-button-next {
	left: 2%;
}

.swiper-button-next:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPg0KICA8aW1hZ2UgaWQ9ImNoZXZyb24tcmlnaHQiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUFnQUFBQU1DQVlBQUFCZm52eWRBQUFBQkhOQ1NWUUlDQWdJZkFoa2lBQUFBRTVKUkVGVUdGZGovUC8vUHdNVzBBRVU0d2ZpTEVZc0NrQ1M1VkJOOXVnS2tDV3pnSXFtSXl2QWtBU1pBbE9BVlJLbUFLY2swUXBBQ3ZGYUFRc0d2STdFcVloUVFGbGlVd0J6RTRpdUFBQm9MVGhndUxFelFRQUFBQUJKUlU1RXJrSmdnZz09Ii8+DQo8L3N2Zz4NCg==");
}

.swiper-button-prev {
	right: 2%;
}

.swiper-button-prev:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiPg0KICA8aW1hZ2UgaWQ9ImNoZXZyb24tcmlnaHQiIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUFnQUFBQU1DQVlBQUFCZm52eWRBQUFBQkhOQ1NWUUlDQWdJZkFoa2lBQUFBRXRKUkVGVUdGZGovUC8vUHdNUWRBQXhQeEJuQVRGWUFBWVlnUW9zZ0p6alVJRVo2SXBBQ2tCeW1VQThEWnNpbUFLY2lwQVZZRldFcmdCREVja0tNQnhMdENQeGVwT29nTUlaMUFEcjlVRVpZdlZ1b3dBQUFBQkpSVTVFcmtKZ2dnPT0iLz4NCjwvc3ZnPg0K");
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.37px;
	flex: 0 0 11.37px;
	width: 11.37em;
	height: 11.37px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 0.88px solid #cc870b;
	cursor: pointer;
	margin-right: 25px;
}

.swiper-pagination-bullet:last-child {
	margin: 0px 0px 0px 0px;
}

.swiper-pagination-bullet-active {
	background: #cc870b;
	border: 0.88px solid #fff;
}

.offer__inner {
	max-width: 600px;
	width: 100%;
}

.offer__sliders .container {
	padding: 0 10px;
}

.slider-main__swiper-paggination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 54px;
}

.slider-main__swiper-paggination .swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82px;
	flex: 0 0 82px;
	height: 4px;
	background: #fff;
	border-radius: 0;
	cursor: pointer;
	margin-right: 12px;
}

.slider-main__swiper-paggination .swiper-pagination-bullet:last-child {
	margin: 0px 0px 0px 0px;
}

.slider-main__swiper-paggination .swiper-pagination-bullet-active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 82px;
	flex: 0 0 82px;
	height: 4px;
	background: #D98600;
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 31px;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	height: 10px;
	border: 1px solid #267b22;
	border-radius: 50%;
	opacity: 0.6;
	cursor: pointer;
	margin-right: 20px;
}

.swiper-pagination-bullet-active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px;
	background-color: #267b22;
	opacity: 1;
}

.swiper-pagination-bullet:last-child {
	margin: 0px 0px 0px 0px;
}

.slider-main__swiper-paggination {
	position: absolute;
	bottom: 15%;
	left: 17%;
}

@media (max-width: 990px) {
	.offer__inner {
		padding-bottom: 65px;
	}

	.slider-main__swiper-paggination {
		position: absolute;
		bottom: 5%;
		left: -3.5%;
	}
}

@media (max-width: 768px) {
	.page-header__inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.slider-main__swiper-paggination {
		left: -4.5%;
	}
}

@media (max-width: 515px) {
	.slider-main__swiper-paggination {
		left: -7%;
	}
}

@media (max-width: 414px) {
	.offer__title {
		font-size: 2.2em;
	}

	.slider-main__swiper-paggination {
		left: -9%;
	}
}