/*!
 * 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; }
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 {
    margin: 0;
    min-width: 320px;
}



.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-pdd-50 {
    margin-left: -50px;
    margin-top: -50px;
}
.g-pdd-50 > [class*="g-col-"] {
    padding-left: 50px;
    padding-top: 50px;
}

.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;
    }
}




/***************************************************
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;
}


.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #e6e6e6;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


.img-6-right, .img-6-left, .img-4-right, .img-4-left, .img-3-right, .img-3-left {
    width: 100%;
    margin: 20px 0;
}
p img {
    margin-top: 0!important;
    max-width: 100%;
    height: auto!important;
}
@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;
    }
    .img-3-right {
        width: 25%;
        float: right;
        margin: 20px 0 20px 40px;
    }
    .img-3-left {
        width: 25%;
        float: left;
        margin: 20px 40px 20px 0;
    }
}

.pagination {
    text-align: center;
    margin: 30px 0 0 0;
}
.pagination .btn, .pagination .link {
    margin: 0 5px;
}



#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%;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7A7A7A;
    background: #fff;
    padding-top: 99px;
}



a {
    color: #7A7A7A;
}
a:hover {
}


/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}
.sub > .container {
    padding-top: 50px;
}

.header-wrapper {
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
}
.header-wrapper .container {
    height: 60px;
    position: relative;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.header-logo img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    height: 40px;
}

.header-btns-d {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 300px;
}
.header-btns-m {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    height: 50px;
    display: none;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    overflow: hidden;
}
.header-promotion, .header-hurt {
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    display: block;
    width: 50%;
    background: #D43A2D;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.header-hurt {
    background: #3F4680;
    right: 0;
}
.header-promotion:hover, .header-hurt:hover {
    background: #009CDF;
}
.header-promotion span, .header-hurt span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-btn:hover {
}

.sticky .header-wrapper {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.sticky .header-wrapper .container {
    height: 50px;
}
.sticky .header-logo img {
    height: 30px;
}
.sticky .header-btns-m {
    bottom: 0;
    height: 0;
}

@media (max-width: 767px) {
    body {
        padding-top: 110px;
    }
    .header-wrapper {
    }
    .header-wrapper .container {
        height: 60px;
    }
    .header-logo img {
        height: 35px;
    }

    .header-btns-d {
        display: none;
    }
    .header-btns-m {
        display: block;
    }
}


.footer-wrapper {
    font-size: 16px;
    color: #fff;
    line-height: 1.5em;
    background: url("/assets/img/isk/footer-bg.jpg") center center;
}
.container + .footer-wrapper {
    margin-top: 50px;
}
.footer-wrapper .container {
    padding: 100px 20px;
}
.footer-wrapper img.footer-logo {
    height: 30px;
    filter: contrast(1000%) invert(100%);
    -webkit-filter: contrast(1000%) invert(100%);
    -moz-filter: contrast(1000%) invert(100%);
}
.footer-wrapper p {
    margin: 20px 0;
}
.footer-wrapper a {
    color: #fff;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    display: inline-block;
}
.footer-wrapper a:hover {
    transform: scale(1.2);
}

.footer-copy {
    text-align: left;
    font-size: 13px;
    color: #8c8c8c;
    border-top: 1px solid #525252;
    padding-top: 30px;
}
.footer-copy img {
    max-width: 100%;
    margin: 15px 0 30px 0;
    display: block;
}

.studiomh {
    float: right;
    color: #8c8c8c;
}




/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

h1, .h1, h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 50px 0;
    color: #000;
}

h2 {
    color: #313280;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4em;
    margin: 50px 0;
}
h3, .h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}
h4, .h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        margin: 30px 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, h1:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}


.contentWhite {
    padding: 60px 0;
}
.contentGrey {
    padding: 60px 0;
    background: #F5F5F5;
}

.contentBlue {
    font-size: 18px;
    color: #fff;
    background: #009CDF;
    padding: 60px 20px;
}
.contentBlue .container {
    padding: 0 20px;
}
.contentBlue h2 {
    color: #FDCA1B;
}
.contentBlue .light {
    background: #FDCA1B;
}


/***************************************************
menu
***************************************************/

