/*!
 * 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, div[style*="page-break-after"]::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-size: 15px;
    color: #2d3e50;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    margin: 0;
    min-width: 320px;
    padding-top: 140px;
}

@media (max-width: 979px) {
    body {
        padding-top: 120px;
    }
}

a {
    color: #2d3e50;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
a:hover {
    color: #00adef!important;
}


/***************************************************
Szkielet
***************************************************/


.header-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}
.sticky .header-wrapper {
    top: -80px;
}

.top {
    height: 140px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
    max-width: 1500px;
    margin: 0 auto;
}
.sticky .top {

}
.top .container {
    height: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.top .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    opacity: 1;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.top .logo img {
    height: 60px;
}
.top .logo:hover {
    text-decoration: none!important;
}

.top .top-contact {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 16px;
    color: #2d3e50;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
    z-index: 9;
}
.sticky .top .top-contact {
    top: 15px;
}
.top .top-contact a {
    color: #2d3e50;
}
.top .top-contact a + a {
    margin-left: 20px;
}
.top .icon-phone {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%2300adef" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
}
.top .icon-email {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%2300adef" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
}

@media (max-width: 534px) {
    .top .top-contact a:first-of-type {
        display: none;
    }
}


.top .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3e50;
    padding: 0;
    transition: bottom .25s linear;
    -moz-transition: bottom .25s linear;
    -webkit-transition: bottom .25s linear;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.sticky .top .navbar {
    border: 0;
    bottom: 5px;
}
.top nav.navbar > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.top nav.navbar > ul > li {
    float: left;
    position: relative;
}
.top nav.navbar > ul > li > a {
    padding: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 10px;
    text-transform: uppercase;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
.top nav.navbar > ul > li.sel > a, .top nav.navbar > ul > li > a:hover {
    color: #00adef;
}


.top .navbar-home {
    font-size: 0!important;
}
.top .icon-home:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M16 9.226l-8-6.21-8 6.21v-2.532l8-6.21 8 6.21zM14 9v6h-4v-4h-4v4h-4v-6l6-4.5z"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
}
.top .icon-home {
    width: 18px;
    height: 18px;
}

.top .icon-arrow {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    vertical-align: top;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M8.707 10.293l-4-4-1.414 1.414 5.414 5.414 5.414-5.414-1.414-1.414z"/></svg>');
}



.top nav.navbar ul.sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: calc(-50% + 20px);
    width: 250px;
    top: 100%;
    background-color: #2d3e50;
    padding: 10px 0;
}
.top nav.navbar ul.sub.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.top nav.navbar ul.sub > li {
    position: relative;
}
.top nav.navbar ul.sub > li > a {
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 10px;
    text-transform: uppercase;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
.top nav.navbar ul.sub > li.sel > a, .top nav.navbar ul.sub > li > a:hover {
    color: #00adef;
}

.top nav.navbar ul.sub > li .icon-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);

}

.top nav.navbar ul.sub2 {
    left: 100%;
    right: auto;
    top: 0;
    width: 250px;
}


.navbar-langs {
    margin: 0 25px;

}
.navbar-langs span {
    color: #000;
    margin: 0 3px;
    opacity: 0.7;
    font-size: 0;
}
.navbar-langs span.current {
    opacity: 1;
}



.top nav.navbar .mobile-nav {
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 9px 10px 9px 25px;
}
.top nav.navbar .mobile-nav:before {
    background-size: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M1 3h14v3h-14zM1 7h14v3h-14zM1 11h14v3h-14z"/></svg>');
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 979px) {
    .top nav.navbar .mobile-nav {
        display: none;
    }
}
@media (max-width: 979px) {
    .top {
        height: 120px;
    }
    .top .logo img {
        height: 50px;
    }
    .top .navbar {
        margin: 0;
    }
    .sticky .top .navbar {
        bottom: 5px;
    }
    .top nav.navbar > ul {
        display: none;
    }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    left: auto;
    width: 300px;
    height: 100%;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
}
.sidr > ul {
    list-style: none;
}
.sidr > ul > 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 {
    color: #575757;
}
.sidr .sub > li > a {
    font-size: 13px;
    padding: 10px 20px 10px 40px;
    border-style: solid solid solid solid;
    border-width: 0 0 1px 0;
    border-color: #e8e8e8;
    border-radius: 0 0 0 0;
    font-weight: normal;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;
    display: block;
}
.sidr .sub > li > a:hover {
    color: #575757;
}
.sidr .sub2 > li > a {
    padding: 10px 20px 10px 60px;
}
.sidr-open .sidr {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    z-index: 999998;
    background-color: RGBA(0,0,0,0.5);
}
.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}



