/* *** 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: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #404040;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

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 {
    -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: 1100px;
    }
}

@media (min-width: 1500px){
    .container {
        max-width: 1234px;
    }
}

/* *** HEADER *** */

header {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    border-bottom: 1px solid #707070;
    float: left;
    width: 100%;
}

.header-top {
    background: #002855;
    height: 84px;    
}

.header-top .container {
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
}

.user-box {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
}

.user-txt {
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    padding-top: 1px;
    margin-bottom: 9px;  
}

.btn-1 {
    float: right;
    border-radius: 22px;
    width: 144px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    height: 31px;
}

.btn-1:hover {
    color: #002855;
    background: #fff;
}

.user-box strong {
    font-size: 16px;
}

.header-box {
    float: left;
    height: 65px;
    width: 100%;
    padding: 11px 0;
}

.user-txt a {
    color: #fff;
}

.user-txt a:hover {
    color: #2db4ac;
}

.btn-2 {
    display: inline-block;
    width: 228px;
    height: 43px;
    line-height: 43px;
    border-radius: 22px;
    background: #FF6900;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.btn-2:hover {
    opacity: 0.9;
    color: #fff;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: left;
    margin-top: 4px;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
}

.main-menu > ul > li:first-child {
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.main-menu > ul > li:before {
    content: "|";
    margin: 0 5px;
    margin-top: 11px;
    font-size: 13px;
    float: left;
}

.main-menu > ul > li:first-child:before {
    display: none;
}

.main-menu > ul > li > a {
    color:#404040;
    display: block;
    padding: 10px 0;
    float: left;
    position: relative;
    font-size: 14px;
}

.main-menu > ul > li:hover > a {
    color: #2db4ac;
}

.main-menu > ul > li > a:after {
    height: 2px;
    left: 0;width: 100%;
    content: "";
    display: block;
    position: absolute;
    background: #404040;
    bottom: 4px;
    display: block;
    left: 0;
    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;
}

.main-menu > ul > .current > a {
    color: #bc1521;
    font-weight: bold;
    /*margin-top: -10px;*/
}
.main-menu > ul > .current > a:hover {
    color: #bc1521;
}
.main-menu > ul > .current-1 a:after {
    opacity: 1;
}

.main-menu > ul > .current > a:after {
    bottom: -4px;
}
.menu-value {
    position: absolute;
    top: -100%;
    margin-top: 5px;
    left: 50%;
    margin-left: -15px;
    display: none;
}
a:hover .menu-value {
    display: block;
}
.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** HOME *** */

.content-box-1 {
    padding-top: 20px;
}

.content-box-1 .col-box-1 {
    width: 796px;
    margin-right: 20px;
    float: left;
}

.content-box-1 .col-box-2 {
    float: left;
    width: calc(100% - 816px);
}

.content-box-1 .description {
    border-bottom: 1px solid #707070;
    padding: 12px 0;
    text-align: center;
    border-top: 1px solid #707070;
    height: 400px;
}

.content-box-1 .txt {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 14px;
}

.boxes-1 {
    text-align: center;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.boxes-1 .row-box {
    margin: 0 -10px;
}

.boxes-1 .row-box > div {
    padding: 0 10px;
    float:left;
    width: 50%;
}

.content-box-1 .txt strong {
    font-size: 16px;
    display: block;
}

.button-box-1 {
    clear: both;
}

.button-box-1 .btn-2 {
    width: 100%;
}

.box-1 {
    font-size: 14px;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    padding: 12px 5px;
    height: 111px;
    margin-bottom: 20px;
}

.box-1 .box-1-txt-2 {
    color: #002855;
    font-size: 44px;
    font-weight: 900;
}

.box-1 .box-1-txt-2 sup {
    font-size: 24px;
}

.margin-bottom-1 {
    margin-bottom: 75px;
}

.content-box-2-1 .name {
    font-weight: bold;
    padding-bottom: 6px;
    background: url('../img/bg-1.svg') bottom repeat-x
}

.content-box-2-1 .name-2 {
    background: url('../img/bg-2.svg') bottom repeat-x
}

.content-box-2-1 .name-3 {
    background: url('../img/bg-3.svg') bottom repeat-x
}

.content-box-2-1 .name-4 {
    background: url('../img/bg-4.svg') bottom repeat-x
}

.logos-content .col-box {
    width: 10.8%;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 0 5px;
}

.logos-content {
    clear: both;
    padding: 10px 0 35px 0;
}

.logos-content figure {
    padding: 10px 5px 0 5px;
}

.content-box-2-1-last .logos-content {
    padding-bottom: 0;
}

.title {
    text-align: center;
    font-weight: 900;
    color: #002855;
    margin-bottom: 20px;
}

.carousel li {
    width: 33.3333%;
}

.c-box {
    height: 260px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    border-radius: 15px;
    float: left;
    position: relative;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
    padding: 16px;
    margin-bottom: 20px;
}

.c-box .date {
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    display: inline-block;
}

.c-box .name {
    font-size: 16px;
    padding: 1px 5px 0 5px;
    font-weight: 900;
    background: #fff;
    margin-top: 5px;
    display: inline-block;
}

.button-box-2 {
    position:absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: 100%;
}

.btn-3 {
    display: inline-block;
    width: 127px;
    height: 43px;
    border: 2px solid #002855;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #002855;
}

.btn-3:hover {
    color: #FF6900;
    border-color: #FF6900;
}

.btn-4 {
    display: inline-block;
    width: 208px;
    height: 43px;
    background: #002855;
    border: 2px solid #002855;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 41px;
    text-align: center;
    color: #fff;
}

.btn-4:hover {
    color: #fff;
    border-color: #FF6900;
    background: #FF6900;
}

.carousel .bx-controls {
    display: block;
}

.carousel .bx-pager {
    padding-top: 5px;
}

body .carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #002855 !important;
    opacity: 0.3;
}

body .carousel .bx-wrapper .bx-pager-item {
    margin: 0 2px;
}

body .carousel .bx-wrapper .bx-pager.bx-default-pager a.active, body .carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
}

.carousel .bx-controls-direction {
    display: none;
}

.carousel .prev-box, .carousel .next-box {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 14px;
    height: 28px;
    z-index: 1000;
}

.carousel .prev-box {
    left: 0;    
}

.carousel .next-box {
    right: 0;    
}

.carousel .bx-prev, .carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.carousel .bx-prev {
    background: green url('../img/sprite.png') -355px -15px;   
}

.carousel .bx-next {
    background: green url('../img/sprite.png') -370px -15px; 
}

.carousel .bx-prev:hover, .carousel .bx-next:hover {
    opacity: 0.90;
}

/* *** BANNER *** */

.banner-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.banner-1 .bx-controls {
    display: none;
}

/* *** BREADCRUMB *** */

.breadcrumb-box {
    float: left;
    width: 100%;
    color: #1c2f5a;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    margin-right: 20px;
    list-style: none;
}

.breadcrumb-box a {
    color: #1c2f5a;
}

.breadcrumb-box a:hover {
    color: #000;    
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #002855;
    color: #fff;
    font-size: 14px;
    padding: 25px 0;
    line-height: 25px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #2db4ac;
}

footer .row-box {
    margin-left: -10px;
    margin-right: -10px;
}

