

/* Start:/local/js/slick/slick.css?17434273931737*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/js/tiny-slider/tiny-slider.min.css?17434274402178*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/js/flickity/flickity.pkgd.css?17437718512422*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* End */


/* Start:/local/js/fancybox/jquery.fancybox.css?174350812915864*/
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: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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: transparent;
	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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	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;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(
		to top,
		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%,
		rgba(0, 0, 0, 0) 100%
		);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}


@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}

/* Share */

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

.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 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	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: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	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: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/categories_header/style.css?17483315261080*/
.header-cats {
    position: relative;
}

@media(max-width: 900px) {
    .header-cats {
        display: none;
    }
}

@media(min-width: 901px) {
    .header.absolute  .header-cats {
        display: block;
    }
}

.header-cats__header {
    margin-top: 1.125rem;
    padding: .5rem .5rem.5rem 1rem;
    background: url(/local/templates/main/components/bitrix/menu/categories_header/images/icon_arrow_down.svg) right 1rem center no-repeat var(--color-primary);
    font-weight: 700;
    max-width: 280px;
}

.header-cats:hover .header-cats__header {
    background-color: #606567;
}

.header-cats__ul {
    border: 1px solid #D6D7D5;
    list-style: none;
    padding: .5rem .5rem;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    max-width: 280px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.header-cats:hover .header-cats__ul {
    display: block;
}

.header-cats__li {

}

.header-cats__a {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .5rem;
    font-size: .875rem;
    transition: all .3s;
}

.header-cats__a:hover {
    background: #d6d6d6;
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.form/top/style.css?1743425649231*/
.header__search-input {
    border: 1px solid #A1A5A7;
    padding: .4rem 1rem .4rem .5rem;
    font-size: .875rem;
    width: 190px;
    max-width: 100%;

    background: url(/local/templates/main/components/bitrix/search.form/top/images/icon_search.svg) right .5rem center no-repeat;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/top_menu/style.css?1748331663431*/
.header__nav-list {
    justify-content: space-between;
    display: flex;
    list-style: none;
}

.header__nav-a {
    font-weight: 700;
    transition: all .3s;
    padding: .5rem 1rem;
}

.header__nav-a:hover {
    background: var(--color-primary);
}

@media(max-width: 1300px) {
    .header__nav-a {
        padding: .5rem .75rem;
    }
}

@media(max-width: 1150px) {
    .header__nav-a {
        padding: .5rem .5rem;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?174420392814602*/
/* Home slider
-----------------------------------------------------------------------------*/
.slider-cats {
    margin-bottom: 3rem;
}

.slider-cats__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.5rem;
}

@media(max-width: 991px) {
    .slider-cats__left {
        display: none;
    }

    .slider-cats__grid {
        grid-template-columns: 1fr;
    }
}


/* Page warranty /protect/wrnt/
------------------------------------------------------------------*/
.wrnt {
    padding: 60px 0;
}

.wrnt .group {
    margin-bottom: 3rem;
}

.wrnt .group h5 {
    margin-bottom: 1rem;
}

.wrnt .group ul {
    margin: 0 0 0 2rem;
    list-style-type: disc;
}

.wrnt .actions {
    margin: 3rem 0;
}



/* Home start
-----------------------------------------------------------------------------*/
.start {
    background: #EBEBEB;
    padding: 60px 0;
}

.start__grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

@media(max-width: 1023px) {
    .start__grid {
        grid-template-columns: 1fr;
    }
}

.start__part-grid-column {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
}

.start__part {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.start_title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.1;
    font-family: "DrukTextWideCyr";
}

@media(max-width: 1300px) {
    .start_title {
        font-size: 34px;
    }
}

.start__text {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1rem;
}

.start__part-grid {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

@media(max-width: 1023px) {
    .start__part-grid {
        grid-template-columns: 1fr;
    }
}

.start__item {
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-bottom: 1rem;
    min-height: 185px;
    position: relative;
    overflow: hidden;
}

.start__item-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.start__item_big {
    min-height: 250px;
}

@media(max-width: 1199px) {
    .start__item {
        min-height: 250px;
    }
}

@media(max-width: 1023px) {
    .start__item {
        min-height: 180px;
    }

    .start__item_big {
        min-height: 180px;
    }
}

.start__item:hover {
    background: var(--color-primary);
}

.start__item-img {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.start__item-img_partners {
    bottom: 0;
    right: 0;
}

.start__item-img_download {
    bottom: 0;
    right: 0;
}

.start__item-img_solution {
    top: 0;
    height: 100%;
    right: 0;
}

.start__item-img_career,
.start__item-img_service  {
    right: 0;
}

.start__item-img_academy {
    left: 0;
    height: 80%;
}

@media(max-width: 1023px) {
    .start__item-img {
        right: 0;
        left: auto;
    }
}


.start__item-name {
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.start__item-text {
    color: #626569;
    font-size: 14px;
    max-width: 280px;
    z-index: 2;
    position: relative;
}

.start__item:hover .start__item-text {
    color: var(--color-black);
}

.start__item_big .start__item-name {
    font-weight: 700;
    font-size: 26px;
}


.start__item_big .start__item-text {
    font-size: 18px;
    color: var(--color-black);
}

/* Home news
-----------------------------------------------------------------------------*/
.s-home-news {
    padding: 60px 0;
    background: #EBEBEB;
}

.home-news__grid-part.slick-slide {
    height: auto;
    float: none;
    position: relative;
}

.home-news__grid-part-btns {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-news-wrapper {
    margin-bottom: 3rem;
}

.s-home-news .slick-track {
    display: flex;
    gap: 3rem;
    align-items: stretch;
}

.s-home-news .slick-track:before, .s-home-news .slick-track:after {
    display: none;
}



/* Where to buy
-----------------------------------------------------------------------------*/
.where-to-buy__h1 {
    margin-bottom: 2rem;
}

.where-to-buy__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 2rem;
    margin-bottom: 4rem;
}

@media(max-width: 900px) {
    .where-to-buy__grid {
        grid-template-columns: 1fr;
    }
}

.where-to-buy__intro-text {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 1rem;
}

.where-to-buy__intro-list {
    font-size: 14px;
}

.where-to-buy__intro-item {
    padding-left: 1.5rem;
    background: url(/local/templates/main/images/icons/icon_arrow_right.svg) left top .35rem no-repeat;
    background-size: 10px auto;
}

.where-to-buy__intro-item:not(:last-child) {
    margin-bottom: 1rem;
}

.where-to-buy__contacts {
    margin-bottom: 5rem;
}

.where-to-buy__contacts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem 2rem;
}

@media(max-width: 900px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 767px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .where-to-buy__contacts-grid {
        grid-template-columns: 1fr;
    }
}

.where-to-buy__contacts-item {
}

.where-to-buy__contacts-item-name {
    font-size: 20px;
    font-weight: 800;
    height: 90px;
    display: flex;
    align-items: end;
    margin-bottom: 1rem;
}

@media(max-width: 575px) {
    .where-to-buy__contacts-item-name {
        height: auto;
    }
}

.where-to-buy__contacts-item-param {
    font-size: 14px;
    padding: .25rem 0 .25rem 2rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.where-to-buy__contacts-item-param:not(:last-child) {
    margin-bottom: 1rem;
}

.where-to-buy__contacts-item-param_address {
    background-image: url(/local/templates/main/images/icons/icon_map.svg);
}

.where-to-buy__contacts-item-param_phone {
    background-image: url(/local/templates/main/images/icons/icon_phone.svg);
}

.where-to-buy__contacts-item-param_email {
    background-image: url(/local/templates/main/images/icons/icon_mail.svg);
}

.where-to-buy__cities-tabs {
    display: flex;
    gap: .5rem;
    justify-content: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

@media(max-width: 900px) {
    .where-to-buy__cities-tabs {
        justify-content: start;
    }
}

.where-to-buy__cities-tab {
    cursor: pointer;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 20px;
    color: #A3A7AA;
}

.where-to-buy__cities-tab_active,
.where-to-buy__cities-tab:hover {
    color: #000;
}

.where-to-buy__cities-tab-content {
    display: none;
}

.where-to-buy__cities-tab-content.active {
    display: block;
}

.where-to-buy__cities-list {
    column-count: 4;
}

@media(max-width: 575px) {
    .where-to-buy__cities-list {
        column-count: 3;
    }
}

@media(max-width: 400px) {
    .where-to-buy__cities-list {
        column-count: 2;
    }
}

.where-to-buy__city {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2rem;
}

.where-to-buy__news {
    margin-bottom: 4rem;
}



/* Contacts
-----------------------------------------------------------------------------*/
.s-contacts {
    padding-bottom: 36px;
}

.contacts-block {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.contacts-block-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts-item {
    margin-bottom: 1rem;
    padding-left: 2rem;
    background-repeat: no-repeat;
    background-position: left center;
}

.contacts-item__map {
    background-image: url(/local/templates/main/images/icons/icon_map.svg);
}

.contacts-item__email {
    background-image: url(/local/templates/main/images/icons/icon_mail.svg);
}

.contacts-item__phone {
    background-image: url(/local/templates/main/images/icons/icon_phone.svg);
}

.contacts-item:last-child {
    margin-bottom: 0;
}

.map-frame {
    height: 387px;
}

.map-frame [class*=ground-pane] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media(max-width: 1850px) {
    .contacts-item .h6 {
        font-size: 14px;
    }
    .contacts-item p {
        font-size: 18px;
    }
}

@media(max-width: 1250px) {
    .contacts-block-top {
        padding: 25px;
    }

    .contacts-item p {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .contacts-block-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .map-frame {
        height: 220px;
    }
}
@media(max-width: 680px) {
    .contacts-block {
        margin-left: -15px;
        margin-right: -15px;
    }

    .contacts-item {
        width: 100%;
    }
}


contacts-block-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts__tabs {
    display: flex;
    gap: 1rem;
}

.contacts__tab {
    color: #A3A7AA;
    cursor: pointer;
}

.contacts__tab:not(:last-child):after {
    display: inline-block;
    content: "|";
    margin-left: 1rem;
    color: #D6D7D5;
}

.contacts__tab.active {
    color: var(--color-black);
}


/* About
-----------------------------------------------------------------------------*/
.about__wrapper {
    padding: 60px 0;
}

.about__wrapper h2, .about__wrapper h3, .about__wrapper h4 {
    margin: 0;
    padding: 0 0 1.25rem;
}

.about__block {
    margin-bottom: 4rem;
}

.about__about-grid {
    align-items: start;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-gap: 5%;
}

.about__numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    margin-bottom: 2rem;
}

.numb_about {
    box-sizing: border-box;
    padding: 15px;
}

.numb_about strong {
    font-family: "DrukTextWideCyr";
    display: block;
    color: var(--color-primary);
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.numb_about span {
    font-size: 15px;
    display: block;
    color: #171000;
}

.years{
    list-style-type:none;
    counter-reset:num;
    margin:10px 0;
    padding:0
}

.years li{
    margin-bottom:10px;
    line-height:1.5;
    position:relative;
    padding: 10px 0 10px 50px;
}

.years li:before{
    content:counter(num);
    counter-increment: num;
    position:absolute;
    width: 32px;
    height: 32px;
    border:1px solid var(--color-primary);
    top:6px;
    left: 0;
    border-radius: 16px;
    box-sizing: border-box;
    text-align: center;
    line-height:30px;
    font-size: 14px;
}


/* Reviews*/

.about__reviews {
    padding: 60px 0;
    background-color: #f2f2f2;
    text-align: center;
}

.about_review_item_name {
    font-size: 14px;
    margin-top: 10px;
}

.about__reviews-list {
    align-items: start;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.about_review_item_img {
    position: relative;
    height: 430px;

}

.about_review_item_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
}

.about__reviews-controls {
    text-align: center;
    margin-top: 3rem;
}

/* Partners */
.about_partners-list ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.about_partners-list ul li {
    width: 10%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

.about_partners-list img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
}



/* Downloads
-----------------------------------------------------------------------------*/
.s-download {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    padding-bottom: 94px;
}
.s-download img {
    display: block;
}
.download-bg {
    position: absolute;
    z-index: -1;
    right: 15%;
    bottom: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 50%;
}
.download-bg img {
    max-width: 100%;
    width: 713px;
}
.downloads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}
.downloads-item {
    margin-right: -1px;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #DADFE3;
    padding: 72px 21px 57px 32px;
}
.downloads-item .h4 {
    margin-bottom: 12px;
}
.downloads-item p {
    margin: 0;
    color: #7B7C7E;
}
.download-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
}
.download-link {
    margin-bottom: 7px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.1;
    padding-top: 1px;
}
.download-link img {
    width: 17px;
    margin-right: 14px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    margin-top: -1px;
}
.download-link:last-child {
    margin-bottom: 0;
}
.download-link:hover img {
    -webkit-animation-name: jumped;
    animation-name: jumped;
}

@media (max-width: 1365.98px) {
    .downloads-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .download-bg {
        display: none;
    }
    .s-download {
        margin-top: 0;
    }
}

@media (max-width: 850px) {
    .downloads-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .s-download {
        padding-bottom: 40px;
    }
    .downloads-item {
        padding: 30px 10px 30px 20px;
    }
    .download-links {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .downloads-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-left: -15px;
        margin-right: -15px;
    }
    .downloads-item {
        margin-left: 0;
        margin-right: 0;
        border-left: none;
        border-right: none;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* End */


/* Start:/local/templates/main/template_styles.css?174790209726804*/
:root {
    --color-primary: #F6E200;
    --color-grey: #A3A7AA;
    --color-pantone: #1c252e;
    --color-black: #050505;
}

/* Fonts
-----------------------------------------------------------------------------*/
@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url("/local/templates/main/fonts/icons/icomoon.ttf?6bk52o") format("truetype"), url("/local/templates/main/fonts/icons/icomoon.woff?6bk52o") format("woff"), url("/local/templates/main/fonts/icons/icomoon.svg?6bk52o#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "DrukTextWideCyr";
    font-display: block;
    src: url("/local/templates/main/fonts/druktextwidecyr-super.woff2") format("truetype");
    font-style: normal;
    font-weight: 1000;
}


/* Icons
-----------------------------------------------------------------------------*/
i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.i-logout:before {content: "\e918";}
.i-search-2:before {content: "\e917";}
.i-close:before {content: "\e916";}
.i-warning:before {content: "\e915";}
.i-discount:before {content: "\e914";}
.i-bag:before {content: "\e913";}
.i-checkmark:before {content: "\e912";}
.i-angle-right:before {content: "\e911";}
.i-left-long-ar:before {content: "\e900";}
.i-right-long-ar:before {content: "\e901";}
.i-prev-ar:before {content: "\e902";}
.i-next-ar:before {content: "\e903";}
.i-down:before {content: "\e904";}
.i-download:before {content: "\e905";}
.i-patents:before {content: "\e906";}
.i-play:before {content: "\e907";}
.i-plus:before {content: "\e908";}
.i-search:before {content: "\e909";}
.i-star:before {content: "\e90a";}
.i-user:before {content: "\e90b";}
.i-cart:before {content: "\e90c";}
.i-insta:before {content: "\e90d";}
.i-fb:before {content: "\e90e";}
.i-vk:before {content: "\e90f";}
.i-yt:before {content: "\e910";}




/* Template
-----------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
    position: relative;
}

p {
    margin-bottom: 1rem;
}

img {
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFF inset;
}

button {
    font-family: 'Wix Madefor Display';
    cursor: pointer;
}

body {
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-black);
}


@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

input, select, textarea {
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

strong, b, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
}

h1, .h1 {
    font-size: 44px;
    line-height: 1.25;
    font-family: "DrukTextWideCyr";
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 45px;
    line-height: 1.25;
}
h3, .h3 {
    font-size: 30px;
    line-height: 1.25;
}
h4, .h4 {
    font-size: 24px;
    line-height: 1.25;
}
h5, .h5 {
    font-size: 20px;
    line-height: 1.15;
}
h6, .h6 {
    font-size: 15px;
    line-height: 1.25;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    h1, .h1 {
        font-size: 34px;
    }
    h2, .h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    h1, .h1 {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h4, .h4 {
        font-size: 18px;
    }
    h3, .h3 {
        font-size: 21px;
    }
    h5, .h5 {
        font-size: 16px;
    }
    h6, .h6 {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 24px;
    }
    h2, .h2 {
        font-size: 18px;
    }
    h6, .h6 {
        font-size: 12px;
    }
}

/* More link */
.more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    background: var(--color-primary);
    padding: 1rem 2rem;
    transition: all .3s;
}

.more-link:hover {
    background: #fff;
}




/* Flickicity
-----------------------------------------------------------------------------*/

.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: var(--color-primary);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}

.flickity-prev-next-button:hover {
    background: #fff;
    opacity: 1;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 15%;
    top: 10px;
    width: 30px;
    height: auto;
    fill: #000;
}

.flickity-prev-next-button:hover .flickity-button-icon {
    fill: #000;
}

.flickity-prev-next-button:disabled {
    opacity: 1;
    background: #D4DCE7;
}


.flickity-page-dots .dot {
    width: 30px;
    height: 3px;
    opacity: 1;
    background: #909497;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
}

.flickity-page-dots .dot:hover {
    opacity: 1;
    background: var(--color-primary);
}

.flickity-page-dots .dot.is-selected {
    background: var(--color-primary);
    opacity: 1;
    /* -webkit-transform: scale3d(1.5, 1.5, 1);
     transform: scale3d(1.5, 1.5, 1);*/
}





/* Buttons
-----------------------------------------------------------------------------*/

.btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: top;
    position: relative;
    padding: 1rem 3em;
    font-size: 18px;
    font-weight: bold;
    font-family: "Wix Madefor Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #000;
    text-transform: none;
}
.btn:hover {
    background: #000;
    border-color: #000;
    color: var(--color-primary);
}
.btn:hover .i-right-long-ar {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.btn:focus {
    outline: none;
}
.btn i {
    margin-left: 20px;
    display: block;
}
.btn .i-right-long-ar {
    font-size: 3em;
    line-height: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.btn.btn-border {
    border: 1px solid #DE1326;
    background-color: transparent;
    color: #DE1326;
    min-width: 236px;
}
.btn--outline {
    background: transparent;
    color: #DE1326;
}
.btn--outline:hover {
    background: #ee3647;
    color: #FFF;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
@media(max-width: 1024px) {
    .btn {
        font-size: 14px;
    }
}
@media(max-width: 480px) {
    .btn {
        font-size: 12px;
    }
    .btn .i-right-long-ar {
        font-size: 2.5em;
    }
}

/* OWL Carusel */
.owl-stage-outer{overflow:hidden}
.owl-pagination{display:none}
.owl-controls{position:absolute;bottom:0;left:50%;width:1100px;height:0;margin-left:-550px}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel{box-sizing:border-box;padding:0;height:100%;position:relative;width:100%;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;-khtml-transition:height 500ms ease-in-out}
.owl-carousel .owl-item{float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-prev,.owl-next{opacity:.6;border:2px solid #929AA4;background:url(/local/templates/main/img/icons/owl-arrow.svg) no-repeat center #fff;width:44px;height:44px;box-sizing:border-box;position:absolute;bottom:50%;margin-bottom:-22px;border-radius:22px;cursor:pointer;text-indent:-999999px}
.owl-next{transform:rotate(180deg)}
.owl-next{right:0}
.owl-prev{left:0}
.owl-prev:hover,.owl-next:hover{opacity:1}
.owl-dots{text-align:center;padding-top:30px}
.owl-dots button{cursor:pointer;display:inline-block;background:#f2f2f2;width:14px;height:14px;border:0;margin:0 6px;border-radius:7px;padding:0}
.owl-dots button:hover{background:#949494}
.owl-dots button.active{background:#fd7421}
.owl-nav.disabled{display:none}


/* Page title
-----------------------------------------------------------------------------*/

.page-title {
    margin-bottom: 57px;
}

.page-title h1, .page-title .h1 {
    margin-bottom: 2rem;
}

.page-title p {
    color: #7B7C7E;
    font-size: 24px;
    margin-top: 19px;
}
.page-title .btn {
    margin-top: 60px;
}
.page-title h1 > span {
    font-weight: 600;
    margin-left: 6px;
    font-size: 33px;
    display: inline-block;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.page-title h1 > span .red {
    color: var(--color-primary);
}

/* Page title with btn*/
.page-title-with-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-title-with-btn h1 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}
.page-title-with-btn .btn {
    margin: 7px 0 0 !important;
}

/* Page title small */
.page-title-small {
    margin-top: 10px;
    max-width: 698px;
}
.page-title-small span {
    color: #7B7C7E;
}
.page-title-small a {
    color: #DE1326;
}
.page-title-small a:hover {
    text-decoration: underline;
}

@media (max-width: 1500px) {
    .page-title p {
        font-size: 18px;
    }

    .page-title h1 > span {
        font-size: 19px;
        margin-left: 3px;
    }

    .page-title-with-btn .btn {
        margin-top: 0 !important;
    }
}
@media (max-width: 680px) {
    .page-title {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .page-title p {
        font-size: 14px;
    }

    .page-title h1 > span {
        display: none;
    }
}

/* Title with link */
.title-with-link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.title-with-link .sec-title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
}

.title-with-link .more-link {
    margin-bottom: 40px;
}

.title-with-link .more-link i {
    margin-left: 24px;
}

@media(max-width: 680px) {
    .title-with-link .more-link {
        display: none;
    }

    .title-with-link .sec-title {
        margin-right: 0;
    }
}


/* Section title */
.sec-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "DrukTextWideCyr";
    text-transform: uppercase;
}
.sec-title .h1 {
    margin-right: 20px;
}
.sec-title-with-nav {
    margin-bottom: 52px;
    align-items: center;
}
@media(max-width: 680px) {
    .sec-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .sec-title .h1 {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sec-title-with-nav {
        margin-bottom: 20px;
    }
}


/* Container
-----------------------------------------------------------------------------*/

.container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 0 15px;
    max-width: 1290px;
    /*overflow: hidden;*/
}

@media (max-width: 1300px) {
    .container {
        max-width: 1100px;
    }
}

@media (max-width: 1150px) {
    .container {
        max-width: 930px;
    }
}


/* Site header
-----------------------------------------------------------------------------*/
.header {
    padding: 2rem 0;
}

.header.absolute {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    animation: headerSticky 0.5s ease-in-out forwards;
}

@-webkit-keyframes headerSticky {
    0% {
        top: -50px;
    }
    100% {
        top: 0;
    }
}

@keyframes headerSticky {
    0% {
        top: -50px;
    }
    100% {
        top: 0;
    }
}

/* Grid */
.header__grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1.5rem;
}

.header__right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.header__right-top-part {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media(max-width: 900px) {
    .header__right-top,
    .header__right-bottom {
        display: none;
    }

    .header__grid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Logo */
.header__logo-img {
    width: 100%;
    max-width: 215px;
}

@media(max-width: 900px) {
    .header__logo-img {
        max-width: 150px;
    }
}

/* Files */
.header-files__link {
    font-size: .875rem;
    padding-left: 1.5rem;
    background: url(/local/templates/main/images/icons/icon_download.svg) left center no-repeat;
    transition: all .3s;
}

.header-files__link:hover {
    color: var(--color-primary);
}

/* Cabinet */
.header__cab-link {
    color: #606567;
    font-size: .875rem;
    transition: all .3s;
}

.header__cab-link:hover {
    color: var(--color-primary);
}

/* Header mobile part*/
.header__mobile-part {
    display: none;
}

.header__mobile-right {
    align-items: center;
    gap: 2rem;
}

@media(max-width: 900px) {
    .header__mobile-part {
        display: block;
    }

    .header__mobile-right {
        display: flex;
    }
}



/* Mobile panel
-----------------------------------------------------------------------------*/
/* Burger */
.burger {
    display: flex;
    z-index: 100;
    width: 40px;
    height: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
}

.burger figure {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 2px;
    background: #000;
    transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
    -webkit-transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, background 0.2s ease 0.1s;
    transition: transform 0.4s ease, background 0.2s ease 0.1s;
    transition: transform 0.4s ease, background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
}

.burger figure:before, .burger figure:after {
    content: "";
    width: 26px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.burger figure:before {
    -webkit-transform: rotate(0) translate3d(0, -8px, 0);
    transform: rotate(0) translate3d(0, -8px, 0);
}

.burger figure:after {
    -webkit-transform: rotate(0) translate3d(0, 8px, 0);
    transform: rotate(0) translate3d(0, 8px, 0);
}

.burger.active figure {
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: background 0.1s ease, -webkit-transform 0.4s ease;
    -webkit-transition: background 0.1s ease, -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease, background 0.1s ease;
    transition: transform 0.4s ease, background 0.1s ease;
    transition: transform 0.4s ease, background 0.1s ease, -webkit-transform 0.4s ease;
}

.burger.active figure:before {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
    transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(1);
}

.burger.active figure:after {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
    transform: rotate(45deg) translate3d(0, 0, 0) scaleX(1);
}


/* Mobile panel */
.site-head-mobile__logo img {
    max-width: 100px;
}


.mob-panel {
    padding-top: 2.6rem;
    display: none;
    position: fixed;
    width: 320px;
    max-width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
    transform: translate3d(320px, 0, 0);
    background: #F7F8FA;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0);
    will-change: transform, visibility, box-shadow;
}

.mob-panel.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

.mob-panel .site-aside__files__links {
    padding: 10px 15px 20px;
}

.mob-panel .site-aside__files__link {
    padding: 8px 5px;
}
.mob-panel .site-aside__socials {
    padding: 20px 15px;
}
.mob-panel .site-aside__services {
    border-bottom: 1px solid #D4DCE7;
}
body.stopped {
    overflow: hidden;
}
.mob-panel__top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 70px 0 15px;
    height: 60px;
}
.mob-panel__nav {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
}
.mob-panel__nav__list {
    margin-top: 20px;
    color: #4F4F4F;
    list-style: none;
}
.mob-panel__nav__list li {
    line-height: 1.2;
    margin-bottom: 1em;
}

.mob-panel__nav__list li:last-child {
    margin-bottom: 0;
}

.mob-panel__nav-second {
    padding: 20px 15px;
    border-top: 1px solid #D4DCE7;
    border-bottom: 1px solid #D4DCE7;
}

.mob-panel__nav-second__list {
    list-style: none;
}

.mob-panel__nav-second__list li {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1em;
}

.mob-panel__nav-second__list li:last-child {
    margin-bottom: 0;
}

.mob-panel__user-actions {
    margin-bottom: 1rem;
    padding: 10px 15px 11px;
    border-top: 1px solid #D4DCE7;
    border-bottom: 1px solid #D4DCE7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1500px) {
    .mob-panel__nav__list {
        margin-top: 15px;
    }
}
@media (max-width: 1250px) {

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

    .mob-panel {
        display: block;
    }
}

/* Mobile panel services */
.site-aside__services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 30px 15px;
}
.site-aside__service {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.site-aside__service img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.site-aside__service .medium-14 {
    line-height: 1.25;
}
.site-aside__service .medium-14 a:hover {
    color: var(--color-primary);
}
.site-aside__service .medium-14 a.active {
    pointer-events: none;
    color: var(--color-primary);
}
a.site-aside__service:hover {
    color: var(--color-primary);
}

/* Social links */
/* Social link */
.social-link {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: top;
    width: 30px;
    height: 30px;
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
    border-radius: 50%;
    margin-right: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-link:hover i {
    color: var(--color-primary);
}
.social-link i {
    color: #1c252e;
    font-size: 22px;
}

.social-link.tg-link {
    background: url(/local/templates/main/images/icons/icon_tg_black.svg)  no-repeat center;
    background-size: 24px auto
}

.social-link.tg-link:hover {
    background: url(/local/templates/main/images/icons/icon_tg_yellow.svg)  no-repeat center;
    background-size: 24px auto
}


/* Content
-----------------------------------------------------------------------------*/

/*Header page*/
.header_page{
    position: relative;
    padding:80px 0;
    color:#222;
    background:url(/local/templates/main/images/home/bg_1.jpg) no-repeat right bottom #fefefe;
}

.header_page:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .55);
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background-color: var(--color-pantone);
    padding: 4rem 0;
}



/* Footer top
-----------------------------------*/
.footer__top {
    margin-bottom: 50px;
}

.footer-top__logo {
    max-width: 260px;
    width: 100%;
    height: auto;
}

/* Footer top grid
-----------------------------------*/
.footer-top__grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 2rem;
    align-items: center;
}


@media(max-width: 767px) {
    .footer-top__grid {
        grid-template-columns: 1fr;
    }
}


/* Footer nav
-----------------------------------*/

.footer-navs {
    padding: 70px 0;
}

.footer-navs__grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.footer-navs__grid.active {
    display: -ms-grid;
    display: grid;
}

.footer-nav .h6 {
    margin-bottom: 20px;
    color: var(--color-primary);
}

.footer-nav__list {
    list-style: none;
    font-size: .875rem;
}

.footer-nav__list li {
    margin-bottom: 0.7em;
    line-height: 1.2;
}

.footer-nav__list li:last-child {
    margin-bottom: 0;
}

.footer-nav__list li a {
    color: #fff;
}

.footer-nav__list li a:hover {
    color: var(--color-primary);
}

.footer-nav__mob-btn {
    display: none;
    color: #FFF;
    font-size: 14px;
    background: #CFD4D9;
    text-align: center;
    padding: 15px 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}


/* Footer bottom
-----------------------------------*/


/* Footer bottom */

.footer__bottom {
    font-size: 12px;
}

.footer-bottom__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.footer-bottom__col {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-bottom__col p {
    margin-bottom: 1.5em;
    color: #fff;
}

.footer-bottom__col a:hover {
    color: var(--color-primary);
}


.footer__bottom .text-warning {
    font-size: .75rem;
    color: #7B7C7E;
}



@media(max-width: 1500px){
    .footer-navs {
        padding: 0 0 50px;
    }

    .footer-nav__list {
        font-size: 14px;
    }
}

@media(max-width: 768px){

    .footer-navs__grid {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .footer-nav {
        min-width: calc(50% - 30px);

    }

    .footer-nav__mob-btn {
        display: block;
    }

    .footer-bottom__grid {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 480px){
    .footer-nav .h6 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .footer-nav {
        min-width: 100%;

    }

    .footer-bottom__logo {
        margin-bottom: 15px;
        width: 100px;
    }
}
/* End */
/* /local/js/slick/slick.css?17434273931737 */
/* /local/js/tiny-slider/tiny-slider.min.css?17434274402178 */
/* /local/js/flickity/flickity.pkgd.css?17437718512422 */
/* /local/js/fancybox/jquery.fancybox.css?174350812915864 */
/* /local/templates/main/components/bitrix/menu/categories_header/style.css?17483315261080 */
/* /local/templates/main/components/bitrix/search.form/top/style.css?1743425649231 */
/* /local/templates/main/components/bitrix/menu/top_menu/style.css?1748331663431 */
/* /local/templates/main/styles.css?174420392814602 */
/* /local/templates/main/template_styles.css?174790209726804 */
