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;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	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;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	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;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	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;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	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;
	-webkit-transform: translateZ(0);
	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;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	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 {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	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;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	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: 1px dotted
}

.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;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	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
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: -o-linear-gradient(bottom, 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);
	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
}

.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 {
	-webkit-animation: a 1s linear infinite;
	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
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	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;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	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
	}
}

.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;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	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;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	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;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	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)
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	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;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #2d2e3a
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

table.bt tbody th,
table.bt thead {
	display: none
}

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
	border: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: top
}

table.bt tbody td::before,
table.bt tfoot td::before,
table.bt tfoot th::before {
	content: attr(data-th) ": ";
	display: inline-block;
	-ms-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 700;
	width: 6.5em
}

table.bt tbody td.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tfoot th.bt-hide {
	display: none
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
	vertical-align: top
}

.bt-wrapper.active {
	max-height: 310px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

table.bt.bt--no-header tbody td::before,
table.bt.bt--no-header tfoot td::before {
	display: none
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #52b535;
	color: #fff
}

::selection {
	background-color: #52b535;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body {
	font-family: Mont, sans-serif;
	font-size: 16px;
	line-height: 1.69;
	color: #2d2e3a;
	min-width: 320px;
	position: relative;
	overflow-x: hidden
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5
}

body::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5
}

body::-webkit-scrollbar-thumb {
	background-color: #52b535;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

p {
	color: rgba(45, 46, 58, .8)
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 900;
	line-height: 1.3
}

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

.diflex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.aifs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jcfe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fwrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.f-auto {
	width: auto
}

.container {
	width: 1230px;
	margin-left: auto;
	margin-right: auto
}

.hidden-h1 {
	display: none
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: normal;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	position: relative
}

.btn::before {
	content: '';
	background-color: #52b535;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	border-radius: 5px;
	z-index: -1
}

.btn:hover {
	text-decoration: none;
	color: #fff
}

.btn:hover::before {
	background-color: #5cc33c
}

.btn.silver {
	color: rgba(45, 46, 58, .5)
}

.btn.silver::before {
	background-color: #f3f3f3
}

.btn.silver:hover {
	color: #2d2e3a
}

.btn+.btn {
	margin-left: 10px
}

.next,
.prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/arrow-slide.svg);
	width: 18px;
	height: 37px;
	cursor: pointer;
	z-index: 2
}

.prev {
	left: -45px
}

.next {
	right: -45px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.pagination {
	font-size: 0;
	line-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px
}

.pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #d5d5e4
}

.pagination .swiper-pagination-bullet+span {
	margin-left: 13px
}

.pagination .swiper-pagination-bullet-active {
	background-color: #52b535
}

.s-line {
	border-top: 5px solid #f3f3f3
}

.mt50 {
	margin-top: 50px
}

.pt35 {
	padding-top: 35px
}

.pt50 {
	padding-top: 45px
}

.mb25 {
	margin-bottom: 25px
}

.mt0 {
	margin-top: 0 !important
}

.s-title {
	color: #2d2e3a;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.31
}

.s-title b {
	font-weight: 900
}

.s-title.bold {
	font-weight: 900
}

.ar-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ar-title::after {
	content: '';
	width: 11px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/ar-title.svg);
	margin-left: 14px
}

.btn-1,
.btn-2,
.btn-3 {
	height: 40px;
	padding: 0 25px;
	position: relative;
	padding: 0 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .43px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.btn-1::before,
.btn-2::before,
.btn-3::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	border-radius: 5px;
	z-index: 1
}
.btn-1.br::before{
	transform:none;
	border-radius: 35px;
}
.btn-1 span,
.btn-2 span,
.btn-3 span {
	position: relative;
	z-index: 2
}

.btn-1 {
	color: #fff
}

.btn-1:hover {
	text-decoration: none;
	color: #fff
}

.btn-1:hover::before {
	background-color: #5cc33c
}

.btn-1::before {
	background-color: #52b535
}

.btn-2 {
	color: rgba(45, 46, 58, .5)
}

.btn-2:hover {
	color: #2d2e3a;
	text-decoration: none
}

.btn-2::before {
	background-color: #f3f3f3
}

.btn-3 {
	color: #2d2e3a
}

.btn-3:hover {
	color: #2d2e3a;
	text-decoration: none
}

.btn-3::before {
	background-color: #fff
}

ul.tabs {
	padding: 0;
	margin: 0;
	list-style: none
}

.tab-content {
	display: none
}

.tab-content.current {
	display: inherit
}

.swiper-pagination-lock {
	display: none
}

.silver {
	color: rgba(45, 46, 58, .3)
}

.about-text {
	margin-top: 40px
}

.about-text__left {
	width: 550px
}

.about-text__left p {
	color: rgba(45, 46, 58, .8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.86
}

.about-text__left p:last-child {
	margin-bottom: 0
}

.about-text__left .s-title {
	margin-bottom: 30px
}

.about-text__images {
	padding-right: 30px
}

.about-text__images div+div {
	margin-left: 40px
}

.about-text__images .img-2-wrap {
	width: 270px;
	height: 270px
}

.about-text__images .img-1-wrap {
	width: 210px;
	height: 210px
}
.cc .about-text__images .img-1-wrap {
    width: 292px;
    height: 274px;
    margin-top: 237px;
}
.cc .about-text__images .img-2-wrap {
    width: 350px;
    height: 339px;
}
.cc .about-text__images {
    padding-right: 0;
    width: 530px;
}
.cc .about-text__images div+div {
    margin-left: -115px;
}
.cus .about-text__images .img-3-wrap {
    width: 403px;
    -webkit-transform: skew( 
-12deg
 );
    -ms-transform: skew(-12deg);
    transform: skew( 
-12deg
 );
    border-radius: 57px;
    overflow: hidden;
    margin-left: 92px;
}
.cus .img-2-wrap-fig::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 30px;
    width: 93px;
    height: 93px;
    border-radius: 8px;
    -webkit-transform: skew(
-12deg
);
    -ms-transform: skew(-12deg);
    transform: skew(
-12deg
);
    background-color: #52b535;
}
.cus .img-2-wrap-fig::before {
    content: '';
    position: absolute;
    bottom: 227px;
    left: 1px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    -webkit-transform: skew(
-12deg
);
    -ms-transform: skew(-12deg);
    transform: skew(
-12deg
);
    background-color: #52b535;
}
.blockquote-section {
	margin-top: 65px
}

.blockquote-section__text {
	max-width: 665px
}

.blockquote-section__text p {
	color: #2d2e3a;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.64;
	font-style: italic
}

.blockquote-section__text p:last-child {
	margin-bottom: 0
}

.blockquote-section__autor {
	color: #2660a8;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.69;
	margin-top: 30px
}

.blockquote-section .container {
	position: relative;
	padding: 50px 55px;
	border-radius: 9px;
	background-color: #f3f3f3
}

.blockquote-section .container img {
	max-width: 347px;
	position: absolute;
	right: 135px;
	bottom: 0;
	max-height: calc(100% + 40px);
}
.services-list .left{
	width: 50%;
	padding-right: 25px;
	padding-top: 30px;
	float: left;
	display: flex;
	justify-content: flex-end;
}

.services-list .left img{
	
}
.services-list .right{
	width: 50%;
	float: right;padding-left: 20px;
}
.services-list .right .services-list__item{
	margin-bottom: 35px;
}
.proizvodstvo{
	padding:50px 0;
}
.proizvodstvo .proizvodstvo__wrap{
		display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 50px;
}

.proizvodstvo .counters{
		display: -ms-grid;
	display: grid;margin-left: 35px;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 80px;
	margin-bottom: 40px;
}
.proizvodstvo .counters .counters-list__title{
	font-size: 50px;    
	line-height: 1;
	color:#52b535;
	font-weight: 900;
}
.proizvodstvo .counters .counters-list__text{
	font-size: 18px;
}
.proizvodstvo .counters .counters-list__item{
	position: relative;
}
.proizvodstvo .counters .counters-list__item:before{
	content: "";
    display: block;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    background-color: #f3f3f3;
    width: 86px;
    height: 86px;
        top: 19px;
    left: -32px;

}
.proizvodstvo .img-1-wrap, .proizvodstvo .img-2-wrap {
    -webkit-transform: skew(
-12deg
);
    -ms-transform: skew(-12deg);
    transform: skew(
-12deg
);
    border-radius: 15px;
    overflow: hidden;
        width: 350px;
    height: 339px;
}
.services-list__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 0 70px;
	margin-top: 25px
}
.services-list__wrap.dx {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 0 70px;
	margin-top: 25px
}
.main-banners{
margin-bottom: 35px;
}
.main-banners__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
.price-l__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
	margin-top: 25px
}

.price-l__item{
	display: flex;
	flex-wrap: wrap;
	color:#2d2e3a;
	text-decoration: none;
  box-shadow: 19px 0px 30px 0px rgba(45, 46, 58, 0.07);
padding:32px 32px 32px 0;
	margin-bottom: 35px;
	border-radius: 10px;
}
.price-l__item:hover{
	color:#2d2e3a;
	text-decoration: none;
	border:none;
}
.price-l__item .img{
	width: 30%;

}
.price-l__item .img img{
	max-width: 100%;
}

.price-l__item .meta{
	width: 70%;
	padding-left:30px;
}
.price-l__item  .title{
	font-size: 20px;line-height: 1.2;
display: block;
}
.price-l__item  .date{
	font-size: 12px;
	display: flex;
	padding-left: 25px;
	align-items: center;
}
.price-l__item  .date svg{
	margin-right: 10px;
}
.in .services-list .right {
    padding-left: 0;
}
.price-l__item  .price{
	font-size: 24px;
	font-weight: 900;    line-height: 1;
margin-bottom: 15px;display: block;
}
.price-l__item  .price .wt{
	font-size: 19px;
	font-weight: normal;
color:#acacb7;
}
.price-l__item  .attr .val{
	font-size: 13px;
opacity: .5;
}
.price-l__item  .attr{
	    margin-bottom: 15px;
	    display: block;
}

.price-l__item  .attr .i{
	display: inline-flex;
	align-items: center;

	margin-right: 5px;
}
.price-l__item  .attr .i svg{
	margin-right: 5px;
}

.price-l__item  .buttons{
	width:100%;
	clear: both;display: flex;flex-wrap: wrap;
}

