/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
.ac_results {
    margin: 0 -1px;
	border: 1px solid #343b4a;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
    top: 5px;
    box-sizing: content-box;
    text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
    font-size: 14px;
	margin: 0px;
	padding: 5px 5px;
	cursor: default;
	display: block;
	overflow: hidden;
}
.ac_results li u {
    text-decoration: underline;
}

.ac_results li a {
    font-size: 12px;
    display: block;
    cursor: pointer;
    min-height: 50px;
    padding: 5px 0 5px 45px;
    position: relative;
}
.ac_results li a figure {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ac_results li a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 36px;
    max-height: 46px;
}

.ac_results li a strong {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.ac_results li a small {
    color: #7a7a7a;
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.ac_loading {
	background: white url('/assets/img/loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f7f7f7;
}

.ac_over {
	background-color: #59aa4e;
	color: #fff!important;
}
.ac_over a, .ac_over a small {
	color: #fff!important;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
main { display: block;}
@charset "utf-8";
@import "/assets/css/reset.css";

/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Lexend', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #575757;
    background: #fff;
    margin: 0;
    min-width: 440px;
    padding-top: 130px;
}

a {
    color: #575757;
}
a:hover {
}




.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-top: -30px;
    margin-left: -30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


[class*="g-col-"] {
    min-height: 1px;
    padding-top: 30px;
    padding-left: 30px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}


.g-pdd-0 {
    margin-left: 0;
    margin-top: 0;
}
.g-pdd-0 > [class*="g-col-"] {
    padding-left: 0;
    padding-top: 0;
}

.g-pddX-0 {
    margin-left: 0;
}
.g-pddX-0 > [class*="g-col-"] {
    padding-left: 0;
}
.g-pddY-0 {
    margin-top: 0;
}
.g-pddY-0 > [class*="g-col-"] {
    padding-top: 0;
}

.g-pddX-50 {
    margin-top: -50px;
}
.g-pddX-50 > * {
    padding-top: 50px;
}


@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

.content h1, .h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 50px 0;
}
.content h1 a, .h1 a {
}
.content h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 30px 0;
    line-height: 1.5em;
}
.content h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
}

.content ul {
    display: block;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

/*.content ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.content ul li {
    position: relative;
    padding-left: 30px;
}
.content ul li::before {
    content: "";
    position: absolute;
    background: #28cb80;
    display: block;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 10px;
    border-radius: 50%;
}*/


.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}


.color1, a.color1, .color1 a {
}
.color2, a.color2, .color2 a {
}


.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #e6e6e6;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
    border-radius: 5px;
}
a.img figure:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #f6cd9d;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 5px;
}
a.img:hover figure:after {
    opacity: 0.4;
}


.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
    max-width: 100%;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 40px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn, .pagination .link {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
#cookies a {
    color: #fff;
}
#cookies .ok {
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 25px;
}



