

/* Start:/local/js/fancybox/jquery.fancybox.css?176459212115864*/
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/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/MyFontsWebfontsKit.css?17645921201407*/
/**
 * @license
 * MyFonts Webfont Build ID 3990369, 2020-12-23T11:38:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: TTFirsNeue-Regular by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-firs-neue/regular/
 * 
 * Webfont: TTFirsNeue-DemiBold by TypeType
 * URL: https://www.myfonts.com/fonts/type-type/tt-firs-neue/demi-bold/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2018 by Typetype. Designer Ivan Gladkikh, technical designers Philipp Nurullin, Vika Usmanova, Nadyr Rakhimov, Marina Khodak. All rights reserved.
 * 
 * © 2020 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3ce361");

@font-face {
  font-family: "TTFirsNeue-Regular";
  src: url("/local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/webFonts/TTFirsNeue-Regular/font.woff2") format("woff2"),
    url("/local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/webFonts/TTFirsNeue-Regular/font.woff") format("woff");
}
@font-face {
  font-family: "TTFirsNeue-DemiBold";
  src: url("/local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/webFonts/TTFirsNeue-DemiBold/font.woff2") format("woff2"),
    url("/local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/webFonts/TTFirsNeue-DemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "Raleway";
  src: url("/local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/../../Raleway/Raleway-v4020-Light.ttf") format("ttf");
}

/* End */


/* Start:/local/templates/polair/components/bitrix/menu/top/style.css?17645921193485*/
.menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 914px;
    flex: 0 1 914px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu .menu_item {
    font-weight: 600;
    font-size: 18px;
    line-height: 13px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 10px;
    position: relative;
}

.menu .sub-menu {
    position: absolute;
    display: block;
    width: 403px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    left: 0%;
    background: #fff;
}

.menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    padding-top: 0;
}

.menu .sub-menu {
    padding-top: 33px;
    top: calc(100%);
    visibility: visible;
    opacity: 1;
    display: none;
}

.menu .menu_item:hover > .sub-menu {
    display: block;
}



.menu .sub-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #333;
}

.menu .sub-menu .menu_item {
    margin: 0;
}

.menu .sub-menu li a:hover:after, .menu .sub-menu li.active a:after  {
    content: "";
    background: url(/local/templates/polair/components/bitrix/menu/top/images/white_arrow.svg) center;
    background-size: cover;
    width: 20px;
    height: 16px;
    margin-left: 10px;
}

.menu .sub-menu li > a:hover, .menu .sub-menu > li.active > a {
    background: #009ddf;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .menu {
        position: fixed;
        height: calc(100vh - 134px);
        top: 100%;
        display: block;
        background: #fff;
        left: 0;
        width: 100%;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .menu._active {
        top: 134px;
        padding-top: 1rem;
    }

    .menu .menu_item, .menu .menu_item li {
        margin: 0;
        height: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        position: relative;
    }

    .menu .menu_item:hover, .menu .menu_item li:hover{
        color: #fff;
        background: #009ddf;
    }

    .menu .menu_item a {
        position: relative;
    }

    .menu .menu_item .parent:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px;
        -webkit-transform: translate(4px, -50%);
        transform: translate(4px, -50%);
        width: 24px;
        height: 24px;
        display: block;
        background-image: url(/local/templates/polair/images/CaretDown.svg);
        background-position: 50% 50%;
    }

    .menu .menu_item .sub-menu {
        display: block;
        position: fixed;
        height: calc(100vh - 134px);
        left: 0;
        top: 100%;
        background: #fff;
        transform: none;
        width: 100%;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .menu .menu_item .sub-menu.active {
        z-index: 10;
        top: 134px;
        padding-top: 1rem;

    }

    .menu .sub-menu li a {
        padding: 0;
        height: auto;

        width: 100%;
        font-size: 18px;
    }





}


/* End */