.main-banners__item {
	height:250px;
	display: block;
}
.main-banners__item img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.services-list__wrap.dx.w50 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 0 70px;
	margin-top: 25px
}
.services-list__wrap.dx.w30 {

	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr) !important;
}
.in .services-list__icon::before{
	display: none;
}
.in .services-list__item .services-list__title{
	color:#2d2e3a;    margin-top: 0;padding-top: 9px;
}
.in .services-list__item .services-list__icon{
	float: left;
}

.services-list__icon {
	position: relative;
	width: 60px;
	height: 60px
}

.services-list__icon::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #f3f3f3;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.services-list__title {
	color: #52b535;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-top: 20px
}

.services-list .right .services-list__item .services-list__title{
	font-size: 23px;
	letter-spacing: -2px;
}

.c .services-list__title {
    color: #52b535;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-top: 35px;
}
.c .services-list__wrap.dx {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 0 25px;
    margin-top: 25px;
}
.c .services-list__text {
    color: #2d2e3acc;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
}
.in .services-list__text {
    clear: both;
    margin-top: 20px;
    padding-left: 30px;
}
.in .services-list__item .services-list__icon {
    float: left;
    margin-bottom: 15px;margin-right: 15px;
}
.about-text.cus {
    margin-top: 115px;
}
.cus .about-text__left {
    width: 608px;
}
.cus .about-text__left p {
    color: #2d2e3acc;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.86;
}
section.blockquote-section.f {
    margin-top: 145px;
}
.services-list__wrap.dx .services-list__title {
	font-size: 22px;
}
.about-text__images .img-3-wrap {
	width: 387px;
	-webkit-transform: skew(
		-12deg
		);
	-ms-transform: skew(-12deg);
	transform: skew(
		-12deg
		);
	border-radius: 15px;
	overflow: hidden;
}

.img-3-wrap img {
	width: calc(100% + 100px);
	margin-left: -35px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: skew(
		12deg
		);
	-ms-transform: skew(12deg);
	transform: skew(
		12deg
		);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}
.services-list__text {
	color: rgba(45, 46, 58, .8);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 20px
}
.f_left {
    width: 74%;
}

.f_form span.wpcf7-form-control-wrap {
   
}

.f_form span.wpcf7-form-control-wrap input {
    width: 100%;

}

.f_form .row {
    margin: 0 -5px;
}
.f_form .line_i {
    position: relative;    

    overflow: hidden; width: 33.3%;
    display: block;
    float: left;
    padding: 0 15px;
}
.f_form .line_i label {
    position: absolute;
    top: 8px;
    left:30px;
    font-size: 13px;
    color:#2d2e3a;
    z-index: 5
}

.blockquote-section.f .container{
	background: none;padding:0;  border-radius: 5px;
  box-shadow: 19px 0px 30px 0px rgba(45, 46, 58, 0.07);
  padding:50px 50px;
}
.blockquote-section.f .blockquote-section__text{
	font-size: 40px;
		font-weight: 900;
		max-width: 100%;
}
.blockquote-section.f .blockquote-section__autor{
	       margin-top: 0px;
    font-size: 18px;
    opacity: 0.4;
    color: #2d2e3a;
    margin-bottom: 24px;
}
.blockquote-section.f  .container img{
	right: 65px;
}

.f_form .btn-1{
      background-color: #52b535;
    border: none;
    webkit-transform: skew( -8deg );
    -ms-transform: skew(-8deg);
    transform: skew( 
-8deg
 );
    border-radius: 5px;
    height: 58px;
    padding: 0 47px;
    font-size: 13px;
}

.f_form .policy{
  font-size: 12px;
  color: rgba(45, 46, 58, 0.4);
  line-height: 1.5;



}

.f_form{

}


.f_form .row_s {
        display: flex;
    align-items: center;
    width: 100%;
    padding-top: 35px;
}
.f_form span.wpcf7-form-control-wrap input{
	width:100%;
	border: 1px solid #bdbdc85c;
	border-radius: 5px;
	padding:0 15px;
	font-size: 16px;
	opacity: 0.5;
	color:#2d2e3a;
	background-color: rgb(255, 255, 255);
	height: 77px;
	padding-top: 25px;
}
.section-reviews__wrap {
	position: relative
}

.section-reviews__wrap .pagination {
	margin-top: -10px;
	z-index: 5;
	position: relative
}

.section-reviews__slider {
	overflow: hidden;
	position: relative;
	width: calc(100% + 80px);
	margin-left: -40px;
	margin-top: -20px
}

.item-review {
	-webkit-box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	border-radius: 5px;
	padding: 10px;
	margin: 40px
}

.item-review__slider-wrap {
	position: relative;
	overflow: hidden;
	width: 460px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px
}

.item-review__slider-wrap img {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}

.item-review .next-in,
.item-review .prev-in {
	width: 37px;
	height: 37px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.item-review .next-in::before,
.item-review .prev-in::before {
	content: '';
	width: 9px;
	height: 16px
}

.item-review .prev-in::before {
	background-image: url(../images/prev-in.svg)
}

.item-review .next-in {
	border-radius: 7px;
	background-color: #fff
}

.item-review .next-in::before {
	background-image: url(../images/next-in.svg)
}

.item-review .arrows-in {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2
}

.item-review__text {
	margin-top: 20px
}

.item-review__avatar {
	width: 57px;
	height: 57px;
	position: relative
}

.item-review__avatar::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #52b535;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.item-review__user-text {
	margin-left: 15px
}

.item-review__name {
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1
}

.item-review__date {
	color: rgba(45, 46, 58, .5);
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	margin-top: 7px
}

.item-review__stars {
	margin-top: 7px
}

.item-review__stars .star {
	width: 12px;
	height: 12px;
	background-image: url(../images/star.svg)
}

.item-review__stars .star-full {
	background-image: url(../images/star-full.svg)
}

.item-review__stars div+div {
	margin-left: 6px
}

.item-review__product {
	-webkit-box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	border-radius: 5px;
	background-color: #fff;
	height: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 16px
}

.item-review__left-product img {
	max-width: 49px
}

.item-review__info-product {
	color: #2d2e3a;
	font-size: 13px;
	line-height: 1;
	margin-left: 18px
}

.item-review__info-product b {
	font-weight: 900
}

.item-review__info-product span {
	margin-top: 7px
}

.item-review__right-product {
	margin-left: 70px
}

.item-review__icon-smile {
	width: 57px;
	height: 57px;
	position: relative
}

.item-review__icon-smile::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid rgba(229, 227, 227, .7);
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.item-review__count {
	color: rgba(45, 46, 58, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-left: 15px
}

.item-review__count b {
	font-weight: 900;
	color: #2d2e3a
}

.item-review__count span {
	margin-top: 7px
}

.item-review__bottom {
	margin-top: 35px;
	position: relative;
	padding-left: 51px;
	padding-right: 70px
}

.item-review__bottom::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/quote.svg);
	width: 36px;
	height: 24px
}

.item-review__bottom p {
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.67
}

.item-review__bottom p:last-child {
	margin-bottom: 0
}

.item-review .swiper-lazy-preloader {
	--swiper-preloader-color: #2d2e3a
}

.header__top {
	border-bottom: 5px solid #f3f3f3;
	padding: 13px 0
}

.header__menu {
	font-size: 0;
	padding: 0;
	margin: 0
}

.header__menu li {
	list-style-type: none
}

.header__menu li+li {
	margin-left: 25px
}