footer .row-box .col-box {
    padding: 0 10px;
    width: 25%;
    float: left;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.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 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background:#002855;
    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%;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.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: 100;
    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: #404040;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 15px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #2db4ac;
    color: #fff;
}

.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: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    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;
}

/* *** 01 *** */

.main-content {
    padding-top: 35px;
    float: left;
    width: 100%;
    min-height: calc(100vh - 275px);
}

.main-content.margin-bottom-1 {
    padding-bottom: 75px;
    margin-bottom: 0;
}

.text {
    line-height: 25px;
}

.text p:last-child {
    margin-bottom: 0;
}

.text strong {
    font-weight: 900;
}

.s-box-1 {
    text-align: center;
}

.slider-1 {
    width: 854px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
}

.slider-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.s-images .col-box {
    width: 20%;
    float: left;
}

.s-images .col-box img {
    width: 125px;
    opacity: 0.18;
}

.s-images .col-box-2 {
    margin-top: 50px;
}

.s-images .col-box-1 {
    margin-top: 160px;
}

.slider-1 figure {
    float: left;
    width: 100%;
    margin-top: -90px;
}

.slider-1 h2 {
    color: #002855;
    line-height: 25px;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0;
}

.slider-1 .description {
    padding-top: 70px;
    float: left;
    width: 100%;
}

.slider-1 img {
    display: inline !important;
}

.slider-1 .text {
    font-size: 14px;
    margin: 0 -50px;
    line-height: 20px;
}

.slider-1 .text a {
    color: #404040;
}

.slider-1 .text a:hover {
    color: #002855;
}

.slider-1 .prev-box, .slider-1 .next-box {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 38px;
    height: 52px;
    z-index: 1000;
}

.slider-1 .prev-box {
    left: 0;    
}

.slider-1 .next-box {
    right: 0;    
}

.slider-1 .bx-prev, .slider-1 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.slider-1 .bx-viewport {
    overflow: visible !important;
}

.slider-1 .bx-prev {
    background: url('../img/icons/img01.svg') center no-repeat;   
}

.slider-1 .bx-next {
    background: url('../img/icons/img01.svg') center no-repeat;       
	-webkit-transform: scaleX(-1);
 	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
		    transform: scaleX(-1);
			   filter: flipv;
}

.slider-1 .bx-prev:hover, .slider-1 .bx-next:hover {
    opacity: 0.90;
}

.slider-1 {
    position: relative;
}

.slider-1 .bx-controls {
    display: none;
}

.controls-1 {
    position: absolute;
    top: 398px;
    left: 50%;
    margin-left: -350px;
    width: 700px;
    height: 4px;
}

.controls-1:after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    height: 4px;
    width: 86%;
    left: 7%;
    background: #002855;  
}

/* *** CASHBANK *** */

.content-box-4 {
    border: 1px solid #FF6900;
    border-radius: 15px;
    padding: 20px;
}

.margin-bottom-2 {
    margin-bottom: 30px;
}

.box-2 {
    border: 1px solid #002855;
    padding: 15px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    color: #002855;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
}

.box-2 .txt-2 {
    padding-left: 15px;
    font-size: 36px;
    font-weight: 900;
}

.content-box-4 .box-2 {
    margin-bottom: 60px;
}

.input-box {
    margin-bottom: 20px;
}

.input-box input {
    width: 100%;
    text-align: center;
    border: none;
    color: #002855;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    border-bottom: 2px solid #002855;
}

::-webkit-input-placeholder { /* Edge */
    color: #002855;
    opacity: 0.43;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #002855;
    opacity: 0.43;
}

::placeholder {
    color: #002855;
    opacity: 0.43;
}

.btn-5 {
    height: 81px;
    background: #002855;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 84px;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 5px 15px #00000029;
}

.btn-5:hover {
    color: #fff;
    background: #FF6900;
}

.alert-1 {
    text-align: center;
    margin-top: 20px;
    color: #2DB4AC;
    font-size: 14px;
}

.alert-2 {
    text-align: center;
    margin-top: 20px;
    color: #FF0000;
    font-size: 14px;
}

body .row {
    margin-left: -10px;
    margin-right: -10px;
}

body .row > div {
    padding: 0 10px;
}

.boxes-2 .box-2 {
    margin-bottom: 20px;
}

.box-2-1 .txt-1 {
    color: #404040;
}

.boxes-2 {
    margin-bottom: -20px;
}

.text-1 p:last-child {
    margin-bottom: 0;
}

.text-1 p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #404040;
}

.content-box-5-1 .text-1 {
    padding: 0 15px;
}

.table-box {
    overflow: auto;
}

.table-box table {
    width: 100%;
}

.table-box td, .table-box th {
    background: #E5E5E5;
    font-size: 14px;
    padding: 7px 15px 6px 15px;
}

.table-box tr:nth-child(even) td {
    background: #f7f7f7;
}

.button-box-3 {
    text-align: center;
    padding: 10px 0 12px 0;
}

.link-1 {
    color: #404040;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
}

.link-1:hover {
    color: #002855;
    text-decoration: underline;
}

/* *** MOJE KONTO *** */

.menu-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-1 li {
    display: inline-block;
    vertical-align: top;
}

.menu-1 {
    margin-bottom: 25px;
}

.menu-1 ul > li > a {
    color: #002855;
    display: block;
    font-weight: bold;
    float: left;
    position: relative;
    font-size: 14px;
}

.menu-1 ul > li > a:hover, .menu-1 ul > li.current > a {
    text-decoration:underline;
}

.menu-1 ul > li:after {
    content: "|";
    margin: 0 5px;
    margin-top: 1px;
    font-size: 13px;
    float: left;
}

.menu-1 ul > li:last-child:after {
    display: none;
}

.main-content-1 {
    background: #00000008;
}

.boxes-3 {
    text-align: center;
}

.boxes-3 .row-box {
    margin-left: -8px;
    margin-right: -8px;
}

.boxes-3 .col-box {
    width: 49.8%;
    display: inline-block;
    padding: 0 8px;
    vertical-align: top;
    margin-bottom: 20px;
}
 
.box-3 {
    text-align: left;
    padding: 15px 15px;
    display: block;
    box-shadow: 0px 5px 15px #0000003B;
    border: 2px solid #002855;
    border-radius: 15px;
    height: 124px;
    background: #fff;
    color: #404040;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.box-3 .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.box-3 figure {
    width: 62px;
    text-align: center;
    float: left;
}

.box-3 .description {
    padding-left: 15px;
    overflow: hidden;
}

.box-3:hover {
    color: #002855;
    box-shadow: none;
}

/* *** PROCENT REALIZACJI CELU *** */

.content-box-6 {
    text-align: center;
    padding-top: 10px;
}

.content-box-6 .txt-1 {
    color: #404040;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 25px;
}

.content-box-6 .txt-2 {
    color: #404040;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 25px;
}

.procent-value {
    color: #002855;
    font-size: 50px;
    font-weight: 900;
}

.procent-value span {
    border: 1px solid #707070;
    height: 55px;
    letter-spacing: 2px;
    padding: 0 7px 0 10px;
    display: inline-block;
    line-height: 53px;
}

.procent-content {
    position: relative;
    height: 82px;
    width: 100%;
}

.procent-box {
    top: 0;
    width: 1px;
    height: 82px;    
    background: #707070;
    position: absolute;
}

