

/* Start:/sos/style.css?174064886833334*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */


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

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

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

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action    : pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action    : pan-x;
}



[src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="] {
	max-width : 1px;
	max-height: 1px;
}


.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position          : absolute;
	text-align        : center;
	-webkit-transition: 0.3s opacity;
	-o-transition     : 0.3s opacity;
	transition        : 0.3s opacity;
	left              : 50%;
	bottom            : -22px;
	transform         : translateX(-50%);
	z-index           : 10;
	display           : flex;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width           : 8px;
	height          : 8px;
	background-color: #D8D8D8;
	display         : inline-block;
	outline         : none;
	opacity         : 1;
	transition      : background 0.3s;
	margin          : 0 4px;
	border-radius   : 50%;
	overflow        : hidden;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background: #D15645;
}

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

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet {
	width           : 79px;
	height          : 4px;
	border-radius   : 2px;
	background-color: #005bab;
	margin          : 0 6px;
}

.swiper-pagination.swiper-pagination--line .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	opacity: 0.8;
}

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

.swiper-pagination-bullet-active {
	background: #83AF40;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background              : #007aff;
	position                : absolute;
	left                    : 0;
	top                     : 0;
	width                   : 100%;
	height                  : 100%;
	-webkit-transform       : scale(0);
	-ms-transform           : scale(0);
	transform               : scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin    : left top;
	transform-origin        : left top;
}

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

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

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

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none !important;
}

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width                  : 100%;
	height                 : 100%;
	display                : -webkit-box;
	display                : -webkit-flex;
	display                : -ms-flexbox;
	display                : flex;
	-webkit-box-pack       : center;
	-webkit-justify-content: center;
	-ms-flex-pack          : center;
	justify-content        : center;
	-webkit-box-align      : center;
	-webkit-align-items    : center;
	-ms-flex-align         : center;
	align-items            : center;
	text-align             : center;
}

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

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width                   : 42px;
	height                  : 42px;
	position                : absolute;
	left                    : 50%;
	top                     : 50%;
	margin-left             : -21px;
	margin-top              : -21px;
	z-index                 : 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin    : 50%;
	transform-origin        : 50%;
	-webkit-animation       : swiper-preloader-spin 1s steps(12, end) infinite;
	animation               : swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display            : block;
	content            : "";
	width              : 100%;
	height             : 100%;
	background-image   : url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size    : 100%;
	background-repeat  : no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

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

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

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

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

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

.swiper-container-cube {
	overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
	position      : absolute;
	left          : 0;
	bottom        : 0;
	width         : 100%;
	height        : 100%;
	background    : #000;
	opacity       : 0.6;
	-webkit-filter: blur(50px);
	filter        : blur(50px);
	z-index       : 0;
}

.swiper-container-flip {
	overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

.swiper-button-prev,
.swiper-button-next {
	visibility: hidden;
}

.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
	cursor: pointer;
}

.swiper-container-initialized~.swiper-button-prev,
.swiper-container-initialized~.swiper-button-next,
.swiper-container-initialized .swiper-button-prev,
.swiper-container-initialized .swiper-button-next {
	visibility: visible;
}

.swiper {
	position: relative;
}

.custom-swiper-btn {
	top   : calc(50% - 32px);
	width : 64px;
	height: 64px;
}

.custom-swiper-btn .icon {
	width: 26px !important;
	fill : #fff !important;
}

.custom-swiper-btn:hover .icon {
	width: 26px !important;
	fill : #ad4adb !important;
}

.custom-swiper-btn-prev {
	left: -10%;
}

.custom-swiper-btn-next {
	right: -10%;
}

.custom-swiper-pagination {
	z-index: 1;
	top    : unset;
	bottom : 7%;
}

.custom-swiper-pagination .swiper-pagination-bullet {
	border    : 2px solid #fff;
	background: rgba(242, 242, 242, 0.5);
}

.custom-swiper-pagination .swiper-pagination-bullet:hover {
	border: 2px solid #ad4adb;
}

.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border    : 2px solid #fff;
	background: #fff;
}

.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
	border    : 2px solid #ad4adb;
	background: #ad4adb;
}




