/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Cairo', sans-serif;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #001f5b;
    background: #f4f4f4;
    line-height: 1.4;
    min-width: 302px;
    padding-left: 57px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.header-fix {
    padding-left: 57px;
}

body.menu-fix-close {
    padding-left: 0;
}

body.menu-fix-close .header-fix {
    padding-left: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, :after, :before, .btn-3 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

/* *** HEADER *** */

.menu-btn-fix {
    background-color: #fff;
    width: 40px;
    height: 97px;
    display: block;
    float: left;
    margin-top: -20px;
    margin-right: 18px;
    position: relative;
}

.h-menu-1-1 .h-menu-1-content {
    display: block;
}

.h-menu-1-1 .h-menu-1-content .h-col {
    display: block;
    float: left;
}

.h-col .rwd-txt {
    display: none;
}

.menu-btn-fix:after {
    width: 21px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -10.5px;
    content: "";
    background-image: url('../img/icons/img68.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-btn-fix:hover {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.menu-btn-fix:hover:after {
    background-image: url('../img/icons/img68hover.png');
}

.header-fix {
    position: fixed;
    top: -99px;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}

.body-active .header-fix {
    top: 0;
}

.header-fix .main-menu {
    display: inline-block;
    float: none;
    margin-top: 3px;
    vertical-align: middle;
}

.header-fix .main-menu > ul > li {
    padding: 0 20px;
}

.header-fix .main-menu > ul > li > a {
    color: #001f5b;
    border-color: transparent;
}

.header-fix .btn-home {
    background-image: url(../img/icons/img07blue.png);
}

.header-fix .btn-online {
    margin: 0 12px 0 0;
}

body .btn-1-small {
    height: 36px;
    padding: 0 14px;
    width: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
}

header {
    background: #fff;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    height: 99px;
    padding: 20px 0;
    border-bottom: 2px solid #ededed;
}

.h-float-right {
    float: right;
    margin-top: 12px;
}

.logo {
    float: left;
}

.logo img {
    float: left;
}

.h-txt {
    font-size: 19px;
    font-weight: 600;
    float:left;
    margin: 17px 0 0 40px;
    text-transform: uppercase;
}

.h-btn-1 {
    width: 26px;
    height: 34px;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background: url('../img/icons/img01.svg') center no-repeat;
    float: left;    
}

.h-btn-1:hover {
    background-image: url('../img/icons/img01hover.svg');
}

.h-btn-2 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;    
    width: 42px;
    height: 34px;
    display: block;
    background: url('../img/icons/img02.svg') center no-repeat;
    float: left;
}

.h-btn-2:hover {
    background-image: url('../img/icons/img02hover.svg');
}

.x-box-1 img {
    max-width: 50px;
    max-height: 50px;
}


.h-btn-3 {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;    
    width: 33px;
    height: 34px;
    display: block;
    background: url('../img/icons/img03.svg') center no-repeat;
    float: left;
}

.h-btn-3:hover {
    background-image: url('../img/icons/img03hover.svg');
}

.tooltip-inner {
    text-transform: uppercase;
    font-size: 11px;
    background: #16aadb !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #16aadb !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #16aadb !important;
}

.tooltip-inner {
    padding: 3px 5px 2px 5px;
}

.h-icons {
    float: left;
    margin-top: 1px;
}

.h-icons a {
    margin-right: 22px;
}

.search-box {
    float: left;
    position: relative;
    width: 270px;
}

.search-box input {
    width: 100%;
    height: 36px;
    float: left;
    border: 1px solid #16aadb;
    background: #fff;
    padding: 2px 15px;
    font-size: 14px;
    color: #001f5b;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #001f5b;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #001f5b;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #001f5b;
}
:-moz-placeholder { /* Firefox 18- */
    color: #001f5b;
}

.search-box button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 34px;
    float: left;
    text-align: center;
    border: none;
    background: #fff url('../img/icons/img04.png') center center no-repeat;
}

.search-box button:hover {
    opacity: 0.80;
}

.btn-online {
    height: 36px;
    border: 1px solid #252b57;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;    
    float: left;
    color: #001f5b;
    line-height: 35px;
    margin: 0 15px 0 0;
}

.btn-online:hover {
    border-color: #16aadb;
    color: #16aadb; 
}

.h-langs {
    float: left;
    margin: 0 30px;
    margin-top: 6px;    
    position: relative;
}

.h-langs li {
    padding-top: 5px;   
}

.h-langs .name {
    padding-right: 25px;
    background: url('../img/icons/img66.png') right 10px no-repeat;    
    cursor: pointer;
}

.h-langs ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.btn-online span {
    display: block;
    padding-left: 28px;
    background: url('../img/icons/img05.png') left center no-repeat;
}

.btn-in {
    margin-top: 3.5px;
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    background: url('../img/icons/img06.png') left center no-repeat;
}

.btn-in:hover {
    opacity: 0.8;
}

.h-menu-1 {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}


.h-menu-1 .h-col > a, .h-menu-1 .h-menu-2 a {
    display: block;
    font-size: 17px;
    height: 80px;
    line-height: 80px;
    padding-top: 1px;
    font-weight: 600;
    background: #fff;
    color: #001f5b;
}

.h-menu-1 .h-col > a:hover, .h-menu-1 .h-col > .current a,
.h-menu-1 .h-col .h-menu-2 > a:hover, .h-menu-1 .h-col > .current a, .h-menu-1 .h-col .h-menu-2 a:hover, .h-menu-1 .h-col:hover > a {
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.h-menu-1-content {
    display: table-row;
}

.h-menu-1-content .h-col {
    position: relative;
  	display: table-cell;
    min-width: 90px;
}


.h-menu-1-1 {
    display: inline-block;
    float: none;
    width: auto;
    float: right;
    margin-top: -20px;
    margin-right: 12px;
}

.h-menu-1-1 .h-col {
    padding: 0 0 0 2px;
}

.h-menu-1-1 .h-col > a, .h-menu-1-1 .h-menu-2 a {
    height: 97px;
    padding: 0 23px;
    line-height: 98px;
}

.h-menu-2 ul {
    border-top: 2px solid #ededed;
}

.h-menu-1-content .h-col:after {
    width: 2px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../img/icons/img67.png) center center no-repeat;
    display: block;
}

.h-menu-1-1 .h-menu-1-content .h-col:after {
    height: 99px;
}

.h-menu-1:after {
    width: 2px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: url(../img/icons/img67.png);
    display: block; 
}

.h-menu-1-1:after {
    display: none;
}

.h-menu-1 span {
    display: inline-block;
}

.h-link-1 span {
    padding-right: 35px;
    background: url(../img/icons/img68.png) right center no-repeat; 
}


.h-link-1-1 {
    font-weight: 600;
    float: left;    
    display: block;
    color: #001f5b;
    font-size: 17px;
    margin: -20px 25px 0 0;
    height: 97px;
    padding: 38px 10px;
}

.h-menu-1 {
    position: relative;
}

.h-link-1-1:hover {
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}
    
.h-link-1:hover span, .current .h-link-1:hover span {
    background: url(../img/icons/img68hover.png) right center no-repeat;  
}

.h-link-2 span {
    padding-left: 41px;
    background: url(../img/icons/img69.svg) left center no-repeat; 
}

.h-link-2:hover span, .current .h-link-2:hover span {
    background-image: url(../img/icons/img69hover.svg);  
}

.h-menu-1 .h-link-3-1 {
    padding-left: 30px;
    margin-right: 18px;
    background: url(../img/icons/img70.svg) left center no-repeat; 
}

.h-menu-1 .h-link-3-2 {
    padding-left: 30px;
    background: url(../img/icons/img71.svg) left center no-repeat; 
}

.h-link-3:hover .h-link-3-1, .current .h-link-3 .h-link-3-1,
.h-col:hover .h-link-3-1 {
    background-image: url(../img/icons/img70hover.svg);  
}

.h-link-3:hover .h-link-3-2, .current .h-link-3 .h-link-3-2,
.h-col:hover .h-link-3-2 {
    background-image: url(../img/icons/img71hover.svg);  
}

.h-link-3:hover .h-link-3-3, .current .h-link-3 .h-link-3-3, .h-col:hover .h-link-3-3 {
    background-image: url(../img/icons/img66hover.png);
}

.h-link-4 span {
    padding-left: 37px;
    background: url(../img/icons/img72.svg) left center no-repeat; 
}

.h-link-4:hover span, .current .h-link-4 span {
    background-image: url(../img/icons/img72hover.svg);  
}

.h-link-5 span {
    padding-left: 35px;
    background: url(../img/icons/img73.svg) left center no-repeat; 
}

.h-link-5:hover span, .current .h-link-5 span {
    background-image: url(../img/icons/img73hover.svg);  
}

.h-link-6 span {
    padding-left: 37px;
    background: url(../img/icons/img74.svg) left center no-repeat; 
}

.h-link-6 span, .h-link-6-1 span {
    width: 170px;
    text-align: left;
}

.h-link-6:hover span {
    background-image: url(../img/icons/img74hover.svg);  
}

.h-link-6-1 span {
    padding-left: 37px;
    background: url(../img/icons/img111.svg) left center no-repeat; 

}

.h-link-6-1:hover span {
    background-image: url(../img/icons/img111hover.svg);  
}

.h-menu-1 .h-link-3-3  {
    padding-right: 28px;
    display: inline-block;
    background: url(../img/icons/img66.png) right center no-repeat;
}

.h-menu-2 {
    position: relative;
}

.h-menu-2 > a:first-child span:after {
    width: 12px;
    margin-left: 14px;
    height: 8px;
    position: relative;
    content: "";
    display: inline-block;
    background: url(../img/icons/img66.png) right center no-repeat;
}

.h-menu-2 > a:hover:first-child span:after {
    background: url(../img/icons/img66hover.png) right center no-repeat; 
}

.h-menu-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    display: none;
}

.menu-box {
    float: left;
    width: 100%;
    height: 80px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: left;
}

.main-menu > ul > li {
    padding: 0 32px;
    float: left;
    list-style: none;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 51px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px;
    font-size: 16px;
    border-bottom: 4px solid transparent;
}

.main-menu > ul > li:hover > a, body .main-menu > ul > .current > a {
    border-color: #1d87c0;
}

.main-menu > ul > .current > a {
    font-weight: bold;
}

.btn-home {
    background: url('../img/icons/img07.png') center 19px no-repeat;
    width: 13px;
}

.submenu-box ul {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
}

.submenu-box li {
    width: 20%;
    float: left;
}