.procent-box-1 {
    left: 0;
    text-align: left;
}

.procent-box-2 {
    left: 33.333%;
}

.procent-box-3 {
    right: 33.333%;
}

.procent-box-4 {
    text-align: right;
}

.procent-box-4 {
    right: 0;
}

.procent-box .txt {
    color: #404040;
    margin-top: 100px;
    width: 140px;
    font-weight: 900;
    opacity: 0.3;
}

.procent-box.current .txt {
    opacity: 1;  
}

.procent-box.current figure {
    display: block;
}

.procent-slider {
    border: 1px solid #707070;
    border-radius: 30px;
    height: 24px;
    position: absolute;
    z-index: 2;
    top: 15px;
    background: #fff;
    left: -5px;
    width: 100%;
    padding: 6px 8px;
    width: calc(100% + 10px);
}

.pr-slider {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;    
    float: left;
}

.pr-slider div {
    height: 100%;  
    float: left;
    background: #002855;
}

.procent-box figure {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -33px;
    display: none;
}

.procent-box figure span {
    width: 66px;
    height: 66px;
    border: 1px solid #707070;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.procent-box-4 .txt {
    float: right;
}

.procent-box .txt span {
    padding-top: 3px;
    font-size: 30px;
    display: block;
}

.procent-box-3 .txt, .procent-box-2 .txt {
    margin-left: -70px;
}

.procent-content {
    margin-bottom: 120px;
}

.box-4 {
    height: 111px;
    padding: 20px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    color: #404040;
    margin-bottom: 20px;
    font-size: 14px;
    background: #fff;
    font-weight: bold;
    align-items: center;
}

.boxes-4 {
    margin-bottom: -20px;
}

.box-4 .txt-2 {
    color: #002855;
    padding-left: 15px;
    font-size: 36px;
    font-weight: 900;
}

.box-4-1 .txt-1, .box-4-1 .txt-2 {
    opacity: 0.3;
}

.content-box-7 {
    padding-top: 25px;
    text-align: right;
    color: #404040;
    font-size: 14px;
}

/* *** ZDOBYTE PUNKTY *** **/

.title-1 {
    color: #404040;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 40px;
    text-align: center;
}

.margin-top-1 {
    padding-top: 10px;
}

.boxes-2-1 .box-2 {
    background: #fff;
    border-color: #fff;
}

.box-2 .txt-2 {
    white-space: nowrap;
}

.btn-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    padding-top: 2px;
    height: 78px;
    text-align: center;
    background: #002855;
    border-radius: 15px;
    box-shadow: 0px 5px 15px #00000029;
}

.btn-6:hover {
    color: #fff;
    background:#FF6900;
}

.margin-bottom-3 {
    margin-bottom: 15px;
}

.wrapper-1 {
    padding-left: 100px;
}

.slider-2 {
    position: relative;
}