.navbar {
    background: #F5F5F5;
    text-align: center;
}
.navbar > ul {
    display: inline-block;
}
.navbar > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
}
.navbar > ul > li > a {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #313280;
    padding: 11px 15px;
    display: block;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.navbar > ul > li > a:hover, .navbar > ul > li.current > a {
    color: #e31e24;
}

.navbar ul.menu-sub, .navbar ul.menu-sub2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -10px;
    top: 100%;
    background: #F5F5F5;
    width: 280px;
    -webkit-box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px -2px rgba(0,0,0,.1);
}
.navbar ul.menu-sub.active, .navbar ul.menu-sub2.active, .navbar > ul > li:hover ul.menu-sub, .navbar ul.menu-sub > li:hover ul.menu-sub2 {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.navbar ul.menu-sub2 {
    left: calc(100% + 1px);
    top: -5px;
}

.navbar ul.menu-sub li {
    position: relative;
    border-bottom: 1px solid #fff;
}

.navbar ul.menu-sub a {
    text-align: left;
    text-transform: uppercase;
    color: #313280;
    display: block;
    padding: 10px 25px;
    margin: 5px 0;
    line-height: 1.5em;
}
.navbar ul.menu-sub a:hover, .navbar ul.menu-sub li.current > a {
    color: #d33;
}

.icon-menu-arrow, .sidr-class-icon-menu-arrow {
    position: absolute;
    right: 0;
    top: 13px;
    width: 7px;
    height: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.811' height='12.031' viewBox='0 0 7.811 12.031'%3E%3Cpath id='Path_2' data-name='Path 2' d='M9.969,7.766,14.286,12l-4.3,4.281,1.766,1.75L17.78,12,11.766,6Z' transform='translate(-9.969 -6)' fill='%23d43a2d' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='0'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navbar ul.menu-sub li .icon-menu-arrow {
    right: 10px;
    top: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media (max-width: 767px) {
    .navbar {
        display: none;
    }
}



.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 {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -26px;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #323232;
    box-shadow: 0 6px 0 #323232,
    0 -6px 0 #323232;
    content: '';
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    padding: 20px 0 0 0;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    list-style: none;
}

.sidr li {
    position: relative;
}
.sidr li > a {
    font-size: 15px;
    display: block;
    padding: 15px 20px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    border-style: solid solid solid solid;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
}

.sidr ul > li > a:hover, .sidr ul > li.sidr-class-current > a {
    color: #d33;
}

.sidr .sidr-class-menu-sub, .sidr .sidr-class-menu-sub2 {
    display: none;
}

.sidr .sidr-class-menu-sub.active, .sidr .sidr-class-menu-sub2.active {
    display: block;
}

.sidr .sidr-class-menu-sub > li > a {
    padding: 15px 20px 15px 40px;
}

.sidr .sidr-class-menu-sub2 > li > a {
    padding: 15px 20px 15px 60px;
}
.sidr-class-icon-menu-arrow {
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: block!important;
    background-size: 10px;
}


.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -200px;
}

.sidr-open .sidr {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}


/***************************************************
			        SLIDER
***************************************************/

.slider-wrapper {
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img, .slider-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.slider-text {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 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%);
    padding: 0 20px;
    z-index: 3;
}
.slider-text p {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    max-width: 550px;
}
.slider-text .btn {
    margin-top: 30px;
}
.slider-text .btn + .btn {
    margin-left: 10px;
}


@media (max-width: 768px) {
    .slider-text {
        text-align: center;
    }
    .slider-text p {
        max-width: available;
        font-size: 25px;
    }
}

@media (max-width: 534px) {
    .slider-text p {
        font-size: 20px;
    }
}



/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    z-index: 99;
    position: absolute;
    bottom: 15px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    outline: 0;
    position: relative;
    border: 0;
    background: rgba(255,255,255,0.7);
    cursor: pointer;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #3F4680;
}