.sliderSub {
    background-color: #000;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    position: relative;
}
.sliderSub:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.sliderSub-content {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
}
.sliderSub-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    position: relative;
}
.sliderSub-title:before {
    position: absolute;
    z-index: 1;
    height: 2px;
    background-color: #fff;
    width: 6.25rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    left: 50%;
}
.sliderSub-title:after {
    position: absolute;
    z-index: 2;
    height: 2px;
    background-color: #00adef;
    width: 3.75rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    left: 50%;
}

@media (max-width: 767px) {
    .sliderSub-title {
        font-size: 30px;
    }
}

.slider-wrapper .slick-slide {
    position: relative;
}
.slider-wrapper .slick-slide img {
    width: 100%;
}
.slider-wrapper .slick-slide:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.35);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.slider-wrapper header {
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: calc(50% - 600px);
    right: calc(50% - 600px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.slider-wrapper h1 {
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.slider-wrapper h1 strong {
    color: #00adef;
}
.slider-wrapper header p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}
.slider-wrapper a.btn {
    margin: 40px 20px 0 0;
}

@media (max-width: 1200px) {
    .slider-wrapper header {
        left: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .slider-wrapper header h1 {
        font-size: 32px;
    }
    .slider-wrapper a.btn {
        margin: 30px 15px 0 0;
    }
}

@media (max-width: 900px) {
    .slider-wrapper .slick-slide img {
        height: 300px!important;
        object-fit: cover;
    }
}

@media (max-width: 479px) {
    .slider-wrapper h1 {
        font-size: 24px;
    }
    .slider-wrapper header p {
        font-size: 15px;
    }
}


/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 7px 2px;
    z-index: 99;
    position: absolute;
    bottom: 30px;
    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: 18px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #00adef;
}







/***************************************************
content
***************************************************/

.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

h1, h2 {
    font-size: 40px;
    color: #000000;
    margin: 0 0 40px 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
h1 a, h2 a {
    color: #000000;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 20px 0;
}
h4 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: bold;
    color: #00adef;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.h5 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 10px 0;
}

@media (max-width: 767px) {
    h1, h2 {
        font-size: 30px;
    }
}


.content ul {
    display: block;
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
    line-height: 1.5em;
}
.content ul li {
    padding: 0 0 0 20px;
    line-height: 1.5em;
    position: relative;
}
.content ul li:before {
    background-size: contain;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%2300adef" d="M2 2h12v12h-12z"/></svg>');
    width: 8px;
    height: 8px;
}

.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;
}



.container {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0 20px;
}



/***************************************************
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;
    color: #00adef;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


.block-4, .block-6 {
    float: left;
}
.block-4 {
    width: calc(33.3% - 20px);
    margin: 0 0 40px 20px;
}
.block-4:nth-of-type(3n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}
.block-4:nth-of-type(3n+2) {
    margin: 0 10px 40px 10px;
}
.block-6 {
    width: calc(50% - 20px);
    margin: 0 0 40px 20px;
}
.block-6:nth-of-type(2n+1) {
    clear: both;
    margin: 0 20px 40px 0;
}

@media (max-width: 767px) {
    .block-4 {
        clear: none!important;
        width: calc(50% - 20px);
        margin: 0 0 40px 20px!important;
    }
    .block-4:nth-of-type(2n+1) {
        clear: both!important;
        margin: 0 20px 40px 0!important;
    }

    .block-6 {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}

@media (max-width: 534px) {
    .block-4, .block-4:nth-of-type(2n+1), .block-4:nth-of-type(2n+2) {
        width: 100%;
        margin: 0 0 40px 0!important;
    }
}


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-color: rgba(0, 173, 239, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    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="46" height="46" viewBox="0 0 16 16"><path fill="%23ffffff" d="M15.504 13.616l-3.79-3.223c-0.392-0.353-0.811-0.514-1.149-0.499 0.895-1.048 1.435-2.407 1.435-3.893 0-3.314-2.686-6-6-6s-6 2.686-6 6 2.686 6 6 6c1.486 0 2.845-0.54 3.893-1.435-0.016 0.338 0.146 0.757 0.499 1.149l3.223 3.79c0.552 0.613 1.453 0.665 2.003 0.115s0.498-1.452-0.115-2.003zM6 10c-2.209 0-4-1.791-4-4s1.791-4 4-4 4 1.791 4 4-1.791 4-4 4zM7 3h-2v2h-2v2h2v2h2v-2h2v-2h-2z"/></svg>');
    opacity: 0;
    transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
}
a.img:hover figure:after {
    opacity: 1;
}


.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 {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


.breadcrumb {
    display: inline-block;
    color: #fff;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}


#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: #00adef!important;
    border-color: #00adef!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 {
    width: 280px;
    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;
    padding-top: 6px;
    padding-bottom: 6px;
    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 {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 15px;

    color: #fff;
    background: #00adef; /* Old browsers */
}