.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}
.qtip-info{
    background-color: #59bfdd!important;
    border-color: #28a4c9!important;
    color: #fff!important;
    border-radius: 0;
    font-size: 12px!important;
    line-height: 1.2em!important;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 450px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    margin: 6px 0;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    display: none;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover {
    border-color: #a7a7a7;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 150px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-control-checkbox {
    margin-right: 5px;
}



/***************************************************
Messages
***************************************************/

.msg {
    font-size: 15px;
    text-align: center;
    line-height: 1.5em;
    padding: 20px;
    margin-bottom: 30px;

    color: #fff;
    background: #58ab4d;
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #fff;
    background: #B94A48;
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn {
    font-size: 16px;
    font-weight: 600;
    text-align: center;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    margin-top: 20px;

    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.btn:hover, .btn-current {
}

.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}

.btn-white {
}

.btn-border {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.btn-border:hover {
    background: none;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 13px;
    padding: 5px 10px
}
.btn-xs {
    font-size: 11px;
    padding: 0px 4px;
}

.btn-w100 {
    width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w150 {
    width: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.btn-w200 {
    width: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btn-disabled {
    opacity: 0.7;
}


.btns {
    margin-top: 30px!important;
    clear: both;
}
.btns .btn {
    margin-top: 0;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
}


/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


/*@media screen and (max-width: 1000px) {*/
/*    table.table {*/
/*        overflow-x: auto;*/
/*        display: block;*/
/*    }*/
/*}   */




/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 25px 0;
}
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb span.icon-home {
    margin: -2px 0 0 0;
}
.breadcrumb a {
}
.breadcrumb a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .breadcrumb {
    }
}


/***************************************************
podstrona
***************************************************/

.sub-wrapper {
    margin: 50px 20px;
    min-height: 300px;
}

.contact-wrapper #map {
    width: 100%;
    height: 300px;
}


.cnt-header {
    margin-top: 50px!important;
    padding: 0 20px;
}
.cnt-header + div[class*="cnt-"] {
    margin-top: 0;
}


.cnt-other {
    margin: 50px auto 0 auto;
    padding: 0 20px;
}


.cnt-text {
    margin-top: 50px;
}
.cnt-text .container {
    padding: 0 20px;
}

.cnt-gray {
    background: #f6f6f6;
    padding: 80px 0;
}
.cnt-gray + .cnt-gray {
    padding-top: 0;
}
.cnt-color .container {
    background: #60ae41;
    color: #fff;
    padding: 0!important;
}


.cnt-text-narrow {
    margin-top: 50px;
}
.cnt-text-narrow .container {
    max-width: 800px;
}


.cnt-text_photo {
    margin-top: 50px;
}
.cnt-text_photo .container {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
}
.cnt-text_photo.cnt-crop .container {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.cnt-text_photo .container .col-text {
    flex: 0 0 50%;
    padding-right: 50px;
}
.cnt-text_photo.cnt-color .container .col-text {
    padding: 50px;
}
.cnt-text_photo .container .col-photo {
    flex: 0 0 50%;
    text-align: center;
}
.cnt-text_photo .container .col-photo img {
    max-width: 400px;
    width: 100%;
    height: auto;
}
.cnt-text_photo.cnt-crop .container .col-photo img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    display: block;
}

.cnt-text_photo.cnt-left .container .col-text {
    order: 2;
    padding-right: 0;
    padding-left: 50px;
}
.cnt-text_photo.cnt-color.cnt-left .container .col-text {
    padding: 50px;
}


@media (max-width: 767px) {

    .cnt-text_photo .container {
        flex-direction: column;
    }
    .cnt-text_photo .container .col-text {
        flex: 0 0 100%;
        padding: 0!important;
    }
    .cnt-text_photo.cnt-color .container .col-text {
        padding: 50px 20px!important;
    }
    .cnt-text_photo .container .col-photo {
        flex: 0 0 100%;
        width: 100%;
        order: -1; /* photo first */
        margin-bottom: 20px;
    }
}



.cnt-text_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 20px!important;
    margin: 80px 0 0 0;
    text-align: center;
    color: #fff;
    position: relative;
}
.cnt-text_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.cnt-text_bg h2 {
    color: #fff;
}
.cnt-text_bg > * {
    z-index: 2;
    position: relative;
}
.cnt-text_bg .container {
    max-width: 800px;
}



.cnt-products {
    margin-top: 50px;
}
.cnt-products .container {
    padding: 0 20px;
}
.cnt-products .offers-wrapper {
    margin: 0;
}



.cnt-box50 {
    margin-top: 50px;
}
.cnt-box50 .container .row {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.cnt-box50 .container .col {
    flex: 0 0 calc(50% - 15px);
}
.cnt-box50 .container .item-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.cnt-box50 .container .item-text {
    padding: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .cnt-box50 .container .col {
        flex: 0 0 100%;
    }
}



ul.list-icons {
    font-size: 16px;
    padding: 10px 0;
    list-style: none;
}
ul.list-icons li {
    position: relative;
    padding: 0 0 0 70px;
    margin-bottom: 40px;
    min-height: 25px;
}
ul.list-icons li:last-child {
    margin-bottom: 0;
}
ul.list-icons li img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px!important;
    object-fit: contain;
}


body {
    font-family: 'Lato', Tahoma, Arial, Helvetica, sans-serif;
    padding: 215px 0 0 0;
    font-size: 15px;
}

/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}

.header-wrapper {
    height: 215px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}
.sticky .header-wrapper {
    top: -150px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.header-wrapper .container {
    height: 100%;
    position: relative;
}
.header-top {
    height: 150px;
    background: #fff;
    z-index: 3;
    position: relative;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.header-top-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-top-logo img {
    vertical-align: middle;
    width: 250px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}

.header-top-social {
    position: absolute;
    top: 15px;
    right: 20px;
}
.header-top-social > * {
    margin-left: 10px;
}

.header-top-slogan {
    position: absolute;
    left: 32%;
    right: 20%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    color: #211F5E;
    letter-spacing: 1.8px;
    font-size: 13px;
}
.header-top-slogan > * {
    flex: 1 100%;
    display: block;
}
.header-top-slogan p:first-child {
    align-self: flex-start;
    text-align: right;
    margin: 20px 10px 0 0;
    position: relative;
}
.header-top-slogan p:first-child:before {
    height: 2px;
    width: 77px;
    content: '';
    display: block;
    background: #41C8F0;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.header-top-slogan p:last-child {
    align-self: flex-end;
    margin: 0 0 20px 10px;
    position: relative;
}
.header-top-slogan p:last-child:before {
    height: 2px;
    width: 55px;
    content: '';
    display: block;
    background: #41C8F0;
    position: absolute;
    top: -5px;
    left: 0;
}

.header-top-slogan div {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.header-top-slogan div:before, .header-top-slogan div:after {
    content: '';
    height: 100%;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.header-top-slogan div:after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.82) 30%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.header-top-slogan div video {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    overflow: hidden;
}

.header-top .langs {
    top: 18px;
    right: 150px;
    position: absolute;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: RGBA(255,255,255,0.5);
    border-radius: 0 0 0 0;
    padding: 0 17px;
    height: 27px;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-top .langs li {
    display: none;
}
.header-top .langs li a {
    text-align: left;
    padding: 5px 8px;
    display: block;
    font-size: 14px;
    width: 62px;
}
.header-top .langs li a img {
    margin-right: 4px;
    width: 20px;
    height: 12px;
}
.header-top .langs li.current {
    display: block;
    font-weight: bold;
}
.header-top .langs .opened {
    background: #41c8f0;
}
.header-top .langs .opened li {
    display: block;
}
.header-top .langs .opened li a {
    color: #fff;
}

@media (max-width: 979px) {
    body {
        padding-top: 110px;
    }
    .header-wrapper {
        height: 110px;
    }
    .header-top {
        height: 65px;
    }
    .sticky .header-wrapper {
        top: -65px;
    }

    .header-top-logo img {
        width: 150px;
    }

    .header-top-slogan {
        display: none;
    }
}


.footer-wrapper {
    color: #fff;
    background: #8798A2;
    margin-top: 50px;
}
.footer-wrapper .container {
    padding: 30px 20px 30px 20px;
}
.footer-wrapper a {
    color: #fff;
}


.footer-h {
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.footer-links li {
    margin: 3px 0;
}
.footer-links a {
    clear: both;
    color: #fff;
    line-height: 1.5em;
}
.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    text-align: left;
    font-size: 13px;
    color: #d3d3d3;
    border-top: 1px solid #d3d3d3;
    padding-top: 30px;
}
.footer-copy img {
    max-width: 100%;
    margin: 15px 0 30px 0;
    display: block;
}

.studiomh {
    float: right;
    color: #d3d3d3!important;
}

/***************************************************
menu
***************************************************/

.header-navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8798A2;
    height: 65px;
}

.navbar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    width: max-content;
}
.navbar > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.navbar > ul > li > a {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding: 10px 2px;
    display: block;

    overflow: hidden;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    border-bottom: 2px solid #8798A2;
}
.navbar > ul > li > a:hover, .navbar > ul > li.current > a {
    text-decoration: none;
    border-bottom: 2px solid #41C8F0;
}

.navbar > ul > li.navbar-social {
    margin-left: auto;
    padding: 0;
}
.navbar > ul > li.navbar-social a {
    width: 26px;
    float: left;
    margin-left: 10px;
}

.navbar > ul > li:hover .navbar-sub {
    display: block;
}
.navbar .navbar-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 10px solid #fff;
    width: 300px;
    background: #f2f2f2;
    z-index: 999;
    padding: 10px 0;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.navbar .navbar-sub:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
}
.navbar .navbar-sub li {
    margin: 5px 0;
}
.navbar .navbar-sub a {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 2.5em;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar .navbar-sub a:hover {
}
.navbar .navbar-sub li.current a {
}

@media (max-width: 1199px) {
    .navbar {
        display: none;
    }
}
@media (max-width: 979px) {

    .header-navbar {
        height: 45px;
    }

}


.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 1200px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    float: right;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -44px;
}

@media (min-width: 1200px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 200px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 30px 10px;
    padding: 0;
    list-style: none;
}
.sidr li {
    border-bottom: 1px solid #e4e4e4;
}
.sidr a {
    display: block;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}

.sidr-class-navbar-social {
    text-align: center;
    width: 100%;
}
.sidr-class-navbar-social a {
    display: inline-block;
}

.sidr-class-navbar-sub {
    margin: 0!important;
}
.sidr-class-navbar-sub li {
    border-top: 1px solid #e4e4e4;
    border-bottom: 0;
    padding-left: 20px;
}
.sidr-class-navbar-sub a {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
}


.sidr.right {
    right: -200px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}




a:hover {
    color: #41c8f0;
}



.content h1, .h1 {
    color: #0b0b5b;
}
.content h1 a, .h1 a {
    color: #0b0b5b;
}





.color1, a.color1, .color1 a {
    color: #41c8f0;
}
.color2, a.color2, .color2 a {
    color: #0b0b5b;
}



.btn {
    color: #fff;
    background: #41c8f0;
}
.btn:hover, .btn-current {
    background: #0b0b5b;
    color: #fff;
}


.btn-white {
    background: #fff;
    color: #0b0b5b;
}

.btn-border:hover {
    background: none;
    color: #0b0b5b;
    border-color: #0b0b5b;
}



.icon-fb, .icon-insta, .icon-yt, .sidr-class-icon-fb, .sidr-class-icon-insta, .sidr-class-icon-yt {
    width: 35px;
    height: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.973' height='34.853' viewBox='0 0 34.973 34.853'%3E%3Cg id='Group_823' data-name='Group 823' transform='translate(-1296.206 -23.59)'%3E%3Cpath id='Path_96' data-name='Path 96' d='M17.729,34.855A17.427,17.427,0,1,1,34.973,17.375,17.481,17.481,0,0,1,17.729,34.855m-3.09-11.507h-.02c0,1.643.011,3.287-.007,4.93,0,.467.138.653.637.626,1.008-.053,2.018-.06,3.028-.067.937-.006.947,0,.941-.942-.019-3.177-.035-6.353-.081-9.529-.008-.524.141-.736.677-.7.622.042,1.248.025,1.87.056.412.02.652-.08.679-.555.052-.891.134-1.783.245-2.669.057-.457-.12-.592-.54-.585-.734.011-1.469,0-2.2,0-.7,0-.739-.045-.715-.757.018-.51.055-1.021.073-1.531.028-.769.21-.975.981-1.006.642-.026,1.286-.017,1.929-.011.323,0,.534-.083.53-.457-.012-1-.016-2.008-.017-3.012,0-.321-.151-.465-.474-.454-1.283.042-2.578-.009-3.849.139A3.844,3.844,0,0,0,14.621,11c-.011.8-.018,1.607,0,2.41.008.379-.136.528-.516.513-.458-.018-.918,0-1.377,0-.3,0-.432.124-.43.425q.012,1.479.006,2.958c0,.334.176.447.486.44.386-.009.774.02,1.157-.011.529-.043.707.165.7.69-.025,1.643-.009,3.287-.009,4.93' transform='translate(1296.206 23.588)' fill='%2341c8f0'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
}
.icon-insta, .sidr-class-icon-insta {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.971' height='34.842' viewBox='0 0 34.971 34.842'%3E%3Cg id='Group_824' data-name='Group 824' transform='translate(-1342.977 -23.588)'%3E%3Cpath id='Path_99' data-name='Path 99' d='M52.906,16.64A17.482,17.482,0,1,1,69.944,34.83,17.448,17.448,0,0,1,52.906,16.64M69.832,27.725v.007c1.763,0,3.527.055,5.287-.013a5.3,5.3,0,0,0,5.255-5.067c.141-3.026.177-6.063.083-9.09-.1-3.365-2.107-5.392-5.451-5.673-1.533-.129-3.081-.112-4.622-.109a47.591,47.591,0,0,0-4.951.132,5.308,5.308,0,0,0-5.067,5.232c-.178,3.147-.138,6.316-.021,9.469a5.36,5.36,0,0,0,5.245,5.1c1.409.091,2.827.017,4.241.017' transform='translate(1290.09 23.588)' fill='%2341c8f0'/%3E%3Cpath id='Path_105' data-name='Path 105' d='M79.947,19.558c-.056,1.1-.091,2.666-.224,4.229A3.655,3.655,0,0,1,76.108,27.2c-2.752.086-5.507.094-8.261.094A6.29,6.29,0,0,1,66.118,27a3.433,3.433,0,0,1-2.684-3.354c-.068-3.045-.08-6.093-.008-9.138a3.436,3.436,0,0,1,3.285-3.57,44.375,44.375,0,0,1,9.947.036,3.4,3.4,0,0,1,3.074,3.4c.1,1.565.134,3.135.216,5.176m-8.34,4.6a5.075,5.075,0,0,0,5.22-5.151,5.233,5.233,0,0,0-10.464.094,5.119,5.119,0,0,0,5.244,5.058m5.362-9.338a1.154,1.154,0,1,0,.073-2.306,1.234,1.234,0,0,0-1.253,1.255,1.109,1.109,0,0,0,1.181,1.052' transform='translate(1288.878 22.353)' fill='%2341c8f0'/%3E%3Cpath id='Path_106' data-name='Path 106' d='M75.53,19.732a3.317,3.317,0,1,1-3.28-3.369,3.387,3.387,0,0,1,3.28,3.369' transform='translate(1288.239 21.696)' fill='%2341c8f0'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-yt, .sidr-class-icon-yt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.973' height='34.852' viewBox='0 0 34.973 34.852'%3E%3Cg id='Group_826' data-name='Group 826' transform='translate(-1435.623 -23.59)'%3E%3Cpath id='Path_98' data-name='Path 98' d='M175.332,34.854a17.427,17.427,0,1,1,17.286-17.438,17.479,17.479,0,0,1-17.286,17.438m-.237-6.328c2.182-.157,4.38-.278,6.571-.488,1.17-.113,1.486-.493,1.726-1.648a20.708,20.708,0,0,0,.287-5.51,19.642,19.642,0,0,0-.4-2.645,1.346,1.346,0,0,0-1.234-1.153c-1.2-.146-2.4-.369-3.6-.409-2.108-.068-4.222-.076-6.33-.007-1.444.048-2.881.287-4.325.405a1.661,1.661,0,0,0-1.651,1.587,23.512,23.512,0,0,0,0,7.684c.214,1.26.519,1.584,1.792,1.7,2.374.218,4.758.326,7.168.483m-6.91-22.066c.141.453.236.781.344,1.1.692,2.074,1.566,4.11,1.316,6.378a.436.436,0,0,0,.167.356.719.719,0,0,0,1.126-.7,10.176,10.176,0,0,1,.776-4.921c.3-.677.484-1.4.721-2.106-1.131-.316-1.348-.2-1.579.793-.161.683-.326,1.365-.489,2.047a.747.747,0,0,1-.328-.446c-.182-.669-.367-1.338-.523-2.014a.545.545,0,0,0-.654-.5c-.251.02-.5,0-.877,0m4.476,5.018a15.068,15.068,0,0,0,.152,1.855c.157.792.831,1.18,1.767,1.13A1.358,1.358,0,0,0,176,13.156a32.482,32.482,0,0,0,0-3.384,1.411,1.411,0,0,0-1.476-1.335A1.543,1.543,0,0,0,172.8,9.629a18.493,18.493,0,0,0-.135,1.849m7.759.049c0-.768-.013-1.535.005-2.3.01-.407-.11-.591-.56-.59-.465,0-.55.216-.546.609.012,1.078.006,2.156-.008,3.234-.005.418-.073.865-.616.871-.586.007-.433-.525-.445-.829-.043-1.095-.021-2.192-.022-3.288,0-.366,0-.7-.531-.69-.486.014-.57.288-.57.685,0,1.352-.018,2.7,0,4.057.014,1.121.606,1.447,1.572.882a.534.534,0,0,1,.725.027,1.152,1.152,0,0,0,.823.088c.088-.016.16-.363.165-.562.019-.73.007-1.462.007-2.192' transform='translate(1277.978 23.588)' fill='%2341c8f0'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M178.756,23.7c.218-.1.315-.141.413-.182.8-.342,1.426.008,1.458.878.042,1.094.042,2.192,0,3.287-.036.913-.609,1.228-1.484.966a2.838,2.838,0,0,0-.968.037c-.366.028-.534-.109-.533-.5q.009-3.039-.015-6.079c0-.392.134-.566.543-.562s.608.155.591.585c-.02.49,0,.98,0,1.568m.011,2.374h0c0,.419.009.838,0,1.258-.01.349.115.574.494.568.361-.006.381-.271.379-.541,0-.31,0-.62,0-.929,0-.565,0-1.13-.019-1.694-.011-.308-.213-.5-.509-.409a.609.609,0,0,0-.325.438,12.942,12.942,0,0,0-.015,1.311' transform='translate(1275.667 21.096)' fill='%2341c8f0'/%3E%3Cpath id='Path_101' data-name='Path 101' d='M176.4,26.341c0,.658,0,1.315,0,1.973,0,.6-.2.71-.784.586a2,2,0,0,0-.921.021c-.787.223-1.241-.03-1.263-.849-.036-1.3-.01-2.593-.015-3.89,0-.337.13-.5.49-.5s.527.162.532.531c.01,1.022.025,2.045.067,3.066.011.266-.187.722.316.722.465,0,.488-.413.488-.774,0-.987.01-1.973,0-2.959,0-.389.081-.621.547-.615.446.005.572.2.562.607-.019.693-.005,1.388-.005,2.082H176.4' transform='translate(1276.155 20.853)' fill='%2341c8f0'/%3E%3Cpath id='Path_102' data-name='Path 102' d='M184.758,25.513c0,.146-.01.293,0,.438.034.41-.172.561-.559.539a2.572,2.572,0,0,0-.5.005c-.3.041-.828.075-.839.164A4.954,4.954,0,0,0,182.945,28c.012.08.246.2.345.176a.654.654,0,0,0,.34-.3c.11-.179.126-.5.263-.557a1.27,1.27,0,0,1,.784.026c.08.026.114.355.085.532a1.375,1.375,0,0,1-1.492,1.242,1.47,1.47,0,0,1-1.48-1.351,26.079,26.079,0,0,1,0-2.844,1.424,1.424,0,0,1,1.572-1.288,1.3,1.3,0,0,1,1.381,1.326c.015.181,0,.365,0,.547h.012m-.843-.26c-.281-.319-.424-.638-.623-.677-.43-.085-.492.324-.469.616a.6.6,0,0,0,.4.42c.176.016.371-.18.7-.359' transform='translate(1275.19 20.855)' fill='%2341c8f0'/%3E%3Cpath id='Path_103' data-name='Path 103' d='M170.636,21.56c.44,0,.88,0,1.32,0,.334,0,.491.155.494.506s-.13.6-.494.562c-.659-.068-.741.264-.73.809.028,1.549.007,3.1.011,4.649,0,.353-.01.667-.5.667-.591,0-.723-.107-.725-.682,0-1.6-.016-3.209.007-4.813.007-.483-.133-.732-.646-.7-.378.027-.582-.118-.578-.532,0-.455.292-.481.629-.478.4,0,.807,0,1.211,0Z' transform='translate(1276.688 21.096)' fill='%2341c8f0'/%3E%3Cpath id='Path_104' data-name='Path 104' d='M176.018,12.669v-1.42c0-.331.115-.584.486-.6s.517.236.52.562c.006.965.008,1.931-.015,2.895-.007.293-.085.607-.493.591-.386-.014-.478-.285-.482-.6-.005-.473,0-.947,0-1.42h-.015' transform='translate(1275.853 22.357)' fill='%2341c8f0'/%3E%3C/g%3E%3C/svg%3E%0A");
}
a:hover .icon-fb, a:hover .icon-insta, a:hover .icon-yt {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%);
}



.cnt-color .container {
    background: #8798A2;
}


.mainJoin {
    color: #dadada;
    text-align: center;
    padding: 80px 30px;
    background: url("/assets/img/pco/partner.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    margin: 50px 0 0 0;
}
.mainJoin .h1 {
    text-align: center;
    color: #fff;
    margin-top: 0;
}

.mainJoin .btn {
    margin-top: 20px;
}



.mainPartners {
    margin-top: 50px;
}
.mainPartners-title {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #323232;
    margin-bottom: 40px;
}

.partners-logos {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

.partners-logos li a {
    display: block;
    height: 100px;
    margin: 0 auto;
}

.partners-logos li img {
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 80%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.partners-logos li a[href]:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


.mainAdvantages {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
}
.mainAdvantages > div {
    position: relative;
    flex: 0 1 200px;
    height: 200px;
}


.mainAdvantages > div:after {
    content: '';
    position: absolute;
    background: url("/assets/img/pco/atut.svg") center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.mainAdvantages > div:nth-child(2):after {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.mainAdvantages > div:nth-child(3):after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.mainAdvantages > div:nth-child(4):after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mainAdvantages.anim > div {
    animation: animAdvantages 2s ease 0s 1 normal forwards;
}
.mainAdvantages > div span {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media (max-width: 767px) {

    .mainAdvantages {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mainAdvantages > div {
        flex: 0 1 40%;
        height: 40vw;
        margin-bottom: 20px;
    }
    .mainAdvantages > div span {
        font-size: 2.9vw;
    }

}


.about-wrapper img {
    width: 100%;
    margin: 10px 0;
}
.about-gallery-inline {
    margin: 0 -5px;
}
.about-gallery-inline img {
    width: calc(50% - 10px);
    margin: 5px 5px;
}