.slick-dots li button {
    opacity: 0.23;
    background: #002855;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.slick-dots li {
    margin: 0;   
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slider-2 {
    margin-bottom: 70px;
}

.s-box-2-1 {
    width: 245px;
    height: 341px;
    border: 1px solid #002855;
    background: #fff;
    border-bottom-width: 20px;
}

.slider-2 .slick-slide {
    transform: scale(0.9);
    width: 245px;
    opacity: 0.2;
}

.slider-2 .slick-current {
    width: 245px;
    position: relative;
    opacity: 1;
    z-index: 10;
    transform: scale(1);
    box-shadow: 0px 5px 15px #00000029;
}

.slider-2 .txt {
    text-align: center;
    font-size: 14px;
    width: 360px;
    padding: 20px 0;
    max-width: 100%;
    margin: 0 auto;
}

.s-box-2-1 {
    text-align: center;
    padding: 15px;
}

.s-box-2-1 img {
    display: inline !important;
}

.s-box-2-1 .name {
    color: #002855;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0 10px 0;
}

.s-box-2-1 table {
    width: 100%;
    text-align: left;
}

.s-box-2-1 table th {
    font-size: 12px;
    color: #000000;
}

.s-box-2-1 table tr th:last-child, .s-box-2-1 table tr td:last-child {
    text-align: right;
}

.s-box-2-1 table tr td {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.s-box-2-1 table tr td:last-child {
    color: #002855;
    font-size: 25px;
    font-weight: bold;
}

.s-box-2 {
    margin-bottom: 15px;
}

.s-box-2-1 figure {
    height: 89px;
}

.margin-top-2 {
    margin-top: 40px;
}

.communique-1 {
    font-size: 18px;
    font-weight: 900;
    color: #002855;
    padding: 0 60px;
    max-width: 100%;
    padding-bottom: 59px;
    padding-top: 16px;
    width: 436px;
    border-top: 3px solid #2DB4AC;
    background: url('../img/icons/img03.svg') bottom center no-repeat;
    text-align: center;
}

.communique-1 .com-txt span {
    color: #29BBB3;
}

.communique-1 .com-name {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
}

.communique-1 .com-name img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

.frame-bg {
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.table-1 table {
    width: 100%;
    font-size: 14px;
}

.table-1 table tr td {
    padding: 3px 0;
    padding-right: 15px;
}

.table-1 table tr td:last-child {
    padding-right: 0;
}

.table-1 table .txt-1 {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
}

.checkbox-box label {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
    width: calc(100% - 20px);
    font-size: 12px;
    margin: 0;
}

.checkbox-content .checkbox-box:last-child {
    margin-bottom: 0;
}

.checkbox-box {
    margin-bottom: 20px;
}

.icheckbox {
    width: 15px;
    height: 15px;
    border: 1px solid #404040;
    background: #fff;
    display: inline-block;
    vertical-align: top;
}

.icheckbox.checked {
    background: url('../img/icons/img04.svg') center center no-repeat;
}

.icheckbox input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: none;
    left: 0;
    display: block;
}

.icheckbox ins {
    z-index: 2;
}

.btn-7 {
    display: flex;
    align-items: center;
    color: #002855;
    text-align: center;
    justify-content: center;
    background: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 15px;
    padding-top: 2px;
    text-align: center;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    height: 53px;
}

.btn-7:hover {
    color: #fff;
    background:#FF6900;
}

.main-content-1 .table-box tr:nth-child(even) td {
    background: #f2f2f2;
}

.margin-top-3 {
    margin-top: 30px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

/* *** MOJE PROMOCJE *** */

.box-5 {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    color: #404040;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.box-5:hover {
    color: #404040;
}

.box-5 figure, .box-5 .txt-4 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-5:hover figure {
    color: #404040;
    opacity: 0.9;
}

.box-5:hover .txt-4 {
    color: #002855;
}

.box-5 .txt-1 {
    margin-bottom: 15px;
    font-size: 8px;
}

.box-5 .txt-2 {
    font-weight: 900;
    color: #002855;
    font-size: 16px;
    margin-bottom: 15px;
}

.box-5 .txt-3 {
    margin-bottom: 15px; 
}

.box-5 .txt-4 {
    text-decoration: underline;
}

.box-5 .txt-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.box-5 figure {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 233px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-5 .description {
    position: relative;
    padding: 10px;
    margin-left: 233px;
    height: 180px;
}

.carousel-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box-6 {
    font-size: 12px;
    color: #404040;
    display: block;
    background: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
}

.box-6 img {
    display: inline !important;
}

.box-6 {
    margin-bottom: 20px;
}

.box-6:hover {
    color: #404040; 
}

.box-6 figure, .box-6 .txt-4 {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.box-6:hover figure {
    opacity: 0.9;
}

.box-6:hover .txt-4 {
    color: #002855;
}

.box-6 .description {
    padding: 10px;
}

.box-6 .txt-3 {
    margin-bottom: 10px;
}

.box-6 figure {
    position: relative;
    width: 100%;
    height: 149px;
    color: #fff;
    background-size: cover;
    padding: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-6 .date {
    z-index: 1;
    font-size: 8px;
    position: relative;
    margin-bottom:15px;
}

.box-6 .txt-1 {
    z-index: 1;
    font-size: 8px;
    position: relative;
    margin-bottom:2px;
}

.box-6 .txt-2 {
    z-index: 1;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.1;
    position: relative;
    margin-bottom:10px;
}

.box-6 figure:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
}

.carousel-1 .bx-controls {
    display: block;
}

.carousel-1 .bx-pager {
    padding-top: 5px;
}

body .carousel-1 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #002855 !important;
    opacity: 0.3;
}

body .carousel-1 .bx-wrapper .bx-pager-item {
    margin: 0 2px;
}

body .carousel-1 .bx-wrapper .bx-pager.bx-default-pager a.active, body .carousel-1 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
}

.carousel-1 .bx-controls-direction {
    display: none;
}

.btn-8 {
    height: 54px;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    padding-top:1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #002855;
    text-align: center;
}

.btn-8:hover {
    color: #fff;
    background: #FF6900;
}

.button-box-4 {
    margin-top: 25px;
}

.box-6 .txt-2-1 {
    font-size: 20px;
    font-weight: 900;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}

.box-6 .txt-3 {
    min-height: 45px;
}

/* *** BAZA WIEDZY *** */

.filtration-box {
    margin-bottom: 20px;
    text-align: right;
}

.f-box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.btn-filter {
    width: 124px;
    height: 27px;
    border: 1px solid #707070;
    border-radius: 22px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #404040;
    font-weight: 900;
    line-height: 25px;
    padding: 0 20px;
    background: url('../img/icons/img16.png') center right 15px no-repeat;
}

.btn-filter:hover {
    opacity: 0.9;
    color: #404040;
}

.sort-select {
    position: relative;
    z-index: 3;
}

.sort-select .name {
    font-size: 12px;
    padding: 6px 0;
    font-weight: 900;
    cursor: pointer;
    padding-right: 15px;
    background: url('../img/icons/img17.svg') right center no-repeat;
}

.sort-select ul {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0;
    margin: 0;
    display: none;
    list-style: none;
    text-align: right;
    background: #fff;
    width: 130px;
    font-size: 13px;
    padding: 5px 15px 6px 15px;
    border: 1px solid #707070;
}

.sort-select:hover ul {
    display: block;
}

.sort-select ul a:hover {
    color: #002855;
}

.sort-select ul a {
    padding: 2px 0;
    display: block;
    color: #404040;
}

.box-7 {
    display: block;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    overflow: hidden;
    color: #404040;
    margin-bottom: 40px;
}

.box-7 .txt-1 {
    margin-bottom: 5px;
    min-height: 54px;
    overflow: hidden;
}

.box-7 figure {
    height: 149px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.box-7 .description {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.box-7 .txt-2 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
}

.box-7 figure, .box-7 .txt-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;
}

.box-7:hover figure {
    opacity: 0.9;
}

.box-7:hover .txt-2 {
    color: #002855;
}

.box-7:hover {
    color: #404040;
}

.pagination-box {
    float: left;
    width: 100%;
    text-align: center;
}

.pagination-box li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.pagination-box li a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #002855 !important;
    opacity: 0.3;
    display: block;
}

.pagination-box li.current a, .pagination-box li a:hover {
    opacity: 1;
}

/* *** TOP OFERTA *** */

.color-green {
    color: #2DB4AC;
}

.box-8 {
    overflow: hidden;
    display: block;
    box-shadow: 0px 5px 15px #00000029;
    border: 2px solid #2DB4AC;
    border-radius: 15px;
    color: #404040;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.boxes-8 {
    margin-bottom: 20px;
}

.box-8 figure {
    height: 147px;
    display: flex;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.box-8 .description {
    padding: 0 20px;
    padding-top: 10px;
}

.box-8 .txt-1, .box-8 .txt-2 {
    margin-bottom: 15px;
}

.box-8 .height-3 {
    min-height: 95px;
}

.box-8 .txt-3 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 10px;
    margin-bottom: 10px;
}

.box-8:hover {
    color: #404040;
}

.box-8 figure, .box-8 .txt-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;
}

.box-8:hover figure {
    opacity: 0.9;
}

.box-8:hover .txt-3 {
    color: #002855;
}

.box-8:hover {
    color: #404040;
}

/* *** MOJA KARTA *** */

.content-box-9-1 {
    width: 521px;
    padding-bottom: 20px;
    background: url('../img/bg-5.svg') center bottom no-repeat;
}

.content-box-9 .figure-1 {
    margin: 15px 0 0 325px;
}

.button-box-5 {
    margin-top: 50px;
}

.button-box-5 a {
    color: #002B91;
    font-size: 16px;
    font-style: italic;
}

.button-box-5 a:hover {
    color: #FF6900;
}

.main-content-bg-1 {
    background: url('../img/img03-1.png') right top no-repeat;
}

/* *** PARTNERZY *** */

.container .container {
    padding: 0;
}

.table-box-1 {
    margin-bottom: 60px;
    overflow: auto;
    padding-top: 20px;
}

.table-box-1 table {
    width: 100%;
}

.table-box-1 table td, .table-box-1 table th {
    border-bottom: 1px solid #404040;
    font-size: 16px;
    padding: 9px 10px 10px 10px;
}

.table-box-1 table td:first-child, .table-box-1 table th:first-child {
    padding-left: 0;
}

.th-bg-1 {
    background: transparent url('../img/img05.png');
    background-size: 100% 100%;
}

.th-bg-2 {
    background: transparent url('../img/img06.png');
    background-size: 100% 100%;
}

.th-bg-3 {
    background: transparent url('../img/img07.png');
    background-size: 100% 100%;
}

.th-bg-4 {
    background: transparent url('../img/img08.png');
    background-size: 100% 100%;
}

.td-bg-1 {
    background: transparent url('../img/img05-1.png');
    background-size: 100% 100%;
    font-weight: bold;
}

.td-bg-2 {
    background: transparent url('../img/img06-1.png');
    background-size: 100% 100%;
    font-weight: bold;
}

.td-bg-3 {
    background: transparent url('../img/img07-1.png');
    background-size: 100% 100%;
    font-weight: bold;
}

.td-bg-4 {
    background: transparent url('../img/img08-1.png');
    background-size: 100% 100%;
    font-weight: bold;
}

.table-box-1 .txt-1 {
    width: 133px;
}

.k-carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.k-carousel .bx-viewport {
    overflow: visible !important;
}

body .k-carousel .bx-wrapper .bx-pager-item {
    margin: 0 2px;
}

body .k-carousel .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #002855 !important;
    opacity: 0.3;
}

body .k-carousel .bx-wrapper .bx-pager.bx-default-pager a.active, body .k-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
    opacity: 1;
}