.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: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.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
***************************************************/

a.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 0 0;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    background: #00adef;
    letter-spacing: 2px;
}
a.btn:hover, a.btn-current {
    background: #000000;
    color: #fff!important;
}

a.btn-thm2 {
    display: inline-block;
    -webkit-transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
    transition: border-color 0.2s linear 0s, color 0.2s linear 0s, background-color 0.3s linear 0s;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px;
    background: none;
    border: 2px solid #fff;
    letter-spacing: 1px;
}
a.btn-thm2:hover {
    background-color: #fff;
    color: #000000;
}


.btns {
    margin-top: 30px;
    clear: both;
}


a.link {
    position: relative;
    display: inline-block;
    padding: 0 23px 0 0;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 13px;
}
a.link:before {
    background-size: contain;
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    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="20" height="20" viewBox="0 0 20 20"><path fill="%23000000" d="M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z"/></svg>');
}
a.link:hover {
    color: #00adef;
}


/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


/***************************************************
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;*/
/*    }*/
/*}   */



.footer-wrapper {
    margin: 70px auto 0 auto;
    background-color: #000000;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
    color: #8a8a8a;
    line-height: 1.5em;
    font-size: 13px;
}
.footer a {
    color: #8a8a8a;
}
.footer a:hover {
    color: #00adef;
}
.footer p {
    margin: 10px 0;
}
.footer ul {
    margin: 10px 0;
}

.footer .row4 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 auto;
    justify-content: center;
}
.footer .row4 .col {
    flex: 1 1 25%;
    max-width: 25%;
    padding: 0 20px;
    line-height: 1.7em;
}

.footer .title {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.footer .title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00adef;
}

.footer .footer-create {
    float: right;
    font-size: 12px;
    padding: 0 20px;
}
.footer .footer-copy {
    width: 70%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 0 20px;
}
.footer hr {
    margin: 20px 0;
    border-style: solid solid solid solid;
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 1px;
    background-color: RGBA(255,255,255,0.3);
    clear: both;
    float: left;
    width: 100%;
}
.footer .icon-fb {
    opacity: 0.6;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M480,257.35c0-123.7-100.3-224-224-224s-224,100.3-224,224c0,111.8,81.9,204.47,189,221.29V322.12H164.11V257.35H221V208c0-56.13,33.45-87.16,84.61-87.16,24.51,0,50.15,4.38,50.15,4.38v55.13H327.5c-27.81,0-36.51,17.26-36.51,35v42h62.12l-9.92,64.77H291V478.66C398.1,461.85,480,369.18,480,257.35Z" fill-rule="evenodd" fill="%23ffffff"/></svg>');
}
.footer .icon-fb:hover {
    opacity: 1;
}