.submenu-box a {
    height: 170px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #001f5b;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 0 10px;
    padding-top: 40px;
}

.submenu-box a figure {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.submenu-box a:hover, .submenu-box .current a, .submenu-box a.active {
    background: #fff;
    color: #16aadb;
}

.submenu-box {
    width: 100%;
    position: absolute;
    top: 99px;
    left: 0;
    background: #f4f4f4;
   display: none;
}

.header-box {
    position: relative;
    z-index: 100;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

.btn-1 {
    display: inline-block;
    padding: 0 15px;
    line-height: 54px;
    color: #fff;
    width: 190px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    height: 51px;
    background: rgb(24,163,213);    
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.menu-box-button {
    position: relative;
    float: right;
    background: #fff;
}

.menu-box-button ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    border: 1px solid #ededed;
    margin: 0;
    list-style: none;
    width: 100%;
    background: #fff;
}

.menu-box-button li {
    float: left;
    width: 100%;    
    border-top: 1px solid #ededed;
}

.menu-box-button ul li:first-child {
    border-top: none;
}

.menu-box-button ul a {
    display: block;
    padding: 0 12px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    color: #001f5b;
    font-size: 12px;
}

.menu-box-button ul a:hover {
    background: rgb(24,163,213);    
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-box-button-1 {
    float: right;
}

header {
    position: relative;
    z-index: 11;
}

.ic {
    height: 44px;
    float: left;
    width: 34px;
    margin: 0 -5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px auto;
}

.ic-1 {
    background-image: url('../img/icons/img08.png');
}

.ic-2 {
    background-image: url('../img/icons/img09.png');
}

.ic-3 {
    background-image: url('../img/icons/img10.png');
}

.ic-4 {
    background-image: url('../img/icons/img11.png');
}

.ic-5 {
    background-image: url('../img/icons/img12.png');
}

.ic-6 {
    background-image: url('../img/icons/img13.png');
}

.ic-7 {
    background-image: url('../img/icons/img14.png');
}

.menu-box-button ul a .txt {
    overflow: hidden;
    height: 44px;    
    align-items: center;
    padding-top: 1px;
    display: flex;
    padding-left: 12px;
}

/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
}

.banner-box img {
    display: block;
}

.banner {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.banner ul li {
    position: relative;
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 109px;
    background: url('../img/bg-2.png') center center no-repeat;
}

.banner .description {
    height: 709px;
    float: left;
    display: flex;
    align-items: center;
    width: 47%;
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}

.height-1 {
    height: 358px;
    overflow: hidden;
    margin-bottom: 20px;
}

.banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner .date {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

.banner .txt {
    font-size: 17px;
    font-weight: 600;
}

.banner .txt strong {
    font-weight: bold;
}

.banner-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.banner-image:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
}

.banner .bx-controls-direction {
    display: none;
}

.banner .bx-controls {
    display: block;
}

.banner .btn-2 {
    margin-right: 15px;
}

.banner .prev-box, .banner .next-box {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    width: 54px;
    height: 96px;
    z-index: 1000;
}

.banner .prev-box {
    left: 50%;
    margin-left: -710px;
}

.banner .next-box {
    right: 50%;    
    margin-right: -710px;
}

.banner .bx-prev, .banner .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.banner .bx-prev {
    background: url('../img/icons/img19.png') no-repeat;   
}

.banner .bx-next {
    background: url('../img/icons/img20.png') no-repeat;   
}

.banner .prev-box:hover, .banner .next-box:hover {
    opacity: 0.90;
}

.banner .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 146px;
    right: 50%;
    margin-right: -602px;
}

.banner .bx-pager {
    float: left;
    padding: 0;
}

.banner .bx-pager .bx-pager-item {
    float: left;
    margin-left: 0;
}

.banner .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 19px;
    margin: 0 4px;
    height: 19px;
    background: url('../img/icons/img18.png') !important;   
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.banner .bx-pager .bx-pager-item .active, .banner .bx-pager .bx-pager-item a:hover{
    background: url('../img/icons/img18active.png') !important;   
}

.banner-full-screen {
    width: 100%;
    height: 100%;
}

.banner-full-screen .banner, .banner-full-screen .bx-wrapper, .banner-full-screen .bx-viewport, .banner-full-screen ul, .banner-full-screen li {
    height: 100% !important;
}

.banner-full-screen {
    height: 100%;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #16aadb;
    font-weight: bold;
    margin: 28px 0 0 0;
}

.breadcrumb-box ul {
    margin: 0;
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    list-style: none;
}

.breadcrumb-box li:after {
    width: 12px;
    height: 10px;
    background: url('../img/icons/img21.png');
    content: "";
    display: block;
    float: left;
    margin: 0 14px;
    margin-top: 5px;
}

.breadcrumb-box ul li:first-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #001f5b;
    font-weight: normal;
}

.breadcrumb-box a:hover {
    color: #16aadb;    
}

/* *** FOOTER *** */

.newsletter-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
    
.newsletter {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter input {
    width: 100%;
    height: 30px;
    background: #cacaca;
    border: none;
    float: left;
    padding: 0 10px;
    width: calc(100% - 100px);
}
    
.newsletter button {
    padding: 0 10px;
    width: 100px;
    text-align: center;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter button:hover {
    color: #fff;
    opacity: 0.9;
}
    
footer {
    float: left;
    width: 100%;
    background: #243a66 url('../img/bg-1-1.png') center top no-repeat;
    color: #fff;
    padding-top: 120px;
    font-size: 13px;
    line-height: 1.6;
}

.footer-top {
    float: left;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.footer-bottom {
    float: left;
    width: 100%;
    padding: 28px 0 26px 0;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #16aadb;
}

.footer-bottom a {
    color: #16aadb;
}

.footer-bottom a:hover {
    color: #16aadb;
    opacity: 0.9;
}

.newsletter-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 26.69px;
    margin-top: -5px;
}

.newsletter-content .txt-1 {
    font-size: 18px;
}

.row120 {
    margin-left: -60px;
    margin-right: -60px;
}

.row120 > div {
    padding: 0 60px;
}

.newsletter input {
    height: 54px;
    background: #fff;
    font-size: 16px;
    padding: 0 20px;
    padding-top: 2px;
    width: 100%;
}

.newsletter {
    margin-bottom: 18px;
    position: relative;
    width: 100%;
}

.newsletter button {
    display: inline-block;
    padding: 0 15px;
    line-height: 42px;
    color: #fff;
    margin: 7px;
    border: none;
    width: 155px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background: rgb(24,163,213);
    height: 40px;
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.icheckbox {
    width: 19px;
    float: left;
    height: 19px;
    background: #fff url('../img/icons/img15.png');
}

.icheckbox.checked {
    width: 19px;
    float: left;
    height: 19px;
    background: #fff url('../img/icons/img15active.png');
}

.checkbox-box {
    margin-bottom: 12px;
    float: left;
    width: 100%;
}

.checkbox-content .checkbox-box:last-child {
    margin-bottom: 0;
}

.checkbox-box label {
    display: block;
    margin: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 18px;
}

.checkbox-box label a {
    color: #16aadb;
    font-weight: 600;
}

.checkbox-box label a:hover {
    color: #16aadb;
    opacity: 0.8;
}

.footer-logos {
    float: left;
    width: 100%;
    margin-top: -20px;
}

.footer-logos figure {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 59px;
}

.newsletter-title {
    text-transform: uppercase;
}

footer h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 800;
    margin-bottom: 21px;
    padding-bottom: 23px;
}

footer h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 138px;
    content: "";
    height: 1px;
    background: rgba(255,255,255,0.15);
}

footer h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23px;
    content: "";
    height: 1px;
    background: #16aadb;
}

footer .txt p {
    margin-bottom: 15px;
}

footer .txt p:last-child {
    margin-bottom: 0;
}

footer strong {
    font-weight: 600;
}

.f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-menu ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.f-menu ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #16aadb;
    border-radius: 50%;
    content: "";
}

.f-menu ul li:last-child {
    margin-bottom: 0;
}

.footer-data {
    clear: both;
}

.footer-data .row > div {
    margin-top: 20px;
}

footer .container {
    position: relative;
}

.footer-bottom {
    position: relative;
}

body {
    float: left;
    width: 100%;
}

.scroll-top {
    width: 53px;
    display: block;
    position: fixed;
    bottom: 26px;
    font-size: 12px;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    right: 30px;
    text-shadow: 0 0 4px rgba(0,0,0);
    padding-top: 60px;
    text-transform: uppercase;
    background: url('../img/icons/img16.png') center top no-repeat;
    opacity: 0;
}

.scroll-top.active {
    opacity: 1;
}

.scroll-top:hover {
    opacity: 0.9;
}

/* *** COOKIES *** */

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    float: left;
    z-index: 2;
    width: 100%;
    background: #16aadb;
    padding: 24px 0 22px 0;
    font-size: 14px;
    color: #fff;
}

.btn-2 {
    border: 1px solid #0a336f;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: #0a3470;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.btn-2:hover {
    background: #16aadb;
    color: #fff;
    border-color: #16aadb; 
}

.cookies .btn-2:hover {
    border-color: #0a3470;
    color: #0a3470;
}

.cookies .container {
    position: relative;
}

.cookies .description {
    padding-left: 75px;
    position: relative;
    padding-right: 175px;
    background: url('../img/icons/img17.png') left center no-repeat;
}

.cookies .button-box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 20px;
    height: 47px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #16aadb;
    box-shadow: none;
    color: #001f5b;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 47px;
}

.select .chosen-drop {
    border-color: #16aadb;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    height: 46px;
    width: 47px;
    background: url('../img/icons/img51.png') center no-repeat;
    border-left: 1px solid #16aadb;
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #001f5b;
    padding-top: 7px;
}

.select .chosen-container .chosen-results li:hover {
    background: #16aadb;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10001;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #001f5b;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #001f5b !important;
    min-height: 51px;
    font-size: 16px;
    float: left;
    text-transform: uppercase;
    width: 100%;
    padding: 11px 15px 10px 15px;
}

.menu-rsp nav a.btn-home {
        background: url(../img/icons/img07blue.png) 15px 19px no-repeat;
}

.menu-rsp nav a.btn-home:hover {
        background: #001f5b url(../img/icons/img07.png) 15px 19px no-repeat;
}

.menu-rsp nav a:hover {
    background-color: #001f5b;
    color: #fff !important;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #001f5b;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 54px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** HOME *** */

.banner {
    margin-bottom: 45px;
}

.title h2, .title h1 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;   
}