.header__menu li a {
	color: rgba(45, 46, 58, .8);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .44px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__menu li a:hover {
	text-decoration: none;
	color: #2d2e3a
}

.header__citys {
	color: rgba(45, 46, 58, .8);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .44px;
	padding: 5px 8px 5px 10px;
	border-radius: 5px;
	background-color: #f3f3f3;
	cursor: pointer
}

.header__citys::after {
	content: '';
	display: inline-block;
	background-image: url(../images/ar-bottom.svg);
	width: 11px;
	height: 6px;
	margin-left: 15px;
	flex-shrink: 0;
}

.header__phone {
	color: #2d2e3a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__phone:hover {
	text-decoration: none
}

.header__whats {
	width: 17px;
	height: 17px;
	background-image: url(../images/whats.svg)
}

.header__bottom {
	padding: 35px 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__logo img {
	width: 220px
}

.header__menu-pages {
	
}
header .header__menu-pages > a + a {
	margin-left: 12px;
}
.header__menu-pages a {
	max-width: 152px
}

.header__menu-pages a:hover {
	text-decoration: none
}

.header__menu-pages a:hover span {
	color: #2d2e3a
}
.grecaptcha-badge{
	display: none !important;
}
.header__menu-pages span {
	color: rgba(45, 46, 58, .8);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.47;
	text-transform: uppercase;
	letter-spacing: .48px;
	margin-left: 12px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}
.header .header__logo {
	margin-right: 30px;
}
.sticky .header .header__logo {
    max-width: 170px;
}
.sticky .header .header__logo img {
    max-width: 100%;
}
.header__menu-icon {
	width: 35px;
	height: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #f3f3f3;
	border-radius: 5px;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	padding: 5px;
}

.header__menu-icon img {
	-webkit-transform: skew(8deg);
	-ms-transform: skew(8deg);
	transform: skew(8deg);
	max-width: 100%;
}

.header__consult:hover {
	text-decoration: none
}

.header__consult:hover .header__consult-text {
	color: #2d2e3a
}


.header__calc-icon.consult::before {
	width: 24px;
	height: 24px;
	background-image: url(../images/production.svg);
}
.header__consult-text {
	margin-left: 13px;
	color: rgba(45, 46, 58, .8);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.47;
	text-transform: uppercase;
	letter-spacing: .43px
}

.modal-phone {
	width: 16px;
	height: 16px;
	background-size: 100%;
	background-image: url(../images/phone.svg);
}

.header__calc {
	background-color: #52b535;
	border-radius: 5px;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	padding: 0 10px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__calc:hover {
	text-decoration: none;
	background-color: #5abf3b
}

.header__calc-wrap {
	-webkit-transform: skew(8deg);
	-ms-transform: skew(8deg);
	transform: skew(8deg);
	height: 50px
}

.header__calc-icon {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	background-color: #49a72d;
	margin-right: 14px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.header__calc-icon::before {
	content: '';
	width: 16px;
	height: 19px;
	background-image: url(../images/calc.svg);
	-webkit-transform: skew(8deg);
	-ms-transform: skew(8deg);
	transform: skew(8deg);
	background-size: 100%;
}
.header__calc.dealer {
	background-color: #e85069;
}
.header__calc.dealer .header__calc-icon {
	background-color: #e02e4b;
}
.header__calc-text {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.47;
	text-transform: uppercase;
	letter-spacing: .43px
}

.header__static .header__top {
	background-color: #f3f3f3;
	border: none
}

.header__static .header__bottom {
	padding: 30px 0 0
}

.header__static .header__bottom .container {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 28px
}

.header.sticky .header__bottom {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
}

#top {
	position: fixed;
	left: 40px;
	bottom: 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #52b535;
	border-radius: 5px;
	z-index: 10;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	visibility: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

#top:after {
	content: '';
	position: absolute;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-top: 4px;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg)
}

#top.show {
	opacity: 1;
	visibility: visible
}

.main-banner__wrapper {
	position: relative
}

.main-banner__wrapper .count-list {
	margin-top: 55px;
	margin-bottom: 40px
}

.main-banner__wrapper .count-list .section-text__count-item+div {
	margin-left: 30px
}

.main-banner__wrapper .count-list .section-text__count-item::before {
	background-color: rgba(37, 97, 168, .7)
}

.main-banner__wrapper .count-list .section-text__counter {
	color: #fff
}

.main-banner__wrapper .count-list .section-text__d-counter {
	margin-top: 10px;
	color: #fff
}

.main-banner .swiper-lazy-preloader {
	--swiper-preloader-color: #fff
}

.main-banner__slider {
	overflow: hidden
}

.main-banner .banner-slide {
	position: relative;
	border-radius: 9px;
	padding: 40px 45px;
	overflow: hidden
}
.main-slide__title span sup {
	text-decoration: none;
}
@media (min-width: 768px) {

	.main-slide__right {
		margin-left: 30px;
	}
	.main-slide__title {
		max-width: 750px;
	}
}

.main-banner .banner-slide>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-banner .banner-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 86, 148, .95)), to(rgba(25, 86, 148, .3)));
	background-image: -o-linear-gradient(left, rgba(25, 86, 148, .95) 0, rgba(25, 86, 148, .3) 100%);
	background-image: linear-gradient(to right, rgba(25, 86, 148, .95) 0, rgba(25, 86, 148, .3) 100%)
}
.main-banner .banner-slide.f::before {
  background-image: -moz-linear-gradient( 0deg, rgb(25,86,148) 0%, rgba(25,86,148,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(25,86,148) 0%, rgba(25,86,148,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(25,86,148) 0%, rgba(25,86,148,0) 100%);
opacity: .6;
}
.main-banner .banner-slide.f{
	    padding: 52px 57px;
}
.main-banner .banner-slide.f .main-slide__sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.45px;
}
.main-banner .banner-slide.f .main-slide__title {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.18;
    margin-top: 32px;
}
.mt69 .about-text__left .s-title {
    margin-bottom: 40px;
}
.main-banner .banner-slide.f .wrap-count {
    width: 100%;
    margin-top: 60px;
}
.mt69{
	margin-top: 69px;
}
.mt69 .about-text__left p {
    color: #2d2e3acc;
    font-size: 18px;    margin-bottom: 36px;
    font-weight: 400;
    line-height: 1.86;
}

.main-banner .banner-slide.f .btn-1 {
    height: 59px;
    padding: 0 41px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .43px;
}
.main-slide__title span {

}
.s-title.c {
    color: #2d2e3a;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.20;
}
.s-title.c.bold {
    
       font-weight: 900;
}
.main-banner .banner-slide.f {
    height: 405px;
}

.main-banner .swiper-slide.cat {
    height: 325px;    padding: 40px 50px;
}
.main-banner .swiper-slide.cat .main-slide__sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.main-banner .swiper-slide.cat  .main-slide__title {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.18;
    margin-top: 20px;
}
.main-banner .swiper-slide.cat .main-slide .btn {
    margin-top: 25px;
    font-size: 12px;
    padding: 0 36px;
    letter-spacing: 0.3px;
}
.main-banner .swiper-slide.cat .main-slide .btn:before {
   border-radius: 35px;transform:none;
}
.main-banner .banner-slide>div {
	position: relative;
	z-index: 3
}

.main-slide__price {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	margin-top: 30px
}

.main-slide__price b {
	font-size: 36px;
	font-weight: 900
}

.main-slide__sub-title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3
}

.main-slide__title {
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.18;
	margin-top: 20px
}

.main-slide .btn {
	margin-top: 28px
}

.main-slide__desc {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.58;
	margin-top: 30px
}

.main-slide .btn {
	margin-top: 35px
}

.main-cats {
	margin-top: 40px;
	    padding-bottom: 55px;
}

.main-cats__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
	gap: 17px
}
.main-cats__wrapper.c{
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}
.main-cats__item {
	height: 200px;
	position: relative;
	padding: 25px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.main-cats__item>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.main-cats__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 86, 148, .6)), to(rgba(25, 86, 148, 0)));
	background-image: -o-linear-gradient(left, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%);
	background-image: linear-gradient(to right, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%)
}

.main-cats__item:hover {
	-webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .3);
	text-decoration: none
}

.main-cats__wrap-title {
	position: relative;
	z-index: 3
}

.main-cats__title {
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.29;
	margin-top: 15px
}

.bestsellers {
	padding: 35px 0 0
}

.bestsellers__wrap {
	margin: 25px 0 0;
	position: relative
}

.bestsellers__slider {
	overflow: hidden;
	margin: -50px -20px;
	padding: 50px 20px
}

.bestsellers .swiper-slide {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.bestsellers .swiper-slide .product {
	-webkit-box-shadow: none;
	box-shadow: none
}

.bestsellers .swiper-slide-visible .product {
	-webkit-box-shadow: 5px 0 10px rgba(45, 46, 58, .07);
	box-shadow: 5px 0 10px rgba(45, 46, 58, .07)
}

.windows-easy {
	min-height: 470px
}

.windows-easy img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.windows-easy__wrap {
	margin-top: 55px;
	position: relative;
	padding-bottom: 85px
}

.windows-easy__wrap>img {
	position: absolute;
	right: 54px;
	bottom: 0;
	max-width: 385px
}

.windows-easy__content {
	position: relative
}

.windows-easy__content div:nth-child(2) {
	left: 64px;
	top: -23px
}

.windows-easy__content div:nth-child(3) {
	left: 335px;
	top: -23px
}

.windows-easy__content div:nth-child(4) {
	left: 600px;
	top: -23px
}

.windows-easy__content div:nth-child(5),
.windows-easy__content div:nth-child(6),
.windows-easy__content div:nth-child(7) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.windows-easy__content div:nth-child(5) .windows-easy__title,
.windows-easy__content div:nth-child(6) .windows-easy__title,
.windows-easy__content div:nth-child(7) .windows-easy__title {
	margin: 0 0 12px 0
}

.windows-easy__content div:nth-child(5) {
	bottom: -28px;
	left: 64px
}

.windows-easy__content div:nth-child(6) {
	left: 335px;
	bottom: -28px
}

.windows-easy__content div:nth-child(7) {
	left: 600px;
	bottom: -28px
}

.windows-easy__item {
	counter-increment: index;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.windows-easy__item:nth-child(-n+9) .windows-easy__title::before {
	content: "0"counter(index)
}

.windows-easy__wrap-icon {
	width: 62px;
	height: 60px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 8px
}

.windows-easy__wrap-icon::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #cecfda;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	border-radius: 5px
}

.windows-easy__icon {
	width: 42px;
	height: 42px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	background-color: #52b535;
	position: relative;
	z-index: 2;
	border-radius: 100%
}

.windows-easy__icon img {
	max-width: 100%;
	max-height: 100%
}

.windows-easy__title {
	color: #2d2e3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px
}

.windows-easy__title::before {
	content: counter(index);
	color: rgba(45, 46, 58, .4);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-right: 14px;
	text-transform: uppercase
}

.prices__wrap {
	margin-top: 30px
}

.prices__tabs-nav {
	border-bottom: 1px solid #e6e4e4;
	margin-top: 25px
}

.prices__tabs-nav li {
	color: rgba(45, 46, 58, .4);
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 15px;
	padding-bottom: 12px;
	position: relative
}

.prices__tabs-nav li:first-child {
	padding-left: 0
}

.prices__tabs-nav li.current::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 2px;
	background-color: #185e98
}

.prices .grid-products {
	margin-top: 35px
}

.main-banner.s-line {
	padding-top: 50px
}

.section-text {
	margin-top: 55px
}

.section-text .container {
	position: relative
}

.section-text .container .counters-right {
	position: absolute;
	top: 50px;
	right: 0
}

.section-text .container .counters-right .section-text__count-item+.section-text__count-item {
	margin-left: 40px
}

.section-text .container .img-1-wrap {
	right: 470px;
	top: 30px;
	position: absolute
}

.section-text .container .img-2-wrap-fig {
	position: absolute;
	top: 202px;
	right: 160px
}

.section-text__left {
	width: 560px
}

.section-text__left .section-text__counters {
	margin-top: 35px
}

.section-text__count-item {
	position: relative;
	padding-left: 34px
}

.section-text__count-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	margin: auto;
	width: 70px;
	height: 70px;
	background-color: #f3f3f3;
	border-radius: 5px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg)
}

.section-text__count-item div {
	position: relative;
	z-index: 2
}

.section-text__count-item+div {
	margin-left: 70px
}

.section-text__counter {
	color: #52b535;
	font-size: 45px;
	font-weight: 900;
	line-height: 1
}


.section-text .container {
    position: relative;
    padding-top: 15px;
}
.section-text__d-counter {
	color: #2d2e3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px
}

.section-text__desc {
	margin-top: 60px
}

.section-text__btns {
	margin-top: 40px
}

.img-1-wrap,
.img-2-wrap {
	-webkit-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	transform: skew(-12deg);
	border-radius: 15px;
	overflow: hidden
}

.img-2-wrap {
	width: 305px;
	height: 305px
}