.footer .icon-phone {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    vertical-align: -4px;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M11 10c-1 1-1 2-2 2s-2-1-3-2-2-2-2-3 1-1 2-2-2-4-3-4-3 3-3 3c0 2 2.055 6.055 4 8s6 4 8 4c0 0 3-2 3-3s-3-4-4-3z"/></svg>');
}
.footer .icon-email {
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px;
    vertical-align: -4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5-o</title><path fill="%23919191" d="M424,80H88a56.06,56.06,0,0,0-56,56V376a56.06,56.06,0,0,0,56,56H424a56.06,56.06,0,0,0,56-56V136A56.06,56.06,0,0,0,424,80Zm-14.18,92.63-144,112a16,16,0,0,1-19.64,0l-144-112a16,16,0,1,1,19.64-25.26L256,251.73,390.18,147.37a16,16,0,0,1,19.64,25.26Z"/></svg>');
}
.footer .icon-location {
    margin: 0 3px 0 0;
    width: 18px;
    height: 28px;
    float: left;
    vertical-align: -4px;
    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="16" height="16" viewBox="0 0 16 16"><path fill="%23919191" d="M8 0c-2.761 0-5 2.239-5 5 0 5 5 11 5 11s5-6 5-11c0-2.761-2.239-5-5-5zM8 8c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3z"/></svg>');
}

@media (max-width: 979px) {
    .footer .row4 .col {
        flex: 1 1 50%;
        max-width: 50%;
    }
}


@media (max-width: 534px) {
    .footer .row4 .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .footer .footer-create {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer .footer-copy {
        float: none;
        width: 100%;
        text-align: center;
    }
}



.cnt-text {
    margin-top: 80px;
}



.cnt-text_bg {
    background-color: #00adef;
    padding: 40px 20px;
    color: #fff;
    position: relative;
    margin-top: 80px;
}
.cnt-text_bg h2 {
    color: #fff;
    font-size: 24px;
    text-align: left;
}


.cnt-title_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}
.cnt-title_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 173, 239, 0.5);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.cnt-title_bg h2 {
    color: #fff;
}
.cnt-title_bg > * {
    z-index: 2;
    position: relative;
}


.cnt-text_rl {
    margin-top: 80px;
}
.cnt-text_rl .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}
.cnt-text_rl .container > div {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    position: relative;
}
.cnt-text_rl .col-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.cnt-text_rl h2 {
    font-size: 24px;
    text-align: left;
}