.title h2 span, .title h1 span {
    color: #16aadb;
}

.title {
    margin-bottom: 35px;
}

.text p:last-child {
    margin-bottom: 0;
}

.content-box-1 .button-box {
    margin-top: 42px;
}

.content-box-1 figure img {
    max-width: none;
}

.logo-content .row-box {
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    border-left: 1px solid #e2e2e2;
}

.logo-content .row-box .col-box {
    float: left;
    width: 14.28%;
    list-style: none;
    border-right: 1px solid #e2e2e2;
}

.logo-content figure {
    text-align: center;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-content figure img, .submenu-box-1 figure img {
    transition: all .2s ease-in-out;
}

.logo-content figure a:hover img, .submenu-box-1 a:hover img {
    transform: scale(0.95);
}

.menu-1-2.margin-bottom-1, .margin-bottom-1 {
    margin-bottom: 80px;
}

.title-link {
    position: relative;
    padding-right: 100px;
}

.title-link .title-link-box {
    position: absolute;
    top: 2px;
    right: 0;
}

.link-1 {
    font-size: 16px;    
    color: #16aadb;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.link-1:hover {
    color: #001f5b;
}

.content-box-2 .text {
    margin-bottom: 45px;
}

.boxes-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-1 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    height: 236px;
    font-weight: 600;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.box-1:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-1:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-1 span {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 15px 0;
}

.box-1 span:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -21px;
    content: "";
    height: 2px;
    background: #fff;
    width: 42px;
    opacity: 0;
}

.box-1:hover span:after {
    opacity: 1;
}

.boxes-1 {
    margin-top: -20px;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.boxes-2 .col-box {
    width: 50%;
    float: left;
}

.box-2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 60px;
    background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 14px;
    height: 386px;
}

.box-2 .description {
    position: relative;
    z-index: 2;
}

.box-2:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-2:hover {
    color: #fff;
}