.sliderSub {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}
.sliderSub img {
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    min-height: 150px;
    max-height: 200px;
    object-fit: cover;
    display: block;
}
.sliderSub header {
    position: absolute;
    z-index: 9;
    top: calc(50%);
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.sliderSub header h1 {
    font-size: 48px;
    color: #ffffff;
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
}
.sliderSub header h1.center {
    font-size: 40px;
    text-align: center;
    text-transform: none;
}
.sliderSub header p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .sliderSub header {
        left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .sliderSub header h1 {
        font-size: 36px!important;
    }
    .sliderSub header p {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 534px) {
    .sliderSub header h1 {
        font-size: 24px!important;
    }
}



/***************************************************
Specifics
***************************************************/

a.img figure {
    position: relative;
}
a.img figure img {
    display: block;
    border-radius: 5px;
    width: 100%;
}
a.img figure:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    border-radius: 5px;
}
a.img figure:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '+';
    color: #fff;
    font-size: 50px;
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
a.img:hover figure:before {
    opacity: 0.5;
}
a.img:hover figure:after {
    opacity: 1;
}

.label {
    color: #009CDF;
    display: inline-block;
    width: 100px;
}

.color1 {
    color: #009CDF;
}
.color2 {
    color: #f0e43a;
}


.social [class*=icon-] {
    margin: 2px 0;
    float: right;
    width: 40px;
    height: 40px;
    -webkit-transition: width 0.2s linear 0s;
    transition: width 0.2s linear 0s;
    position: relative;
}
.social .icon-fb {
    background-color: #365493;
}
.social .icon-fb:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="17" height="17" viewBox="0 0 17 17"><g></g>	<path d="M12.461 5.57l-0.309 2.93h-2.342v8.5h-3.518v-8.5h-1.753v-2.93h1.753v-1.764c0-2.383 0.991-3.806 3.808-3.806h2.341v2.93h-1.465c-1.093 0-1.166 0.413-1.166 1.176v1.464h2.651z" fill="%23ffffff"/></svg>');
    top: 10px;
    left: 10px;
}
.social {
    margin-top: -66px;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    width: 50px;
}
.social a:hover span {
    width: 50px;
}


/***************************************************
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;
    z-index: 80!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;
}


/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    width: calc(100% - 20px);
    max-width: 600px;
    min-width: 210px;
    max-height: 90%;
    min-height: 100px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;

    background: #fff;
    border: 1px solid #eee;

    overflow-y: auto;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #F5F5F5;
    font-size: 16px;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
    text-align: center;
    font-size: 15px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5em;
    margin: 10px 0;
}

.qtip.qtip-dialogue button{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block!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: 15px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    line-height: 18px;
    display: block;
    float: left;
    margin: 10px 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: 10px 15px;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    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;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    width: 17px;
    height: 17px;
    appearance: none;
    border: 1px solid #cfcfcf;
}
input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #D43A2D;
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form-control-checkbox {
    margin-right: 5px;
}

.form-control-checkbox-wrapper {
    position: relative;
    padding-left: 25px;
    font-size: 13px;
}
.form-control-checkbox-wrapper .form-control-checkbox {
    position: absolute;
    left: 0;
    top: -1px;
}



/***************************************************
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: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 1px;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 16px 50px;
    border: 0;
    border-radius: 0;
    background: #D43A2D;
    margin-top: 20px;

    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.btn:hover, .btn-current {
    background: #009CDF;
    animation-name: btn-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes btn-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 14px;
    }
}

.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}

.btn-thm2 {
    background: #3F4680;
}

.btn-border {
    background: none;
    border: 2px solid #e31e24;
    padding: 13px 30px;
    color: #e31e24;
}

.btn-border:hover {
    border: 2px solid #000;
}


.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: 0;
}


/***************************************************
Links
***************************************************/

.link {
    color: #009CDF;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.link[href*='.pdf'] {
    margin: 3px 0;
    display: inline-block;
}
.link[href*='.pdf']:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath id='Path_4' data-name='Path 4' d='M30,18V16H24V26h2V22h3V20H26V18Z' transform='translate(-2 -2)'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M19,26H15V16h4a3,3,0,0,1,3,3v4a3,3,0,0,1-3,3Zm-2-2h2a1,1,0,0,0,1-1V19a1,1,0,0,0-1-1H17Z' transform='translate(-2 -2)'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M11,16H6V26H8V23h3a2,2,0,0,0,2-2V18A2,2,0,0,0,11,16ZM8,21V18h3v3Z' transform='translate(-2 -2)'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M22,14V10a.909.909,0,0,0-.3-.7l-7-7A.909.909,0,0,0,14,2H4A2.006,2.006,0,0,0,2,4V28a2,2,0,0,0,2,2H20V28H4V4h8v6a2.006,2.006,0,0,0,2,2h6v2Zm-8-4V4.4L19.6,10Z' transform='translate(-2 -2)'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.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
***************************************************/
.content table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

.content table thead td, .content table th {
    background: #eaeaea;
    font-weight: bold;
}

.content table td, .content table th {
    padding: 6px 10px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}