.img-2-wrap img {
	width: calc(100% + 100px);
	margin-left: -35px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: skew(12deg);
	-ms-transform: skew(12deg);
	transform: skew(12deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.img-1-wrap {
	position: relative;
	width: 245px;
	height: 245px
}

.img-1-wrap img {
	width: calc(100% + 100px);
	margin-left: -70px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.img-2-wrap-fig {
	position: relative
}

.img-2-wrap-fig::before {
	content: '';
	position: absolute;
	bottom: 118px;
	left: -70px;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	-webkit-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	transform: skew(-12deg);
	background-color: #52b535
}

.img-2-wrap-fig::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -60px;
	width: 93px;
	height: 93px;
	border-radius: 8px;
	-webkit-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	transform: skew(-12deg);
	background-color: #52b535
}

.works__wrap {
	position: relative
}

.works__slider {
	overflow: hidden;
	margin-top: 25px
}

.works .swiper-lazy-preloader {
	--swiper-preloader-color: #2d2e3a
}

.table-products .s-title {
	margin-top: -40px;
	line-height: 1.17
}

.table-products__row {
	width: 100%;
	padding: 12px 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.table-products__row:first-child {
	-ms-flex-preferred-size: 300px;
	flex-basis: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.table-products__row:first-child>div:first-child {
	padding-left: 0
}

.table-products__row:not(:first-child) .table-products__item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.table-products__row:not(:first-child):hover {
	-webkit-box-shadow: 4px 0 59px rgba(45, 46, 58, .14);
	box-shadow: 4px 0 59px rgba(45, 46, 58, .14);
	border-radius: 5px;
	background-color: #fff
}

.table-products__row:not(:first-child):hover .btn-2::before {
	background-color: #52b535
}

.table-products__row:not(:first-child):hover .btn-2 span {
	color: #fff
}

.table-products__row>div:first-child {
	height: 140px
}

.table-products__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	background-color: #fff;
	border-radius: 5px;
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 0 17px;
	margin: 0 3px
}

.table-products__item::before {
	content: attr(data-hidden-title);
	display: none
}

.table-products__item b {
	font-weight: 900
}

.table-products__item:nth-child(2n) {
	background-color: #f3f3f3
}

.table-products__icon {
	width: 27px
}

.table-products__icon img {
	max-width: 100%;
	max-height: 100%
}

.table-products__item-top-img {
	height: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.table-products__item-top-img img {
	max-width: 100%;
	max-height: 100%
}

.table-products__item-top-text {
	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;
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 7px
}

.table-products__item-top-text b {
	font-weight: 900
}

.table-products .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table-products .rating i {
	font-style: normal;
	width: 13px;
	height: 13px;
	background-color: #cdcdcd;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	border-radius: 2px
}

.table-products .rating i+i {
	margin-left: 3px
}

.table-products .rating i.green {
	background-color: #52b535
}

.table-products .btn-2 {
	height: 34px;
	margin-top: 12px
}

.section-news__wrap {
	margin-top: 25px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 16px
}

.section-news__item {
	height: 230px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding: 35px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.section-news__item:hover {
	text-decoration: none;
	-webkit-box-shadow: 4px 4px 25px rgba(45, 46, 58, .4);
	box-shadow: 4px 4px 25px rgba(45, 46, 58, .4)
}

.section-news__item>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

.section-news__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 86, 148, .6)), to(rgba(25, 86, 148, 0)));
	background-image: -o-linear-gradient(left, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%);
	background-image: linear-gradient(to right, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%)
}

.section-news__item h3,
.section-news__item>div {
	position: relative;
	z-index: 3
}

.section-news__title {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.29;
	margin-top: 30px;
	max-width: 80%;
	position: relative;
	z-index: 3;
}

.section-news__date {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px
}

.footer {
	margin-top: 60px;
	padding-bottom: 20px
}

.footer__top {
	gap: 0 10px
}

.footer__top-item {
	height: 73px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 25px
}

.footer__top-item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f3f3f3;
	z-index: -1;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.footer__top-item:first-child {
	padding-right: 60px
}

.footer__logo img {
	height: 36px;
	max-width: 140px;
	width: auto
}

.footer__socials {
	margin-left: 55px
}

.footer__socials a+a {
	margin-left: 40px
}

.footer__search {
	width: 100%;
	position: relative
}

.footer__search::before {
	content: '';
	background-image: url(../images/search-icon.svg);
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none
}

.footer__search input {
	outline: 0;
	border: none;
	background: 0 0;
	width: 100%;
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1;
	padding-left: 33px
}

.footer__search input::-webkit-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.footer__search input::-moz-placeholder {
	color: rgba(45, 46, 58, .5)
}

.footer__search input:-ms-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.footer__search input::-ms-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.footer__search input::placeholder {
	color: rgba(45, 46, 58, .5)
}

.footer__phone {
	color: #2d2e3a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__phone:hover {
	color: #52b535
}

.footer__phone::before {
	content: '';
	width: 17px;
	height: 17px;
	background-repeat: no-repeat;
	background-image: url(../images/tel-icon.svg);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 9px
}

.footer a:hover {
	text-decoration: none
}

.footer__mail {
	color: rgba(45, 46, 58, .5);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin-left: 30px;
	white-space: nowrap;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__mail:hover {
	color: #52b535
}

.footer__middle {
	margin: 45px 0 0;


}
.footer__middle > div + div {
	margin-left: 110px;
}
.footer__item-menu ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	list-style-type: none;
	gap: 20px 45px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr
}

.footer__item-menu ul li a {
	color: rgba(45, 46, 58, .6);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .44px;
	display: inline-block;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__item-menu ul li a:hover {
	color: #52b535
}

.footer__item-menu ul.two-columns {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer__title-menu {
	color: #2d2e3a;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 35px
}

.footer__bottom {
	color: rgba(45, 46, 58, .4);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 40px
}

.footer__bottom a {
	display: contents;
	color: inherit;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__bottom a:hover {
	color: #52b535
}

.articles_in__wrapper {
	max-width: 920px;
	padding: 0 10px;
	margin: 0 auto
}

.articles_in__img {
	position: relative;
	padding-top: 0
}

.articles_in__img img {
	border-radius: 9px;
	position: static;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.articles_in h1 {
	margin-top: 30px
}

.articles_in ol,
.articles_in ul {
	padding: 0;
	margin: 25px 0
}

.articles_in ol li,
.articles_in ul li {
	font-weight: 700;
	padding: 15px 0;
	border-top: 1px solid #e7e5e5;
	list-style-type: none
}

.articles_in ol li:last-child,
.articles_in ul li:last-child {
	border-bottom: 1px solid #e7e5e5
}

.articles_in ul li {
	position: relative
}

.articles_in ul li::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background-color: #52b535;
	display: inline-block;
	margin-right: 16px
}

.articles_in ol {
	counter-reset: num
}

.articles_in ol li {
	counter-increment: num;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.articles_in ol li::before {
	content: counter(num);
	display: inline-block;
	margin-right: 15px;
	color: #52b535;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.69;
	display: inline-block;
	width: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.articles_in ol li:nth-child(-n+9)::before {
	content: "0"counter(num)
}

.articles_in blockquote {
	position: relative;
	border-radius: 9px;
	background-color: #f3f3f3;
	padding: 30px 90px 30px 115px;
	margin: 30px 0
}

.articles_in blockquote::before {
	content: '';
	display: block;
	background-image: url(../images/quote.svg);
	width: 54px;
	height: 37px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 35px;
	top: 35px
}

.articles_in blockquote p:last-child {
	margin-bottom: 0
}

.repost {
	margin-top: 30px;
	margin-left: -4px
}

.repost a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.2px;
	border-radius: 5px;
	background-color: #52b535;
	padding: 0 15px;
	height: 33px;
	margin: 0 4px 8px
}

.repost a:hover {
	text-decoration: none
}

.repost a img {
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.portfolio_wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 30px
}

.portfolio-in__slider-wrap {
	width: 100%;
	position: relative
}

.portfolio-in__slider-wrap .next-arrow,
.portfolio-in__slider-wrap .prev-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background-color: #52b535;
	z-index: 2
}

.portfolio-in__slider-wrap .next-arrow::before,
.portfolio-in__slider-wrap .prev-arrow::before {
	content: '';
	width: 12px;
	height: 24px;
	background-image: url(../images/arrow-left.svg)
}

.portfolio-in__slider-wrap .prev-arrow {
	left: -30px
}

.portfolio-in__slider-wrap .next-arrow {
	right: -30px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.portfolio-in__slider-init {
	overflow: hidden
}

.portfolio-in__slider-init img {
	height: 360px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}

.portfolio-in__slider-init .swiper-lazy-preloader {
	--swiper-preloader-color: #2d2e3a
}

.portfolio-in__info {
	margin-top: 35px
}

.portfolio-in__left {
	width: 100%;
	margin-right: 40px
}

.portfolio-in__count-info {
	border-radius: 5px;
	background-color: #f3f3f3;
	padding: 12px;
	margin-right: 25px
}

.portfolio-in__count-info b {
	color: #2d2e3a;
	font-size: 34px;
	font-weight: 800;
	line-height: 1
}

.portfolio-in__count-info span {
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-top: 7px
}

.portfolio-in__adres-info b {
	color: #2d2e3a;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.2
}

.portfolio-in__adres-info span {
	color: rgba(45, 46, 58, .6);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 3px
}

.portfolio-in__text-review {
	-webkit-box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	margin-top: 35px;
	padding: 35px 30px 35px 110px;
	position: relative
}

.portfolio-in__text-review::before {
	content: '';
	display: block;
	background-image: url(../images/quote.svg);
	width: 54px;
	height: 37px;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 35px;
	top: 35px
}

.portfolio-in .product__t-name,
.portfolio-in .product__t-price {
	font-size: 18px
}

.portfolio-in .product__img {
	margin: 0 20px
}

.portfolio-in__autor {
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1
}

.portfolio-in__date {
	color: rgba(45, 46, 58, .5);
	font-size: 11px;
	font-weight: 400;
	line-height: 1
}

.portfolio-in .item-review__stars {
	margin: 0 0 0 12px
}

.portfolio-in__text-content {
	margin-top: 25px
}

.portfolio-in__text-content p {
	color: #2d2e3a;
	font-size: 14px
}

.portfolio-in__text-content p:last-child {
	margin-bottom: 0
}

.portfolio-in__right {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.advantages {
	margin-top: 50px;
	gap: 0 60px
}

.advantages__icon-wrap {
	position: relative;
	width: 78px;
	height: 78px;
	margin-right: 19px
}

.advantages__icon-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #fff;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.advantages__icon {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background-color: #52b535
}

.advantages__text {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3
}

.proizvodsto-1 {
	margin-top: 65px;
	padding-bottom: 30px
}

.proizvodsto-1__image-wrap {
	width: 470px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 100px;
	height: 300px;
	position: relative
}

.proizvodsto-1__image-wrap::before {
	content: '';
	position: absolute;
	right: -20px;
	bottom: -34px;
	background-color: #52b535;
	width: 93px;
	height: 93px;
	border-radius: 10px;
	z-index: 2;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg)
}

.proizvodsto-1__image-wrap::after {
	content: '';
	position: absolute;
	right: -47px;
	bottom: 90px;
	background-color: #52b535;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	z-index: 2;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg)
}

.proizvodsto-1__image {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 15px
}

.proizvodsto-1__image img {
	width: calc(100% + 60px);
	margin-left: -30px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg)
}

.proizvodsto-1__text {
	width: 50%
}

.proizvodstvo-slider__slider-init {
	margin-top: 30px
}

.proizvodstvo-slider__slider-init img {
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 5px
}

.proizvodstvo-slider .s-title {
	margin: 0
}

.proizvodstvo-slider .swiper-lazy-preloader {
	--swiper-preloader-color: #2d2e3a
}

.arrows-3 {
	gap: 0 10px
}

.arrows-3 .next-3,
.arrows-3 .prev-3 {
	position: relative;
	width: 41px;
	height: 41px;
	cursor: pointer
}

.arrows-3 .next-3::before,
.arrows-3 .prev-3::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px;
	z-index: 1
}

.arrows-3 .next-3::after,
.arrows-3 .prev-3::after {
	content: '';
	z-index: 2;
	position: relative;
	width: 8px;
	height: 16px;
	display: block
}

.arrows-3 .prev-3::before {
	background-color: #f3f3f3
}

.arrows-3 .prev-3::after {
	background-image: url(../images/prev-3.svg)
}

.arrows-3 .next-3::before {
	background-color: #52b535
}

.arrows-3 .next-3::after {
	background-image: url(../images/next-3.svg)
}

.quality__text {
	width: 50%
}

.quality .btn {
	margin-top: 15px
}

.quality .proizvodsto-1__image-wrap {
	margin-right: 0;
	margin-left: 90px;
	margin-top: 30px;
	margin-right: 30px
}

.quality .proizvodsto-1__image-wrap::before {
	right: auto;
	left: -30px;
	bottom: auto;
	top: 0
}

.quality .proizvodsto-1__image-wrap::after {
	right: auto;
	bottom: auto;
	left: -55px;
	top: 120px
}

.serts__text {
	width: 300px;
	margin-right: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.serts__text p:last-child {
	margin-bottom: 0
}

.serts__docs {
	gap: 0 30px
}

.serts__item {
	width: 180px
}

.serts__item:hover {
	text-decoration: none
}

.serts__img {
	position: relative
}

.serts__img img {
	height: 255px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.serts__icon {
	position: relative;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -18px;
	bottom: -18px;
	z-index: 2
}

.serts__icon::after {
	content: '';
	display: block;
	position: relative;
	z-index: 2;
	width: 21px;
	height: 22px;
	background-image: url(../images/doc.svg)
}

.serts__icon::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #52b535;
	border-radius: 5px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg)
}

.serts__desc {
	margin-top: 25px;
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.66
}

.faq {
	max-width: 930px
}

.faq__item {
	border: 1px solid transparent;
	border-radius: 9px;
	overflow: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.faq__item+div {
	margin-top: 11px
}

.faq__top {
	color: #165c98;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	padding: 14px 14px 14px 30px;
	background-color: #f3f3f3;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	cursor: pointer
}

.faq .opened {
	border: 1px solid #e8eaed
}

.faq .opened .faq__top {
	color: #2d2e3a;
	background: 0 0
}

.faq .opened .faq__top .faq__icon {
	background-color: #f3f3f3
}

.faq .opened .faq__top .faq__icon::before {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	-webkit-filter: none;
	filter: none
}

.faq__icon {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #52b535;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.faq__icon::before {
	content: '';
	width: 16px;
	height: 9px;
	background-image: url(../images/ar-bottom.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.faq__bottom {
	padding: 0 100px 25px 30px
}

.faq__bottom p {
	font-size: 14px;
	line-height: 1.74
}

.faq__bottom p:last-child {
	margin-bottom: 0
}

.services__item+div {
	margin-top: 45px
}

.services__list {
	margin-top: 20px
}

.services__item-list {
	padding: 15px;
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.services__item-list::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background-color: #52b535;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	margin-right: 12px
}

.services__item-list:last-child {
	border-bottom: 1px solid #e4e0e0
}

.services .one-column .services__item-list {
	background-color: #f3f3f3
}

.services .one-column .services__item-list:nth-child(2n) {
	background-color: #fff
}

.services .two-column {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 26px
}

.services .two-column .services__item-list {
	background-color: #f3f3f3
}

.services .two-column .services__item-list:nth-child(4n),
.services .two-column .services__item-list:nth-child(4n+3) {
	background-color: #fff
}

.services .two-column .services__item-list:nth-last-child(2) {
	border-bottom: 1px solid #e4e0e0
}

.advantages-2__item+div {
	margin-top: 50px
}

.advantages-2__icon-wrap {
	width: 60px;
	height: 60px;
	position: relative;
	flex-shrink: 0;
}

.advantages-2__icon-wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px
}

.advantages-2__icon {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background-color: #52b535
}

.advantages-2__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	margin-left: 20px
}

.sale-text__content .btn {
	margin-top: 20px
}

.sale-text__prems {
	width: 580px;
	margin-left: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.sale-text__prems .s-title {
	color: rgba(45, 46, 58, .3)
}

.sale-text__item-list {
	position: relative;
	padding: 12px 15px 12px 45px;
	border-radius: 5px;
	background-color: #f3f3f3;
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5
}

.sale-text__item-list img {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto
}

.sale-text__item-list:nth-child(2n) {
	background-color: #fff
}

.windows-easy+.section-news {
	margin-top: 0
}

.serivce-products__wrap {
	margin-top: 20px;
	position: relative
}

.serivce-products__init {
	overflow: hidden;
	margin: -50px -10px;
	padding: 50px 10px
}

.serivce-products__item {
	-webkit-box-shadow: 3px 0 5px rgba(45, 46, 58, .07);
	box-shadow: 3px 0 5px rgba(45, 46, 58, .07);
	padding: 20px;
	width: 100%
}

.serivce-products__img {
	height: 165px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.serivce-products__img img {
	max-width: 100%;
	max-height: 100%
}

.serivce-products__price {
	color: #2d2e3a;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 20px
}

.serivce-products__desc {
	color: #2d2e3a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin-top: 5px
}

.serivce-products__params {
	margin: 10px 0
}

.serivce-products__params div {
	color: rgba(45, 46, 58, .5);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	border-top: 1px solid #ecebeb;
	padding: 9px 0
}

.serivce-products .btn-1 {
	margin-top: auto;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.serivce-products .swiper-wrapper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.serivce-products .swiper-lazy-preloader {
	--swiper-preloader-color: #2d2e3a
}

.big-cats {
	margin-top: 20px
}

.big-cats .item-work__icon {
	margin-top: 25px
}

.big-cats .main-cats__item {
	height: 295px
}

.mini-cats .main-cats__wrapper {
	margin-top: 25px
}

.advantages-windows__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 20px
}

.advantages-windows__img-wrap {
	position: relative
}

.advantages-windows__img-wrap:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 38px;
	height: 38px;
	background-color: #52b535;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 3px;
	z-index: 2
}

.advantages-windows__img {
	width: 123px;
	height: 123px;
	position: relative;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 10px;
	overflow: hidden;
	z-index: 2
}

.advantages-windows__img img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.advantages-windows__text {
	color: #2d2e3a;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.23;
	margin-left: 25px;
	margin-bottom: 20px
}

@media (min-width:992px) {

	.advantages-windows__item:nth-child(4),
	.advantages-windows__item:nth-child(5),
	.advantages-windows__item:nth-child(6) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: 100%
	}

	.advantages-windows__item:nth-child(4) .advantages-windows__text,
	.advantages-windows__item:nth-child(5) .advantages-windows__text,
	.advantages-windows__item:nth-child(6) .advantages-windows__text {
		margin: 0 25px 20px 0
	}
}

.populars__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 17px;
	margin-top: 20px
}

.populars__item {
	border-radius: 5px;
	background-color: #103d76;
	padding: 30px 40px
}

.populars__left .s-title {
	color: #fff;
	font-size: 28px;
}

.populars__desc {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.48;
	margin-top: 10px
}

.populars__price {
	color: #fff;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	margin-top: auto
}

.populars__price b {
	font-size: 36px;
	font-weight: 900
}

.populars__right {
	width: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 80px
}

.populars__img {
	margin-bottom: 25px
}

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

.populars .product__param:before {
	border-color: #52b535;
	background-color: #52b535
}

.populars .product__param {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px
}

.populars .product__param>div {
	position: relative;
	z-index: 2
}

.populars .product__icon {
	-webkit-filter: brightness(100);
	filter: brightness(100)
}

.populars .product__value {
	color: #fff
}

.populars .product__params {
	margin: 15px 0;
	gap: 15px 0;
	display: grid;
}

.populars .product__params-item-text {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.35;
	margin: 0
}

.populars .product__params-item-text b {
	font-weight: 900
}



.desc-hide {
	display: none
}

@media (min-width:550px) {

	.populars__item:nth-child(4n+2),
	.populars__item:nth-child(4n+3) {
		background-color: #1e5396
	}
}

.windows-easy+.section-reviews {
	margin-top: 0
}

.windows-in-about__left {
	width: 450px
}

.windows-in-about__left .s-title {
	margin-bottom: 15px
}

.windows-in-about__left .btn {
	margin-top: 25px
}

.windows-in-about__price {
	color: #2d2e3a;
	font-size: 22px;
	font-weight: 400;
	line-height: 1
}

.windows-in-about__price b {
	font-size: 36px;
	font-weight: 900
}

.windows-in-about__img {
	position: relative
}

.windows-in-about__img::before {
	content: '';
	width: 187px;
	height: 187px;
	background-color: #f3f3f3;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	display: block;
	border-radius: 10px;
	position: absolute;
	left: -45px;
	bottom: 50px
}

.windows-in-about__img img {
	position: relative;
	z-index: 2;
	max-width: 225px;
	height: auto
}

.windows-in-about__list {
	width: 400px
}

.windows-in-about__text {
	margin-left: 25px;
	width: 100%;
}

.windows-in-about__item-title {
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.66
}

.windows-in-about__line {
	margin-top: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #d3dae3
}

.windows-in-about .product__param {
	width: 55px;
	height: 55px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.windows-in-about .product__param b {
	font-weight: 900
}

.windows-in-about .product__param div {
	position: relative;
	z-index: 2
}

.windows-in-about .product__param:before {
	background-color: #52b535;
	border-color: #52b535
}

.windows-in-about .product__value {
	font-size: 12px;
	margin-top: 6px;
	color: #fff
}

.windows-in-about .product__param+div {
	margin-top: -3px
}

.windows-in-about .windows-in-about__item+.windows-in-about__item {
	margin-top: 55px
}

.params {
	padding-bottom: 50px
}

.params__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 0 50px;
	max-width: 970px;
	margin-top: 40px
}

.params__item {
	border-bottom: 1px solid #ebeaea;
	padding: 10px 0
}

.params__item div:first-child {
	color: #2d2e3a;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2
}

.params__item div:last-child {
	color: #4c9f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2
}

.thankyou {
	margin-top: 20px
}

.thankyou__text {
	padding-top: 30px
}

.thankyou__desc {
	color: rgba(45, 46, 58, .6);
	font-size: 23px;
	font-weight: 400;
	line-height: 1.37;
	margin-top: 25px
}

.thankyou__btns {
	margin-top: 35px
}

.thankyou__socials {
	height: 54px;
	position: relative;
	padding: 0 25px;
	margin-left: 15px
}

.thankyou__socials::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #f3f3f3;
	border-radius: 5px;
	z-index: 1
}

.thankyou__socials a {
	position: relative;
	z-index: 2
}

.thankyou__socials a+a {
	margin-left: 25px
}

.thankyou__image {
	margin-left: 20px;
	position: relative
}

.thankyou__image::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 285px;
	height: 285px;
	border-radius: 10px;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	background-color: #f3f3f3;
	z-index: -1
}