/* Start:/local/components/slam/easyform/lib/css/bootstrap.min.css?176459212122741*/
.slam-easyform{font:normal 16px/1.4 "Arial", sans-serif}.slam-easyform .hidden{display:none!important;visibility:hidden!important}.slam-easyform .form-group{margin-bottom:15px}.slam-easyform .control-label{display:inline-block;margin-bottom:5px;font-weight:700}.slam-easyform .form-control{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing:border-box}.slam-easyform .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}.slam-easyform [class*="col-xs"]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.slam-easyform .row{margin-left:-15px;margin-right:-15px}.slam-easyform .row:before{content:" ";display:table;clear:both}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .radio-inline, .slam-easyform .checkbox-inline{display:inline-block;position:relative;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.slam-easyform .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.slam-easyform .btn:active, .slam-easyform .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.slam-easyform .btn:hover, .slam-easyform .btn:focus{color:#333;text-decoration:none}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.slam-easyform .pull-right{float:right}.slam-easyform .pull-right{float:right!important}.slam-easyform .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.slam-easyform .btn-primary:active:hover, .slam-easyform .btn-primary.active:hover, .slam-easyform .open>.dropdown-toggle.btn-primary:hover, .slam-easyform .btn-primary:active:focus, .slam-easyform .btn-primary.active:focus, .slam-easyform .open>.dropdown-toggle.btn-primary:focus, .slam-easyform .btn-primary:active.focus, .slam-easyform .btn-primary.active.focus, .slam-easyform .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn-primary:hover, .slam-easyform .btn-primary:focus, .slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.slam-easyform .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slam-easyform .pull-right{float:right !important}.slam-easyform input, .slam-easyform button, .slam-easyform select, .slam-easyform textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.slam-easyform button, .slam-easyform input[type=button], .slam-easyform input[type=reset], .slam-easyform input[type=submit]{-webkit-appearance:button;cursor:pointer}.slam-easyform button, .slam-easyform select{text-transform:none}.slam-easyform button{overflow:visible}.slam-easyform button, .slam-easyform input[type="button"], .slam-easyform input[type="reset"], .slam-easyform input[type="submit"]{-webkit-appearance:button;cursor:pointer}.slam-easyform .close:not([disabled]):not(.disabled){cursor:pointer}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.slam-easyform .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity: .2;filter:alpha(opacity=20)}.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.slam-easyform .close:hover, .slam-easyform .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity: .5;filter:alpha(opacity=50)}.slam-easyform .fade.in{opacity:1;background:rgba(0, 0, 0, .5)}.slam-easyform .modal{text-align:center}.modal-open .slam-easyform .modal{overflow-x:hidden}.slam-easyform .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.slam-easyform .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:none}.slam-easyform .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.slam-easyform .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);background-clip:padding-box;outline:0}.slam-easyform .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);box-shadow:0 5px 15px rgba(0, 0, 0, .5)}.slam-easyform .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.slam-easyform .modal-body{position:relative;padding:20px}.slam-easyform .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.slam-easyform .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.slam-easyform .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline{color:#3c763d}.slam-easyform .clearfix:before, .slam-easyform .clearfix:after, .slam-easyform .container:before, .slam-easyform .container:after, .slam-easyform .container-fluid:before, .slam-easyform .container-fluid:after, .slam-easyform .row:before, .slam-easyform .row:after, .slam-easyform .form-horizontal .form-group:before, .slam-easyform .form-horizontal .form-group:after, .slam-easyform .btn-toolbar:before, .slam-easyform .btn-toolbar:after, .slam-easyform .btn-group-vertical>.btn-group:before, .slam-easyform .btn-group-vertical>.btn-group:after, .slam-easyform .nav:before, .slam-easyform .nav:after, .slam-easyform .navbar:before, .slam-easyform .navbar:after, .slam-easyform .navbar-header:before, .slam-easyform .navbar-header:after, .slam-easyform .navbar-collapse:before, .slam-easyform .navbar-collapse:after, .slam-easyform .pager:before, .slam-easyform .pager:after, .slam-easyform .panel-body:before, .slam-easyform .panel-body:after, .slam-easyform .modal-footer:before, .slam-easyform .modal-footer:after{content:" ";display:table;clear:both}@media (min-width:768px){.slam-easyform .modal-dialog{position:relative;width:auto;margin:10px}.slam-easyform .modal-dialog{width:600px;margin:30px auto}.slam-easyform .container{width:750px}.slam-easyform .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}}@media (min-width:992px){.slam-easyform .container{width:970px}}@media (min-width:1200px){.slam-easyform .container{width:1170px}}.modal-open{overflow:hidden}.slam-easyform *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slam-easyform .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .has-error .help-block, .slam-easyform .has-error .control-label, .slam-easyform .has-error .radio, .slam-easyform .has-error .checkbox, .slam-easyform .has-error .radio-inline, .slam-easyform .has-error .checkbox-inline{color:#a94442}.slam-easyform .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .radio input[type=radio], .slam-easyform .radio-inline input[type=radio], .slam-easyform .checkbox input[type=checkbox], .slam-easyform .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.slam-easyform input[type=radio], .slam-easyform input[type=checkbox]{margin:4px 0 0;margin-top:1px 9;line-height:normal}.slam-easyform input[type=checkbox], .slam-easyform input[type=radio]{box-sizing:border-box;padding:0}.slam-easyform .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168}.slam-easyform .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483}.slam-easyform .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-sm-1, .slam-easyform .col-md-1, .slam-easyform .col-lg-1, .slam-easyform .col-xs-2, .slam-easyform .col-sm-2, .slam-easyform .col-md-2, .slam-easyform .col-lg-2, .slam-easyform .col-xs-3, .slam-easyform .col-sm-3, .slam-easyform .col-md-3, .slam-easyform .col-lg-3, .slam-easyform .col-xs-4, .slam-easyform .col-sm-4, .slam-easyform .col-md-4, .slam-easyform .col-lg-4, .slam-easyform .col-xs-5, .slam-easyform .col-sm-5, .slam-easyform .col-md-5, .slam-easyform .col-lg-5, .slam-easyform .col-xs-6, .slam-easyform .col-sm-6, .slam-easyform .col-md-6, .slam-easyform .col-lg-6, .slam-easyform .col-xs-7, .slam-easyform .col-sm-7, .slam-easyform .col-md-7, .slam-easyform .col-lg-7, .slam-easyform .col-xs-8, .slam-easyform .col-sm-8, .slam-easyform .col-md-8, .slam-easyform .col-lg-8, .slam-easyform .col-xs-9, .slam-easyform .col-sm-9, .slam-easyform .col-md-9, .slam-easyform .col-lg-9, .slam-easyform .col-xs-10, .slam-easyform .col-sm-10, .slam-easyform .col-md-10, .slam-easyform .col-lg-10, .slam-easyform .col-xs-11, .slam-easyform .col-sm-11, .slam-easyform .col-md-11, .slam-easyform .col-lg-11, .slam-easyform .col-xs-12, .slam-easyform .col-sm-12, .slam-easyform .col-md-12, .slam-easyform .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-xs-2, .slam-easyform .col-xs-3, .slam-easyform .col-xs-4, .slam-easyform .col-xs-5, .slam-easyform .col-xs-6, .slam-easyform .col-xs-7, .slam-easyform .col-xs-8, .slam-easyform .col-xs-9, .slam-easyform .col-xs-10, .slam-easyform .col-xs-11, .slam-easyform .col-xs-12{float:left}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-11{width:91.66666667%}.slam-easyform .col-xs-10{width:83.33333333%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-8{width:66.66666667%}.slam-easyform .col-xs-7{width:58.33333333%}.slam-easyform .col-xs-6{width:50%}.slam-easyform .col-xs-5{width:41.66666667%}.slam-easyform .col-xs-4{width:33.33333333%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .col-xs-2{width:16.66666667%}.slam-easyform .col-xs-1{width:8.33333333%}.slam-easyform .col-xs-pull-12{right:100%}.slam-easyform .col-xs-pull-11{right:91.66666667%}.slam-easyform .col-xs-pull-10{right:83.33333333%}.slam-easyform .col-xs-pull-9{right:75%}.slam-easyform .col-xs-pull-8{right:66.66666667%}.slam-easyform .col-xs-pull-7{right:58.33333333%}.slam-easyform .col-xs-pull-6{right:50%}.slam-easyform .col-xs-pull-5{right:41.66666667%}.slam-easyform .col-xs-pull-4{right:33.33333333%}.slam-easyform .col-xs-pull-3{right:25%}.slam-easyform .col-xs-pull-2{right:16.66666667%}.slam-easyform .col-xs-pull-1{right:8.33333333%}.slam-easyform .col-xs-pull-0{right:0}.slam-easyform .col-xs-push-12{left:100%}.slam-easyform .col-xs-push-11{left:91.66666667%}.slam-easyform .col-xs-push-10{left:83.33333333%}.slam-easyform .col-xs-push-9{left:75%}.slam-easyform .col-xs-push-8{left:66.66666667%}.slam-easyform .col-xs-push-7{left:58.33333333%}.slam-easyform .col-xs-push-6{left:50%}.slam-easyform .col-xs-push-5{left:41.66666667%}.slam-easyform .col-xs-push-4{left:33.33333333%}.slam-easyform .col-xs-push-3{left:25%}.slam-easyform .col-xs-push-2{left:16.66666667%}.slam-easyform .col-xs-push-1{left:8.33333333%}.slam-easyform .col-xs-push-0{left:0}.slam-easyform .col-xs-offset-12{margin-left:100%}.slam-easyform .col-xs-offset-11{margin-left:91.66666667%}.slam-easyform .col-xs-offset-10{margin-left:83.33333333%}.slam-easyform .col-xs-offset-9{margin-left:75%}.slam-easyform .col-xs-offset-8{margin-left:66.66666667%}.slam-easyform .col-xs-offset-7{margin-left:58.33333333%}.slam-easyform .col-xs-offset-6{margin-left:50%}.slam-easyform .col-xs-offset-5{margin-left:41.66666667%}.slam-easyform .col-xs-offset-4{margin-left:33.33333333%}.slam-easyform .col-xs-offset-3{margin-left:25%}.slam-easyform .col-xs-offset-2{margin-left:16.66666667%}.slam-easyform .col-xs-offset-1{margin-left:8.33333333%}.slam-easyform .col-xs-offset-0{margin-left:0}@media (min-width:768px){.slam-easyform .col-sm-1, .slam-easyform .col-sm-2, .slam-easyform .col-sm-3, .slam-easyform .col-sm-4, .slam-easyform .col-sm-5, .slam-easyform .col-sm-6, .slam-easyform .col-sm-7, .slam-easyform .col-sm-8, .slam-easyform .col-sm-9, .slam-easyform .col-sm-10, .slam-easyform .col-sm-11, .slam-easyform .col-sm-12{float:left}.slam-easyform .col-sm-12{width:100%}.slam-easyform .col-sm-11{width:91.66666667%}.slam-easyform .col-sm-10{width:83.33333333%}.slam-easyform .col-sm-9{width:75%}.slam-easyform .col-sm-8{width:66.66666667%}.slam-easyform .col-sm-7{width:58.33333333%}.slam-easyform .col-sm-6{width:50%}.slam-easyform .col-sm-5{width:41.66666667%}.slam-easyform .col-sm-4{width:33.33333333%}.slam-easyform .col-sm-3{width:25%}.slam-easyform .col-sm-2{width:16.66666667%}.slam-easyform .col-sm-1{width:8.33333333%}.slam-easyform .col-sm-pull-12{right:100%}.slam-easyform .col-sm-pull-11{right:91.66666667%}.slam-easyform .col-sm-pull-10{right:83.33333333%}.slam-easyform .col-sm-pull-9{right:75%}.slam-easyform .col-sm-pull-8{right:66.66666667%}.slam-easyform .col-sm-pull-7{right:58.33333333%}.slam-easyform .col-sm-pull-6{right:50%}.slam-easyform .col-sm-pull-5{right:41.66666667%}.slam-easyform .col-sm-pull-4{right:33.33333333%}.slam-easyform .col-sm-pull-3{right:25%}.slam-easyform .col-sm-pull-2{right:16.66666667%}.slam-easyform .col-sm-pull-1{right:8.33333333%}.slam-easyform .col-sm-pull-0{right:0}.slam-easyform .col-sm-push-12{left:100%}.slam-easyform .col-sm-push-11{left:91.66666667%}.slam-easyform .col-sm-push-10{left:83.33333333%}.slam-easyform .col-sm-push-9{left:75%}.slam-easyform .col-sm-push-8{left:66.66666667%}.slam-easyform .col-sm-push-7{left:58.33333333%}.slam-easyform .col-sm-push-6{left:50%}.slam-easyform .col-sm-push-5{left:41.66666667%}.slam-easyform .col-sm-push-4{left:33.33333333%}.slam-easyform .col-sm-push-3{left:25%}.slam-easyform .col-sm-push-2{left:16.66666667%}.slam-easyform .col-sm-push-1{left:8.33333333%}.slam-easyform .col-sm-push-0{left:0}.slam-easyform .col-sm-offset-12{margin-left:100%}.slam-easyform .col-sm-offset-11{margin-left:91.66666667%}.slam-easyform .col-sm-offset-10{margin-left:83.33333333%}.slam-easyform .col-sm-offset-9{margin-left:75%}.slam-easyform .col-sm-offset-8{margin-left:66.66666667%}.slam-easyform .col-sm-offset-7{margin-left:58.33333333%}.slam-easyform .col-sm-offset-6{margin-left:50%}.slam-easyform .col-sm-offset-5{margin-left:41.66666667%}.slam-easyform .col-sm-offset-4{margin-left:33.33333333%}.slam-easyform .col-sm-offset-3{margin-left:25%}.slam-easyform .col-sm-offset-2{margin-left:16.66666667%}.slam-easyform .col-sm-offset-1{margin-left:8.33333333%}.slam-easyform .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.slam-easyform .col-md-1, .slam-easyform .col-md-2, .slam-easyform .col-md-3, .slam-easyform .col-md-4, .slam-easyform .col-md-5, .slam-easyform .col-md-6, .slam-easyform .col-md-7, .slam-easyform .col-md-8, .slam-easyform .col-md-9, .slam-easyform .col-md-10, .slam-easyform .col-md-11, .slam-easyform .col-md-12{float:left}.slam-easyform .col-md-12{width:100%}.slam-easyform .col-md-11{width:91.66666667%}.slam-easyform .col-md-10{width:83.33333333%}.slam-easyform .col-md-9{width:75%}.slam-easyform .col-md-8{width:66.66666667%}.slam-easyform .col-md-7{width:58.33333333%}.slam-easyform .col-md-6{width:50%}.slam-easyform .col-md-5{width:41.66666667%}.slam-easyform .col-md-4{width:33.33333333%}.slam-easyform .col-md-3{width:25%}.slam-easyform .col-md-2{width:16.66666667%}.slam-easyform .col-md-1{width:8.33333333%}.slam-easyform .col-md-pull-12{right:100%}.slam-easyform .col-md-pull-11{right:91.66666667%}.slam-easyform .col-md-pull-10{right:83.33333333%}.slam-easyform .col-md-pull-9{right:75%}.slam-easyform .col-md-pull-8{right:66.66666667%}.slam-easyform .col-md-pull-7{right:58.33333333%}.slam-easyform .col-md-pull-6{right:50%}.slam-easyform .col-md-pull-5{right:41.66666667%}.slam-easyform .col-md-pull-4{right:33.33333333%}.slam-easyform .col-md-pull-3{right:25%}.slam-easyform .col-md-pull-2{right:16.66666667%}.slam-easyform .col-md-pull-1{right:8.33333333%}.slam-easyform .col-md-pull-0{right:0}.slam-easyform .col-md-push-12{left:100%}.slam-easyform .col-md-push-11{left:91.66666667%}.slam-easyform .col-md-push-10{left:83.33333333%}.slam-easyform .col-md-push-9{left:75%}.slam-easyform .col-md-push-8{left:66.66666667%}.slam-easyform .col-md-push-7{left:58.33333333%}.slam-easyform .col-md-push-6{left:50%}.slam-easyform .col-md-push-5{left:41.66666667%}.slam-easyform .col-md-push-4{left:33.33333333%}.slam-easyform .col-md-push-3{left:25%}.slam-easyform .col-md-push-2{left:16.66666667%}.slam-easyform .col-md-push-1{left:8.33333333%}.slam-easyform .col-md-push-0{left:0}.slam-easyform .col-md-offset-12{margin-left:100%}.slam-easyform .col-md-offset-11{margin-left:91.66666667%}.slam-easyform .col-md-offset-10{margin-left:83.33333333%}.slam-easyform .col-md-offset-9{margin-left:75%}.slam-easyform .col-md-offset-8{margin-left:66.66666667%}.slam-easyform .col-md-offset-7{margin-left:58.33333333%}.slam-easyform .col-md-offset-6{margin-left:50%}.slam-easyform .col-md-offset-5{margin-left:41.66666667%}.slam-easyform .col-md-offset-4{margin-left:33.33333333%}.slam-easyform .col-md-offset-3{margin-left:25%}.slam-easyform .col-md-offset-2{margin-left:16.66666667%}.slam-easyform .col-md-offset-1{margin-left:8.33333333%}.slam-easyform .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.slam-easyform .col-lg-1, .slam-easyform .col-lg-2, .slam-easyform .col-lg-3, .slam-easyform .col-lg-4, .slam-easyform .col-lg-5, .slam-easyform .col-lg-6, .slam-easyform .col-lg-7, .slam-easyform .col-lg-8, .slam-easyform .col-lg-9, .slam-easyform .col-lg-10, .slam-easyform .col-lg-11, .slam-easyform .col-lg-12{float:left}.slam-easyform .col-lg-12{width:100%}.slam-easyform .col-lg-11{width:91.66666667%}.slam-easyform .col-lg-10{width:83.33333333%}.slam-easyform .col-lg-9{width:75%}.slam-easyform .col-lg-8{width:66.66666667%}.slam-easyform .col-lg-7{width:58.33333333%}.slam-easyform .col-lg-6{width:50%}.slam-easyform .col-lg-5{width:41.66666667%}.slam-easyform .col-lg-4{width:33.33333333%}.slam-easyform .col-lg-3{width:25%}.slam-easyform .col-lg-2{width:16.66666667%}.slam-easyform .col-lg-1{width:8.33333333%}.slam-easyform .col-lg-pull-12{right:100%}.slam-easyform .col-lg-pull-11{right:91.66666667%}.slam-easyform .col-lg-pull-10{right:83.33333333%}.slam-easyform .col-lg-pull-9{right:75%}.slam-easyform .col-lg-pull-8{right:66.66666667%}.slam-easyform .col-lg-pull-7{right:58.33333333%}.slam-easyform .col-lg-pull-6{right:50%}.slam-easyform .col-lg-pull-5{right:41.66666667%}.slam-easyform .col-lg-pull-4{right:33.33333333%}.slam-easyform .col-lg-pull-3{right:25%}.slam-easyform .col-lg-pull-2{right:16.66666667%}.slam-easyform .col-lg-pull-1{right:8.33333333%}.slam-easyform .col-lg-pull-0{right:0}.slam-easyform .col-lg-push-12{left:100%}.slam-easyform .col-lg-push-11{left:91.66666667%}.slam-easyform .col-lg-push-10{left:83.33333333%}.slam-easyform .col-lg-push-9{left:75%}.slam-easyform .col-lg-push-8{left:66.66666667%}.slam-easyform .col-lg-push-7{left:58.33333333%}.slam-easyform .col-lg-push-6{left:50%}.slam-easyform .col-lg-push-5{left:41.66666667%}.slam-easyform .col-lg-push-4{left:33.33333333%}.slam-easyform .col-lg-push-3{left:25%}.slam-easyform .col-lg-push-2{left:16.66666667%}.slam-easyform .col-lg-push-1{left:8.33333333%}.slam-easyform .col-lg-push-0{left:0}.slam-easyform .col-lg-offset-12{margin-left:100%}.slam-easyform .col-lg-offset-11{margin-left:91.66666667%}.slam-easyform .col-lg-offset-10{margin-left:83.33333333%}.slam-easyform .col-lg-offset-9{margin-left:75%}.slam-easyform .col-lg-offset-8{margin-left:66.66666667%}.slam-easyform .col-lg-offset-7{margin-left:58.33333333%}.slam-easyform .col-lg-offset-6{margin-left:50%}.slam-easyform .col-lg-offset-5{margin-left:41.66666667%}.slam-easyform .col-lg-offset-4{margin-left:33.33333333%}.slam-easyform .col-lg-offset-3{margin-left:25%}.slam-easyform .col-lg-offset-2{margin-left:16.66666667%}.slam-easyform .col-lg-offset-1{margin-left:8.33333333%}.slam-easyform .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/local/templates/polair/components/slam/easyform/subscription/style.min.css?1764592120805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */


/* Start:/local/templates/polair/styles.css?176459212146848*/
/* page 404
---------------------------------------------------------------------------*/
.page-404 .inside_first_screen {
    background: url("/local/templates/polair/images/404_bg.jpg");
    height: 200px;
    background-position: 50% 50%;
}

.page-404 .wrapper {
    text-align: center;
    color: #006FB6;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.page-404 img.img {
    max-width:  700px;
    width:  100%;
}

.page-404 .title {
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.page-404 .text {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 1rem;
}

.page-404 .map-columns {
    margin-bottom: 1rem;
}

.page-404 .map-columns ul {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.page-404 .map-columns ul li a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
    margin: 0 5px;
    border-right: 2px solid;
    line-height: 1;
}

.page-404 .map-columns ul li:last-child a {
    border-right: none;
}

.page-404 .btn-back {
    display: inline-block;
    padding: 30px 43px;
    border: 4px solid #BAD6E8;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}


/*Garancy
---------------------------------------------------------------------------*/
.inside_first_screen._service {
    background: url("/local/templates/polair/images/garancy_bg.jpg");
}


/* Where to buy
---------------------------------------------------------------------------*/
.inside_first_screen._where_to_buy {
    background: url("/local/templates/polair/images/where-to-buy2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

/* About page
---------------------------------------------------------------------------*/
.inside_first_screen._about_us {
    background: url(/local/templates/polair/images/aboutcompany2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.text_preview {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin: 64px 0 38px;
}

@media screen and (max-width: 600px) {
    .text_preview {
        font-size: 18px;
        margin: 30px 0;
    }
}

.main_facts {
    padding: 73px 0 20px;
    background: #f7f9fb;
    text-align: center;
}

.main_facts h3 {
    text-align: center;
}

.main_facts .facts_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 66px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_facts .facts_cont .fact_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    text-align: center;
    margin: 0 20px 30px;
}

.main_facts .facts_cont .fact_item .icon {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.main_facts .facts_cont .fact_item .icon:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(-1, -1) translate(-50%, 50%);
    transform: scale(-1, -1) translate(-50%, 50%);
    width: 28px;
    height: 28px;
    display: block;
    background: url("/local/templates/polair/images/3_dots.svg");
    background-size: contain;
    z-index: 1;
    opacity: 0.25;
}

.main_facts .facts_cont .fact_item .text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #006fb6;
}

.main_facts .facts_cont .fact_item:nth-child(2) .icon:before {
    top: 100%;
    right: 0%;
    -webkit-transform: translate(50%, -50%) scale(1, -1);
    transform: translate(50%, -50%) scale(1, -1);
}

.main_facts .facts_cont .fact_item:nth-child(3) .icon:before {
    top: 0%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) scale(-1, 1);
    transform: translate(50%, -50%) scale(-1, 1);
}

.main_facts .facts_cont .fact_item:nth-child(4) .icon:before {
    top: 0%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) scale(-1, 1);
    transform: translate(50%, -50%) scale(-1, 1);
}

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

.main_facts a .text {
    font-size: 18px;
    line-height: 140%;
}

.big_text_desc {
    padding: 65px 0 70px;
}

.big_text_desc h2 {
    margin-bottom: 27px;
    font-size: 24px;
}

.big_text_desc .text_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.big_text_desc .text_cont .left_col,
.big_text_desc .text_cont .right_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 684px;
    flex: 0 1 684px;
    margin: 0 15px;
}

.big_text_desc .text_cont p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
}

.big_text_desc .text_cont a {
    color: #009ddf;
}

.big_text_desc .text_cont a img {
    width: 15px;
}

@media screen and (max-width: 900px) {
    .big_text_desc .text_cont {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .big_text_desc {
        padding: 30px 0;
    }
}

.video_cont {
    background: #006fb6;
}

.video_cont .wrapper .video {
    position: relative;
}

.video_cont .wrapper .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.video_cont .wrapper .video .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    cursor: pointer;
}

@media screen and (max-width: 900px) {
    .video_cont .wrapper .video .video_btn {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 60px;
    }
    .video_cont .wrapper .video .video_btn img {
        width: 100%;
    }
}


.company-about .news {
    background: #fff;
}


/* Spheras
---------------------------------------------------------------------------*/
.sphears {
    padding: 88px 0 115px;
    background: #f7f9fb;
}

.sphears .wrapper {
    position: relative;
}

.sphears .wrapper .sexteen_dots {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-150%, 50%);
    transform: translate(-150%, 50%);
}

.sphears .wrapper .nine_dots {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(150%, 50%);
    transform: translate(150%, 50%);
}

.sphears .block_title {
    margin-bottom: 65px;
}

@media screen and (max-width: 900px) {
    .sphears .block_title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .sphears .block_title {
        margin-bottom: 7px;
    }
}

.sphears .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -11px;
}