@media (max-width: 767px) {
    .cnt-text_rl .container > div {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


.cnt-gray {
    background-color: #f0f0f0;
    padding: 80px 0;
}
.cnt-text_bg + .cnt-gray, .cnt-gray + .cnt-text_bg {
    margin-top: 0;
}
.cnt-text_bg:last-child, .cnt-gray:last-child {
    margin-bottom: -80px;
}

.cnt-columns3 {
    margin-top: 80px;
    color: #888;
}

.cnt-columns3 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
    justify-content: center;
}
.cnt-columns3 p + .row {
    margin-top: 50px;
}
.cnt-columns3 .col {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    position: relative;
    text-align: center;
}

@media (max-width: 979px) {
    .cnt-columns3 .col {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 534px) {
    .cnt-columns3 .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


.box_photo {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.box_photo img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box_photo:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.box_photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 173, 239, 0.5);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    z-index: 9;
}
.box_photo:hover:before {
    opacity: 0;
}
.box_photo h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    z-index: 10;
    transform: translateY(-50%);
}

.box_icon {
    text-align: left;
}

.box_icon h3 {
    position: relative;
    padding-left: 50px;
}
.box_icon [class*="icon-"] {
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 40px;
}

.icon-shield {
    background-image: url("data:image/svg+xml,%3C!--%0Aunicode: 'f357'%0Aversion: '1.88'%0A--%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='%2300adef'%0A%3E%3Cpath d='M11.998 2l.032 .002l.086 .005a1 1 0 0 1 .342 .104l.105 .062l.097 .076l.016 .015l.247 .21a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.791 -2.75l.046 -.036l.053 -.041a1 1 0 0 1 .217 -.112l.075 -.023l.036 -.01a1 1 0 0 1 .12 -.022l.086 -.005zm.002 2.296l-.176 .135a13 13 0 0 1 -7.288 2.572l-.264 .006l-.064 .31a11 11 0 0 0 1.064 7.175l.17 .314a11 11 0 0 0 6.49 5.136l.068 .019z' /%3E%3C/svg%3E%0A");
}
.icon-thumbs {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='201.97243mm' height='211.66669mm' viewBox='0 0 201.97243 211.66669' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-2.8571279,-28.596458)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:%2300adef;fill-opacity:1' id='g6' transform='matrix(0.75,0,0,0.75,0.12425092,-3.9279556)'%3E%3Cg id='g1-1' style='fill:%2300adef;fill-opacity:1'%3E%3Cpath d='m 30.262,15.637 c -1.039,-0.989 -2.473,-1.23 -3.739,-1.439 -0.199,-0.034 -0.396,-0.067 -0.589,-0.102 -0.143,-0.038 -0.325,-0.079 -0.51,-0.123 -1.688,-0.392 -2.881,-0.775 -2.885,-2.157 -0.004,-0.91 0.297,-1.752 0.613,-2.646 0.363,-1.023 0.739,-2.083 0.68,-3.316 C 23.717,3.656 22.785,1.744 21.334,0.736 20.756,0.274 19.996,0 19.271,0 18.194,0 17.39,0.586 17.063,1.606 c -0.23,0.688 -0.191,1.357 -0.15,2.065 0.008,0.174 0.021,0.353 0.025,0.539 0.041,0.975 -0.076,1.781 -0.361,2.542 -0.54,1.521 -1.623,2.938 -2.507,4.006 l -0.483,0.607 c -0.676,0.853 -1.374,1.735 -2.168,2.443 -0.39,0.308 -0.806,0.42 -1.341,0.535 -0.151,0.01 -9.345,0.101 -9.345,0.101 v 13.512 c 0,0 7.211,-0.009 7.616,-0.033 0.356,-0.021 0.699,-0.041 1.013,-0.041 h 0.146 c 0.297,0.063 0.597,0.095 0.91,0.13 0.278,0.029 0.566,0.061 0.868,0.118 0.339,0.065 0.69,0.396 1.03,0.718 0.196,0.186 0.389,0.364 0.58,0.5 0.195,0.137 0.383,0.274 0.576,0.414 0.589,0.428 1.2,0.874 1.892,1.184 0.854,0.367 1.797,0.488 2.711,0.605 0.444,0.059 0.885,0.112 1.307,0.197 0.276,0.031 0.514,0.059 0.754,0.086 0.714,0.08 1.454,0.166 2.196,0.166 0.5,0 0.941,-0.04 1.349,-0.121 1.461,-0.415 2.391,-1.6 2.392,-2.96 0.742,-0.296 1.406,-0.916 1.826,-1.71 0.375,-0.71 0.501,-1.47 0.365,-2.143 1.41,-0.922 2.139,-2.652 1.746,-4.137 0.623,-0.429 1.053,-1.146 1.201,-2.02 0.207,-1.209 -0.166,-2.494 -0.949,-3.272 z m -0.952,2.707 c -0.048,0.416 -0.238,0.93 -0.871,1.045 -0.341,0.098 -0.569,0.297 -0.679,0.575 -0.133,0.337 -0.084,0.759 0.135,1.12 0.229,0.271 0.265,0.84 0.129,1.335 -0.186,0.588 -0.615,1.005 -1.279,1.229 -0.283,0.035 -0.537,0.232 -0.676,0.531 -0.158,0.342 -0.123,0.711 0.094,0.967 0.188,0.27 0.152,0.877 -0.106,1.377 -0.206,0.395 -0.499,0.632 -0.784,0.632 -0.04,0 -0.08,-0.005 -0.121,-0.015 L 25.107,27.131 H 25.06 c -0.349,0 -0.804,0.152 -1.028,0.501 -0.148,0.229 -0.169,0.506 -0.057,0.764 0.139,0.373 0.124,0.799 -0.049,1.084 -0.125,0.209 -0.324,0.33 -0.594,0.365 -0.478,0.127 -0.953,0.127 -1.414,0.127 -1.371,-0.123 -2.826,-0.256 -4.231,-0.509 l -0.67,-0.151 C 16.669,29.234 16.325,29.159 16.019,29.082 15.516,28.834 14.953,28.409 14.41,27.997 14.229,27.861 14.053,27.726 13.879,27.601 13.752,27.5 13.614,27.37 13.474,27.238 13.116,26.902 12.715,26.523 12.215,26.385 11.745,26.095 11.244,26.095 10.838,26.095 9.528,25.974 8.91,25.5 8.591,24.353 8.277,23.197 8.266,21.876 8.284,20.732 l 0.004,-0.256 c 0.01,-1.078 0.027,-2.427 0.58,-3.406 0.275,-0.467 0.823,-0.566 1.458,-0.688 0.878,-0.143 1.569,-0.432 2.215,-0.928 0.091,-0.033 0.186,-0.101 0.256,-0.229 0.263,-0.18 0.478,-0.443 0.674,-0.68 1.04,-1.128 1.996,-2.306 2.748,-3.388 0.175,-0.26 0.351,-0.51 0.524,-0.758 0.799,-1.142 1.627,-2.323 1.979,-3.778 0.25,-1.071 0.226,-1.998 0.17,-3.097 L 18.884,3.36 C 18.841,2.691 18.831,1.971 19.208,1.918 19.234,1.914 19.266,1.91 19.296,1.91 c 0.612,0 1.385,0.772 1.844,1.487 0.479,0.908 0.729,1.859 0.703,2.72 -0.025,0.894 -0.316,1.74 -0.625,2.637 -0.364,1.059 -0.741,2.156 -0.654,3.349 0.125,1.625 1.415,3.03 3.21,3.496 0.524,0.136 1.081,0.227 1.618,0.314 1.002,0.163 2.037,0.332 2.883,0.806 0.551,0.277 1.139,0.86 1.035,1.625 z' id='path1-7' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-child {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%2300adef' width='800px' height='800px' viewBox='-64 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 72c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.764-32.235 72-72 72s-72-32.236-72-72zm254.627 1.373c-12.496-12.497-32.758-12.497-45.254 0L242.745 160H141.254L54.627 73.373c-12.496-12.497-32.758-12.497-45.254 0-12.497 12.497-12.497 32.758 0 45.255L104 213.254V480c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V368h16v112c0 17.673 14.327 32 32 32h16c17.673 0 32-14.327 32-32V213.254l94.627-94.627c12.497-12.497 12.497-32.757 0-45.254z'/%3E%3C/svg%3E");
}
.icon-sun {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='158.75mm' height='158.75mm' viewBox='0 0 158.75 158.75' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1' transform='translate(-23.371145,-89.697175)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 12,7.5 c -2.48528,0 -4.5,2.01472 -4.5,4.5 0,2.4853 2.01472,4.5 4.5,4.5 2.4853,0 4.5,-2.0147 4.5,-4.5 C 16.5,9.51472 14.4853,7.5 12,7.5 Z M 6,12 c 0,-3.31371 2.68629,-6 6,-6 3.3137,0 6,2.68629 6,6 0,3.3137 -2.6863,6 -6,6 -3.31371,0 -6,-2.6863 -6,-6 z' fill='%23080341' id='path1' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 12.75,3 v 2.25 h -1.5 V 3 Z' fill='%23080341' id='path2' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 21,12.75 h -2.25 v -1.5 H 21 Z' fill='%23080341' id='path3' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 18.8943,6.16637 17.3033,7.75736 16.2426,6.6967 17.8336,5.10571 Z' fill='%23080341' id='path4' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 17.8336,18.8944 -1.591,-1.591 1.0607,-1.0606 1.591,1.5909 z' fill='%23080341' id='path5' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 12.75,18.75 V 21 h -1.5 v -2.25 z' fill='%23080341' id='path6' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 5.25,12.75 H 3 v -1.5 h 2.25 z' fill='%23080341' id='path7' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m 7.75732,17.3033 -1.59099,1.591 -1.06066,-1.0606 1.59099,-1.591 z' fill='%23080341' id='path8' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 6.69666,7.75744 5.10567,6.16645 6.16633,5.10579 7.75732,6.69678 Z' fill='%23080341' id='path9' style='fill:%2300adef;fill-opacity:1;fill-rule:evenodd' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-star {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='176.14386mm' height='167.52271mm' viewBox='0 0 176.14386 167.52271' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-16.588641,-71.916838)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:%2300adef;fill-opacity:1;stroke:none;stroke-opacity:1' id='g5' transform='translate(0.21698006,-1.2660387)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 15.0859,8.50266 12.0001,2.25 8.9142,8.50266 2.01398,9.50532 7.00702,14.3723 5.82833,21.2447 12.0001,18 18.1718,21.2447 16.9931,14.3723 21.9862,9.50532 Z M 18.7627,10.5527 14.0898,9.87367 12.0001,5.63933 9.9103,9.87367 5.23742,10.5527 l 3.38133,3.296 -0.79823,4.654 4.17958,-2.1974 4.1795,2.1974 -0.7982,-4.654 z' fill='%23080341' id='path1' style='fill:%2300adef;fill-opacity:1;stroke:none;stroke-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-brush {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='192.20137mm' height='171.91901mm' viewBox='0 0 192.20137 171.91901' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-3.6564211,-50.104779)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:%2300adef;fill-opacity:1' id='g7' transform='matrix(0.75,0,0,0.75,-0.33862054,-3.7428784)'%3E%3Cpath d='m 27.555,8.42 c -1.355,1.647 -5.07,6.195 -8.021,9.81 l -3.747,-3.804 c 3.389,-3.016 7.584,-6.744 9.1,-8.079 2.697,-2.377 5.062,-3.791 5.576,-3.213 0.322,0.32 -0.533,2.396 -2.908,5.286 z m -8.676,10.61 c -1.143,1.399 -2.127,2.604 -2.729,3.343 L 11.714,18.05 c 0.719,-0.64 1.916,-1.705 3.304,-2.939 z m -3.39,4.153 v -0.012 c -2.575,9.88 -14.018,4.2 -14.018,4.2 0,0 4.801,0.605 4.801,-3.873 0,-4.341 4.412,-4.733 4.683,-4.753 l 4.543,4.427 c 0,10e-4 -0.009,0.011 -0.009,0.011 z' id='path1' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}