.static-page+.section-news {
	margin-top: 0
}

.modal {
	padding: 40px !important
}

.modal__wrap {
	width: 300px
}

.modal__title {
	color: #2d2e3a;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.17
}

.modal__form {
	margin-top: 30px
}

.modal__field {
	border-radius: 5px;
	border: 1px solid rgba(189, 189, 200, .36);
	padding: 10px 15px 5px
}



.modal__t-field {
	color: #2d2e3a;
	font-size: 12px;
	font-weight: 400;
	line-height: 1
}

.modal__input {
	margin-top: 5px
}

.modal__input input {
	border: none;
	color: #2d2e3a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	outline: 0;
	padding: 0
}

.modal__input input::-webkit-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.modal__input input::-moz-placeholder {
	color: rgba(45, 46, 58, .5)
}

.modal__input input:-ms-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.modal__input input::-ms-input-placeholder {
	color: rgba(45, 46, 58, .5)
}

.modal__input input::placeholder {
	color: rgba(45, 46, 58, .5)
}

.modal__checkbox {
	color: rgba(45, 46, 58, .4);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.47
}

.modal__checkbox a {
	color: rgba(45, 46, 58, .4);
	text-decoration: underline
}

.modal__submit {
	margin-top: 20px
}

.modal__submit button {
	background: 0 0;
	border: none
}