.sphears .content_box .sphere_item {
    margin: 0 11px;
    background: #ffffff;
    border: 2px solid #bad6e8;
    padding: 69px 20px 25px;
    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-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    position: relative;
}

.sphears .content_box .sphere_item .hidden_part {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    min-height: 100%;
    padding: 24px 20px 20px;
    background: #009ddf;
}

.sphears .content_box .sphere_item .hidden_part p {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 16px;
    color: #ffffff;
}

.sphears .content_box .sphere_item .hidden_part .know_more {
    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;
}

.sphears .content_box .sphere_item .hidden_part .know_more .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #ffffff;
}

.sphears .content_box .sphere_item .hidden_part .know_more .arrow {
    margin-left: 11px;
}

.sphears .content_box .sphere_item .visible_part .icon {
    text-align: center;
    position: relative;
    max-width: 80px;
    margin: 0 auto 26px;
}

.sphears .content_box .sphere_item .visible_part .icon img {
    position: relative;
    z-index: 2;
}

.sphears .content_box .sphere_item .visible_part .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: #006fb6;
    opacity: 0.1;
    z-index: 1;
}

.sphears .content_box .sphere_item .visible_part .icon:before {
    content: "";
    position: absolute;
    top: 100%;
    right: 100%;
    -webkit-transform: scale(-1, -1) translate(-50%, 50%);
    transform: scale(-1, -1) translate(-50%, 50%);
    width: 28px;
    height: 28px;
    display: block;
    background: url("/local/templates/polair/images/3_dots.svg");
    background-size: contain;
    z-index: 1;
    opacity: 0.25;
}