.calc-wrapper {
	max-width: 1440px;
	margin   : auto;
	margin-bottom: 235px;
}

.omela-calc {
	max-width       : 1210px;
	background-color: #F7F7F7;
	padding-top     : 120px;
	padding-bottom  : 60px;
	position        : relative;
}

.omela-calc:before {
	content         : '';
	position        : absolute;
	top             : 0;
	height          : 100%;
	width           : calc((100vw - 100%) / 2);
	left            : calc((100vw - 100%) / 2 * -1);
	background-color: #F7F7F7;
}

.omela-calc:after {
	content              : '';
	position             : absolute;
	top                  : 0;
	height               : 50%;
	width                : calc((100vw - 100%) / 2);
	right                : calc((100vw - 100%) / 2 * -1);
	background           : url("/local/templates/html/images/i-bullet-bg.svg"), url("/local/templates/html/images/i-bullet-bg.svg"), url("/local/templates/html/images/i-bullet-bg.svg"), url("/local/templates/html/images/i-bullet-bg.svg");
	background-position-y: 20px, 125px, 230px, 335px;
	background-position-x: center;
	background-repeat    : no-repeat;
}

.omela-calc button {
	border: none;
}

.omela-calc__body-wrap {
	position: relative;
}

.omela-calc__body {
	display : flex;
	position: relative;
}

.omela-calc__steps {
	margin-top: 50px;
	width     : 310px;
	flex      : 0 0 auto;
}

.omela-calc__step {
	display    : flex;
	align-items: center;
	color      : rgba(77, 77, 77, 0.5);
}

.omela-calc__step-title {
	font-style : normal;
	font-weight: 500;
	font-size  : 14px;
	line-height: 1.43;

}


.omela-calc__step.resolved {
	opacity: 0.5;
	color  : #006934;
}

.omela-calc__step.resolved .omela-calc__step-trigger {
	opacity   : 0.5;
	background: #006934;
}

.omela-calc__step.active {
	color: #006934;
}

.omela-calc__step.active .omela-calc__step-trigger {
	background: #006934;
}

.omela-calc__step:not(:last-child) {
	margin-bottom: 62px;
}

.omela-calc__step-trigger {
	width           : 110px;
	margin-right    : 20px;
	height          : 1px;
	background-color: rgba(77, 77, 77, 0.5);
}

.omela-calc__content-step {
	margin-top : 0px;
	max-width  : 880px;
	overflow   : auto;
	padding    : 20px;
	padding-top: 0px;
}

/* @media (min-width: 759px) {
	.omela-calc__content-step {
		overflow: visible;
	}
} */

.omela-calc__cards {
	margin-top: 50px;
}

.omela-calc__cards-top,
.omela-calc__cards-bottom {
	display    : flex;
	margin-left: -10px;
}

.omela-calc__cards-bottom {
	margin-top: 20px;
}

.omela-calc__card-wrap {
	padding-left : 10px;
	padding-right: 10px;
}

.omela-calc__content-wrap {
	position: relative;
}

.omela-calc__content {
	/* padding-left: 20px; */
}

.omela-calc__content-wrap {
	position: relative;
}

.omela-calc__history {
	position : absolute;
	top      : -60px;
	display  : flex;
	left     : 330px;
	flex-wrap: wrap;
}

.omela-calc__history-item {
	position    : relative;
	margin-right: 10px;
	font-style  : normal;
	font-weight : normal;
	font-size   : 14px;
	line-height : 20px;
	color       : #787878;
	padding     : 5px 0px;
}

.omela-calc__history-item:not(:first-child) {
	padding-left: 30px;
}

.omela-calc__history-item:not(:first-child):before {
	position     : absolute;
	content      : "";
	left         : 0;
	top          : 50%;
	width        : 20px;
	border-bottom: 1px solid #787878;
}

.omela-calc__card {
	width           : 180px;
	height          : 180px;
	background-color: #E2F5DA;
	padding         : 20px;
	display         : flex;
	justify-content : center;
	transition      : all 0.3s ease;
	align-items     : flex-start;
	flex-direction  : column;
}