@media screen and (max-width: 1000px) {
    .content table {
        overflow-x: auto;
        display: block;
    }
}




/***************************************************
nawigacja
***************************************************/

.breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 -40px 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 {
    }
}


/***************************************************
główna
***************************************************/



.mainOffer {
    margin: 100px 0 150px 0;
}

.mainOffer h2 {
    color: #009CDF;
    text-align: center;
    margin: 80px 0 30px 0;
}

.mainOffer-box {
    background: #313280;
    display: block;
    height: 300px;
    position: relative;
    transition: border-radius 0.3s;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.mainOffer-box:hover {
    border-radius: 20px;
}
.mainOffer-box img {
    transition: transform 0.3s;
    height: 100%;
    max-height: 75px;
    max-width: 80%;
}
.mainOffer-box.navy img {
    transition: transform 0.3s;
    max-height: 200px;
    max-width: 100%;
    object-fit: contain;
}
.mainOffer-box:hover img {
    transform: scale(1.1);
}

.mainOffer-box h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 5px;
}

.mainOffer-box-dbl > div {
    display: none;
}
.mainOffer-box-dbl:hover > div {
    display: block;
    margin-top: 10px;
}
.mainOffer-box-dbl:hover img {
    transform: scale(0.6);
}
.mainOffer-box-dbl.navy:hover img {
    margin: -20px;
}
.mainOffer-box-dbl:hover > h3 {
    display: none;
}
.mainOffer-box-dbl a {
    color: #fff;
    background: #313280;
    padding: 10px 20px;
    display: inline-block;
    transition: all .3s;
}
.mainOffer-box-dbl.navy a {
    background: #009cdf;
}
.mainOffer-box-dbl a:hover {
    color: #009cdf;
    background: #fff;
}

.mainOffer-box.blue {
    background: #009cdf;
}

.newMain .mainOffer {
    margin: 80px 0 80px 0;
}
.newMain .mainOffer-box {
    height: 170px;
}
.newMain .mainOffer-box h3 {
    margin: 10px 0;
}
.newMain .mainOffer-box img {
    max-height: 55px;
}
.newMain .mainOffer-box.navy img {
    max-height: 100px;
}


.mainBlue, .mainWhite, .mainGrey {
    padding: 150px 20px;
    font-size: 18px;
}
.mainBlue {
    color: #fff;
    background: #3F4680;
}
.mainAbout {
    font-size: 22px;
}
.mainGrey {
    background: #F5F5F5;
}
.mainBlue .container, .mainWhite .container, .mainGrey .container {
    max-width: 750px;
    padding: 0;
}
.mainBlue h2 {
    color: #FDCA1B;
}
.mainBlue p {
    line-height: 1.8em;
    margin: 30px 0;
}

.newMain .mainBlue .container, .newMain .mainWhite .container, .newMain .mainGrey .container {
    max-width: 1200px;
    padding: 0 20px;
}
.mainBlue, .mainWhite, .mainGrey {
    padding: 80px 20px;
}
.newMain .mainAbout {
    font-size: 18px;
}

@media (max-width: 767px) {
    .mainAbout {
        font-size: 18px;
    }
    .mainBlue, .mainWhite, .mainGrey {
        padding: 80px 20px;
    }
}


.mainPartner {
    background: rgb(253,114,45);
    background: linear-gradient(180deg, rgba(253,114,45,1) 0%, rgba(183,5,33,1) 100%);
}
.mainPartner .container {
    max-width: 1200px;
    padding: 50px 20px;
    color: #fff;
    font-size: 16px;
}
.mainPartner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.mainPartner .form {
    background: #fff;
    padding: 30px;
    display: block;
    color: #7A7A7A;
    font-size: 14px;
}

.mainPartner-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mainPartner-text p {
    position: relative;
}
.mainPartner-text p .btn {
    background: rgb(240,120,58);
    background: linear-gradient(90deg, rgba(240,120,58,1) 0%, rgba(240,197,58,1) 100%);
    padding: 10px 20px;
}
.mainPartner-text p .btn:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='720' viewBox='0 0 720 720'%3E%3Cpath id='call_24dp_5F6368_FILL0_wght400_GRAD0_opsz24' d='M798-120q-125,0-247-54.5T329-329Q229-429,174.5-551T120-798q0-18,12-30t30-12H324a37.2,37.2,0,0,1,25,9.5q11,9.5,13,22.5l26,140q2,16-1,27a42.065,42.065,0,0,1-11,19l-97,98a483.718,483.718,0,0,0,47.5,71.5A703.392,703.392,0,0,0,387-386a703.434,703.434,0,0,0,65,57.5A632.23,632.23,0,0,0,524-280l94-94q9-9,23.5-13.5A64.415,64.415,0,0,1,670-390l138,28a46.281,46.281,0,0,1,23,14.5,35.2,35.2,0,0,1,9,23.5v162q0,18-12,30T798-120Z' transform='translate(-120 840)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}
@media (min-width: 420px) {
    .mainPartner-text p .btn {
        position: absolute;
        top: 0;
        left: 200px;
        margin: 0;
    }
}