.modal__submit button::before {
	z-index: 1
}

.modal__submit button span {
	position: relative;
	z-index: 2
}

.modal .fancybox-close-small {
	right: 10px;
	top: 10px;
	padding: 5px;
	color: rgba(69, 53, 68, .2)
}

.swiper-wrapper.disabled {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important
}

.swiper-pagination.disabled {
	display: none
}

.product {
	padding: 20px;
	-webkit-box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	border-radius: 5px;
	background-color: #fff
}

.product__left {
	width: 100%
}

.product__img {
	height: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__img img {
	max-width: 100%;
	max-height: 100%;
	height: auto
}
.new_t .btn-1::before,.new_t .btn-2::before,.new_t .btn-3::before{
    transform: none;
    border-radius: 50px;
    z-index: 1;
}
.new_t .product__img {
    height: 145px;
}
.new_t .product__img img {
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_t .product__params {
	margin-left:0;
}
.new_t .product__table{
	-ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.product__title {
	margin-top: 13px
}

.product__title:hover {
	text-decoration: none
}
span.tekst_prevyu{
	    font-size: 12px;
    opacity: 0.5;
    color: #2d2e3a;
    letter-spacing: -0.8px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.product__t-name {
	color: #2d2e3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}
.new_t .product__t-name{
	    font-size: 20px;
}
.product__t-price {
	color: #2d2e3a;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	margin-top: 6px
}

.product__t-price b {
	font-weight: 900;
	display: inline-block;
	line-height: 1
}

.product__t-price .new-price {
	color: #d12121
}

.product__t-price span {
	color: #c3c3c9;
	font-size: 14px;
}

.product__t-price span sup {
	font-size: 13px
}

.product__t-price .old-price {
	color: #2d2e3a;
	font-size: 17px;
	text-decoration: line-through
}

.product__params {
	margin-left: 20px
}

.product__param {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	width: 42px;
	height: 42px;
	position: relative
}

.product__param:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	display: block;
	border: 1px solid #e5e3e3;
	border-radius: 5px
}

.product__param div+div {
	margin-top: 5px
}

.product__param+div {
	margin-top: 15px
}

.product__value {
	color: #2d2e3a;
	font-size: 9px;
	font-weight: 900;
	line-height: 1
}

.product__bottom {
	margin-top: 20px
}

.product .status span {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase
}

.product .status span {
	position: relative;
	z-index: 2
}

.product .hit::before {
	background-color: #cc52b7
}

.product .new::before {
	background-color: #52b535
}

.product .sale::before {
	background-color: #e34545
}

.product__table {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 5px 15px
}

.product__table div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: rgba(45, 46, 58, .5);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.47
}

.product__table div b {
	font-weight: 900
}

.product__btns {
	margin-top: 22px
}

.product__btns a+a {
	margin-left: 8px
}

.param-1 {
	background-image: url(../images/param-1.svg);
	width: 10px;
	height: 17px
}

.param-2 {
	background-image: url(../images/param-2.svg);
	width: 16px;
	height: 17px
}

.param-3 {
	background-image: url(../images/param-3.svg);
	width: 16px;
	height: 17px
}

.param-4 {
	background-image: url(../images/param-4.svg);
	width: 16px;
	height: 17px
}

.param-5 {
	background-image: url(../images/param-5.svg);
	width: 22px;
	height: 22px
}

.param-6 {
	background-image: url(../images/param-6.svg);
	width: 22px;
	height: 22px
}

.param-7 {
	background-image: url(../images/param-7.svg);
	width: 22px;
	height: 22px
}

.product-2 {
	padding: 15px;
	-webkit-box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	box-shadow: 17px 0 27px rgba(45, 46, 58, .07);
	border-radius: 5px;
	background-color: #fff
}

.product-2__img {
	height: 190px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 22px 0
}

.product-2__img img {
	max-width: 100%;
	max-height: 100%
}

.product-2 .product__title {
	margin-top: 0
}

.product-2__params {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin-bottom: 20px
}

.product-2__params li {
	color: rgba(45, 46, 58, .6);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	list-style-type: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-2__params li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background-color: #babbc6;
	margin-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.product-2__params li+li {
	margin-top: 8px
}

.product-2 .product__btns {
	margin-top: auto
}

.grid-products {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(235px, 300px));
	gap: 10px
}

.item-work {
	position: relative;
	height: 360px;
	padding: 30px 35px;
	border-radius: 5px;
	overflow: hidden
}

.item-work:hover {
	text-decoration: none
}

.item-work>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1
}

.item-work::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(25, 86, 148, .6)), to(rgba(25, 86, 148, 0)));
	background-image: -o-linear-gradient(left, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%);
	background-image: linear-gradient(to right, rgba(25, 86, 148, .6) 0, rgba(25, 86, 148, 0) 100%)
}

.item-work>div {
	position: relative;
	z-index: 3
}

.item-work__area {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1
}

.item-work__area sup {
	font-size: 22px;
	margin-top: 5px;
	font-weight: 400
}

.item-work__d-area {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-top: 7px
}

.item-work__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	position: relative
}

.item-work__icon::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
	border-radius: 5px;
	z-index: 1
}

.item-work__icon::after {
	content: '';
	width: 9px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/ar-title.svg);
	position: relative;
	z-index: 2;
	background-size: 9px 16px
}

.item-work__name {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	margin-top: 17px
}

.item-work__adres {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.35;
	margin-top: 10px
}

.mobile-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	background-color: #fff;
	padding: 0 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	display: none
}

.mobile-wrapper .mobile-city {
	margin-top: 15px
}

.mobile-wrapper .mobile-wrapper .header__logo img {
	max-height: 40px;
	width: auto;
	margin-right: 10px
}

.mobile-wrapper .mobile-wrapper .header__logo-text b,
.mobile-wrapper .mobile-wrapper .header__logo-text span {
	color: #251f34
}

.mobile-wrapper .mobile-wrapper .header__logo-text span {
	margin-top: 5px
}

.mobile-wrapper .bottom {
	position: fixed;
	margin-top: 60px;
	max-width: 85vw;
	height: calc(100vh - 60px);
	overflow: auto;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	z-index: 3;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	-ms-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-webkit-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33)
}

.mobile-wrapper .adress_popover {
	width: 100%
}

.mobile-wrapper .bottom.opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.mobile-wrapper .citys:after {
	display: none
}

.bottom-mobile-phone {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1;
	color: #000
}

.bottom-mobile-phone .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f4f4f4;
	margin-right: 10px
}

.bottom-mobile-phone .icon img {
	max-width: 11px;
	height: auto
}

.bottom-social-mobile {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bottom-social-mobile a+a {
	margin-left: 30px
}

.mobile-wrapper .bottom ul {
	padding: 0;
	margin: 10px 0 0;
	font-size: 0;
	line-height: 0
}

.mobile-wrapper .bottom ul+ul {
	margin-top: 30px
}

.mobile-wrapper .bottom .menu a {
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	color: rgba(45, 46, 58, .8);
	font-weight: 600
}
.mobile-wrapper .header__menu-icon,
.mobile-wrapper .header__consult-icon {
	width: 30px;
	height: 30px;
}
.mobile-wrapper .header__menu-pages span br,
.mobile-wrapper .header__consult-text br {
	display: none;
}
.mobile-wrapper .header__menu-pages a {
	max-width: 100%;
	margin-bottom: 5px;
}
.mobile-wrapper .bottom .menu li+li {
	margin-top: 7px
}

.mobile-wrapper .bottom .city_name {
	text-decoration: underline
}

.mobile-wrapper .bottom .city_popover a {
	margin: 5px 5px 0
}

.mobile-wrapper .top {
	position: relative;
	z-index: 10;
	height: 60px
}

.mobile-wrapper .logo img {
	width: 50px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-mobile a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #f4f4f4;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.contact-mobile a img {
	max-width: 100%
}

.contact-mobile a+a {
	margin-left: 5px
}

#nav-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

body.hidd,
html.hidd {
	overflow: hidden
}

body.hidd::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 200
}