.omela-calc__card.active {
	box-shadow: 0px 10px 20px rgba(119, 146, 135, 0.5);
}

@media (min-width: 1024px) {
	.omela-calc__card:hover {
		cursor    : pointer;
		box-shadow: 0px 10px 20px rgba(119, 146, 135, 0.5);
	}
}

.omela-calc__card-title {
	font-style : normal;
	font-weight: 500;
	font-size  : 14px;
	line-height: 20px;
	text-align : center;
	color      : #006934;
	margin     : auto;
	overflow   : hidden;
}

.omela-calc__submit {

	max-width      : 260px;
	width          : 100%;
	text-transform : uppercase;
	display        : flex;
	align-items    : center;
	justify-content: center;
	color          : #fff;
	font-style     : normal;
	font-weight    : 600;
	font-size      : 16px;
	line-height    : 1.25;
	border-radius  : 25px;
	padding        : 15px;
	background     : #006934;
	display        : block;
	margin-top     : 100px;
	border         : none;
	margin-left    : 20px;
}

@media (min-width: 1024px) {
	.omela-calc__submit:hover {
		opacity: 0.75;
		cursor : pointer;
	}
}

.omela-calc__submit[disabled] {
	background: #B5B5B5;
}

@media (min-width: 1024px) {
	.omela-calc__submit[disabled]:hover {
		cursor : unset;
		opacity: 1;
	}
}

.omela-calc__step-content-title {
	font-style : normal;
	font-weight: 500;
	font-size  : 24px;
	line-height: 1.67;
	color      : #020202;
	margin-left: 330px;
}

.omela-calc__step3-content {
	margin-top   : 40px;
	padding-right: 100px;
}

.omela-calc__step3-descr {
	font-style : normal;
	font-weight: normal;
	font-size  : 16px;
	line-height: 1.875;
	color      : #787878;
}

.omela-calc__step3-title {
	font-style : normal;
	font-weight: 500;
	font-size  : 16px;
	line-height: 1.875;
	color      : #020202;
}

.omela-calc__step3 {
	position  : relative;
	margin-top: 50px;
}

.omela-calc__step3 .swiper-container-initialized .omela-calc__card-wrap {
	padding   : 0px;
	box-sizing: border-box;
}

.omela-calc__step3 .swiper-button-prev {
	position : absolute;
	bottom   : calc(100% + 20px);
	left     : 0;
	transform: rotate(-180deg);
}

.omela-calc__step3 .swiper-button-prev svg {
	stroke: #006934;
}

.omela-calc__step3 .swiper-button-next {
	position: absolute;
	bottom  : calc(100% + 20px);
	right   : 100px;
}

.omela-calc__step3 .swiper-button-next svg {
	stroke: #006934;
}

.omela-calc__step3 .swiper-button-disabled svg {
	stroke: #4D4D4D;
}

.omela-calc__step4 {
	padding-right: 100px;
}

.omela-calc__step4-title,
.omela-calc__step4-solution-title {
	font-style : normal;
	font-weight: 500;
	font-size  : 24px;
	line-height: 1.67;
	color      : #020202;
}

.omela-calc__step4-descr,
.omela-calc__step4-solution-item {
	font-style : normal;
	font-weight: normal;
	font-size  : 16px;
	line-height: 1.875;
	color      : #787878;
}

.omela-calc__step4-descr {
	margin-top: 8px;
}

.omela-calc__step4-solution-title {
	margin-top   : 32px;
	margin-bottom: 8px;
}

.omela-calc__step4-solution-item {
	padding-left: 32px;
	position    : relative;
}

.omela-calc__step4-solution-item span {
	position: absolute;
	left    : 0;
	color   : #000;
}

.omela-calc__step4-solution-before {
	margin-bottom: 10px;
	font-style   : normal;
	font-weight  : normal;
	font-size    : 16px;
	line-height  : 1.875;
	color        : #787878;
}

.omela-calc__step4-solution-after {
	margin-top : 10px;
	font-style : normal;
	font-weight: normal;
	font-size  : 16px;
	line-height: 1.875;
	color      : #787878;
}