.sphears .content_box .sphere_item .visible_part .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #004e7f;
}

.sphears .content_box .sphere_item:hover .hidden_part {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 900px) {
    .sphears .content_box .sphere_item:hover .hidden_part {
        opacity: 0;
        visibility: hidden;
    }
}

.sphears .content_box .sphere_item:nth-child(2) .visible_part .icon:before {
    top: 0%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) scale(-1, 1);
    transform: translate(50%, -50%) scale(-1, 1);
}

.sphears .content_box .sphere_item:nth-child(3) .visible_part .icon:before {
    top: 0%;
    right: 0%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.sphears .content_box .sphere_item:nth-child(4) .visible_part .icon:before {
    top: 0%;
    right: 0%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .sphears .content_box .sphere_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 22px);
        flex: 0 1 calc(50% - 22px);
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 740px) {

}

@media screen and (max-width: 500px) {
    .sphears .content_box .sphere_item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100%);
        flex: 0 1 calc(100%);
        padding: 75px 20px 30px;
        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;
    }
}

@media screen and (max-width: 900px) {
    .sphears .content_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .sphears {
        padding: 27px 0 17px;
    }
}




/* Chain
---------------------------------------------------------------------------*/
.ice_chain {
    padding: 63px 0 185px;
}

.ice_chain .wrapper {
    position: relative;
}