.t-mobile-menu {
	color: #2c4bb6;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #3f3a57;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.row-menu+.row-menu {
	margin-top: 30px
}

#nav-icon3 span:nth-child(1) {
	top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 0;
	bottom: 0;
	margin: auto
}

#nav-icon3 span:nth-child(4) {
	top: auto;
	bottom: 0
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}




.bread span {
	color: #949aa1;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	list-style-type: none
}

.bread a:hover {
	text-decoration: none;
}

.bread .dflex>span+span::before {
	content: '<';
	display: inline-block;
	margin: 0 10px
}

.bread {
	margin: 12px 0 15px
}

.load-more-wrap {
	margin-top: 30px
}

.load-more {
	cursor: pointer
}

.load-more__icon {
	width: 41px;
	height: 41px;
	position: relative
}

.load-more__icon::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #52b535;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px;
	z-index: 1
}

.load-more__icon::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	width: 16px;
	height: 9px;
	background-image: url(../images/ar-bottom-white.svg)
}

.load-more__text {
	color: #2d2e3a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .43px;
	height: 41px;
	position: relative;
	padding: 0 22px;
	margin-left: 10px
}

.load-more__text::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f3f3f3;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	border-radius: 5px;
	z-index: -1
}
.proizvodstvo-slider {
	overflow: hidden;
}
@media (max-width:1330px) {

	.bestsellers__wrap,
	.main-banner__wrapper,
	.portfolio-in__slider-wrap,
	.section-reviews__wrap,
	.serivce-products__wrap,
	.works__wrap {
		width: calc(100% - 80px);
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:1230px) {
	.container {
		width: 992px
	}
	.footer__middle>div+div {
		margin-left: 60px;
	}
	.header__menu li a {
		font-size: 9px;
	}

	.prices__tabs-nav li {
		font-size: 18px;
	}

	.header__menu li+li {
		margin-left: 15px
	}

	.header__phone {
		font-size: 13px
	}

	header .header__calc {
		display: none
	}

	.header__logo img {
		width: 180px
	}

	.windows-easy__wrap>img {
		display: none !important
	}

	.grid-products {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr)
	}

	.section-text .container .img-2-wrap-fig {
		right: 0
	}

	.section-text .container .img-1-wrap {
		display: none !important
	}

	.windows-table .table-products {
		overflow: auto
	}

	.footer__socials {
		margin-left: 30px
	}

	.footer__socials a+a {
		margin-left: 15px
	}

	.footer__top-item:first-child {
		padding-right: 20px
	}

	.footer__middle {
		gap: 0 50px
	}

	.footer__item-menu ul {
		gap: 10px 30px
	}

	.about-text__images .img-2-wrap-fig {
		display: none
	}

	.blockquote-section .container img {
		right: 0
	}

	.services-list__wrap {
		gap: 0 30px
	}

	.item-review__right-product {
		margin-left: 30px
	}

	.item-review__slider-wrap {
		width: 290px
	}

	.serts .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.serts__text {
		width: 100%;
		margin: 0
	}

	.serts__docs {
		margin: 20px 0 0;
		gap: 15px 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.advantages-windows__text {
		font-size: 18px;
		margin-left: 15px
	}

	.advantages-windows__item:nth-child(4) .advantages-windows__text,
	.advantages-windows__item:nth-child(5) .advantages-windows__text,
	.advantages-windows__item:nth-child(6) .advantages-windows__text {
		margin-right: 15px
	}

	.populars__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.populars__right {
		margin: auto
	}

	.desc-hide {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.populars__left .btn-3 {
		margin-top: 20px
	}

	.populars__right .btn-3 {
		display: none
	}

	.populars__img {
		margin-bottom: 15px
	}

	.windows-in-about__img {
		display: none
	}
	.header.sticky .header__menu-pages span {
		font-size: 9px;
	}
	.header.sticky .header .header__logo {
		margin-right: 0;
	}
}

@media (max-width:992px) {
	.container {
		width: 768px
	}
	.main-banners__wrapper{
		    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
	}
	.main-banners__item {
    height: auto;
    display: block;
}
.price-l__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0 20px;
    margin-top: 25px;
}
.price-l__item .img {
    width: 100%;
    margin-bottom: 10px;
}
.price-l__item .img img {
    width: 100%;
}
.price-l__item .meta {
    width: 100%;
    padding-left: 0;
}
.price-l__item .date {
    margin-top: 15px;
    padding-left: 0;
    display: block;
    width: 100%;
}
.c .services-list__wrap.dx.w30 {
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
}
.services-list .left {
    width: 100%;
    }
    .services-list .left img{
    max-width: 100%;
}
.services-list .right {
    width: 100%;
    
    padding-left: 0;
}
.c .services-list__wrap.dx.w50 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1] !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 0 25px;
    margin-top: 25px;
}
	.footer__middle>div+div {
		margin-left: 0;
	}
	.main-cats__item {
		height: auto;
		padding: 10px;
		min-height: 150px
	}

	.main-cats__title {
		font-size: 16px
	}

	.product-2 {
		padding: 10px
	}

	.main-slide__title {
		font-size: 36px
	}

	.main-banner .banner-slide {
		height: auto
	}

	.header {
		display: none
	}

	body {
		padding-top: 60px
	}

	.s-title {
		font-size: 28px
	}

	.prices__tabs-nav li {
		font-size: 18px
	}

	.product__t-price {
		font-size: 16px
	}

	.product__t-price .old-price {
		font-size: 14px
	}

	.btn-1,
	.btn-2 {
		padding: 0 10px
	}

	.section-text .container .counters-right {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 30px
	}

	.section-text .container .img-2-wrap-fig {
		display: none
	}

	.section-text__left {
		width: 100%
	}

	.item-work {
		padding: 15px;
		height: 280px
	}

	.footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.footer__top-item {
		-webkit-box-flex: initial;
		-ms-flex: initial;
		flex: initial;
		width: 49%;
		margin-bottom: 10px;
		height: 60px
	}

	.footer__top-item:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.footer__top-item:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}

	.footer__top-item:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.section-news__title {
		font-size: 16px
	}

	.section-news__item {
		padding: 20px
	}

	.mobile-wrapper {
		display: block
	}

	.main-banner__wrapper .count-list .section-text__counter {
		font-size: 28px
	}

	.main-banner__wrapper .count-list .section-text__count-item::before {
		top: 0
	}

	.blockquote-section .container img {
		position: relative;
		max-width: 100%;
		max-height: 350px;
		display: block;
		margin: 20px auto 0;
	}

	.blockquote-section .container {
		padding: 20px 10px 0
	}

	.blockquote-section__text p {
		font-size: 16px
	}

	.services-list__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 25px
	}

	.services-list__item {
		width: calc(50% - 25px)
	}

	.item-review {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.item-review__slider-wrap {
		width: 100%;
		max-width: 380px;
		margin: auto
	}

	.item-review__slider-wrap img {
		height: 220px
	}

	.portfolio-in__slider-init img {
		height: 280px
	}

	.portfolio-in__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.portfolio-in__right {
		display: none
	}

	.advantages__text {
		font-size: 14px
	}

	.proizvodsto-1 .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.proizvodsto-1__text,
	.quality__text {
		width: 100%
	}

	.proizvodstvo-slider__slider-init img {
		height: 240px
	}

	.blockquote-section {
		margin-top: 30px
	}

	.quality .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.sale-text .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.sale-text__content .btn {
		margin-top: 0
	}

	.sale-text__prems {
		margin: 15px 0 0;
		width: 100%
	}

	.big-cats .main-cats__item {
		height: 190px
	}

	.big-cats .item-work__icon {
		margin-top: 15px
	}

	.advantages-windows__item {
		-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
	}

	.advantages-windows__text {
		margin: 10px 0 0
	}

	.populars__item {
		padding: 20px
	}

	.windows-in-about .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.windows-in-about__left {
		width: 100%
	}

	.windows-in-about__list {
		width: 100%;
		margin-top: 20px
	}

	.windows-in-about .windows-in-about__item+.windows-in-about__item {
		margin-top: 20px
	}

	.params__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.params__item div:first-child {
		font-size: 12px
	}

	.params__item div:last-child {
		text-align: right;
		font-size: 12px;
		margin-left: 10px
	}

	.thankyou__image {
		display: none
	}

	.thankyou {
		padding-bottom: 40px
	}

	.prices__tabs-nav li {
		font-size: 14px;
	}
}