.box-2:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-2 .name {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.box-2 .name:after {
    width: 59px;
    height: 3px;
    background: #fff;
    content :"";
    display: block;
    margin: 25px auto;
}

.btn-3 {
    border: 1px solid #fff;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.btn-3:hover {
    color: #0a3470;
    border-color: #0a3470; 
}

.box-2 .txt {
    margin-bottom: 30px;
}

/* *** NEWS *** */
    
body.bg-1 {
    background: #f4f4f4 !important;
}

.bg-1 footer {
    background-image: url('../img/bg-1-1.png');
}

.main-content {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.title h1, .title h2 {
    text-transform: uppercase;
}

.menu-1 {
    width: 81%;
    float: left;
    margin-left: -1px;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);    
}

.menu-box-button {
    box-shadow: 0 0 10px rgba(0,0,0,0.02);    
}

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 li {
    float: left;
    width: 25%;
    margin-right: -1px;
}

.menu-1 a {
    border: 1px solid #ededed;
    background: #ffffff;
    height: 44px;
    font-size: 15px;
    color: #001f5b;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 15px;
    text-align: center;
    display: block;
}

.menu-box-button {
    width: 214px;
    position: relative;
    z-index: 2;
}

.menu-1 a:hover, .menu-1 .current a {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-1 .current a {
    font-weight: 700;    
}

.content-box-4 {
    margin-bottom: 45px;
}

.title {
    clear: both;
}

.title-icon {
    background-position: center right;
    background-repeat: no-repeat;
}

.btn-4 {
    margin-bottom: -1px;
    border: 1px solid #ededed;
    background: #ffffff url('../img/icons/img22.png') right 15px top 17px no-repeat;
    height: 44px;
    display: block;
    color: #001f5b;
    line-height: 45px;
    padding: 0 20px;
    font-size: 15px;
}

.btn-4:hover { 
    color: #001f5b;  
}

.boxes-3 {
    float: left;
    width: 100%;
}

.boxes-3 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-3 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.box-3 {
    margin-bottom: 20px;
    background: #fff;
    float: left;
    width: 100%;
    color: #001f5b;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
}

.box-3:hover {
    color: #001f5b;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.box-3 .txt-1 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
}

.box-3 .txt-5 {
    margin-bottom: 12px;
    position: relative;
    font-weight: bold;
    padding: 5px 0;
    padding-left: 38px;
    font-size: 16px;
}

.box-3 .icon {
    position: absolute;
    top: -3px;
    left: -8px;
    height: 38px;
}

.box-3 .icon img {
    width: 38px;
}

.box-3 .txt-2 {
    color: #16aadb;
    margin-bottom: 12px;
}

.box-3 .txt-3 {
    margin-bottom: 12px;
}

.info {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    height: 27px;
    padding: 0 16px;
    line-height: 28px;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.menu-1 .txt-1 {
    text-transform: uppercase;
}

.box-3 .description {
    padding: 18px 22px;
}

.link-2 {
    color: #16aadb;
    display: inline-block;
    padding-right: 17px;
    background: url(../img/icons/img23.png) right center no-repeat;
}

.margin-bottom-2, .menu-1.margin-bottom-2 {
    margin-bottom: 45px;    
}

.title-1 h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.banner-box-1 figure img {
    display: block;
}

.banner-box-1 figure a {
    display: block;
}

.banner-box-1 figure a:hover {
    opacity: 0.9;
}

.submenu-box-1 img {
    height: auto;
}

.submenu-box-1 a figure {
    height: 170px;
    margin: 0;
}

.submenu-box-1 a {
    padding: 0;
}

.submenu-box-1 li {
    border-right: 1px solid #e2e2e2;
    width: 14.28%;
}

.submenu-box-1 ul {
    float: left;
    width: 100%;
    border-left: 1px solid #e2e2e2;  
}

.banner-box-1-1 {
    margin-bottom: 50px;
}

.boxes-3 {
    margin-bottom: -20px;
}

.content-box-3-1 {
    margin-bottom: 10px;
    padding: 20px 0;
}

/* *** ATRAKCJE *** */

.title-box-menu {
    float: right;
    margin: -6px 0 -10px 0;
}

.menu-box-button {
    z-index: 10;
}

.title-menu h1 {
    float: left;
    width: 50%;
}

.title-box-menu .txt-1 {
    float: left;
    font-size: 15px;
    margin: 12px 20px 0 0;
    text-transform: uppercase;
}

.boxes-4 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.boxes-4 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.box-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    height: 236px;
    font-weight: 600;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.box-4:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-4:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-4:hover {
    color: #fff;
}

.box-4 .txt {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;    
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    bottom: 35px;
    padding: 0 15px;
}

.boxes-4 {
    margin-top: -20px;
    float: left;
    width: 100%;
}

.box-4 .icon {
    width: 44px;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
}

.padding-top-1 {
    padding-top: 70px;
}

/* *** KONTAKT *** */

.z-content-box-1-1 .description {
    width: 715px;
    text-align: justify;
    float: left;
}

.z-content-box-1-1 figure {
    display: block;
    overflow: hidden;
    text-align: right;
}

.text-1 {
    font-weight: 600;    
}

.btn-5 {
    color: #16aadb;
    font-weight: 600;
    font-size: 18px;    
}

.btn-5:hover {
    color: #0e3974;
}

.z-content-box-1-1 .text-1 {
    margin-bottom: 20px;
}

.box-5 {
    font-weight: 600;
}

.box-5 .txt-1 {
    padding-bottom: 20px;
}

.box-5 .phone-1 a {
    font-size: 20px;    
    color: #001f5b;
    font-weight: 600;
    background: url('../img/icons/img49.png') left center no-repeat;
    padding-left: 60px;
}

.box-5 .phone-1 a:hover {
        color: #16aadb;
}

.box-5 .mail-1, .box-5 .phone-1 {
    margin-top: 20px;
}

.box-5 .mail-1 a {
    font-size: 20px;    
    color: #16aadb;
    font-weight: bold;
    background: url('../img/icons/img50.png') left center no-repeat;
    padding-left: 60px;
}

.box-5 .mail-1 a:hover {
    color: #001f5b;
}

.box-5-1 {
    text-align: center;
}

.phone-2 {
    font-size: 20px;    
    color: #16aadb;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.phone-2:hover {
    color: #001f5b;
}

.box-5-1 figure img {
    width: 80px;
}

.box-5-1 figure {
    margin-bottom: 20px;
}

.z-content-box-3-2 {
    margin-bottom: 40px;
}

.title-txt-1 h2 {
    float: left;
    width: 40%;
}

.title-txt-1 .txt-1 {
    width: 55%;
    text-align: right;
    font-weight: 600;
    padding-top: 4px;
    float: right;
}

.input-box-1 input, .input-box-1 textarea {
    display: block;
    height: 47px;
    padding: 0 20px;
    border: 1px solid #16aadb;
    width: 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.input-box-1 input:focus, .input-box-1 textarea:focus {
    border-color: #0a336f;r
}

.input-box-1 textarea {
    height: 172px;
    padding: 13px 20px;
}

.input-box-1 {
    margin-bottom: 20px;
}

.row20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row20 > div {
    padding: 0 10px;
}

.checkbox-1 {
    float: left;
}

.checkbox-1 .icheckbox {
    width: 23px;
    height: 23px;
    background: url('../img/icons/img52.png');
}

.checkbox-1 .icheckbox.checked {
    background: url('../img/icons/img52active.png'); 
}

.checkbox-box-1 label {
    display: block;
    overflow: hidden;
    padding: 2px 0 0 10px;
}

.checkbox-box-1 label a {
    font-weight: bold;
    color:#16aadb;
}

.checkbox-box-1 label a:hover {
    color: #001f5b;
}

.form-box button {
    float: right;
}

.padding-top-2 {
    padding-top: 40px;
}

/* *** MEDIA *** */

.menu-1-1 li {
    width: 20%;
}

.menu-1-1 ul li:first-child {
    width: 15%;
}

.menu-1-1 .txt-1 {
    line-height: 44px;
}

.menu-1-1 .txt-1.current a {
    color:#16aadb !important;
}
 
.menu-1-1 .txt-1 a {
    border-color: transparent;
    background: none;
}

.menu-1-1 .txt-1 a:hover {
    color: #16aadb;
}

.boxes-3-1 .txt-1 {
    height: 96px;
    overflow: hidden;
}

.button-box-1 {
    margin-top: 30px;
    text-align: right;
    float: left;
    width: 100%;
}

.boxes-3-2 .box-3 {
    border-top: 3px solid #001f5b;
}

.boxes-3-2 .box-3 .txt-1 {
    height: 76px;
    overflow: hidden;
    margin-bottom: 15px;
}

.btn-pdf {
    color: #16aadb;
    padding: 5px 0;
    background: url('../img/icons/img53.png') left center no-repeat;
    padding-left: 35px;
}

.btn-6 {
    border: 1px solid #0a336f;
    height: 39px;
    padding: 0 15px;
    min-width: 152px;
    text-align: center;
    line-height: 39px;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a336f;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.btn-6:hover {
    background: #0a336f;
    color: #fff;
}

.btn-box {
    padding-left: 55px;
    float: right;
    background: #f4f4f4 !important;
    margin-bottom: -1px;
}

.row74 {
    margin-left: -37px;
    margin-right: -37px;
}

.row74 > div {
    padding: 0 37px;
}

.box-6 {
    color: #001f5b;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.box-6 figure {
    position: relative;
}

.box-6 figure:after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
    content: "";
    position: absolute;
}

.box-6 figure:hover:after {
    opacity: 1;
    background: rgba(19,161,208,0.6);
}

.box-6:hover {
    color: #001f5b;
}

.box-6 .txt {
    margin-bottom: 20px;
    font-size: 14px;
}

.box-6 .name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.box-6 .button-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.box-6 figure {
    float: left;
    width: 194px;
    margin-right: 30px;
}

.box-6 .description {
    overflow: hidden;
}

.boxes-7 {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}

.boxes-7 .col-box {
    float: left;
    margin-bottom: 30px;
    margin-left: 110px;
}

.boxes-7 .row-box {
    margin-left: -110px;
}

.btn-pdf:hover {
    color: #ff2c19;
}

.btn-pdf {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    font-size: 14px;
}

.box-7 {
    display: inline-block;
    vertical-align: top;
}

.box-7 .name {
    color: #001f5b;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.boxes-3-2 .txt-4 {
    margin-bottom: 0;
}

.z-content-box-9 .txt-1 {
    margin-top: 30px;
    text-align: center;
    color: #001f5b;
    font-size: 26px;
    font-weight: bold;
}

.z-content-box-10 {
    margin-bottom: 40px;
}

.contact-data {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.contact-data .col-box {
    width: 48%;
    text-align: right;
    display: inline-block;
    padding: 0 55px;
    vertical-align: top;
}

.contact-data .col-box:last-child {
    text-align: left;
}

.contact-data a {
    font-size: 28px;
    font-weight: bold;
    color: #001f5b;
    display: inline-block;
    vertical-align: top;
}

.contact-data a:hover {
    color: #16aadb;
}

.contact-data {
    position: relative;
}

.contact-data:after {
    height: 29px;
    width: 1px;
    background: #dadada;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    display: block;
}

.mail-3 {
    padding-left: 55px;
    background: url('../img/icons/img54.png') left center no-repeat;
}

.phone-3 {
    padding-left: 48px;
    background: url('../img/icons/img55.png') left center no-repeat;
}

/* *** O PKL *** */

.x-content-box-1 figure {
    float: left;
    margin-right: 92px;
}

.x-content-box-1 .description {
    overflow: hidden;
}

.x-content-box-1 .title {
    margin-top: -5px;
    margin-bottom: 25px;
}

.x-boxes-1 {
    float: left;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    border-left: 1px solid #ebebeb;    
    border-top:  1px solid #ebebeb;  
}

.x-boxes-1 .col-box {
    width: 25%;
    float: left;
    border-right: 1px solid #ebebeb;    
    border-bottom:  1px solid #ebebeb;  
}

.x-box-1 {
    height: 226px;
    display: block;
    text-align: center;
    color: #001f5b;
    font-weight: 600;
    padding-top: 30px;
    text-align: center;
    font-size: 20px;
}

.x-box-1 strong {
    font-size: 23px;
    display: block;
}

.x-box-1:hover {
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.x-box-1 figure {
    width: 80px;
    background: #fff;
    margin: 0 auto 22px auto;
    border: 1px solid #16aadb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 50%;
}

.x-content-box-3 figure {
    float: left;
    margin-right: 92px;
}

.x-content-box-3 .description {
    overflow: hidden;
}

.x-content-box-3 .title {
    margin-top: -5px;
    margin-bottom: 25px;
}

.x-content-box-3 .data {
    margin-top: 25px;
    font-size: 16px;
}

.x-content-box-3 .data p {
    margin-bottom: 5px;
}

.x-content-box-3 .data p:last-child {
    margin-bottom: 0;
}

.x-content-box-3 .button-box {
    margin-top: 25px;
    text-align: right;
}

.x-content-box-3 .button-box a {
    margin-left: 8px;
}

.menu-1-2 {
    width: 100%;
    margin-bottom: 40px;
}

.menu-1-2 {
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.menu-1-2 a {
    height: 74px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 75px;
}

.x-content-box-4 {
    padding: 65px 0 70px 0;
    margin-top: 70px;
    background: #f4f4f4 url('../img/bg-3.png') bottom center no-repeat;
}

.title-icon {
    position: relative;
}

.kotwica-1 {
    float: left;
    width: 100%;
    position: absolute;
    top: -65px;
    left: 0;
}

.row36 {
    margin-left: -36px;
    margin-right: -36px;
}

.row36 > div {
    padding: 0 36px;
}

.x-box-2 {
    background: #fff;
    border-top: 3px solid #001f5b;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    padding: 32px 35px 35px 35px;
    margin-bottom: 15px;
    min-height: 289px;
}

.x-box-2, .x-content-box-3 .description, .x-content-box-1 .description {
    font-size: 14px;
}

.x-box-2 figure {
    float: left;
    margin-right: 35px;
}

.x-box-2 figure img {
    border-radius: 50%;
}

.x-box-2 .name {
    color: #001f5b;
    font-size: 20px;
    font-weight: bold;
}

.x-box-2 .txt-1 {
    text-transform: uppercase;
    color: #16aadb;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
}

.x-box-2 .description {
    overflow: hidden;
}

.x-boxes-2 {
    margin-bottom: 30px;
}

.x-boxes-3 .title {
    margin-bottom: 17px;
}

.title-small h2 {
    font-size: 20px;
}

.x-box-3 .txt-1 {
    color: #001f5b;
    font-size: 20px;
    font-weight: bold;
}

.x-box-3 {
    margin-top: 15px;
}

.x-box-3 .txt-2 {
    color: #16aadb;
    font-size: 14px;
    padding-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.x-logos-1 {
    text-align: center;
}

.x-logos-1 .col-box {
    float: left;
    width: 10%;
}

.x-logos-1 figure {
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.x-logos-1 a:hover {
    opacity: 0.9;
}

.x-slider {
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    border: 1px solid #ebebeb;
    position: relative;
    float: left;
    width: 100%;
}

.x-slider .description {
    float: left;
    width: 50%;
    padding: 35px 40px;
}

.x-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.x-slider .description {
    font-size: 14px;
    position: relative;
}

.x-slider .txt {
    float: left;
    width: 100%;
}

.x-slider .txt:after {
    width: 43px;
    height: 2px;
    background: #16aadb;
    content: "";
    display: block;
}

.x-slider strong {
    font-size: 15px;
}


.x-slider .prev-box, .x-slider .next-box {
    position: absolute;
    top: 50%;
    margin-top: -23.5px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    background: #fff;
}

.x-slider .prev-box {
    left: -22.5px;
}

.x-slider .next-box {
    right: -22.5px;
}

.x-slider .bx-prev, .x-slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.x-slider .bx-prev {
    background: url('../img/icons/img64.png') no-repeat;   
}

.x-slider .bx-next {
    background: url('../img/icons/img65.png') no-repeat;   
}

.x-slider .bx-prev:hover, .x-slider .bx-next:hover {
    opacity: 0.90;
}

.x-slider .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 80px;
    right: 20px;
}

.x-slider .bx-pager {
    float: left;
    padding: 0;
}

.x-slider .bx-pager .bx-pager-item {
    float: left;
    margin-left: 0;
}

.x-slider .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 19px;
    margin: 0 4px;
    height: 19px;
    background: url('../img/icons/img18.png') !important;   
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.x-slider .bx-pager .bx-pager-item .active, .x-slider .bx-pager .bx-pager-item a:hover{
    background: url('../img/icons/img18active.png') !important;   
}

.x-slider .date {
    color: #16aadb;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: -5px;
}

.x-slider figure {
    float: right;
}

.video-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    opacity: 0.3;
}

.video-box {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background-size: cover;
    text-align: center;
    background-position: center center;
}

.video-box .description {
    height: 652px;
    display: flex;
    position: relative;
    width: 736px;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
    z-index: 2;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}

.video-box-1 .description {
    height: 679px;
    padding-bottom: 55px;
}

.video-box-1 {
    position: relative;
    margin-bottom: -10px;
}

.video-box-1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 109px;
    background: url(../img/bg-2-1.png) center center no-repeat;
}

.video-box-1 .x-logo img {
    width: 68px;
}

.video-box-1 .x-logo {
    margin-bottom: 20px;
}

.video-box h2 {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
}

.video-box .txt {
    font-size: 27px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video video {
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
    min-width: 100%; 
  min-height: 100%; 
}

.x-logo {
    margin-bottom: 35px;
}

.header-rsp .logo-rsp {
    float: left;
    margin-top: 6px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}


body {
    overflow-x: hidden;
}

footer {
    overflow: hidden;
}

.header-rsp .rsp-box {
    float: right;
    margin: 7px 55px 0 0;
}

.menu-rsp .h-langs {
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 10;
    padding: 5px;
    display: block !important;
    margin: 0;
}

.menu-rsp .h-langs ul {
    top: auto;
    bottom: 100%;
    width: 100%;
    padding: 0 5px 5px 5px;
    background: #fff;
}

.menu-rsp .h-langs ul a {
    display: block;
}

.menu-rsp .h-langs .name {
    padding-right: 15px;
    background: url(../img/icons/img76.png) right 10px no-repeat;
}

.header-rsp .rsp-box .menu-box-button-1 {
    width: auto !important;
}

.header-rsp .h-langs .name {
    width: 100%;
}

.cont-box {
    height: 0;
    overflow: hidden;
}

.cont-box.active {
    height: auto;
}

.header-rsp .rsp-box a {
    font-size: 12px;
    padding: 0 10px;
    width: auto !important;
}

.cont-boxes {
    float: left;
    width: 100%;
}

.cont-box {
    float:left;
    width: 100%;
}

.menu-box-button-1 {
    padding-bottom: 17px;
}

.rsp-submenu-box li {
    background: #fff;
}

.rsp-submenu-box {
    background: none;
    left: auto;
    right: 0;
    width: 500px;
    border-top: 1px solid #e2e2e2 !important;
}

.rsp-submenu-box.submenu-box-1 a figure {
    height: 76px !important;   
}

.rsp-submenu-box.submenu-box-1 a {
    height: 76px !important;
}

.rsp-submenu-box.submenu-box-1 li {
    height: 78px !important;   
}

.rsp-submenu-box figure {
    padding: 5px !important;
}

.rsp-submenu-box .container {
    padding: 0;
}

.social-box {
    position: absolute;
    top: 23px;
    right: 230px;
}

.social-box a {
    margin-left: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.s-twitter {
    background: url(../img/icons/twitter-white.svg) center no-repeat;   
}

.s-twitter:hover {
    background-image: url(../img/icons/twitter-blue.svg);   
}

.s-linkedin {
    background: url(../img/icons/linkedin-white.svg) center no-repeat;   
}

.s-linkedin:hover {
    background-image: url(../img/icons/linkedin-blue.svg);   
}

.zz-content-box-3{
    padding-top: 40px;
}

.zz-content-box-3 .txt {
    text-align: center;
    padding: 16px 15px 21px 15px;
    color: #fff;
    background: #d8151d;
    float: left;
    font-size: 16px;
    width: 100%;
}

.zz-content-box-3 .txt-2 {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.zz-content-box-3 .txt span {
    font-size: 22px;
    padding: 0 0 1px 0;
    display: block;
}

.zz-boxes {
    float: left;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.zz-boxes .col-box {
    width: 20%;
    background: #fff;    
    float: left;
    border-left: 1px solid #ebebeb;
}

.zz-boxes .col-box:first-child {
    border-left: none;
}

.zz-box {
    height: 131px;
    color: #001f5b;
    display: block;
    text-align: center;
    line-height: 1.3;
    padding: 15px;
    font-size: 14px;
}

.zz-box strong {
    display: block;
    font-size: 18px;
}

.zz-box figure {
    height: 50px;
    margin-bottom: 3px;
    margin-top: 3px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.boxes-3-3 .box-3 .txt-3 {
    height: 95px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.btn-2-1 {
    border-color: transparent;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.btn-2-1:hover {
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    opacity: 0.9;
}

.cont-boxes-format-1 .text {
    min-height: 259px;
}

.x-content-box-3a figure {
    float: right;
    margin-right: 0;
    margin-left: 92px;
}

.x-content-box-3a .button-box {
    text-align: left;
}

.x-content-box-3a .button-box a {
    margin-left: 0;    
}

.x-content-box-3-1 .data-1 {
    margin-top: 20px;
    padding: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-left: 70px;
    background: url('../img/icons/img82.svg') left center no-repeat;
    font-size: 18px;
}

.x-content-box-3-1 .data-1 strong {
    display: block;
    font-size: 25px;
}

.title .z-title-phone {
    width: auto;
    float: right;
}

.z-content-box-3 .txt-box-1 {
    text-align: right;
    padding-top: 25px;
}

.z-content-box-3-3 {
    margin-bottom: 40px;
}

.title-link-box .sign {
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    width: 1px;
    background: #d8d8d8;
    margin: -2px 18px 0 18px;
}

.zz-boxes-1 .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

.zz-boxes-1 .col-box {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.zz-box-1 {
    display: block;
    height: 285px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

header .h-menu-2 ul {
    border-top: none;
}

.zz-boxes-1 {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}

.zz-box-1-1 {
    z-index: 2;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;    
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(19,161,208,0.85);
    padding: 18px 20px 17px 20px;
    color: #fff;
}

.zz-box-1-1 .txt {
    position: relative;
    width: 68px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    content: "";
    background: url('../img/icons/img83.png') left center no-repeat;
}

.zz-box-1-1 .txt-1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 72px);
    padding-left: 20px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-1 .number {
    width: 17px;
    height: 17px;
    background: #001f5b;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: -4px;
    right: 15px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-1 .txt-1 span {
    font-size: 13px;
    margin-bottom: 2px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.zz-box-1-2 {
    opacity: 0;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;    
    position: absolute;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    z-index: 2;
    background: rgba(19,161,208,0.85);
}

.zz-box-1-2 .btn-3 {
    min-width: 120px;
}

.zz-box-1-2 .txt-2 {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.zz-box-1-2 .txt-2 span {
    font-family: 'Open Sans', sans-serif;    
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600; 
}

.zz-box-1-2 .txt-2:after {
    width: 58px;
    height: 2px;
    content: "";
    display: block;
    margin: 35px auto;
    background: #fff;
}

.zz-box-1:hover .zz-box-1-1 {
    opacity: 0;
}

.zz-box-1:hover .zz-box-1-2 {
    opacity: 1;
}

.zz-box-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
}

.zz-box-1-large {
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}

.header-fix .h-col {
    height: 99px;
}

.header-fix {
    z-index: 100;
}

.zz-content-box-5 {
    display: none;
    position: fixed;
    top: 179px;
    left: 0;
    overflow: auto;
    max-height: calc(100vh - 179px);
    text-align: left;
    width: 100%;
    background: #f4f4f4;
    box-shadow: 0 5px 2px rgba(0,0,0,0.03);
    z-index: 10;
    
}

.body-active .zz-content-box-5 {
    top: 99px;
    max-height: calc(100vh - 99px) !important;
}

.zz-content-box-5 .title {
    margin-bottom: 30px;
}

.h-menu-1 {
 padding-right: 2px;
}

.h-col-1 .txt {
    text-align: left;
    padding: 0 10px;
    width: 150px;
    font-size: 17px;
    font-weight: 600;
}

.h-col-1:after {
    display: none !important;
}

.h-menu-1-content .h-col {
    z-index: 50;
}

.h-menu-1-content .h-col-7 {
    display: none;
}

.zz-content-box-5-1 {
    background: #fff;
    padding: 0 25px;
    padding-bottom: 0;
    border: 1px solid #ebebeb;
}

.zz-content-box-5 .name {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    padding-left: 52px;
    background: url('../img/icons/img84.svg') left center no-repeat;
    background-size: auto 28px;
}

.zz-content-box-5 .name-2 {
    background: url('../img/icons/img71.svg') left center no-repeat;
    background-size: auto 35px;
}

.zz-button-box {
    padding: 20px 0;
    text-align: right;
}

.zz-table table {
    width: 100%;
}

.zz-table table {
    border-top: 1px solid #ebebeb;
}

.zz-table tr td {
    font-weight: 600;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}

.zz-table tr td, 
.zz-table tr th {
    padding: 10px 0 10px 0;
    padding-left: 10px;
}

.zz-table tr td {
    height: 75px;
}

.zz-table tr td:first-child, 
.zz-table tr th:first-child {
    padding-left: 0;
}

.zz-table tr th {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.zz-table .txt-1 {
    color: #01af50;
    padding-left: 32px;
    background: url('../img/icons/img85.png') left center no-repeat;
}

.zz-table .txt-1a {
    color: #ff1838;
    background: url('../img/icons/img88.png') left center no-repeat;
}

.zz-table .txt-3 {
    padding: 5px 0;
    padding-left: 39px;
    background: url('../img/icons/img86.png') left center no-repeat;
}

.zz-table .txt-3a {
    background: url('../img/icons/img89.png') left center no-repeat;
}

.zz-table div {
    display: inline-block;
}

.zz-table .txt-4 {
    padding: 5px 0;
    padding-right: 24px;
    background: url('../img/icons/img87.png') right center no-repeat;
}

.zz-table .txt-6 {
    color: #01af50;
}

.zz-table .txt-7 {
    color: #ff032d;
    text-align: center;
}

.level {
    width: 44px;
    height: 16px;
    background: #16aadb;
}

.level-1 {
    background: #16aadb;
}

.level-2 {
    background: #001f5b;
}

.zz-content-box-5-2 {
    padding: 25px 0;
    font-size: 14px;
}

.zz-content-box-5-2 .name-3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.menu-fix-1 {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.menu-fix-1 nav a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
    height: 55px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #001f5b;
    position: relative;
}

.menu-fix-1 nav li:hover > a, .menu-fix-1 .current > a
{
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.menu-fix-1 a span {
    position: relative;
    padding: 10px;
    display: block;
    padding-left: 38px;
}

.menu-fix-1 nav a.i1 span:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    width: 27px;
    height: 28px;
    content: "";
    display: block;
    background: url('../img/icons/aktualnosci.svg') center center no-repeat;
    background-size: 30px 30px;
}

.menu-fix-1 nav li:hover a.i1 span:after, .menu-fix-1 nav .current a.i1 span:after {
    background-image: url('../img/icons/aktualnoscihover.svg');
}

.menu-fix-1 nav a.i2 span:after {
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -12px;
    width: 32px;
    height: 24px;
    content: "";
    display: block;
    background: url('../img/icons/img94.svg') center center no-repeat;
}

.menu-fix-1 nav  li:hover a.i2 span:after, .menu-fix-1 nav .current a.i2 span:after {
    background-image: url('../img/icons/img94hover.svg');
}

.menu-fix-1 nav a.i3 span:after {
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -12px;
    width: 32px;
    height: 24px;
    content: "";
    display: block;
    background: url('../img/icons/img95.svg') center center no-repeat;
}

.menu-fix-1 nav  li:hover a.i3 span:after, .menu-fix-1 nav .current a.i3 span:after {
    background-image: url('../img/icons/img95hover.svg');
}


.menu-fix-1 nav a.i4 span:after {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -11.5px;
    width: 29px;
    height: 23px;
    content: "";
    display: block;
    background: url('../img/icons/img96.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i4 span:after, .menu-fix-1 nav .current a.i4 span:after {
    background-image: url('../img/icons/img96hover.svg');
}


.menu-fix-1 nav a.i5 span:after {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -14.5px;
    width: 22px;
    height: 29px;
    content: "";
    display: block;
    background: url('../img/icons/img97.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i5:hover span:after, .menu-fix-1 nav .current a.i5 span:after {
    background-image: url('../img/icons/img97hover.svg');
}

.menu-fix-1 nav a.i6 span:after {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    content: "";
    display: block;
    background: url('../img/icons/img98.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i6 span:after, .menu-fix-1 nav .current a.i6 span:after {
    background-image: url('../img/icons/img98hover.svg');
}


.menu-fix-1 nav a.i7 span:after {
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -18px;
    width: 33px;
    height: 36px;
    content: "";
    display: block;
    background: url('../img/icons/img99.svg');
}

.menu-fix-1 nav li:hover a.i7 span:after, .menu-fix-1 nav .current a.i7 span:after {
    background: url('../img/icons/img99hover.svg');
}


.menu-fix-1 nav a.i8 span:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -14px;
    width: 27px;
    height: 28px;
    content: "";
    display: block;
    background: url('../img/icons/img100.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i8 span:after, .menu-fix-1 nav .current a.i8 span:after {
    background-image: url('../img/icons/img100hover.svg');
}

.menu-fix-1 nav a.i9 span:after {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -12.5px;
    width: 28px;
    height: 25px;
    content: "";
    display: block;
    background: url('../img/icons/img101.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i9 span:after, .menu-fix-1 nav .current a.i9 span:after {
    background-image: url('../img/icons/img101hover.svg');
}



.menu-fix-1 nav a.i19 span:after {
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -12.5px;
    width: 28px;
    height: 25px;
    content: "";
    display: block;
    background: url('../img/icons/pomoc.svg') center center no-repeat;
    background-size: 29px 29px;
}

.menu-fix-1 nav li:hover a.i19 span:after, .menu-fix-1 nav .current a.i19 span:after {
    background-image: url('../img/icons/pomochover.svg');
}

.menu-fix-1 nav a.i10 span:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    content: "";
    display: block;
    background: url('../img/icons/img102.svg') center center no-repeat;
}

.menu-fix-1 nav li:hover a.i10 span:after, .menu-fix-1 nav .current a.i10 span:after {
    background-image: url('../img/icons/img102hover.svg');
}

.menu-fix-1 nav ul {
    padding: 0;
    margin: 0;
}

.menu-fix-1 nav ul li ul a span:after {
    background-position: center center !important;
    background-size: auto 38px !important;
    position: absolute !important;
    top: 18px !important;
    left: 0 !important;
    width: 100% !important;
    height: 38px !important;
    content: "" !important;
    display: block !important;
    margin-top: 0px !important;
}


.menu-fix-1 nav a.i185 span:after {
    background-image: url('../img/icons/aktualnosci.svg');
}

.menu-fix-1 nav a.i186 span:after {
    background-image: url('../img/icons/img29.png');
}

.menu-fix-1 nav a.i187 span:after {
    background-image: url('../img/icons/img30.png');
}

.menu-fix-1 nav a.i188 span:after {
    background-image: url('../img/icons/img31.png');
}

.pklpass {
    height: 39px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #16aadb;
    background: url('../img/icons/pklpass.png') center center no-repeat;
}

.pklpass:hover {
    opacity: 0.8;
}

.menu-fix-padding {
    padding: 0 15px;
}

.menu-fix-1 .search-box {
    height: 39px;
    width: 100%;
}

.menu-fix-1 input {
    height: 37px;  
}

.menu-fix-1 .search-box button {
    height: 35px !important;
}

.mm-box {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.mm-home {
    color: #001f5b;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0;
    padding-left: 50px;
    font-family: 'Open Sans', sans-serif;
    background: url('../img/icons/img91.svg') left -1px no-repeat;
}

.mm-home:hover {
    color: #001f5b;
    opacity: 0.8;
}

.mm-box-3 a:hover {
    opacity: 0.8;
}

.mm-box-3 {
    height: 25px;
    overflow: hidden;
}

.mr-1 {
padding-left: 37px;
    background: url(../img/icons/img74.svg) 2px center no-repeat;
}

a:hover .mr-1 {
    background-image: url(../img/icons/img74hover.svg);
}

.mr-2 {
padding-left: 37px;
    background: url(../img/icons/img75.svg) left center no-repeat;
    background-size: 30px auto;
}

.menu-rsp .btn-slide-down {
    width: 100%;
    background: none;
    color: transparent !important;
}

.menu-rsp .btn-slide-down:after {
width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #dfdfdf;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #001f5b;
    right: 0;
    z-index: 2;
    line-height: 54px;
    cursor: pointer;
    content: "▼";
    display: block;
}

a:hover .mr-2 {
    background-image: url(../img/icons/img75hover.svg);
}

.zz-close {
    display: inline-block;
    height: 26px;
    line-height: normal;
    color: #001f5b;
}

.zz-close:hover {
    color: #16aadb;
}

.mm-box-2 {
    height: 36px;
    overflow: hidden;
}

.menu-close-1 {
    width: 10px;
    z-index: 10;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    background: url('../img/icons/img92.png') no-repeat;
}

.menu-close-1:hover {
    opacity: 0.8;
    background: url('../img/icons/img92.png') no-repeat !important;
}

.menu-fix-1 ul li ul {
    position: absolute;
    top: 0;
    width: 155px;
    background: #f6f6f6;
    left: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.menu-fix-1 ul li:hover ul {
    display: block;
}

.menu-fix-1 ul li ul a {
    height: 98px;
    text-align: center;
    display: block;
    justify-content: center;
    padding: 0 10px;
}

.menu-fix-1 ul li ul a span {
    padding: 0;
    display: block;
    text-align: center;
    padding-top: 64px;
}

.menu-fix-1 li li {
    border-top: 1px solid #ebebeb;
}

.menu-fix-1 li ul li:first-child {
    border-top: none;
}

.menu-fix-1 nav ul ul a span:after {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 33px;
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu-fix-1 nav ul ul a.i11 span:after {
    background: url('../img/icons/img103.svg') center center no-repeat;
    background-size: auto 33px;
}

.menu-fix-1 nav a.i11:hover span:after, .menu-fix-1 nav .current > a.i11 span:after {
    background-image: url('../img/icons/img103hover.svg');
}

.menu-fix-1 nav ul ul a.i12 span:after {
    background: url('../img/icons/img104.svg') center center no-repeat;
    background-size: auto 33px;
}

.menu-fix-1 nav a.i12:hover span:after, .menu-fix-1 nav .current > a.i12 span:after {
    background-image: url('../img/icons/img104hover.svg');
}

.menu-fix-1 nav ul ul a.i13 span:after {
    background: url('../img/icons/img105.svg') center center no-repeat;
    background-size: auto 33px;
}

.menu-fix-1 nav a.i13:hover span:after, .menu-fix-1 nav .current > a.i13 span:after {
    background-image: url('../img/icons/img105hover.svg');
}

.menu-fix-1 nav ul ul a.i14 span:after {
    background: url('../img/icons/img106.svg') center center no-repeat; 
}

.menu-fix-1 nav a.i14:hover span:after, .menu-fix-1 nav .current > a.i14 span:after {
    background-image: url('../img/icons/img106hover.svg');
}

.menu-fix-1 nav ul ul a.i15 span:after {
    background: url('../img/icons/img107.svg') center center no-repeat; 
}

.menu-fix-1 nav a.i15:hover span:after, .menu-fix-1 nav .current > a.i15 span:after {
    background-image: url('../img/icons/img107hover.svg');
}

.menu-fix-1 nav ul ul a.i16 span:after {
    background: url('../img/icons/img108.svg') center center no-repeat; 
}

.menu-fix-1 nav a.i16:hover span:after, .menu-fix-1 nav .current > a.i16 span:after {
    background-image: url('../img/icons/img108hover.svg');
}

.menu-fix-1 nav ul ul a.i17 span:after {
    background: url('../img/icons/img109.svg') center center no-repeat; 
}

.menu-fix-1 nav a.i17:hover span:after, .menu-fix-1 nav .current > a.i17 span:after {
    background-image: url('../img/icons/img109hover.svg');
}

.menu-fix-1 nav ul ul a.i18 span:after {
    background: url('../img/icons/img110.svg') center center no-repeat; 
}

.menu-fix-1 nav a.i18:hover span:after, .menu-fix-1 nav .current > a.i18 span:after {
    background-image: url('../img/icons/img110hover.svg');
}


.search-btn-rwd {
    display: none;
}

.menu-fix-1-small .menu-fix-padding {
    display: none;
}

.menu-fix-1-small {
    width: 57px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear; 
}

.menu-fix-1-small .menu-close-1 {
    display: none;
}

.menu-fix-1-small nav > ul > li > a {
    text-indent: -99999px;
}

.menu-fix-1-small:hover {
    width: 200px;
}

.menu-fix-1-small:hover .menu-fix-padding {
    display: block;
}

.menu-fix-1-small:hover nav > ul > li > a {
    text-indent: 0;
}

.h-link-5-1 span {
    padding-left: 40px;
    background: url(../img/icons/img113.svg) left center no-repeat;
}

.h-link-5-1:hover span, .h-col:hover .h-link-5-1 span {
    background: url(../img/icons/img113hover.svg) left center no-repeat;
}

.content-box-rwd {
    position: fixed;
    background: #f4f4f4;
    padding: 0 15px 0 15px;
    max-height: 100% !important;
    height: calc(100% - 134px) !important;
    box-shadow: none !important;
    z-index: 10;
    overflow: auto;
    width: 100%;
    display: none;
    top: 70px !important;
    padding-top: 0 !important;
    margin: 0 !important;    
}

.content-box-rwd .zz-content-box-3 {
    padding: 0;
}

.content-box-rwd .zz-content-box-3 .container {
    padding: 0;
}

/* *** POGODA *** */

.h-weather {
    position: fixed;
    top: 179px;
    left: 0;
    overflow: auto;
    max-height: calc(100vh - 179px);
    text-align: left;
    width: 100%;
    background: #fff;
    border-top: 2px solid #ededed;
    box-shadow: 0 5px 2px rgba(0,0,0,0.03);
    z-index: 10;
}

.h-weather .zz-content-box-3 {
    margin: 0;
    padding: 0;
}

.h-weather {
    display: none;
    padding-left: 57px;
}

.zz-content-box-5 {
    padding-left: 57px;
}

.menu-fix-close .h-weather, .menu-fix-close .zz-content-box-5 {
    padding-left: 0;
}

.h-weather .zz-boxes {
    box-shadow: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

/* *** OFERTA TRASY NARCIARSKIE *** */

.boxes-1-1 .box-1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.boxes-1-1 .box-1:hover:after {
    opacity: 0.1;
}

.boxes-1-1 .box-1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    background: rgba(19,161,208,0.8);
    opacity: 0;
    z-index: 2;
}

.boxes-1-1 .box-1:hover:before {
    opacity: 1;
}

.boxes-1-1 .box-1 {
    position: relative;
}

.box-1 .zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px;
    display: block;
    background: url('../img/icons/img93.png');
    opacity: 0;
}

.box-1:hover .zoom {
    opacity: 1;
}
 
.boxes-1-1 .box-1 span:after {
    display: none;
}

.content-box-3-2 {
    padding-top: 0;
}

.boxes-1-1 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63px;
    height: 63px;
    margin: -31.5px;
    z-index: 6;
    display: block;
    background: url('../img/icons/img94.png');
}

.zzz-box-1 {
    position: relative;
    float: left;
    width: 100%;
}

.zzz-box-1 .description {
    float: left;
    width: 50%;
    border: 1px solid #ebebeb;
    min-height: 251px;
    background: #fff;
    padding: 40px 50px;
}

.zzz-box-1 .name {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    padding-left: 57px;
    background: url('../img/icons/img95.png') left center no-repeat;
    margin-bottom: 5px;
    margin-top: -5px;
}

.zzz-box-1 .txt {
    margin-bottom: 30px;
}

.zzz-box-1 figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

body .zz-content-box-5-3, body.body-active .zz-content-box-5-3 {
    display: block;
    position: relative;
    padding-left: 0;
    box-shadow: none;
    top: 0 !important;
}

.level-3 {
    background: #ff1838;
}

.level-4 {
    background: #4b5258;
}

.zz-table .txt-7-1 {
    text-transform: uppercase; 
}

.zzz-legend-box {
    float: left;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 30px;
}

.zzz-legend-box .txt {
    float: left;
    margin-right: 25px;
}

.zzz-legend {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.zzz-legend .level {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.zzz-legend .txt-1 {
    padding-left: 13px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.main-content-1 {
    padding-bottom: 0;
}

.zzz-content-box-2 {
    float: left;
    width: 100%;
    position: relative;
}

#zoom .large img {
    max-width: none;
    max-height: none;
}

.az-zoom {
    width: 250px !important;
    height: 250px !important;
}

.zoom {
    width: 3000px;
}

.small img {
    width: 1200px;
}

.large img {
    width: 3000px;
}

.tr-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 66px;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);    
}

.tr-zoom:after {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13.5px;
    content: "";
    background-image: url('../img/icons/img96.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.tr-zoom:hover {
    background-color: #00c6ff;
}

.title-1-1 h2 {
    text-transform: inherit;
}

.title-1-1-txt {
    font-weight: 600;
    margin-top: 15px;
    font-size: 17px;
}

.zzz-box-2 {
    background: url('../img/files/img41.png') center center no-repeat;
    background-size: cover;
    padding: 39px 66px;
    float: left;
    width: 100%;
    color: #fff;
}

.zzz-box-2 figure {
    float: left;
    margin-right: 66px;
}

.zzz-box-2 .description {
    overflow: hidden;
}

.btn-2-white {
    background: #fff;
    color: #193350;
}

.zzz-link-1 {
    color: #fff;
}

.zzz-link-1:hover {
    color: #fff;
    opacity: 0.8;
}

.zzz-box-2 .float-left {
    margin-top: 10px;
}

.zzz-box-2 .txt {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 25px;
    min-height: 137px;
}

/* *** TRASY ROWEROWE *** */

.tr-breadcrumb-box {
    background: #fff;
    border-radius: 3px;
    padding: 10px 18px 12px 18px;
    font-size: 17px;
    color: #749fb5;
}

.tr-breadcrumb-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tr-breadcrumb-box a {
    color: #749fb5;
}

.tr-breadcrumb-box a:hover {
    color: #193350;
}

.tr-breadcrumb-box li {
    display: inline-block;
    vertical-align: middle;
}

.tr-breadcrumb-box li:after {
    content: "/";
    padding: 0 3px;
    margin-left: 5px;
}

.tr-breadcrumb-box ul li:last-child:after {
    display: none;
}

.tr-margin-bottom-1 {
    margin-bottom: 65px;
}

.tr-title h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #193350;
    font-size: 24px;
    margin-bottom: 0;
}

.tr-title {
    margin-bottom: 30px;
}

.tr-map {
    position: relative;
}

.tr-zoom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69px;
    height: 69px;
    background: #355371 url('../img/trasy-rowerowe/img01.png') center center no-repeat;
}

.tr-zoom:hover {
    background-color: #00c6ff;
}

.tr-content-box {
    float: left;
    width: 100%;
}

.tr-content-box-1-2 {
    padding: 20px 65px;
    background-size: cover;
    background-position: center center;
}

.tr-content-box-1-2 figure {
    float: left;
    width: 250px;
}

.tr-content-box-1-2 .description {
    overflow: hidden;

    padding-left: 65px;
}

.tr-content-box-1-2 .txt-1 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    min-height: 96px;
    font-size: 25px;
}

.tr-content-box-1-2 .tr-link-1 {
    margin-top: 5px;
    display: inline-block;
}

.tr-link-1 {
    color: #fff;
}

.tr-link-1:hover {
    color: #00c6ff;
}

.tr-btn-1 {
    padding: 0 30px;
    height: 52px;
    line-height: 55px;
    background: #e8f0f3;
    font-weight: bold;
    color: #193350;
    font-size: 15px;
    display: inline-block;
}

.tr-btn-1:hover {
    background: #00c6ff;
    color: #fff;
}

.tr-content-box-1-2 .tr-btn-1 {
    margin-top: -10px;
}

.tr-boxes-1 {
    float: left;
    width: 100%;
    margin-bottom: -30px;
}

.tr-boxes-1 .row-box {
    margin-right: -75px;
}

.tr-boxes-1 .col-box {
    float: left;
    margin-bottom: 30px;
    margin-right: 75px;
}

.tr-box-1 {
    display: inline-block;
    color: #193350;
}

.tr-box-1:hover {
    color: #00c6ff;
}

.tr-box-1 .txt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.tr-btn-pdf {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0 8px 0;
    padding-left: 48px;
    background: url('../img/trasy-rowerowe/img02.png') left center no-repeat;
}

.tr-legend-box {
    margin-bottom: 48px;
    padding: 20px 34px 3px 34px;
    background: #fff;
}

.tr-legend {
    display: inline-block;
    vertical-align: top;
    color: #193350;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 240px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.tr-icon {
    margin-right: 10px;
    float: left;
}

.tr-legend .txt {
    overflow: hidden;
    padding-top: 4px;
}

.tr-icon span {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    float: left;
}

.tr-icon {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}

.tr-icon-1 span {
    background: #568c3a;
}

.tr-icon-1 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img03.png');
}

.active .tr-icon-1, .tr-box-2-1:hover .tr-icon-1 {
    background-image: url('../img/trasy-rowerowe/img03white.png');
}

.tr-icon-2 span {
    background: #1060da;
}

.tr-icon-2 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img03.png');
}

.active .tr-icon-2, .tr-box-2-1:hover .tr-icon-2 {
    background-image: url('../img/trasy-rowerowe/img03white.png');
}


.tr-icon-3 span {
    background: #fe0001;
}

.tr-icon-3 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img03.png');
}

.active .tr-icon-3, .tr-box-2-1:hover .tr-icon-3 {
    background-image: url('../img/trasy-rowerowe/img03white.png');
}

.tr-icon-4 span {
    background: #010101;
}

.tr-icon-4 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img03.png');
}

.active .tr-icon-4, .tr-box-2-1:hover .tr-icon-4 {
    background-image: url('../img/trasy-rowerowe/img03white.png');
}

.tr-icon-5 span {
    background: #ff8524;
}

.tr-icon-5 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img04.png');
}

.active .tr-icon-5, .tr-box-2-1:hover .tr-icon-5 {
    background-image: url('../img/trasy-rowerowe/img04white.png');
}

.tr-icon-6 span {
    background: #92278f;
}

.tr-icon-6 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img05.png');
}

.active .tr-icon-6, .tr-box-2-1:hover .tr-icon-6 {
    background-image: url('../img/trasy-rowerowe/img05white.png');
}

.tr-icon-7 span {
    background: #f3e90c;
}

.tr-icon-7 {
    padding-right: 16px;
    background-image: url('../img/trasy-rowerowe/img06.png');
}

.active .tr-icon-7, .tr-box-2-1:hover .tr-icon-7 {
    background-image: url('../img/trasy-rowerowe/img06white.png');
}

.tr-icon-6, .tr-icon-7 {
    padding-right: 27px;
}

.tr-boxes-2 {
    margin-bottom: -15px;
    float: left;
    width: 100%;
}

.tr-box-2 {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.tr-box-2-1 {
    cursor: pointer;
    float: left;
    width: 100%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    background: #fff url('../img/trasy-rowerowe/img07.png') right 34px center no-repeat;
    padding: 34px 84px 32px 34px;
}

.tr-box-2-1:hover, .tr-box-2-1.active {
        background-color: #1d87c0;
    color:#fff;
}

.tr-box-2-1.active {
    background-image: url('../img/trasy-rowerowe/img09.png');    
}

.tr-box-2-1 .col-box {
    float: left;
    padding-right: 15px;
}

.tr-box-2-1 .col-box-1 {
    width:36%;
}

.tr-box-2-1 .col-box-2 {
    width: 62%;
    padding-top: 2px;
}

.tr-box-2-1 .col-box-2 .txt-1-2:first-child {
    min-width: 130px;
}

.tr-box-2-1 .txt-1-1 {
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}

.tr-box-2-1 .txt-1-2 {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 16px;
}

.tr-box-2-1 .tr-popup-1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tr-popup-1 .tr-popup-box {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 2;
    border: 1px solid #d7d7d7;
    padding: 14px 22px;
    font-size: 15px;
    width: 333px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    margin-top: 12px;
    margin-left: 8px;
    display: none;
    color: #193350;
    cursor: default !important;
}

.tr-popup-1 .tr-popup-box:after {
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 11px;
    background: url('../img/trasy-rowerowe/img10.png');
    content: "";
    position: absolute;
    top: -11px;
    left: 15px;
}

.tr-popup-1 .tr-popup-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.tr-box-2-2 {
    float: left;
    width: 100%;
    padding: 35px;
    background: #fff;
    display: none;
}

.tr-box-2-2 figure {
    float: left;
    margin-right: 35px;
}

.tr-box-2-2 .description {
    overflow: hidden;
}

.tr-box-2-2 .txt {
    font-size: 15px;
    margin-bottom: 20px;
}

.tr-box-2-2 table td, .tr-box-2-2 table th {
    font-size: 15px;
    vertical-align: top;
    padding-bottom: 20px;
}

.tr-box-2-2 table th {
    padding-right: 40px;
    font-size: 16px;
}

.tr-box-2-2 table .name-1 {
    font-size: 16px;
    text-transform: uppercase;
}

.tr-status-box {
    text-align: right;
    font-weight: bold;
    font-size: 18px;
}

.tr-status {
    color: #5dab58;
    font-size: 20px;
    padding-left: 46px;
    margin-left: 16px;
    background: url('../img/trasy-rowerowe/img08.png') left center no-repeat;
    text-transform: uppercase;
}

/* *** OFERTA SZLAKI *** */

.tr-boxes-2-1 h3 {
    font-size: 16.25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.tr-boxes-2-1 p {
    margin-bottom: 15px;  
}

.tr-boxes-2-1 .tr-box-2-2 {
    font-size: 14.5px;
}

.tr-boxes-2-1 .tr-data p {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.tr-boxes-2-1 .tr-data-1 {
    font-size: 14.5px;
    padding: 10px 0;
    background: url('../img/icons/img101.png') left center no-repeat;
    padding-left: 40px;
    font-weight: bold;
}

.tr-boxes-2-1 .tr-data-2 {
    font-size: 14.5px;
    padding: 10px 0;
    background: url('../img/icons/img102.png') left center no-repeat;
    padding-left: 40px;
    font-weight: bold;
}

.tr-boxes-2-1 .tr-data-2 {
    margin-bottom: 25px;
}

.tr-boxes-2-1 .tr-data-2 a {
    color: #18a0d4;
}

.tr-boxes-2-1 .tr-data-2 a:hover {
    color: #001f5b;
}

.tr-boxes-2-1 .col-box-1 {
    width: 200px;
}

.tr-boxes-2-1 .col-box-3 {
    text-align: center;
    width: 80px;
    margin: -5px 0;
}

.tr-boxes-2-1 .tr-box-2-1 .col-box-2 {
    width: 72%;
    padding-right: 0;
}

.tr-boxes-2-1 .tr-box-2-1 .txt-1-2 {
    width: 20% !important;
}

.tr-boxes-2-1 .tr-box-2-1 .txt-1-3 {
    max-width: 50%;
    display: inline-block;
    vertical-align: top;
}

.tr-boxes-2-1 .tr-box-2-1 .txt-1-3-icon {
    padding: 5px 0;
    margin: -5px 0;
    padding-right: 40px;
    background: url('../img/icons/img103.png') right center no-repeat;
}

.tr-box-2-1:hover .txt-1-3-icon, .tr-box-2-1.active .txt-1-3-icon {
    background: url('../img/icons/img104.png') right center no-repeat;
}

/* *** AKTUALNOSCI *** */

.content-box-4-1 .nav-tabs-1 {
    width: 100%;
}

/* *** POMOC *** */

.q-box .name {
    position: relative;
    padding: 28px 65px 27px 35px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    cursor: pointer;
    background: #fff;
}

.q-box .name:after {
    width: 24px;
    height: 24px;
    background: url('../img/icons/img105.png');
    content: "";
    display: block;
    top: 50%;
    margin-top: -12px;
    right: 35px;
    position: absolute;
}

.q-box.active .name:after {
    background: url('../img/icons/img106.png'); 
}

.q-box:hover .name, .q-box.active .name {
    color: #fff;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.q-boxes {
    background: #fff;
    border: 1px solid #ebebeb;
}

.q-box {
    border-top: 1px solid #ebebeb;
}

.q-boxes .q-box:first-child {
    border-top: none;
}

.q-box .txt {
    border-top: 1px solid #ebebeb;   
    display: none;
    padding: 28px 35px 27px 35px;
}

.q-content-box-1 {
    margin-top: 30px;
    font-weight: 600;
}

.q-content-box-1 a {
    color: #16aadb;
}

.q-content-box-1 a:hover {
    color: #001f5b;
}

/* *** ATRAKCJE SKLEP *** */

.q-content-box-2 {
    padding-top: 40px;
}

.q-boxes-1 .row-box {
    margin-left: -7px;
    margin-right: -7px;
}

.q-boxes-1 .col-box {
    float: left;
    padding: 0 7px;
}

.q-boxes-1 .col-box-2 {
    width: 50%;
}

.q-boxes-1 .col-box-1 {
    width: 33.5%;
}

.q-boxes-1 .col-box-3 {
    overflow: hidden;
    float: none;
}

.q-box-1 figure {
    margin-bottom: 14px;
}

.q-box-1 a:hover {
    opacity: 0.9;
}

.q-boxes-1 {
    float: left;
    width: 100%;
    margin-bottom: -14px;
}

.q-content-box-3 .q-button-box {
    margin-top: 25px;
    text-align: right;
}

.q-link {
    color: #16aadb;
    font-weight: bold;
}

.q-link:hover {
    color: #001f5b;
}

.row70 {
    margin-left: -35px;
    margin-right: -35px;
}

.row70 > div {
    padding: 0 35px;
}

.q-carousel {
    position: relative;
    z-index: 1;
}

.q-carousel li {
    float: left;
}

.q-carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.q-carousel {
    float: left;
    width: 100%;
    position: relative;
}

.qc-box {
    max-width: 100%;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
}

.qc-box figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fafafc;
    padding: 15px;
    height: 280px;
    border: 1px solid #f0f0f1;
}

.qc-box:hover figure a {
    border-color: #25afdd;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.qc-box figure {
    margin: 0;
}

.qc-box .txt {
    color: #001f5b;
    padding-top: 20px;
    font-size: 16px; 
}

.qc-box .txt a {
    color: #001f5b;    
    font-size: 16px; 
}

.qc-box .txt a:hover {
    color: #001f5b;
    opacity: 0.8;
}

.qc-box .price {
    padding: 3px 0 10px 0;
    font-weight: 600;
    font-size: 18px; 
}

.q-link-2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #16aadb;
}

.q-link-2:hover {
    color: #001f5b; 
}

.q-carousel .bx-controls {
    display: none;
}

.q-carousel .prev-box, .q-carousel .next-box {
    position: absolute;
    top: 116px;
    width: 45px;
    height: 45px;
    z-index: 1000;
}

.q-carousel .prev-box {
    left: -22.5px;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.q-carousel .next-box {
    right: -22.5px;    
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.q-carousel .bx-prev, .q-carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.q-carousel .bx-prev {
    background: url('../img/icons/img107.png') center no-repeat;   
}

.q-carousel .bx-next {
    background: url('../img/icons/img108.png') center no-repeat;      
}

.q-carousel .prev-box:hover, .q-carousel .next-box:hover {
    opacity: 0.90;
}

.q-box-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
}

.q-boxes-2 {
    margin-bottom: -15px;
    float: left;
    width: 100%;
}

.q-box-2 .description {
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(58,58,58,0.65);
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear; 
}

.q-box-2:hover .description {
    background: rgba(58,58,58,0.55);
}

.q-box-2 .image {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.q-content-box-5 {
    padding-top: 40px;
}

.q-content-box-2-1 {
    padding-top: 0;
    margin-top: -10px;
}

.menu-1-3 li {
    width: 33.333%;
}

.qc-boxes-1 .qc-box figure a {
    padding: 0;
    height: auto;
    border: none;
}

.qc-boxes-1 .qc-box figure a:hover {
    opacity: 0.9;
}

.qc-boxes-1 .prev-box, .qc-boxes-1 .next-box {
    top: 50%;
    margin-top: -22.5px;
}

.menu-1-4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
}

/* *** OFERTA SKLEPY *** */

.menu-1-5 ul a {
    font-size: 13px;
}

.text-2 {
    font-size: 18px;
}

.text-2 strong {
    font-weight: 700;
}

.q-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.q-slider figure {
    margin: 0;   
}

.q-slider {
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}

.q-slider .bx-controls {
    display: none;
}

.q-slider .prev-box, .q-slider .next-box {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    width: 45px;
    height: 45px;
    z-index: 1000;
}

.q-slider .prev-box {
    left: -22.5px;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.q-slider .next-box {
    right: -22.5px;    
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
}

.q-slider .bx-prev, .q-slider .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.q-slider .bx-prev {
    background: url('../img/icons/img107.png') center no-repeat;   
}

.q-slider .bx-next {
    background: url('../img/icons/img108.png') center no-repeat;      
}

.q-slider .prev-box a:hover, .q-slider .next-box a:hover {
    opacity: 0.90;
}

.q-content-box-3-1 {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.q-slider {
    z-index: 1;
}

.q-boxes-a {
    background: none;
    border: none;
}

.q-boxes-a .txt {
    background: #fff;
}

.q-boxes-a .q-box {
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.q-boxes-a .q-box:last-child {
    margin-bottom: 0;
}

.q-boxes-a .q-box .name {
    padding: 22px 50px 20px 50px;
    font-family: 'Open Sans', sans-serif;    
    text-align: center;
    text-transform: uppercase;
    background: rgb(24,163,213);
    background: linear-gradient(90deg, rgba(24,163,213,1) 0%, rgba(30,129,188,1) 100%);
    color: #fff;
}

.q-boxes-a .q-box:hover .name, .q-boxes-a .q-box.active .name {
    background: #fff;
    color: rgb(24,163,213);
}

.q-boxes-a .q-box:hover .name:after {
    background-image: url('../img/icons/img113.png');   
}

.q-boxes-a .q-box .name:after {
    background: url('../img/icons/img111.png') center no-repeat;     
}

.q-boxes-a .q-box.active .name:after {
    background: url('../img/icons/img112.png') center no-repeat;     
}

.q-box-3 {
    display: inline-block;
    margin-right: 30px;
}

.q-box-3 a {
    display: inline-block;
    color: #001f5b;
    font-weight: bold;
    padding: 10px 0;
    padding-right: 40px;
    background: url('../img/icons/img114.png') center right no-repeat;
}

.q-box-3 a:hover {
    color: #ff0400;
}

.q-content-box-4a .col-box {
    width: 50%;
    float: left;
}

.q-content-box-4a .name {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

.q-map {
    height: 330px;
}

.q-map iframe {
    width: 100%;
    height: 100%;
}

.q-content-box-4a .description {
    height: 330px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #001f5b;
    font-weight: bold;
}

.q-phone-1 {
    margin-bottom: 35px;
}

.padding-top-0 {
    padding-top: 0;
}

.q-phone-1, .q-mail-1 {
    padding-left: 65px;
}

.q-phone-1 a, .q-mail-1 a {
    color: #16aadb;
    font-size: 24px;
}

.q-phone-1 a:hover, .q-mail-1 a:hover {
    opacity: 0.8;
    color: #16aadb;
}

.q-phone-1 {
    background: url('../img/icons/img115.png') left center no-repeat;
}

.q-mail-1 {
    background: url('../img/icons/img116.png') left center no-repeat;
}