@media screen and (max-width: 1439px) {
	.calc-wrapper {
		max-width: 960px;
		margin-bottom: 190px;
	}

	.omela-calc__card {
		width : 140px;
		height: 140px;
	}

	.omela-calc__card-title {
		font-size: 13px;
	}

	.omela-calc__steps {
		width: 260px;
	}

	.omela-calc__step-trigger {
		width: 100px;
	}

	.omela-calc__step-content-title {
		margin-left: 280px;
	}

	.omela-calc__history {
		left: 280px;
	}
}

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

	.omela-calc__step3-content,
	.omela-calc__step4 {
		padding-right: 70px;
	}

	.omela-calc__steps {
		width: 190px;
	}

	.omela-calc__step-trigger {
		width: 70px;
		flex : 0 0 auto;
	}

	.calc-wrapper {
		max-width: 760px;
	}

	.omela-calc__content-step {
		max-width: 570px;
	}

	.omela-calc__submit {
		margin-top: 60px;
	}

	.omela-calc__step-content-title {
		margin-left: 210px;
	}

	.omela-calc__history {
		left: 210px;
	}
}

@media screen and (max-width: 759px) {
	.omela-calc__history {
		position     : relative;
		top          : auto;
		margin-bottom: 40px;
	}

	.omela-calc__step3-content,
	.omela-calc__step4 {
		padding-right: 0px;
	}

	.omela-calc__content-step {
		max-width: none;
	}

	.omela-calc__card-title {
		font-size: 12px;
	}

	.omela-calc__card {
		width : 130px;
		height: 130px;
	}

	.omela-calc__body {
		flex-direction: column;
	}

	.omela-calc__step-content-title {
		margin-left: 0px;
	}

	.omela-calc {
		padding-left : 20px;
		padding-right: 20px;
		padding-top  : 60px;
	}

	.omela-calc__step-trigger {
		display: none;
	}

	.omela-calc__steps {
		display       : flex;
		width         : auto;
		overflow      : auto;
		padding-bottom: 15px;
	}

	.omela-calc__step-title {
		white-space: nowrap;
	}

	.omela-calc__step {
		margin-right: 20px;
	}

	.omela-calc__step:not(:last-child) {
		margin-bottom: 0px;
	}

	.omela-calc__content-step {
		padding: 0px;
	}

	.omela-calc__cards {
		margin-top: 20px;
	}

	.omela-calc__cards-top,
	.omela-calc__cards-bottom {
		flex-wrap   : wrap;
		margin-left : -10px;
		margin-right: -10px;
	}

	.omela-calc__card-wrap {
		margin-bottom: 20px;
	}

	.omela-calc__cards {
		display  : flex;
		flex-wrap: wrap;
	}

	.omela-calc__card {
		padding: 15px 10px;
	}

	.omela-calc__cards {
		margin-left : -10px;
		margin-right: -10px;
	}

	.omela-calc__submit {
		margin-left: 0px;
		max-width  : 280px;
	}

	.omela-calc__content-step {
		overflow: visible;
	}

	.omela-calc__step3 .swiper-button-next {
		right: 40px;
	}

	.swiper-wrapper .omela-calc__card-wrap {
		margin-bottom: 0px;
	}

	.omela-calc__history {
		left: 0px;
	}

	.omela-calc__card-wrap:not(.omela-calc__card-wrap--swiper) {
		width         : 33.33%;
		position      : relative;
		padding-bottom: 33.33%;
	}



	.omela-calc__card-wrap:not(.omela-calc__card-wrap--swiper) .omela-calc__card {
		position: absolute;
		top     : 0;
		left    : 10px;
		right   : 10px;
		bottom  : 0;
		width   : auto;
		height  : auto;
	}


}

.omela-calc__step:not(.resolved) {
	pointer-events: none;
	user-select   : none;
}

.omela-calc__step.resolved:hover {
	cursor: pointer;
}

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


	.omela-calc__card-wrap:not(.omela-calc__card-wrap--swiper) {
		width         : 50%;
		position      : relative;
		padding-bottom: 50%;
	}

}
/* End */
/* /sos/style.css?174064886833334 */