@media (max-width:768px) {
.c .services-list__wrap.dx {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
}
.services-list__item {
    width: 100% !important;
}
.about-text.cus,section.blockquote-section.f {
    margin-top: 30px;
}
.blockquote-section.f .blockquote-section__text {
    font-size: 25px;
    font-weight: 900;
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 25px;
}
.blockquote-section.f .container {
    padding: 25px;
}
.f_left {
    width: 100%;
}
.f_form .row_s {
   
    flex-wrap: wrap;
}
.mt69 {
    margin-top: 20px;
}
.c .services-list__text{
	margin-bottom: 15px;
}
.mt69 .about-text__left p {
    margin-bottom: 10px;
}
.s-title.c {
    color: #2d2e3a;
    font-size: 23px;
    }
    .mt69 .about-text__left .s-title{
    	margin-bottom: 15px;
    }
.f_form .policy{
	margin-top: 10px;
}
.f_form .line_i {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
    padding: 0 15px;
    margin-bottom: 10px;
}
	.btn-1,
	.btn-2 {
		height: 36px
	}

	.prices__tabs-nav {
		overflow: auto;
	}

	.container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}

	.main-banner .banner-slide {
		padding: 15px
	}

	.main-slide__title {
		font-size: 28px
	}

	.btn.blockquote-section .container img {
		height: 46px
	}

	.bestsellers__wrap,
	
	.works__wrap {
		width: calc(100% - 60px)
	}
	.main-banner__wrapper {
		width: 100%;
	}
	.main-banner__wrapper .prev,
	.main-banner__wrapper .next {
		display: none;
	}
	.prev {
		left: -35px
	}

	.next {
		right: -35px
	}

	.main-slide__title {
		font-size: 18px !important;
	}

	.main-slide__title br {
		display: none
	}

	.main-cats .main-cats__wrapper {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.main-cats {
		margin-top: 20px
	}

	.s-title {
		font-size: 20px
	}

	.pt35 {
		padding-top: 20px
	}

	.mt50 {
		margin-top: 30px
	}

	.windows-easy__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important
	}

	.windows-easy__item+div {
		margin-top: 10px
	}

	.windows-easy__content div:nth-child(2) {
		left: auto;
		top: auto
	}

	.windows-easy__bg {
		display: none
	}

	.windows-easy__title {
		margin: 0 0 0 20px !important
	}

	.windows-easy__title br {
		display: none
	}

	.windows-easy__content div:nth-child(5),
	.windows-easy__content div:nth-child(6),
	.windows-easy__content div:nth-child(7) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.windows-easy__wrap {
		margin: 20px 0 0;
		padding-bottom: 20px
	}

	.grid-products {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}

	.prices__tabs-nav li {
		font-size: 14px;
		padding: 0 10px 5px
	}



	.prices__tabs-nav li.current::before {
		bottom: 0
	}

	.prices .grid-products {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		margin-top: 15px;
	}

	.prices__wrap {
		margin-top: 15px;
	}

	.product-2__img {
		margin: 10px 0
	}

	.product-2__params {
		margin-bottom: 10px
	}

	.grid-products {
		gap: 10px
	}

	.main-banner.s-line {
		padding-top: 30px
	}

	.section-text {
		margin-top: 30px
	}

	.section-text__counter {
		font-size: 22px
	}

	.section-text__count-item::before {
		width: 30px;
		height: 30px
	}

	.section-text__d-counter {
		font-size: 12px;
		margin-top: 10px
	}

	.section-text__count-item+div {
		margin-left: 20px
	}

	.btn {
		padding: 0 15px
	}

	.section-text__btns {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px
	}

	.btn+.btn {
		margin-left: 0
	}

	.section-text__desc {
		margin-top: 20px
	}

	.section-text__left .section-text__counters {
		margin-top: 15px
	}

	.section-text {
		margin-top: 20px
	}

	.item-work__area {
		font-size: 26px
	}

	.item-work__name {
		font-size: 14px
	}

	.item-work__adres {
		font-size: 12px
	}

	.item-work {
		height: auto
	}

	.item-work__bottom {
		margin-top: 20px
	}

	.footer__top-item {
		width: 100%;
		padding: 0 15px
	}

	.footer__middle {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		margin: 20px 0 0
	}
	.footer__middle > div {
		margin-bottom: 15px;
	}
	.footer__title-menu {
		margin-bottom: 15px
	}

	.footer__bottom {
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
	}
	
	.footer__top-item:nth-child(3) {
		-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
	}

	.footer__mail {
		margin: 4px 0 0
	}

	.section-news__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.section-news__item {
		height: auto
	}

	.pt50 {
		padding-top: 20px
	}

	.table-products .s-title {
		margin-top: 0
	}

	.footer__socials {
		margin-left: 15px
	}

	.main-banner {
		margin-top: 20px
	}

	.windows-easy__wrap-icon {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.table-products__row:first-child {
		-ms-flex-preferred-size: initial;
		flex-basis: initial;
		max-width: 170px
	}

	.about-text__images {
		display: none
	}

	.blockquote-section {
		margin-top: 30px
	}

	.blockquote-section__text p {
		font-size: 12px
	}

	.blockquote-section__autor {
		font-size: 12px;
		margin-top: 20px
	}

	.services-list__title {
		font-size: 14px;
		margin-top: 15px
	}

	.services-list__text {
		font-size: 12px;
		margin-top: 10px
	}

	.services-list__icon {
		width: 45px;
		height: 45px
	}

	.services-list__item {
		width: calc(50% - 10px)
	}

	.services-list__wrap {
		gap: 10px
	}

	.item-review__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.item-review__product {
		margin: 10px 0 0
	}

	.item-review__bottom {
		padding-right: 20px
	}

	.item-review__bottom {
		margin-top: 15px
	}

	.item-review {
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.section-reviews__slider {
		overflow: hidden;
		width: 100%;
		margin: 0
	}

	.section-reviews__wrap {
		width: 100%
	}

	.section-reviews__wrap .next,
	.section-reviews__wrap .prev {
		display: none
	}

	.section-reviews__wrap .pagination {
		margin-top: 10px
	}

	.about-text__left p {
		font-size: 14px
	}

	.about-text__left .s-title {
		margin-bottom: 15px
	}

	.main-banner__wrapper .count-list {
		margin: 20px 0 0
	}

	.main-banner__wrapper .count-list .section-text__counter {
		font-size: 14px
	}

	.main-banner__wrapper .count-list .section-text__d-counter {
		font-size: 10px;
		margin-top: 5px
	}

	.main-banner__wrapper .count-list .section-text__count-item+div {
		margin-left: 10px
	}

	.main-banner__wrapper .count-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.main-banner__wrapper .count-list .section-text__count-item {
		margin: 0 5px 10px;
		padding-left: 20px
	}

	.main-banner__wrapper .count-list .section-text__count-item+div {
		margin-left: 5px
	}

	.articles_in blockquote {
		padding: 20px
	}

	.articles_in blockquote p {
		font-size: 12px
	}

	.articles_in blockquote::before {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 10px
	}

	ol,
	ul {
		margin: 15px 0
	}

	.articles_in ol li,
	.articles_in ul li {
		font-size: 14px;
		padding: 5px 0
	}

	h1 {
		font-size: 24px
	}

	h2 {
		font-size: 20px
	}

	h3 {
		font-size: 18px
	}

	.articles_in h1 {
		margin-top: 15px
	}

	.portfolio-in__count-info b {
		font-size: 12px
	}

	.portfolio-in__count-info span {
		font-size: 10px
	}

	.portfolio-in__top-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.portfolio-in__info {
		margin-top: 15px
	}

	.portfolio-in__top-info {
		width: 100%
	}

	.portfolio-in__adres-info b {
		font-size: 14px
	}

	.portfolio-in__count-info {
		margin-right: 0
	}

	.portfolio-in__adres-info {
		margin-top: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.portfolio-in__adres-info span {
		font-size: 16px
	}

	.portfolio-in__text-review {
		padding: 20px;
		margin-top: 15px
	}

	.portfolio-in__text-review::before {
		display: none
	}

	.portfolio-in__text-content {
		margin-top: 15px
	}

	.portfolio-in__slider-init img {
		height: 220px
	}

	.portfolio-in__slider-wrap .next-arrow,
	.portfolio-in__slider-wrap .prev-arrow {
		width: 40px;
		height: 40px
	}

	.advantages__icon-wrap::before {
		display: none
	}

	.advantages__icon-wrap {
		width: auto;
		height: auto
	}

	.advantages {
		margin-top: 25px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.advantages>div {
		margin: 0 5px 10px
	}
	.proizvodsto-1__image-wrap {
		display: none !important
	}

	.proizvodsto-1 {
		padding-bottom: 0
	}

	.serts__docs {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))
	}

	.serts__item {
		width: auto
	}

	.serts__img img {
		height: auto
	}

	.proizvodsto-1 {
		margin-top: 30px
	}

	.faq__bottom {
		padding: 0 20px 20px
	}

	.faq__top {
		padding: 5px 10px 5px 20px;
		font-size: 14px
	}

	.faq__icon {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 10px
	}

	.services .two-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}

	.services .two-column .services__item-list {
		background-color: #f3f3f3 !important
	}

	.services .two-column .services__item-list:nth-child(2n) {
		background-color: #fff !important
	}

	.services .two-column .services__item-list:nth-last-child(2) {
		border: none
	}

	.services__item+div {
		margin-top: 25px
	}

	.main-slide__desc {
		font-size: 14px
	}

	.main-slide__desc br {
		display: none
	}

	.main-slide .btn {
		margin-top: 20px
	}

	.main-slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.main-slide__right {
		display: grid;
		gap: 15px 30px;
		margin-top: 20px;
		display: none;
	}
	.bestsellers__slider {
		margin: -70px -20px -30px;
	}
	.populars .product__params {
		display: grid;
	}

	.advantages-2__item+div {
		margin: initial
	}

	.advantages-2__text {
		font-size: 14px
	}

	.mb25 {
		margin-bottom: 15px
	}

	.main-slide__price {
		font-size: 18px
	}

	.main-slide__price b {
		font-size: 22px
	}

	.serivce-products__item {
		padding: 15px
	}

	.windows-in-about__item-title br {
		display: none
	}

	.windows-in-about__left .btn {
		margin-top: 15px
	}

	.thankyou__socials {
		height: 46px
	}

	.thankyou__desc {
		font-size: 14px;
		margin-top: 15px
	}

	.thankyou__desc br {
		display: none
	}

	.thankyou__btns {
		margin-top: 20px
	}

	.thankyou {
		padding-bottom: 30px
	}

	.thankyou__text {
		padding-top: 0
	}
}

@media (max-width:550px) {
	.advantages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.advantages__text {
		font-size: 12px
	}

	.advantages__text br {
		display: none
	}

	.advantages__icon {
		width: 45px;
		height: 45px
	}

	.advantages__icon-wrap {
		margin-right: 10px
	}

	.advantages-windows__wrap {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.advantages-windows__img {
		width: 100px;
		height: 100px
	}

	.advantages-windows__text {
		font-size: 14px
	}

	.populars__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 10px
	}

	.populars__price b {
		font-size: 26px
	}

	.populars__left .btn-3 {
		margin-top: 10px
	}



	.populars .product__params {
		gap: 10px 0
	}

	.populars__item:nth-child(2n) {
		background-color: #1e5396
	}

	.thankyou__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.thankyou__socials {
		margin: 15px 0 0
	}

	.modal__wrap {
		width: 100%
	}

	.modal {
		padding: 40px 20px !important
	}

	.modal__title {
		font-size: 26px
	}

	.item-review__icon-smile {
		display: none;
	}
}

@media (max-width:500px) {


	.item-review__bottom p {
		font-size: 12px
	}

	.portfolio_wrapper {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 15px
	}
}