.ice_chain .wrapper .thirty_six_dots {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media screen and (max-width: 550px) {
    .ice_chain .wrapper .thirty_six_dots {
        display: none;
    }
}

.ice_chain .wrapper .sexteen_dots {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

@media screen and (max-width: 550px) {
    .ice_chain .wrapper .sexteen_dots {
        display: none;
    }
}

.ice_chain .block_title {
    margin-bottom: 45px;
}

.ice_chain .chain_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ice_chain .chain_body .chain_item {
    position: relative;
}

.ice_chain .chain_body .chain_item .content_box {
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .ice_chain .chain_body .chain_item .content_box {
        max-width: 210px;
    }
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item .content_box {
        max-width: 100%;
    }
}

.ice_chain .chain_body .chain_item .icon {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.ice_chain .chain_body .chain_item .icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: #006fb6;
    opacity: 0.1;
    z-index: -1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.ice_chain .chain_body .chain_item .icon:after path {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item .icon:after {
        left: calc(24% + 27px);
        background: #f7f9fb;
    }
}

.ice_chain .chain_body .chain_item .icon:hover .cross_orange {
    fill: #fff;
}

.ice_chain .chain_body .chain_item .icon:hover:after {
    background: #f7931e;
    opacity: 1;
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item .icon {
        display: block;
        padding-left: calc(24% + 27px);
    }
}

.ice_chain .chain_body .chain_item .text_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ice_chain .chain_body .chain_item .text_cont .finger {
    margin-right: 6px;
    font-weight: 600;
    font-size: 56px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #f7931e;
}

.ice_chain .chain_body .chain_item .text_cont .text {
    text-align: left;
    font-size: 14px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #006fb6;
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item .text_cont {
        margin-left: 20%;
    }
}

.ice_chain .chain_body .chain_item:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    background: url("/local/templates/polair/images/chain/arrow.svg");
}

@media screen and (max-width: 1200px) {
    .ice_chain .chain_body .chain_item:after {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item:after {
        display: block;
    }
}

.ice_chain .chain_body .chain_item:nth-child(1), .ice_chain .chain_body .chain_item:nth-child(3), .ice_chain .chain_body .chain_item:nth-child(5), .ice_chain .chain_body .chain_item:nth-child(7) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 83px;
}

.ice_chain .chain_body .chain_item:nth-child(1):after, .ice_chain .chain_body .chain_item:nth-child(3):after, .ice_chain .chain_body .chain_item:nth-child(5):after, .ice_chain .chain_body .chain_item:nth-child(7):after {
    top: calc(100% + 27px);
    left: 60%;
}

@media screen and (max-width: 1200px) {
    .ice_chain .chain_body .chain_item:nth-child(1), .ice_chain .chain_body .chain_item:nth-child(3), .ice_chain .chain_body .chain_item:nth-child(5), .ice_chain .chain_body .chain_item:nth-child(7) {
        margin-bottom: 0;
    }
}

.ice_chain .chain_body .chain_item:nth-child(7):after {
    display: none;
}

.ice_chain .chain_body .chain_item:nth-child(2), .ice_chain .chain_body .chain_item:nth-child(4), .ice_chain .chain_body .chain_item:nth-child(6) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.ice_chain .chain_body .chain_item:nth-child(2):after, .ice_chain .chain_body .chain_item:nth-child(4):after, .ice_chain .chain_body .chain_item:nth-child(6):after {
    left: 60%;
    bottom: calc(100% + 30px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ice_chain .chain_body .chain_item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.ice_chain .chain_body .chain_item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.ice_chain .chain_body .chain_item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.ice_chain .chain_body .chain_item:nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.ice_chain .chain_body .chain_item:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.ice_chain .chain_body .chain_item:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.ice_chain .chain_body .chain_item:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

@media screen and (max-width: 1200px) {
    .ice_chain .chain_body .chain_item:nth-child(1), .ice_chain .chain_body .chain_item:nth-child(2), .ice_chain .chain_body .chain_item:nth-child(3), .ice_chain .chain_body .chain_item:nth-child(4), .ice_chain .chain_body .chain_item:nth-child(5), .ice_chain .chain_body .chain_item:nth-child(6), .ice_chain .chain_body .chain_item:nth-child(7) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 1200px) {
    .ice_chain .chain_body .chain_item:nth-child(1), .ice_chain .chain_body .chain_item:nth-child(2), .ice_chain .chain_body .chain_item:nth-child(3), .ice_chain .chain_body .chain_item:nth-child(4), .ice_chain .chain_body .chain_item:nth-child(5), .ice_chain .chain_body .chain_item:nth-child(6), .ice_chain .chain_body .chain_item:nth-child(7) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item:nth-child(1), .ice_chain .chain_body .chain_item:nth-child(2), .ice_chain .chain_body .chain_item:nth-child(3), .ice_chain .chain_body .chain_item:nth-child(4), .ice_chain .chain_body .chain_item:nth-child(5), .ice_chain .chain_body .chain_item:nth-child(6), .ice_chain .chain_body .chain_item:nth-child(7) {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body .chain_item:nth-child(1):after, .ice_chain .chain_body .chain_item:nth-child(2):after, .ice_chain .chain_body .chain_item:nth-child(3):after, .ice_chain .chain_body .chain_item:nth-child(4):after, .ice_chain .chain_body .chain_item:nth-child(5):after, .ice_chain .chain_body .chain_item:nth-child(6):after, .ice_chain .chain_body .chain_item:nth-child(7):after {
        left: 50%;
        -webkit-transform: rotate(45deg) translate(-120%, 0);
        transform: rotate(45deg) translate(-120%, 0);
        bottom: unset;
        top: calc(100% + 45px);
    }
}

@media screen and (max-width: 550px) {
    .ice_chain .chain_body {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .ice_chain {
        padding: 26px 0 0px;
    }
}




/* About company
---------------------------------------------------------------------------*/
.about_company {
    background: #009ddf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about_company .left_part {
    padding: 106px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.about_company .left_part .content_box {
    max-width: 50%;
}

@media screen and (max-width: 1150px) {
    .about_company .left_part .content_box {
        padding-right: 40px;
    }
}

@media screen and (max-width: 700px) {
    .about_company .left_part .content_box {
        max-width: 100%;
    }
}

.about_company .left_part .block_title {
    color: #ffffff;
    margin-bottom: 36px;
}

@media screen and (max-width: 700px) {
    .about_company .left_part .block_title {
        margin-bottom: 16px;
    }
}

.about_company .left_part p {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #ffffff;
    max-width: 555px;
    margin-bottom: 36px;
}

@media screen and (max-width: 700px) {
    .about_company .left_part p {
        margin-bottom: 16px;
    }
}

.about_company .left_part .hrefs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_company .left_part .hrefs .href_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px;
}

.about_company .left_part .hrefs .href_item .text {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #fff;
}

.about_company .left_part .hrefs .href_item .arrow path {
    stroke: #fff;
}

@media screen and (max-width: 700px) {
    .about_company .left_part .hrefs .href_item:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 950px) {
    .about_company .left_part .hrefs {
        -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;
    }
}

@media screen and (max-width: 950px) {
    .about_company .left_part {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .about_company .left_part {
        padding: 25px 0 16px;
    }
}

.about_company .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.about_company .right_part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media screen and (max-width: 700px) {
    .about_company .right_part img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and (max-width: 700px) {
    .about_company .right_part {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-bottom: 68%;
        position: relative;
    }
}

@media screen and (max-width: 700px) {
    .about_company {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}


/* Certificates
---------------------------------------------------------------------------*/
.fridge_advantages {
    position: relative;
    padding: 90px 0 0px;
}

.fridge_advantages .block_title {
    color: #f7f9fb;
    margin-bottom: 20px;
}

.fridge_advantages .wrapper {
    position: relative;
}

.fridge_advantages .tab_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.fridge_advantages .tab_body .tab_links_cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 445px;
    flex: 0 1 445px;
}

.fridge_advantages .tab_body .tab_links_cont .tab_links .tab_link {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #f7f9fb;
    margin-bottom: 16px;
    cursor: pointer;
}

.fridge_advantages .tab_body .tab_links_cont .tab_links .tab_link._active {
    position: relative;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.fridge_advantages .tab_body .tab_links_cont .tab_links .tab_link._active:after {
    content: "";
    position: absolute;
    top: 45%;
    left: -9px;
    width: 9px;
    height: 9px;
    display: block;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg);
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
}

@media screen and (max-width: 850px) {
    .fridge_advantages .tab_body .tab_links_cont .tab_links {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .fridge_advantages .tab_body .tab_links_cont {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
    }
}

.fridge_advantages .tab_body .img_cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 364px;
    /*flex: 0 1 364px;*/
    margin-right: 4%;
    position: relative;
    max-width: 360px;
    width: 100%;
}

.fridge_advantages .tab_body .img_cont img {
    width: 100%;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .fridge_advantages .tab_body .img_cont img {
        /*height: 100%;*/
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 0 100%;
        object-position: 0 100%;
    }
}

.fridge_advantages .tab_body .img_cont .dot_item {
    position: absolute;
    background: #ffffff;
    border: 4px solid #009ddf;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fridge_advantages .tab_body .img_cont .dot_item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    display: block;
    background: #009ddf;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(2) {
    top: 12%;
    left: 25%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(3) {
    top: 40%;
    left: 64%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(4) {
    top: 22%;
    left: 68%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(5) {
    top: 40%;
    left: 24%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(6) {
    top: 12%;
    left: 66%;
}

.fridge_advantages .tab_body .img_cont .dot_item:nth-child(7) {
    top: 61%;
    left: 63%;
}
.fridge_advantages .tab_body .img_cont .dot_item:nth-child(8) {
    top: 21%;
    left: 37%;
}
.fridge_advantages .tab_body .img_cont .dot_item:nth-child(9) {
    top: 61%;
    left: 35%;
}
.fridge_advantages .tab_body .img_cont .dot_item:nth-child(10) {
    top: 71%;
    left: 34%;
}
.fridge_advantages .tab_body .img_cont .dot_item:nth-child(11) {
    top: 66%;
    left: 55%;
}

.fridge_advantages .tab_body .img_cont .dot_item._active {
    width: 38px;
    height: 38px;
    background: url(/local/templates/polair/images/border_dotted.png) center center;
    background-size: cover;
    border: none;
}

.fridge_advantages .tab_body .img_cont .dot_item._active:after {
    width: 16px;
    height: 16px;
}

.fridge_advantages .tab_body .img_cont:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
    width: 433px;
    height: 433px;
    display: block;
    border-radius: 50%;
    background: #f7931e;
    z-index: 1;
}

@media screen and (max-width: 1150px) {
    .fridge_advantages .tab_body .img_cont {
        display: none;
    }
}

.fridge_advantages .tab_body .tab_body_cont {
    margin-right: 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 332px;
    flex: 0 1 332px;
    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;
    position: relative;
    z-index: 2;
}

.fridge_advantages .tab_body .tab_body_cont .tab_body_item {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px rgba(142, 173, 196, 0.5);
    box-shadow: 0px 0px 30px rgba(142, 173, 196, 0.5);
}

.fridge_advantages .tab_body .tab_body_cont .tab_body_item .tab_title {
    padding: 24px 24px 0px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

.fridge_advantages .tab_body .tab_body_cont .tab_body_item .tab_desc {
    font-size: 18px;
    line-height: 140%;
    color: #333333;
    margin: 0 0 16px;
    padding: 0 24px;
}

.fridge_advantages .tab_body .tab_body_cont .tab_body_item .tab_img {
    position: relative;
    padding-bottom: 80%;
}

.fridge_advantages .tab_body .tab_body_cont .tab_body_item .tab_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width: 850px) {
    .fridge_advantages .tab_body .tab_body_cont {
        max-width: 300px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 850px) {
    .fridge_advantages .tab_body {
        display: block;
    }
}

.fridge_advantages .sixtee_dot {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.fridge_advantages:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    background: #006fb6;
    z-index: -1;
}

@media screen and (max-width: 850px) {
    .fridge_advantages:after {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .fridge_advantages {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 850px) {
    .fridge_advantages {
        padding: 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .fridge_advantages {
        display: none;
    }
}

/* Certificates
---------------------------------------------------------------------------*/
.serteficats {
    padding-top: 116px;
    background: #f7f9fb;
}

.serteficats .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
    .serteficats .wrapper {
        display: block;
    }
}

.serteficats .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 570px;
    flex: 0 1 570px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.serteficats .left_part .lisense_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.serteficats .left_part .lisense_cont .lisense_item img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 700px) {
    .serteficats .left_part .lisense_cont .lisense_item:nth-child(1) {
        width: 80%;
    }
}

.serteficats .left_part .lisense_cont .lisense_item:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translate(40%, 0);
    transform: translate(40%, 0);
}

@media screen and (max-width: 1300px) {
    .serteficats .left_part .lisense_cont .lisense_item:nth-child(2) {
        width: 60%;
        -webkit-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
    }
    .serteficats .left_part .lisense_cont .lisense_item:nth-child(2) img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media screen and (max-width: 700px) {
    .serteficats .left_part .lisense_cont .lisense_item:nth-child(2) {
        width: 75%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 1300px) {
    .serteficats .left_part .lisense_cont {
        width: 100%;
        margin-right: 20px;
    }
}

@media screen and (max-width: 700px) {
    .serteficats .left_part .lisense_cont {
        margin-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .serteficats .left_part {
        margin-bottom: 20px;
    }
}

.serteficats .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 690px;
    flex: 0 1 690px;
}

.serteficats .right_part .block_title {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

@media screen and (max-width: 900px) {
    .serteficats .right_part .block_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 700px) {
    .serteficats .right_part .block_title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 500px) {
    .serteficats .right_part .block_title {
        font-size: 22px;
    }
}

.serteficats .right_part p {
    max-width: 390px;
    font-size: 18px;
    line-height: 136%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 65px;
}

@media screen and (max-width: 700px) {
    .serteficats .right_part p {
        margin-bottom: 16px;
    }
}

.serteficats .right_part .learn_more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serteficats .right_part .learn_more .text {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #006fb6;
}

@media screen and (max-width: 1300px) {
    .serteficats .right_part {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 390px;
        flex: 0 1 390px;
    }
}

.serteficats .thirty_six_dots {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-29%, -33%);
    transform: translate(-29%, -33%);
}

.serteficats .sexteen_dots {
    position: absolute;
    top: 4%;
    right: 6%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

@media screen and (max-width: 1300px) {
    .serteficats .sexteen_dots {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .serteficats {
        padding-bottom: 35px;
    }
}



/* Service
---------------------------------------------------------------------------*/
.garancy .wrapper .img_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 44px;
}

.garancy .wrapper .img_part .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 656px;
    flex: 0 1 656px;
    margin-right: 55px;
}

.garancy .wrapper .img_part .img img {
    width: 100%;
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper .img_part .img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.garancy .wrapper .img_part .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 687px;
    flex: 0 1 687px;
}

.garancy .wrapper .img_part .text p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
}

.garancy .wrapper .img_part .text p a {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006fb6;
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper .img_part {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.garancy .wrapper .text_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.garancy .wrapper .text_part .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 923px;
    flex: 0 1 923px;
    margin-right: 25px;
}

.garancy .wrapper .text_part .text p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
}

.garancy .wrapper .text_part .text p a {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006fb6;
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper .text_part .text {
        margin-right: 0;
    }
}

.garancy .wrapper .text_part .tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
}

.garancy .wrapper .text_part .tags .tag_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 5%;
    border: 4px solid #bad6e8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 48px;
}

.garancy .wrapper .text_part .tags .tag_item .icon {
    margin-right: 16px;
}

.garancy .wrapper .text_part .tags .tag_item .icon path {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 550px) {
    .garancy .wrapper .text_part .tags .tag_item .icon svg {
        width: 40px;
    }
}

.garancy .wrapper .text_part .tags .tag_item .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

@media screen and (max-width: 550px) {
    .garancy .wrapper .text_part .tags .tag_item .text {
        font-size: 16px;
    }
}

.garancy .wrapper .text_part .tags .tag_item:hover {
    background: #009ddf;
}

.garancy .wrapper .text_part .tags .tag_item:hover .text {
    color: #fff;
}

.garancy .wrapper .text_part .tags .tag_item:hover path {
    stroke: #fff;
}

.garancy .wrapper .text_part .tags .tag_item:hover ._fill {
    fill: #fff;
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper .text_part .tags .tag_item {
        margin-bottom: 25px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper .text_part {
        display: block;
    }
}

.garancy .wrapper h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
    margin-bottom: 22px;
    margin-left: -30%;
}

@media screen and (max-width: 1150px) {
    .garancy .wrapper h2 {
        margin-left: 0;
    }
}




/* Contacts
---------------------------------------------------------------------------*/
.inside_first_screen._contuct {
    background: url("/local/templates/polair/images/aboutcompany2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.new_body .wrapper .left_part .where_to_buy_text {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
}

.new_body .wrapper .nine_dots {
    position: absolute;
    top: 6%;
    left: 100%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.contucts_btn {
    margin: 68px 0 21px;
}

.contucts_btn .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contucts_btn .wrapper .text {
    margin-right: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #006fb6;
}

.contucts_btn .wrapper .where_to_buy_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 27px;
    border: 2px solid #bad6e8;
    padding: 11px 24px;
    cursor: pointer;
    margin-bottom: 20px;
}

.contucts_btn .wrapper .shop_btn {
    padding: 11px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    border: 2px solid #bad6e8;
    cursor: pointer;
    margin-bottom: 20px;
}

.print_btn {
    padding: 11px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 27px;
    border: 2px solid #bad6e8;
    cursor: pointer;
    margin-bottom: 20px;
}



@media screen and (max-width: 920px) {
    .print_btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 920px) {
    .contucts_btn .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 620px) {
    .contucts_btn {
        margin: 30px 0 -10px;
    }
}

.contuct_block .wrapper .contuct_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contuct_block .wrapper .contuct_body .contuct_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 687px;
    flex: 0 1 687px;
    margin-right: 23px;
}

.contuct_block .wrapper .contuct_body .cont_item {
    margin-bottom: 15px;
}

.contuct_block .wrapper .contuct_body .cont_item .tite {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.contuct_block .wrapper .contuct_body .cont_item .email {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.contuct_block .wrapper .contuct_body .cont_item .email a {
    color: #006fb6;
}

.contuct_block .wrapper .contuct_body .cont_item .phone {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

@media screen and (max-width: 920px) {
    .contuct_block .wrapper .contuct_body {
        display: block;
    }
}

.banner_block {
    margin-bottom: 40px;
    margin-top: 15px;
}

.banner_block .wrapper {
    position: relative;
}

.banner_block .wrapper .banner_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 6%;
    background: #e0ebf2;
    margin: 0 -30px;
    position: relative;
    z-index: 2;
}

.banner_block .wrapper .banner_body .icon {
    margin-right: 10%;
}

@media screen and (max-width: 950px) {
    .banner_block .wrapper .banner_body .icon {
        margin-right: 5%;
    }
}

@media screen and (max-width: 620px) {
    .banner_block .wrapper .banner_body .icon {
        display: none;
    }
}

.banner_block .wrapper .banner_body .text p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
}

.banner_block .wrapper .banner_body .text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 620px) {
    .banner_block .wrapper .banner_body {
        padding: 20px;
        margin: 0;
    }
}

.banner_block .wrapper .thirty_six_dots {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-80%, -35%);
    transform: translate(-80%, -35%);
}

.contacts .contuct_item {
    margin-bottom: 20px;
}

.contuct_item p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.contuct_item .tite {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.contuct_item .email {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}

.contuct_item .email a {
    color: #006fb6;
}

.contuct_item .phone {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 2px;
}


@media print {
    header, footer, .contucts_btn, #map, .inside_first_screen {
        display: none;
    }

    .new_body .wrapper .left_part .where_to_buy_text {
        font-size: 16px !important;
        line-height: 1.2 !important;
    }

    .contuct_block .contuct_body .contuct_column .cont_item,  .contuct_block .contuct_body .contuct_column .cont_item .tite{
        line-height: 1.2 !important;
        font-size: 16px !important;
    }

    .banner_block, .banner_block .wrapper .banner_body {
        margin: 0 !important;
        padding: 0 !important;
    }

    .banner_block {
        margin-bottom: 15px !important;
    }

    .banner_block .wrapper .banner_body .icon {
        display: none;
    }

    .contacts .contuct_item {
        margin-bottom: 10px !important;
    }
    .contacts .contuct_item.wrapper p, .contacts .contuct_item.wrapper .tite {
        font-size: 16px !important;
    }
}

.alertblock 
{
	position: fixed;
	width: 630px;
	height: auto;
	right: 40px;
	bottom: 100px;
	font-size: 14px;
	line-height: 19.6px;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	box-shadow:  3px 4px 15px rgba(0,0,0,0.1);
}

.alertblock>div
{
	padding: 30px 20px;
}

.alertblock .alerttext
{
	padding: 10px;
	background: rgba(255,255,255,0.25);
	border-radius: 20px;
	border: #fff 1px solid;
	backdrop-filter: blur(5px);
	color: #0B201D;
}

.alerttext p a {color: #006fb6;}
.alerttext>a {color: #fff; display: inline-block; padding: 5px 10px; background: #009ddf; border-radus: 5px; text-decoration: none;}
.alerttext>a:hover {opacity: 0.9;}

.alertclose
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
} 
.alertclose svg {scale: 0.7; cursor: pointer;}

@media (max-width: 670px)
{
	.alertblock 
	{
		width: calc(100% - 30px);
		height: auto;
		right: 16px;
	}
}

/* End */


/* Start:/local/templates/polair/template_styles.css?176459212117456*/
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "TTFirsNeue-Regular";
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    line-height: 1;
}

html._lock, body._lock {
    overflow: hidden;
}

/*====================================================================================*/
a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    outline: none;
}

input, textarea {
    outline: none;
}

input:active, textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

.page_list {
    padding: 20px;
}

.page_list .page_link_group {
    margin-bottom: 50px;
}

.page_list .page_link_group .first_link {
    font-size: 25px;
    margin-bottom: 10px;
}

.page_list .page_link_group .sec_link {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 10px;
}


/* Content
---------------------------------------------------------------------------*/
.big_wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1.page_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 900px) {
    h1.page_title {
        font-size: 32px;
    }
}

@media screen and (max-width: 500px) {
    h1.page_title {
        font-size: 24px;
    }
}

h2.page_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
    margin-top: 63px;
}

@media screen and (max-width: 550px) {
    h2.page_title {
        margin-top: 30px;
        font-size: 24px;
    }
}

h2.block_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

@media screen and (max-width: 900px) {
    h2.block_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    h2.block_title {
        font-size: 22px;
    }
}

h3.part_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

.learn_more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.learn_more .text {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #006fb6;
}

.slick-list {
    overflow: hidden;
}

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

.wrapper {
    max-width: 1432px;
    padding: 0 16px;
    margin: 0 auto;
}



/* Search */
.search_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search_row .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.search_row .input input {
    width: 100%;
    background: #ffffff;
    border: 2px solid #bad6e8;
    padding: 17px 17px 17px 41px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #004e7f;
}

.search_row .input .cross {
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search_row .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    width: 95px;
    background: #006fb6;
    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;
    border: none;
}

.search_row._hidden {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 100%;
    max-width: 977px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 16px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 500px) {
    .search_row._hidden .input input {
        font-size: 18px;
        padding: 16px 16px 16px 8px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .cross {
        right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .submit {
        width: 62px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
    }
}

.search_row._hidden._active {
    opacity: 1;
    visibility: visible;
}




/* Header
---------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

.header .main_header {
    padding: 25px 0 24px;
    background: #fff;
}

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

.header .main_header .logo {
    margin-right: 15px;
}

.header .main_header .social_hrefs {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 101px;
    flex: 0 1 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px 0 10px;
}

.header .main_header .social_hrefs .social_item {
    margin: 0 10px;
}

.header .main_header .social_hrefs .social_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1100px) {
    .header .main_header .social_hrefs {
        display: none;
    }
}

.header .main_header .burger {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.header .main_header .burger .burger_before,
.header .main_header .burger .before_middle,
.header .main_header .burger .burger_after {
    width: 100%;
    height: 2px;
    background: #006fb6;
    border-radius: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.header .main_header .burger._active .burger_before {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.header .main_header .burger._active .burger_after {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.header .main_header .burger._active .before_middle {
    opacity: 0;
}

@media screen and (max-width: 1100px) {
    .header .main_header .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 900px) {
    .header .main_header {
        padding: 23px 0;
    }
}


/* Content
---------------------------------------------------------------------------*/
.inside_first_screen {
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 134px;
    height: 500px;
    padding-bottom: 12px;
    position: relative;
}

.inside_first_screen .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    position: relative;
    z-index: 10;
}

.inside_first_screen:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 101, 114, 0)), to(rgba(63, 101, 114, 0.8)));
    background: linear-gradient(180deg, rgba(63, 101, 114, 0) 0%, rgba(63, 101, 114, 0.8) 100%);
}

@media screen and (max-width: 900px) {
    .inside_first_screen {
        height: 300px;
    }
}




/* Footer
---------------------------------------------------------------------------*/
.footer {
    background: #004e7f;
    padding: 86px 0 0;
}

.footer .part_1 {
    padding-bottom: 27px;
}

.footer .part_1 .wrapper {
    position: relative;
}

.footer .part_1 .wrapper .content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px 0 -10px;
}

.footer .part_1 .wrapper .content_box .col {
    margin: 0 10px;
}

.footer .part_1 .wrapper .content_box .col .logo {
    max-width: 210px;
    margin-bottom: 40px;
    display: block;
}

.footer .part_1 .wrapper .content_box .col .logo img {
    width: 100%;
}

.footer .part_1 .wrapper .content_box .col .footer_menu .footer_link {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}

.footer .part_1 .wrapper .content_box .col .footer_menu .footer_link:first-child {
    margin-bottom: 10px;
}

.footer .part_1 .wrapper .content_box .col .footer_menu .sub-menu {
    display: none;
}
.footer .part_1 .wrapper .content_box .col .footer_menu .item-0 .sub-menu {
    display: block;
}

.footer .part_1 .wrapper .content_box .col .footer_menu .footer_link_lvl_2 {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.footer .part_1 .wrapper .content_box .col .footer_menu .sub-menu {
    margin-bottom: 30px;
}

.footer .part_1 .wrapper .content_box .col .sub_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.footer .part_1 .wrapper .content_box .col .sub_desc {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
}

.footer .part_1 .wrapper .content_box .col .footer_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 8px;
}

.footer .part_1 .wrapper .content_box .col .footer_form .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer .part_1 .wrapper .content_box .col .footer_form .input input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 12px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #869dce;
    border: 1px solid #009ddf;
}

.footer .part_1 .wrapper .content_box .col .footer_form .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    height: 56px;
    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;
    background: #009ddf;
    cursor: pointer;
    border: none;
}

.footer .part_1 .wrapper .content_box .col .sub_desc_2 {
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 30px;
}

.footer .part_1 .wrapper .content_box .col .contucts .cont_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .part_1 .wrapper .content_box .col .contucts .contuct_cont .cont_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.footer .part_1 .wrapper .content_box .col .contucts .contuct_cont .cont_item .icon {
    margin-right: 20px;
}

.footer .part_1 .wrapper .content_box .col .contucts .contuct_cont .cont_item .text {
    font-size: 14px;
    line-height: 140%;
    color: #e6eeff;
}

.footer .part_1 .wrapper .content_box .col .our_prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.footer .part_1 .wrapper .content_box .col .our_prod .text {
    margin-right: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.footer .part_1 .wrapper .content_box .col .our_socials .soc_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer .part_1 .wrapper .content_box .col .our_socials .soc_cont .soc_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.footer .part_1 .wrapper .content_box .col .our_socials .soc_cont .soc_item .icon {
    margin-right: 10px;
}

.footer .part_1 .wrapper .content_box .col .our_socials .soc_cont .soc_item .text {
    font-size: 18px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #e6eeff;
}

.footer .part_1 .wrapper .content_box .col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 236px;
    flex: 0 1 236px;
}

.footer .part_1 .wrapper .content_box .col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
}