body .k-carousel .bx-wrapper .bx-pager {
    padding-top: 0;
}

/* *** PROMOCJE *** */

.z-box-1 {
    position: relative;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    height: 260px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z-box-1 .date {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 1px 5px;
    color: #404040;
    font-size: 12px;
    background: #fff;
}

.z-box-1 .name {
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px 1px 5px;
    color: #404040;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 900;
    background: #fff;
}

.z-button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}

.z-box-1-1 {
    height: 539px;
}

.btn-4-1 {
    color: #2DB4AC;
    background: #fff;
    border-color: #2DB4AC;
}

.btn-4-1:hover {
    color: #FF6900;
    background: #fff;
    border-color: #FF6900; 
}

.a-box-3 .txt-3, .a-title .txt-3 {
    font-weight: bold;
    color: #000000;
}

.a-title {
    position: relative;
}

.a-title .txt-3 {
    position: absolute;
    top: 9px;
    right: 0;
}

.a-box-3 .txt-3 span, .a-title .txt-3 span {
    color: #2DB4AC; 
}

.a-table-box-3 table {
    width: 100%;
}

.a-table-box-3 table td {
    padding: 15px 10px 15px 15px;
    color: #002855;
}

.a-table-box-3 {
    overflow: auto;
}

.a-table-box-3 table th {
    color: #002855;
    font-size: 13px;
    padding: 15px 10px 15px 15px;
    font-weight: normal;
}

.a-table-box-3 table tr:nth-child(even) td {
    background: #F6F6F6;
}

/* *** RWD *** */

@media only screen and (max-width: 1500px) {
    .content-box-1 .col-box-1 {
        width: 690px;
    }
    .content-box-1 .col-box-2 {
        width: calc(100% - 710px);
    }
    .btn-4 {
        width: 166px;
    }
    .btn-5 {
        height: 61px;
        line-height: 63px;
    }
    .box-2 {
        padding: 5px 15px;
    }
    .btn-6 {
        height: 58px;
    }
    .box-2 .txt-2 {
        font-size: 32px;
    }
    .box-4 {
        height: 80px;
        padding: 5px 15px;
    }
    .btn-6 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1340px) {
    .main-content-bg-1 {
        background: url('../img/img03-1.png') center top no-repeat;
    }
}