.mainPartner-text ul:first-of-type li {
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0;
}
.mainPartner-text ul:first-of-type li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='810' height='800' viewBox='0 0 810 800'%3E%3Cpath id='task_alt_24dp_5F6368_FILL0_wght400_GRAD0_opsz24' d='M434-286,254-466l76-76L434-438,814-819l76,76Z' transform='translate(-80 880)' fill='%23fff'/%3E%3Cpath id='task_alt_24dp_5F6368_FILL0_wght400_GRAD0_opsz24-2' data-name='task_alt_24dp_5F6368_FILL0_wght400_GRAD0_opsz24' d='M480-80q-83,0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83,31.5-156T197-763q54-54,127-85.5T480-880q65,0,123,19a411.028,411.028,0,0,1,107,53l-58,59a344.012,344.012,0,0,0-81-37.5A302.064,302.064,0,0,0,480-800q-133,0-226.5,93.5T160-480q0,133,93.5,226.5T480-160q133,0,226.5-93.5T800-480a325.755,325.755,0,0,0-2-36,294.832,294.832,0,0,0-6-35l65-65a435.515,435.515,0,0,1,17,66,402.1,402.1,0,0,1,6,70q0,83-31.5,156T763-197q-54,54-127,85.5T480-80Z' transform='translate(-80 880)' fill='%23f0e43a'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}

.mainPartner-text ul:last-of-type li {
    position: relative;
    padding-left: 50px;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.4em;
}
.mainPartner-text ul:last-of-type li strong {
    font-size: 16px;
}
.mainPartner-text ul:last-of-type li::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.mainPartner-text ul:last-of-type li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.459' height='22.685' viewBox='0 0 22.459 22.685'%3E%3Cpath id='hand-truck-svgrepo-com' d='M31.044,54.7l-.332,1.24,4.606,1.273.275.079,2.639,13.852a8.621,8.621,0,0,1,.81-.346c.088-.016.171-.026.26-.036L36.574,56.276Zm14.27,3.076L38.476,59.01l1,5.277,6.838-1.223-1-5.287Zm4.5,5.919L39.707,65.541l.956,5.092A2.882,2.882,0,0,1,43.047,72l8.072-1.382Zm3.175,7.862L43.355,73.37a4.522,4.522,0,0,1,.114.457c.021.12.073.359.084.478L53.172,72.5Zm-13.2.109a3.174,3.174,0,0,0-.577.052,2.845,2.845,0,1,0,.577-.052Zm-.083,1.107a1.7,1.7,0,1,1-.343.026,1.527,1.527,0,0,1,.343-.026Zm-.01.93a.793.793,0,0,0-.156.016A.766.766,0,1,0,39.7,73.7Z' transform='translate(-30.712 -54.7)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.mainPartner-text ul:last-of-type li:nth-child(2)::before {
    height: 34px;
    width: 34px;
    top: 3px;
    left: 3px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.869' height='18' viewBox='0 0 19.869 18'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-1.5 -3.5)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M5.333,6H19.867a1,1,0,0,1,.992,1.124l-.75,6a1,1,0,0,1-.992.876H8' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M2,4H4.234a1,1,0,0,1,.966.74L8.3,16.26a1,1,0,0,0,.966.74H19' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='1' cy='1' r='1' transform='translate(9 19)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='1' cy='1' r='1' transform='translate(16.5 19)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.mainPartner-text ul:last-of-type li:nth-child(3)::before {
    height: 30px;
    width: 30px;
    top: 5px;
    left: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.686' height='20.679' viewBox='0 0 20.686 20.679'%3E%3Cpath id='Path_8' data-name='Path 8' d='M19.017,9.551V9A8.936,8.936,0,0,0,1.144,9v.777A2.289,2.289,0,0,0,0,11.755v1.751a2.3,2.3,0,0,0,2.3,2.3H3.907a.575.575,0,0,0,.576-.576V10.035a.575.575,0,0,0-.576-.576H2.292V9A7.783,7.783,0,1,1,17.859,9v.463H16.772a.575.575,0,0,0-.576.576v5.2a.575.575,0,0,0,.576.576h.777v1.27a1.3,1.3,0,0,1-1.3,1.3H12.072a2.1,2.1,0,0,0-1.993-1.223,1.968,1.968,0,0,0-2.1,1.8,1.971,1.971,0,0,0,2.1,1.8,2.112,2.112,0,0,0,1.993-1.223h4.186A2.45,2.45,0,0,0,18.7,17.075V15.781a2.3,2.3,0,0,0,1.982-2.272V11.758A2.309,2.309,0,0,0,19.017,9.551Z' transform='translate(0 -0.065)' fill='%23fff'/%3E%3C/svg%3E%0A");
}