.footer .part_1 .wrapper .content_box .col:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 360px;
    flex: 0 1 360px;
}

@media screen and (max-width: 1100px) {
    .footer .part_1 .wrapper .content_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 800px) {
    .footer .part_1 .wrapper .content_box {
        margin: 0 -10px;
    }
}

.footer .part_1 .wrapper .policy_block {
    max-width: 685px;
    margin: 80px auto 0;
}

.footer .part_1 .wrapper .policy_block .policy_desc {
    font-size: 14px;
    line-height: 140%;
    color: #e6eeff;
    margin-bottom: 30px;
}

.footer .part_1 .wrapper .policy_block .policy_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .part_1 .wrapper .policy_block .policy_cont .policy_href {
    font-size: 13px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #e6eeff;
}

@media screen and (max-width: 800px) {
    .footer .part_1 .wrapper .policy_block .policy_cont .policy_href {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 800px) {
    .footer .part_1 .wrapper .policy_block .policy_cont {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .footer .part_1 .wrapper .policy_block {
        margin: 25px 0 0;
    }
}

.footer .part_1 .wrapper .thirty_six_dots {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0, 12%) rotate(45deg);
    transform: translate(0, 12%) rotate(45deg);
}

@media screen and (max-width: 800px) {
    .footer .part_1 .wrapper {
        padding-bottom: 217px;
    }
}

@media screen and (max-width: 800px) {
    .footer .part_1 {
        padding: 27px 0 0;
    }
}

.footer .part_2 {
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 140%;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    background: #009ddf;
}

@media screen and (max-width: 800px) {
    .footer {
        padding: 0;
    }
body .similar_goods .wrapper .product_item {
width: 100%;
margin-bottom: 20px;
}
}


.similar_goods_body {

    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
}
.similar_goods .wrapper .product_item {
width: 22%;
margin-bottom: 20px;
}
}
}
/* End */
/* /local/js/fancybox/jquery.fancybox.css?176459212115864 */
/* /local/templates/polair/fonts/TT Firs Neue/MyFontsWebfontsKit/MyFontsWebfontsKit.css?17645921201407 */
/* /local/templates/polair/components/bitrix/menu/top/style.css?17645921193485 */
/* /local/components/slam/easyform/lib/css/bootstrap.min.css?176459212122741 */
/* /local/templates/polair/components/slam/easyform/subscription/style.min.css?1764592120805 */
/* /local/templates/polair/styles.css?176459212146848 */
/* /local/templates/polair/template_styles.css?176459212117456 */