@media only screen and (max-width: 1280px) {
    .box-1 {
        font-size: 13px;
        padding-top: 12px;
        padding-bottom: 3px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-content {
        min-height: 10px;
    }
    .z-box-1 .btn-4 {
        width: 127px;
    }
    .main-content-bg-1 {
        background: url('../img/img03-1.png') left -50px top no-repeat;
    }    
    .box-5 figure {
        width: 150px;
    }
    .box-5 .description {
        margin-left: 150px;
    }
    .communique-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-6 {
        font-size: 16px;
    }
    .main-menu > ul > li > a:after {
        bottom: 0;
        height: 1px;
    }
    .slider-1 .text {
        margin: 0;
    }
    .main-menu {
        width: 70%;
    }
    .main-menu > ul > li > a {
        padding: 0;
    }
    .main-menu > ul > li:after {
        margin-top: 1px;
        content: "|";
        margin: 0 5px;
        margin-top: 1px;
        font-size: 13px;
        float: left;
    }
    .main-menu > ul > li:before {
        display: none;
    }
    .main-menu > ul > .current > a {
        margin-top: 0;
    }
    .main-menu > ul > li:last-child:after {
        display: none;
    }
    .content-box-1 .col-box-1 {
        width: 60%;
        margin-right: 0;
    }
    .content-box-1 .col-box-2 {
        padding-left: 20px;
        width: 40%;
    }
    .content-box-1 .description {
        height: auto;
    }
    .boxes-1 {
        margin-bottom: 5px;
    }
    .logos-content .col-box {
        width: 100px;
    }
    .c-box .btn-4 {
        width: 127px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-menu ul li:hover ul {
        display: none;
    }
    .main-menu > ul > li > a {
        padding: 0 10px;
    }
    .main-menu ul > li.li-submenu > a {
        padding-right: 50px !important;
    }
    .main-menu ul > li > a .btn-slide-down {
        line-height: 61px;
        background: none !important;
        border-color: #fff !important;
    }
    .btn-slide-down {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .z-button-box .float-left, .z-button-box .float-right {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .a-box-3 .btn-4 {
        width: 140px;
        padding: 0 15px;
    }
    .main-content-bg-1 {
        background: none;
    }     
    .wrapper-1 {
        padding-left: 0;
    }
    .slider-2 .txt {
        padding-top: 0;
    }
    .box-4 .txt-2 {
        font-size: 20px;
        text-align: right;
    }    
    .procent-content {
        margin-top: 90px;
    }
    .boxes-3 .col-box {
        width: 100%;
    }
    .box-3 {
        padding: 25px 15px;
        height: auto;
    }
    .content-box-4 .box-2 {
        margin-bottom: 30px;
    }
    .slider-1 {
        width: 100%;
    }
    .controls-1 {
        left:0;
        width: 100%;
        margin-left: 0;
    }
    .content-box-1 .col-box-1 {
        width: 55%;
    }
    .box-1 {
        position: relative;
    }
    .box-1-txt-2 {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
    }
    .content-box-1 .col-box-2 {
        width: 45%;
    }
    .box-1 .box-1-txt-2 sup {
        font-size: 14px;
    }
    .box-1 .box-1-txt-2 {
        font-size: 30px;
    }
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    body {
        padding-top: 70px;
    }
    header {
        position: relative;
        border-top: 1px solid #fff;
    }
    header .float-right {
        width: 100%;
    }
    .user-box {
        position: relative;
    }
    .header-top .container {
        padding: 0 15px;
    }
    .user-box {
        top: auto;
        right: auto;
    }
    .header-top {
        padding: 7px 0 11px 0;
        height: auto;
        float: left;
        width: 100%;
        text-align: center;
    }
    .user-txt {
        display: inline-block;
        font-size: 14px;
        border: none;
        padding-bottom: 0;
    }
    .user-txt strong {
        font-size: 14px; 
    }
    .btn-1 {
        float: none;
        display: inline-block;
    }
    .user-btn {
        float: left;
        width: 100%;
    }
    .header-box {
        height: auto;
        width: 100%;
    }
    header .float-right {
        text-align: center;
    }
    .logo {
        display: none;
    }
    .search-box {
        width: 100%;
    }
    .header-right-box {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    header .langs-box {
        display: none;
    }
    .banner-full-screen {
        height: calc(100% - 72px);
    }
    .box-1 {
        height: 106px;
    }
}

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

    .z-button-box .float-left, .z-button-box .float-right {
        width: auto;
    }
    .content-box-9-1 {
        max-width: 100%;
        background-position: right bottom;
    }
    .content-box-9 .figure-1 {
        margin-left: 0;
        text-align: right;
    }
    .box-8 .description {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-5 .description {
        height:auto;
        margin-left: 100px;
    }
    .box-5 figure {
        width: 100px;
    }
    .boxes-5 {
        margin-top: 20px;
    }
    .content-box-8 .row > div:first-child {
        margin-bottom: 50px;
    }
    .table-1 table .txt-1 {
        font-size: 18px;
    }
    .communique-1 {
        margin: 0 auto;
        margin-top: 30px;
    }
    .btn-7 {
        padding-top: 1px;
        font-size: 16px;
    }
    .slider-2 {
        margin-top: 50px;
    }
    .box-2 .txt-2 {
        font-size: 25px;
    }
    .content-box-5 .btn-6 {
        margin-bottom: 20px;
    }
    .procent-box .txt span {
        font-size: 18px;
    }
    .procent-box figure {
        display: none !important;
    }
    .menu-1 ul > li > a {
        display: inline-block;
        float: none;
    }
    .menu-1 ul > li {
        margin: 2px 0;
        width: 100%;
        text-align: center;
    }
    .menu-1 ul > li:after{
        display: none;
    }
    .menu-1 {
        text-align: center;
    }
    .procent-content {
        margin-top: 34px;
    }
    .procent-box .txt {
        font-size: 12px;
    }
    .btn-5 {
        font-size: 16px;
        line-height: 82px;
    }
    .content-box-5-1 {
        margin-top: 33px;
    }
    .s-images {
        display: none;
    }
    .slider-1 figure {margin-top: 0;}
    .content-box-1 .col-box-1 {
        width: 100%;
    }
    .controls-1 {
        top: 201px;
    }
    .controls-1:after {
        width: 70%;
        left: 15%;
    }
    .content-box-1 .col-box-2 {
        width: 100%;
        padding-left: 0;
    }
    .content-box-1 .description {
        border-top: none;
    }
    footer .row-box .col-box {
        width: 100%;
        margin-top: 20px;
    }
    footer .row-box .col-box:first-child {
        margin-top: 0;
    }
    footer {
        text-align: center;
    }
    .hide767 {
        display: none;
    }
    .button-box-2, .c-box {
        padding: 10px;
    }
    .logos-content .col-box {
        width: 32.3333%;
    }
}

@media only screen and (max-width: 576px) {
   
}

/* *** LOGOWANIE *** */

.r-content-box-1 {
    float: left;
    width: 100%;
}

.r-label-box {
    width: 250px;
    float: left;
}

.r-label-box {
    font-size: 12px;
    text-align: right;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.r-form-box {
    padding-top: 5px;
}

.r-label-box label {
    margin: 0;
    padding-bottom: 1px;
}

.r-row-box {
    margin-bottom: 17px;
}

.r-input-box input {
    height: 46px;
    padding: 0 15px;
    display: block;
    border: 1px solid #002855;
    width: 100%;
}

.user-txt-1 {
    border: none;
}

.r-input-box {
    padding-left: 10px;
    overflow: hidden;
}

.r-button-box {
    text-align: right;
    padding-top: 20px;
}

.r-button-box .btn-8-1 {
    width: 536px;
}

.btn-8-1 {
    float: none;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #2db4ac;
    border: none;
    line-height: 50px;
    font-size: 16px;
}

.r-button-box-2 {
    text-align: right;
    padding: 10px 0 10px 0;
}

.r-button-box-2 a {
    color: #002855;
    text-decoration: underline;
    font-size: 14px;
}

.r-button-box-2 a:hover {
    color: #FF6900;
    text-decoration: underline;
}

.r-button-box-1 .btn-8-1 {
    width: 100%;
}

.m-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-popup-content {    
    width: 546px;
    margin: 0 auto;
    max-width: 100%;
    box-shadow: 0px 5px 15px #00000029;
    border-radius: 15px;
    border: 1px solid #002855;
    text-align: center;
    background: #fff;
    padding: 20px 50px;
}

.m-button-box {
    padding-top: 30px;
}

.m-popup-content .txt {
    font-style: italic;
}

.btn-3-1 {
    background: #002855;
    width: 340px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
}

.btn-3-1:hover {
    background: #ff6900;
    color: #fff;
}

.m-icon {
    border-bottom: 2px solid #404040;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -10px;    
    margin-bottom: 15px;
    padding-bottom: 7px;
}

@media only screen and (max-width: 992px) {
    .m-popup-content {
        padding: 20px;
    }
    .m-popup {
        overflow: auto;
        display: block;
        padding: 15px;
    }
    .r-label-box {
        width: 100%;
        height:auto;
        padding: 0 0 5px 0;
        text-align: left;
        justify-content: flex-start;
    }
    .r-button-box .btn-8-1 {
        width: 100%;
    }
    .r-input-box {
        float: left;
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .r-content-box-1 .row > div:first-child {
        margin-bottom: 37px;
    }
}

/* *** 18.12 *** */
    
.logos-content .col-box {
    width: auto !important;
}

.logos-content figure {
    height: 60px;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.logos-content .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}

.logos-content .row-box {
    margin: 0;
}

.logos-content .bx-controls {
    display: none;
}

/* *** NEW *** */

.a-main-content {
    float: left;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 65px;
}

.banner-1 {
    position: relative;
}

.banner-1 .description {
    position: absolute;
    top: 0;
    left: 0;
    color: #002855;
    font-size: 30px;
    width: 45%;
    margin: 10px 0;
}

.banner-1 .bx-controls {
    display: block;
    float: left;
    position: absolute;
    bottom: 23px;
    left: 370px;
}

.banner-1 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #002855;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.banner-1 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.a-margin-bottom-1 {
    margin-bottom: 25px;
}

.a-content-box-1 {
    font-size: 20px;
    text-align: center;
    color: #404040;
}

.a-text p {
    margin-bottom: 20px;
}

.a-ul-1 strong {
    margin-left: 25px;
}

.a-ul-1 li {
    margin-bottom: 20px;
}

.a-ul-1 li:last-child {
    margin-bottom: 0;
}

.a-boxes-1 .row-box {
    margin: 0 -20px;
}

.a-boxes-1 .col-box {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

.a-box-1 {
    text-align: center;
    margin-bottom: 30px;
}

.a-box-1 figure {
    margin-bottom: 10px;
}

.a-boxes-1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.title-gray {
    color: #404040;
}

.a-margin-bottom-2 {
    margin-bottom: 40px;
}

.a-margin-bottom-3 {
    margin-bottom: 35px;
}

.a-title {
    margin-bottom: 30px;
    padding: 10px 0 0 0;
    font-weight: 900;
}

.a-box-2 {
    text-align: center;
}

.a-box-2 figure {
    height: 80px;
    margin-bottom: 10px;
}

.a-box-2 {
    margin-bottom: 20px;
    padding: 10px;
    min-height: 154px;
    text-transform: uppercase;
    border: 2px solid #002855;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.a-boxes-2 {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}

.a-content-box-4 .image-1 {
    text-align: center;
}

.a-button-box-1 {
    float: left;
    width: 100%;
    margin-top: 65px;
}

.a-box-2-1 {
    float: left;
    width: 312px;
    padding: 0;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 10px;
    font-weight: 900;
    padding: 4px 0 10px 0;
    margin-bottom: 25px;
    border-bottom: 2px solid #002855;
}

.a-prev-box {
    overflow: hidden;
    text-align: right;
    margin-top: 93px;
}

.a-btn-1 {
    color: #404040;
    font-size: 12px;
}

.a-btn-1:hover {
    color: #002855;
}

.a-nav-tabs {
    margin-bottom: 25px;
}

.a-nav-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.a-nav-tabs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.a-nav-tabs a {
    color: #404040;
}

.a-nav-tabs .current a {
    text-decoration: underline;
    font-weight: 900;
}

.a-nav-tabs a:hover {
    text-decoration: underline;  
}

.a-content-box-5 .txt-1 {
    margin-bottom: 25px;
    font-size: 14px;
}

.a-input-file {
    margin-bottom: 25px;
}

.a-btn-input-file {
    width: 190px;
    height: 31px;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #002855;
    border-radius: 15px;
    line-height: 30px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.a-btn-input-file:hover {
    background: #002855;
    color: #fff;
}

.a-btn-input-file input {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;    
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.a-textarea-box textarea {
    height: 200px;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #707070;
}

.a-textarea-box ::-webkit-input-placeholder { /* Edge */
    color: #404040;
    opacity: 0.44;
}

.a-textarea-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #404040;
    opacity: 0.44;
}

.a-textarea-box ::placeholder {
    color: #404040;
    opacity: 0.44;
}

.a-content-box-5-2 .txt-2 {
    padding-top: 10px;
    font-size: 14px;
    margin-bottom: 25px;
}

.a-calendar-box-1 {
    border: 1px solid #707070;
}

.a-cont-box {
    display: none;
}

.btn-4-2 {
    border-color: #2DB4AC;
    background: #2DB4AC;
}

.a-nav-tabs-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.a-nav-tabs-1 li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.a-nav-tabs-1 a {
    border: 1px solid #b1bdcb;
    display: block;
    width: 223px;
    border-radius: 15px;
    text-align: center;
    color: #404040;
    height: 43px;
    line-height: 42px;
}

.a-nav-tabs-1 a:hover, .a-nav-tabs-1 .current a {
    border-color: #002855;
}

.a-nav-tabs-1 a span {
    font-size: 20px;
    font-weight: bold;
    color: #002855;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 50px;
}

.a-content-box-6-1 {
    margin-bottom: 40px;
}

.a-content-box-6-3 {
   font-size: 14px;
}

.a-pagination-box {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.a-pagination-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.a-pagination-box li {
    display: inline-block;
    margin-left: 2px;
}

.a-pagination-box a {
    min-width: 25px;
    height: 25px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 23px;
    border: 1px solid #e1e1e1;
    display: block;
}

.a-pagination-box .current a {
    color: #404040;
    font-weight: bold;
    border: 1px solid #707070;
}

.a-pagination-box li a:hover {
    border-color: #707070;
}

.a-content-box-6-2 {
    margin-bottom: 60px;
}

.a-table-box table {
    width: 100%;
}

.a-table-box th {
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 2px solid #707070;
}

.a-table-box td {
    font-weight: normal;
    font-size: 14px;
    padding: 18px 10px 15px 10px;
    border-bottom: 1px solid #d8d8d8;
}

.a-table-box a {
    color: #404040;
}

.a-table-box a:hover {
    color: #2DB4AC;
}

.a-btn-arrow {
    width: 24px;
    height: 14px;
    background: url('../img/icons/img05.png');
    display: inline-block;
    vertical-align: middle;
}

.a-table-box .active td {
    font-weight: bold;
}

.a-content-box-6 .cont-box {
    display: none;
}

.a-form-box {
    width: 490px;
    margin: 0 auto;
    max-width: 100%;
}

.a-textarea-box textarea {
    resize: none;
    overflow: auto;
    height: 293px;
    border-color: #002855;
}

.a-input-box {
    margin-bottom: 25px;
}

.a-input-box select {
    border: 1px solid #002855;
    width: 100%;
    height: 42px;
    color: #404040;
    font-size: 14px;
    padding: 11px 12px 10px 12px;
}

.a-button-box-2 button {
    width: 100%;
    border: none;
}

.a-file-box-1 {
    color: #404040;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin: 8px 0 0 0;
    margin-bottom: 25px;    
    overflow: hidden;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.a-file-box-1:hover {
    color: #002855;
}

.a-file-box-1 input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
}

.a-form-box .txt-1 {
    text-align: center;
}

.a-main-content {
    min-height: calc(100vh - 340px);
}

.a-boxes-3 {
    float: left;
    width: 100%;
    border-top: 1px solid rgba(112,112,112,0.5);    
}

.a-box-3 {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(112,112,112,0.5);
    padding: 24px 0;
}

.a-btn-arrow-2 {
    width: 82px;
    height:43px;
    display: block;
    border-radius: 15px;
    background: #002855 url('../img/icons/img20.png') center 16px no-repeat;
}

.a-btn-arrow-2.active {
    background-image: url('../img/icons/img21.png'); 
}

.a-btn-arrow-2:hover {
    background-color: #FF6900;
}

.a-box-3 .col-box {
    display: inline-block;
    vertical-align: middle;
}

.a-box-3 .col-box-1 {
    width: 102px;
}

.a-box-3 .col-box-2 {
    width: 50%;
}

.a-box-3 .col-box-3 {
    text-align: right;
    width: calc(40% - 10px);
    padding-left: 20px;
}

.btn-4-1-2 {
    color: #002855;
    border: 1px solid #002855;
    line-height: 43px;
    border-color:#002855;
}

.a-box-3 .txt-1 {
    color: #002855;
    font-size: 18px;
    font-weight: bold;
}

.a-box-3-2 {
    padding-left: 102px;
    padding-top: 7px;
    padding-bottom: 10px;
    display: none;
    float: left;
    width: 100%;
}

.a-table-box-2 table {
    font-size: 14px;
}

.a-table-box-2 table tr td {
    padding: 5px 30px 0 0;
}

.a-table-box-2 table tr:first-child td {
    padding-top: 0;
}

.a-table-box-2 .txt-2 {
    font-size: 22px;
    font-weight: bold;
}

.margin-bottom-4 {
    margin-bottom: 25px;
}

.a-content-box-9 .text {
    margin-bottom: 30px;
    margin-top: -15px;
}

.a-table-box-4 table {
    width: 100%;
}

.a-table-box-4 {
    overflow: auto;
}

.a-table-box-4 table td {
    padding: 15px 10px;
    border-bottom: 1px solid #707070;
}

.a-table-box-4 .txt-1 {
    font-size: 18px;
    font-weight: 900;
}

.a-search input {
    width: 454px;
    max-width: 100%;
    border: 1px solid #002855;
    border-radius: 22px;
    height: 31px;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
}

.a-bg-1 {
    background: #f5c480;
}

.a-bg-2 {
    background: #fbe9d0;
}
.a-bg-1-silver {
    background: #585858;
}

.a-bg-2-silver {
    background: #a7a7a7;
}
.a-bg-1-blue {
    background: #0791dc;
}

.a-bg-2-blue {
    background: #5dbff0;
}
.a-bg-1-white {
    background: #fff;
}

.a-bg-2-white {
    background: #fff;
}
.a-checkbox-box {
    font-size: 12px;
}
.a-checkbox-box .icheckbox {
    border: 1px solid #707070;
    width: 17px;
    height: 17px;
    margin: -1px 4px 0 0;
    background: rgba(255,255,255,0.5);
}

.a-checkbox-box .icheckbox.checked {
    background: #002855 !important;
}

.a-checkbox-box label {
    margin: 0;
}

.a-checkbox-box {
    padding-top: 5px;
}

.a-table-box-4 .txt-1-1 {
    /*width: 250px;*/
}

.color-blue {
    color: #002855;
}

/* *** RWD *** */

@media only screen and (max-width: 1500px) {
    .banner-1 .description {
        font-size: 24px;
        width: 40%;
    }
    .banner-1 .bx-controls {
        left: 335px;
    }
    .a-box-2-1 {
        width: 235px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-1 .bx-controls {
        left: 291px;
        bottom: 18px;
    }
    .banner-1 .description {
        font-size: 16px;
    }
    .a-ul-1 strong {
        margin-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .a-box-2-1 {
        width: 100%;
    }
    .a-main-content {
        min-height: 10px;
    }    
    .a-box-2 {
        font-size: 14px;
    }
    .a-prev-box {
        margin: 0 0 20px 0;
        text-align: left;
        float: left;
        width: 100%;
        display: block;
    }
    .banner-1 .bx-controls {
        left: 291px;
        bottom: 18px;
    }
    .banner-1 .description {
        padding: 0;
        margin: 0;
    }
    .banner-1 .bx-controls {
        left: auto;
        right: 15px;
    }
    .a-content-box-1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .a-table-box-4 .txt-1, .a-table-box-4 table td {
        font-size: 14px;
    }
    .a-content-box-6-1 .float-left, .a-content-box-6-1 .float-right {
        width: 100%;
    }
    .a-search input {
        width: 200px;
    }
    .a-content-box-6-1 .float-right .btn-4-2 {
        width: 100%;
    }
    .a-table-box {
        overflow: auto;
    }
    .a-nav-tabs-1 li {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .a-nav-tabs-1 a {
        width: 100%;
    }
    .a-nav-tabs-1 a span {
        margin-left: 10px;
    }
    .a-button-box-1 {
        margin-top: 30px;
    }
    .a-content-box-4 .image-1,.a-content-box-5 .image-1 {
        margin-top: 30px;
    }
    .a-main-content {
        margin-bottom: 50px;
    }
    .banner-1 .description {
        padding: 5px 10px;
        bottom: 0;
        top: auto;
        background: rgba(255,255,255,0.5);
        width: 100%;
        font-size: 14px;
    }
    .banner-1 .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
    }
    .a-boxes-1 .col-box {
        width: 100%;
    }
    .banner-1 .bx-controls {
        bottom: auto;
        top: -12px;
        right: 10px;
    }
    .banner-1 .description {
        font-size: 10px;
    }
    .a-title .txt-3 {
        position: relative;
        top: auto;
        margin-top: 10px;
    }
    .z-box-1 .btn-4, .z-box-1 .btn-3 {
        width: 115px;
    }
    .a-box-3 .col-box-2 {
        width: calc(100% - 110px);
    }
    .a-box-3 .col-box-3 {
        text-align: left;
        width: 100%;
        padding: 10px 0 10px 0;
        padding-left: 102px;
    }
    .a-box-3-2 {
        padding-left: 0;
        padding-top: 20px;
    }
    .a-table-box-2 .txt-2 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .menu-value {
        margin-left: 5px;
        display: inline-block;
    }
}
.kk-cont-box {
    padding-bottom: 40px;
    display: none;
}
.kk-nav-tabs ul li a {
    opacity: 0.45;
}
.kk-boxes-1 a:hover {
    opacity: 0.9;
}

.kk-content-box-1 .kk-cont-box {
    padding: 0;
}

.kk-content-box-1 .kk-content-boxes {
    margin-top: 60px;    
}
.kk-nav-tabs {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 2px solid #707070;
}
.kk-nav-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.kk-nav-tabs ul li {
    display: inline-block;
    width: 44px;
    margin-right: 80px;
}
.kk-nav-tabs ul li.current a, .kk-nav-tabs ul li a:hover {
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .kk-boxes-2 {
        text-align: center;
    }
    .kk-nav-tabs {
        text-align: center;
    }
    .kk-nav-tabs ul li {
        margin: 0 10px;
    }
}
.color-red {
color:#bc1521;
}
.a-btn-arrow-2-red {
    background: #bc1521 url(../img/icons/img20.png) center 16px no-repeat;
}
 /* *** 16.03 *** */

.zz-content-box-1 .date {
    font-size: 12px;
    margin-bottom: 7px;
}

.zz-content-box-1 {
    padding: 15px 20px 25px 20px;
    border-bottom: 1px solid #404040;
}

.zz-content-box-1 h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
}

.zz-slider .bx-controls {
    display: none;
}

.zz-slider {
    float: left;
    width: 100%;
    padding: 22px 20px;
}

.zz-slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.zz-slider .txt-1 {
    line-height: 1.3;
    font-weight: 900;
}

.zz-boxes-1 .zz-box-1 {
    margin-top: 20px;
}

.zz-boxes-1 .iradio, .zz-boxes-1 .icheckbox {
    width: 20px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
}

.zz-boxes-1 .iradio.checked:after, .zz-boxes-1 .icheckbox.checked:after {
    background: #FF6900;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    margin: 3px;
}

.zz-boxes-1 label {
    margin: 0;
    padding-top:1px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    padding-left: 5px;
}

.zz-slider-buttons {
    padding: 25px 20px 35px 20px;
    border-bottom: 1px solid #404040;
    float: left;
    width: 100%;
}

.zz-float-right-box {
    float: right;
}

.zz-float-right-box .float-left {
    margin-right: 15px;        
}

.zz-prev-box, .zz-next-box {
    position: relative;
}

.zz-prev-box, .zz-next-box {
    position: relative;
}

.zz-prev-box a, .zz-next-box a {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent !important;
    width: 100%;
    height: 100%;
} 
.nn-content .text {
    min-height: 170px;
}
.nn-content .z-button-box {
    float: right;
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
}
.nn-content {
    border-bottom: 2px solid #b7b7b7;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
/* *** 3.10 *** */

.aa-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.aa-menu li {
    display: inline-block;
    width: 19%;
    vertical-align :top;
    padding: 0 15px;
    text-transform: uppercase;
}

.aa-menu a {
    padding: 6px 35px 7px 35px;
    display: block;
    border-radius: 10px;
    color: #404040;
    font-weight: bold;
}

.aa-menu a span {
    border-bottom: 1px solid transparent;
}

.aa-menu .current a, .aa-menu a:hover {
    background: #2db4ac;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    color: #fff;
}

.aa-menu .current a span, .aa-menu a:hover span {
    border-bottom: 1px solid #fff;
}

.aa-menu {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.aa-boxes-1 .row {
    margin: 0;
}

.aa-boxes-1 .row > div {
    padding: 30px;
    border-left: 1px solid #c8c8c8;
}

.aa-box-1 {
    text-align: center;
}

.aa-box-1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #002855;
}

.aa-box-1 li {
    margin-top: 20px;
}

.aa-box-1 a {
    color: #002855;  
}

.aa-box-1 a:hover {
    color: #2db4ac;
}

.aa-title {
    font-weight: bold;
    padding-bottom: 20px;
    color: #002855;
}

.aa-boxes-1 .row > div:last-child {
    border-right: 1px solid #c8c8c8;
}

@media (max-width: 1199px){
    .aa-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .aa-menu li {
        padding: 0;
    }
}

@media (max-width: 767px){
    .aa-menu li {
        margin: 2px 1px;
        width: auto;
    }
    .aa-boxes-1 .row > div {
        border-left: none;
        border-right: none !important;
    }
}