.box_icon2 {
    text-align: center;
    height: 100%;
    position: relative;
}
.box_icon2:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 1px;
    background: #c2c7cd;
}
.col:last-child .box_icon2:after {
    display: none;
}

@media (max-width: 979px) {
    .col:nth-child(2) .box_icon2:after {
        display: none;
    }
}
@media (max-width: 534px) {
    .col .box_icon2:after {
        display: none;
    }
}

.box_icon2 [class*="icon-"] {
    margin: 0 0 10px 0;
    width: 48px;
    height: 44px;
}

.icon-users {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='142.2032mm' height='91.584206mm' viewBox='0 0 142.2032 91.584206' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-27.429649,-96.506429)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:%2300adef;fill-opacity:1' id='g8' transform='matrix(0.08061821,0,0,0.08061821,-71.03094,-45.694938)'%3E%3Cg id='g7-2' style='fill:%2300adef;fill-opacity:1'%3E%3Cg id='g2' style='fill:%2300adef;fill-opacity:1'%3E%3Cpath d='m 984.585,638.942 c 0,13.999 -9.609,25.348 -21.462,25.348 -11.852,0 -21.459,-11.349 -21.459,-25.348 0,-13.998 9.607,-25.346 21.459,-25.346 11.853,0 21.462,11.348 21.462,25.346 z' id='path1-7' style='fill:%2300adef;fill-opacity:1' /%3E%3Cpath d='m 987.585,683.641 c 1.55,-0.945 3.265,-1.561 5.041,-1.855 -3.606,-5.088 -6.161,-10.546 -7.637,-17.078 -0.404,-2.387 -3.672,-2.667 -6.102,-0.687 -4.546,3.706 -9.849,6.186 -15.765,6.186 -6.03,0 -11.577,-2.399 -16.024,-6.414 -1.419,-1.282 -3.51,-1.476 -5.143,-0.479 -8.443,5.158 -14.834,13.344 -17.622,23.067 -0.749,2.605 -0.223,5.42 1.411,7.588 1.636,2.166 4.192,3.443 6.906,3.443 h 38.668 c 4.629,-5.34 10.092,-10.002 16.267,-13.771 z' id='path2' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3Cg id='g4' style='fill:%2300adef;fill-opacity:1'%3E%3Cpath d='m 1063.416,638.942 c 0,13.999 9.608,25.348 21.461,25.348 11.854,0 21.46,-11.349 21.46,-25.348 0,-13.998 -9.606,-25.346 -21.46,-25.346 -11.853,0 -21.461,11.348 -21.461,25.346 z' id='path3' style='fill:%2300adef;fill-opacity:1' /%3E%3Cpath d='m 1060.415,683.641 c -1.55,-0.945 -3.266,-1.561 -5.041,-1.855 3.606,-5.088 6.161,-10.546 7.637,-17.078 0.405,-2.387 3.673,-2.667 6.103,-0.687 4.546,3.706 9.848,6.186 15.764,6.186 6.029,0 11.577,-2.399 16.025,-6.414 1.419,-1.282 3.509,-1.476 5.142,-0.479 8.444,5.158 14.836,13.344 17.622,23.067 0.748,2.605 0.223,5.42 -1.41,7.588 -1.637,2.166 -4.192,3.443 -6.905,3.443 h -38.67 c -4.629,-5.34 -10.091,-10.002 -16.267,-13.771 z' id='path4' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3Cg id='g6' style='fill:%2300adef;fill-opacity:1'%3E%3Cpath d='m 1082.475,725.451 c -4.198,-14.654 -13.72,-27.045 -26.326,-34.992 -2.487,-1.566 -5.715,-1.313 -7.921,0.631 -6.766,5.959 -15.138,9.506 -24.228,9.506 -9.269,0 -17.791,-3.686 -24.626,-9.855 -2.182,-1.971 -5.393,-2.268 -7.902,-0.734 -12.977,7.924 -22.799,20.504 -27.082,35.445 -1.151,4.008 -0.344,8.328 2.166,11.662 2.516,3.33 6.443,5.291 10.615,5.291 h 92.523 c 4.173,0 8.103,-1.955 10.618,-5.291 2.511,-3.335 3.314,-7.651 2.163,-11.663 z' id='path5' style='fill:%2300adef;fill-opacity:1' /%3E%3Cpath d='m 1056.981,652.547 c 0,21.513 -14.766,38.955 -32.981,38.955 -18.214,0 -32.979,-17.442 -32.979,-38.955 0,-21.515 14.765,-38.951 32.979,-38.951 18.216,0 32.981,17.437 32.981,38.951 z' id='path6' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-time {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='176.38887mm' height='176.38887mm' viewBox='0 0 176.38887 176.38887' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-13.197155,-80.559672)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:none;stroke:%2300adef;stroke-opacity:1' id='g10' transform='translate(-0.15358635,-0.03606366)'%3E%3Cpath d='m 12,8 v 4 l 3,3' stroke='%23000000' stroke-width='2' stroke-linecap='round' id='path1-2' style='stroke:%2300adef;stroke-opacity:1' /%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23000000' stroke-width='2' id='circle1' style='stroke:%2300adef;stroke-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-star2 {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='165.5233mm' height='157.26833mm' viewBox='0 0 165.5233 157.26833' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3ClinearGradient id='swatch5'%3E%3Cstop style='stop-color:%23000000;stop-opacity:1;' offset='0' id='stop5' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='layer1' transform='translate(-16.995441,-74.592282)'%3E%3Cg style='fill:none' id='g1' transform='matrix(8.8194444,0,0,8.8194444,-3.0871858,63.238844)'%3E%3Cg style='fill:%2300adef;fill-opacity:1' id='g9' transform='matrix(0.75,0,0,0.75,-0.33891454,-1.8086814)'%3E%3Cpath d='M 3.488,13.184 9.76,19.296 8.288,27.904 16,23.84 23.712,27.904 22.24,19.296 28.512,13.184 19.872,11.936 16,4.128 12.128,11.936 Z' id='path1' style='fill:%2300adef;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}





.cnt-gallery {
    padding: 0 20px;
    margin: 80px auto 0 auto;
}
.cnt-gallery .row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cnt-gallery .col {
    flex: 1 1 calc(25% - 15px);
    max-width: calc(25% - 15px);
}
.cnt-gallery figure img {
    width: 100%;
    display: block;
}
@media (max-width: 979px) {
    .cnt-gallery .col {
        flex: 1 1 calc(33.333% - 13.4px);
        max-width: calc(33.333% - 13.4px);
    }
}
@media (max-width: 768px) {
    .cnt-gallery .col {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 534px) {
    .cnt-gallery .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