div[class*="mainBg-"] {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 600px;
}
.mainBg-Building {
    background-image: url("/assets/img/isk/biurowiec.jpg");
}
.mainBg-Customer {
    background-image: url("/assets/img/isk/dzial_obslugi_klienta.jpg");
}
.mainBg-Flota {
    background-image: url("/assets/img/isk/flota.jpg");
}
.mainBg-Contact {
    background-image: url("/assets/img/isk/kontakt.jpg");
}
.mainBg-Training {
    background-image: url("/assets/img/isk/szkolenia.jpg");
}

.newMain div[class*="mainBg-"] {
    min-height: 400px;
}



.mainPrice.container {
    padding: 0;
}
.mainPrice .row {
    display: grid;
    column-gap: 0;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.mainPrice .content {
    padding: 100px 50px;
}
.mainPrice .content p {
    font-size: 18px;
    line-height: 1.8em;
}
.mainPrice-box-photo {
    background: #F5F5F5;
    padding: 30px;
}
.mainPrice-box-photo > div {
    background-size: contain!important;
    display: flex;
    height: 100%;
}
.mainPrice-box-photo.photo1 > div {
    background: #F5F5F5 url("/assets/img/isk/inwestor.png") no-repeat center center;
}
.mainPrice-box-photo.photo2 > div {
    background: #F5F5F5 url("/assets/img/isk/solidna-firma.png") no-repeat center center;
}

.newMain .mainPrice .content {
    padding: 50px 50px;
}

@media (max-width: 767px) {
    .mainPrice .row {
        grid-template-columns: 1fr;
        grid-template-rows: 400px 1fr;
        row-gap: 0;
    }
    .mainPrice .row .content {
        order: 2;
        padding: 80px 20px;
    }
}



.mainWarehouse.container {
    padding: 0;
}
.mainWarehouse.grey {
    background: #F5F5F5;
}
.mainWarehouse .row {
    display: grid;
    column-gap: 0;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.mainWarehouse .content {
    padding: 100px 50px;
}
.mainWarehouse .content p {
    font-size: 18px;
    line-height: 1.8em;
}
.mainWarehouse-box-photo > div {
    background-size: contain!important;
    display: flex;
    height: 100%;
}
.mainWarehouse-box-photo.photo1 > div {
    background: url("/assets/img/isk/infrastruktura_magazynowa.jpg") no-repeat center center;
}
.mainWarehouse-box-photo.photo2 > div {
    background: url("/assets/img/isk/doradztwo.jpg") no-repeat center center;
}

.newMain .mainWarehouse .content {
    padding: 50px 50px;
}


@media (max-width: 767px) {
    .mainWarehouse .row {
        grid-template-columns: 1fr;
        grid-template-rows: 300px 1fr;
        row-gap: 0;
    }
    .mainWarehouse .row .content {
        order: 2;
        padding: 80px 20px;
    }
    .mainWarehouse .container {
        padding: 0;
    }
}



.about-photo {
    width: 20%;
    float: left;
    margin: 0 30px 0 0;
}
.about-photo.right {
    float: right;
    margin: 0 0 0 30px;
}
.about-photo img {
    width: 100%;
    display: block;
}
.about-photo figcaption {
    text-align: center;
    margin: 10px 0;
    font-size: 13px;
}

@media (max-width: 767px) {
    .about-photo {
        width: 30%;
    }
}

@media (max-width: 534px) {
    .about-photo {
        width: 100%;
        margin: 0 0 30px 0!important;
    }
}

.about-gallery .gallery-sub {
    margin-top: 0;
}


.news-item {
    padding: 20px;
}
.news-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.news-item img {
    display: block;
    width: 100%;
}
.news-item h3 {
    margin: 20px 0;
    text-transform: uppercase;
}
.news-item h3 a {
    color: #009CDF;
}
.news-item time {
    color: #009CDF;
}
.news-item p {
}

.newsShow-wrapper figure {
    margin-bottom: 20px;
}
.newsShow-wrapper figure img {
    width: 100%;
}


.gallery-sub {
    margin-top: 50px;
}



.changePrice-item {
    padding: 20px;
}
.changePrice-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.changePrice-item figure {
    height: 50px;
    line-height: 50px;
}
.changePrice-item img {
    width: 100%;
    max-width: 150px;
    max-height: 50px;
    vertical-align: middle;
}
.changePrice-item h3 {
    margin: 20px 0;
    text-transform: uppercase;
    color: #009CDF;
}
.changePrice-item time {
    color: #009CDF;
}
.changePrice-item p {
}


.offersT {
    padding: 80px 0;
}
.offersT:nth-child(2n) {
    background: #F5F5F5;
}
.offersT-container {
    display: grid;
    grid-template-columns: 30% 70%;
}
.offersT-container.max {
    grid-template-columns: 100%;
}
.offersT-photo {
    margin-right: 50px;
    position: relative;
}
.offersT-photo-slider {
    width: 100%;
}
.offersT-photo img {
    display: block;
    width: 100%;
}
.offersT-content {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
}
.offersT h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.offersT-files {
    margin-top: 40px;
}


@media (max-width: 767px) {
    .offersT-container {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .offersT-photo {
        margin-right: 20px;
    }
}

@media (max-width: 534px) {
    .offersT-container {
        grid-template-columns: 100%;
        row-gap: 30px;
    }
    .offersT-photo {
        margin-right: 0;
    }
}


.offersL {
    margin: 80px 0;
}
.offersL-head {
    background: url("/assets/img/isk/header.jpg");
    padding: 25px 20px;
    border-radius: 0 0 60px 60px;
}
.offersL-head h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
@media (max-width: 767px) {
    .offersL-head h2 {
        font-size: 20px;
    }
}


.offersL-logos {
    margin: 50px 0;
    padding: 0 20px 20px 20px;
    list-style: none;
}

.offersL-logos-item a {
    display: block;
    height: 100px;
    margin: 0 auto;
}

.offersL-logos-item 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;
}
.offersL-logos-item a[href]:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.offersL-logos .slick-dots {
    bottom: 5px;
}

.offersL-logos .slick-dots li button {
    width: 7px;
    height: 7px;
    background: rgba(0, 0, 0, 0.2);
}
.offersL-logos .slick-dots li button:hover,
.offersL-logos .slick-dots li.slick-active button {
    background: #D43A2D;
}


.offersK {
    margin: 80px 0;
}
.offersK .form-control {
    width: 250px;
}
.offersK input {
    width: calc(100% - 30px);
}
.offersK .icon-search {
    margin: -4px 3px -2px 0;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-search' width='44' height='44' viewBox='0 0 24 24' stroke-width='1.5' stroke='%232c3e50' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0' /%3E%3Cpath d='M21 21l-6 -6' /%3E%3C/svg%3E");
}
.offersK h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.offersK-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 50px;
}
.offersK-tile {
    border: 1px solid #3F4680;
    padding: 30px 20px;
    text-align: center;
    transition: border-radius 0.3s;
}
.offersK-tile:hover {
    border-radius: 20px;
}
.offersK-logo {
    width: 100%;
    height: 0;
    padding-top: 30%;
    position: relative;
}
.offersK-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.offersK-label {
    font-style: italic;
    color: #afafaf;
}

.offersK-prods span {
    display: inline-block;
    padding: 2px 6px;
    background: #F5F5F5;
    margin: 4px 2px;
    transition: all 0.3s;
    cursor: pointer;
}
.offersK-prods span:hover, .offersK-prods span.active {
    color: #fff;
    background: #009cdf;
}

@media (max-width: 979px) {
    .offersK-tiles {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }
}

@media (max-width: 767px) {
    .offersK-tiles {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 534px) {
    .offersK-tiles {
        grid-template-columns: 1fr;
    }
}

.download-wrapper h2 {
    color: #D43A2D;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.download-head {
    background: url("/assets/img/isk/header.jpg");
    padding: 25px 20px;
    border-radius: 0 0 60px 60px;
}
.download-head h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
@media (max-width: 767px) {
    .download-head h3 {
        font-size: 20px;
    }
}


.download-files {
    max-width: 800px;
    margin: 40px auto 60px auto;
    text-align: center;
}
/*.download-files-item {*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    padding: 20px 20px;*/
/*    margin: 10px 0;*/
/*    background: #313280;*/
/*    display: block;*/
/*    transition: border-radius 0.3s;*/
/*}*/
/*.download-files-item:hover {*/
/*    border-radius: 20px;*/
/*}*/
/*.download-files-item a {*/
/*    color: #fff;*/
/*}*/


.contact-wrapper {
}
.contact-wrapper-grey {
    background: #F2F2F2;
}
.contact-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.contact-row.white {
    background: #fff;
}
.contact-row iframe {
    width: 100%;
    height: 400px;
    margin: -80px 0;
    display: block;
}
.contact-row > div {
    align-self:center;
}

@media (max-width: 767px) {
    .contact-row {
        grid-template-columns: 1fr;
    }
    .contact-row iframe {
        margin: 0 0 -40px 0;
    }
    .contact-row.rev div:first-child {
        order: 2;
    }
}


.contacts-head {
    padding: 25px 0;
    margin: 50px auto;
    position: relative;
    max-width: 1200px;
}
.contacts-head:after {
    background: url("/assets/img/isk/header2.jpg");
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.contacts-head h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.contacts-items {
    margin: 0 auto 80px auto;
    max-width: 1200px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.contacts-item {
    text-align: center;
}
.contacts-item figure {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.contacts-item figure img {
    width: 100%;
    display: block;
    border-radius: 50%;
}
.contacts-item strong {
    font-size: 22px;
    display: block;
    margin: 20px 0 5px 0;
}
.contacts-item-workplace {
    display: block;
    margin-bottom: 10px;
}
.contacts-item-workplace + .contacts-item-workplace {
    margin-top: -10px;
}

@media (max-width: 767px) {

    .contacts-head:after {
        left: 0;
        right: 0;
    }
    .contacts-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 534px) {

    .contacts-items {
        grid-template-columns: 1fr;
    }
}


.files-wrapper h4 {
    display: none;
}
.files-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px 5px;
    width: 130px;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.files-item:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.files-item figure {
    width: 90px;
    height: 110px;
    border: 1px solid #3F4680;
    position: relative;
    background: #fff;
    margin: 0 auto;
}
.files-item img {
    max-width: 70px;
    max-height: 90px;
    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%);
}
.files-item span {
    max-width: 80px;
    max-height: 100px;
}
.files-item p {
    margin: 5px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.files-item.archive {
    display: none;
}
.files-icon {
    margin: 9px;
    display: block;
    width: 70px;
    height: 90px;
    line-height: 100px;
    background-color: #3F4680;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: 1.25s;
}

.light {
    background-image: linear-gradient(to bottom, transparent 0%, #009cdf 0%, #009cdf 100%, transparent 100%);
    color: #fff;
}


@media (max-width: 767px) {
    .contentBlue {
        font-size: 18px;
    }
    .contentBlue {
        padding: 50px 20px;
    }
}

.training-row {
    display: grid;
    column-gap: 0;
    row-gap: 0;
    grid-template-columns: 1fr 200px 1fr;
}
.training-img {
    order: 1;
    padding: 20px 0;
    align-self: center;
}
.training-img img {
    width: 100%;
    display: block;
}
.training-content {
    align-self: center;
    order: 3;
}
.training-line {
    position: relative;
    order: 2;
}
.training-line:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    background: #494949;
    z-index: 1;
}
.training-line:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

.training-row:nth-child(2n) .training-img {
    order: 3;
}
.training-row:nth-child(2n) .training-content {
    order: 1;
}

@media (max-width: 979px) {
    .training-row {
        grid-template-columns: 1fr 80px 1fr;
    }
}
@media (max-width: 534px) {
    .training-row {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .training-line {
        display: none;
    }

    .training-row:nth-child(2n) .training-img {
        order: 1;
    }
    .training-row:nth-child(2n) .training-content {
        order: 3;
    }
}

