@charset "UTF-8";
/* variable */
.btn-custom {
  display: inline-block;
  padding: 14px 26px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  border-radius: 11px;
  line-height: 16px;
  border: 2px solid #009EE2;
  background-color: #009EE2;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  transition: all .2s ease-out;
  text-align: center;
}

.btn-custom:hover {
  background-color: #F7EA48;
  border-color: #F7EA48;
  color: #004B87;
  text-decoration: none;
}

@media (max-width: 576px) {
  .btn-custom {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.link-more-basic {
  font-size: 16px;
  font-weight: 700;
  color: #009EE2;
  transition: all .2s ease-out;
}

.link-more-basic:hover {
  color: #000000;
}

/* Uniwersal class */
.head-se {
  position: relative;
  margin: 0;
  font-family: 'Roboto Condensed' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  vertical-align: top;
  color: #004B87;
}

.head-se.small {
  font-size: 22px;
  line-height: 30px;
}

.head-se a {
  display: inline-block;
  vertical-align: top;
  color: #004B87;
  transition: all .2s ease-out;
}

.head-se a:hover {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .head-se {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 1199px) {
  .head-se {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 576px) {
  .head-se {
    font-size: 24px;
    line-height: 30px;
  }
}

.color-light-blue {
  color: #009EE2;
}

.middle-text {
  font-size: 16px;
}

@media (max-width: 576px) {
  .middle-text {
    font-size: 14px;
  }
}

.list-simple {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Roboto Condensed' !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.list-simple li {
  position: relative;
  display: block;
}

.list-sector {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Roboto Condensed' !important;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.list-sector.small {
  font-size: 16px;
  line-height: 24px;
}

.list-sector.small li::after {
  width: 13px;
  height: 13px;
}

.list-sector li {
  position: relative;
  padding-left: 29px;
  margin-bottom: 1px;
}

.list-sector li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/box-list.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1199px) {
  .list-sector {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 576px) {
  .list-sector {
    font-size: 16px;
    line-height: 24px;
  }
  .list-sector li {
    padding-left: 20px;
  }
  .list-sector li::after {
    width: 13px;
    height: 13px;
  }
}

.list-double-arrow {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Roboto Condensed' !important;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
  color: #000000;
}

.list-double-arrow.small {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.list-double-arrow.small li {
  padding-left: 22px;
}

.list-double-arrow.small li::after {
  width: 15px;
  height: 13px;
}

.list-double-arrow li {
  position: relative;
  padding-left: 29px;
  margin-bottom: 1px;
}

.list-double-arrow li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 17px;
  background-image: url("../img/arrow-icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 576px) {
  .list-double-arrow {
    font-size: 16px;
    line-height: 24px;
  }
  .list-double-arrow.small {
    font-size: 14px;
    line-height: 22px;
  }
  .list-double-arrow li {
    padding-left: 22px;
  }
  .list-double-arrow li::after {
    width: 14px;
    height: 12px;
  }
}

/* box sector */
.box-sector {
  margin-bottom: 40px;
  padding-right: 20px;
}

.box-sector__img-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

.box-sector__img-wrapper img {
  width: 100%;
  height: auto;
}

.box-sector .head-se.small {
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  color: #004B87;
}

.box-sector__description {
  display: inline-block;
  padding-left: 49px;
  vertical-align: middle;
  width: 49%;
}

.box-sector__btn {
  margin-top: 23px;
  width: 100%;
}

@media (max-width: 1199px) {
  .box-sector__description {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .box-sector__img-wrapper {
    width: 100%;
  }
  .box-sector__description {
    padding-top: 16px;
    padding-left: 0px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .box-sector {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .box-sector .head-se.small {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 14px;
  }
}

.wrapper-all-header-menus {
  height: 86px;
}

.wrapper-all-header-menus.fixed-menu .wrapper-inner-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation: show-slow-menu-main .3s linear;
}

.wrapper-all-header-menus.fixed-menu .menu_gorne.custom-change .menu-log {
  padding: 3px 13px 1px;
  right: 30px;
  width: 116px;
}

.wrapper-all-header-menus.fixed-menu .menu_gorne.custom-change .menu-log::after {
  display: none;
}

.wrapper-all-header-menus .wrapper-inner-head .fixed.top-head-wrapper {
  position: relative;
}

.wrapper-all-header-menus .wrapper-inner-head .header-main-menu {
  padding-top: 0 !important;
}

@media (max-width: 1600px) {
  .wrapper-all-header-menus {
    height: 83px;
  }
}

@media (max-width: 992px) {
  .wrapper-all-header-menus {
    height: auto;
  }
  .wrapper-all-header-menus.is-other-page .top-head-wrapper {
    background-color: #F7EA48;
  }
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .show-menu-mobile svg path,
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .display-search-field svg path {
    fill: #004B87;
  }
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .show-menu-mobile .text-menu,
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .display-search-field .text-menu {
    color: #004B87;
  }
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .email_glowna.custom svg path {
    stroke: #004B87;
  }
  .wrapper-all-header-menus.is-other-page .top-head-wrapper .menu-log-mobile::after {
    display: none;
  }
  .wrapper-all-header-menus.fixed-menu .wrapper-inner-head {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation: none;
  }
  .wrapper-all-header-menus .wrapper-inner-head .fixed.top-head-wrapper {
    position: fixed;
  }
}

/* top header wrapper */
.top-head-wrapper {
  height: 42px;
  line-height: 42px;
  padding: 0 25px 0 15px;
  background-color: #F9F9F9;
}

.top-head-wrapper .menu-log-mobile,
.top-head-wrapper .menu-mobile-main {
  display: none;
}

.top-head-wrapper .display-search-field {
  display: none;
  line-height: 1;
  padding: 0;
  background-color: transparent;
  border: none;
}

.top-head-wrapper .display-search-field:focus {
  outline: none;
}

.top-head-wrapper .show-menu-mobile {
  display: none;
}

@media (max-width: 1299px) {
  .top-head-wrapper {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .top-head-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding-top: 7px;
    line-height: 58px;
    background-color: #004B87;
    z-index: 999;
  }
  .top-head-wrapper .menu-mobile-main {
    display: none;
  }
  .top-head-wrapper .menu-mobile-main.active {
    display: block;
    overflow-y: auto;
    animation: display-slow-menu .4s linear;
  }
  .top-head-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #F7EA48;
  }
  .top-head-wrapper .display-search-field {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
  }
  .top-head-wrapper .display-search-field svg path {
    transition: all .2s ease-out;
  }
  .top-head-wrapper .display-search-field:hover svg path {
    fill: #F7EA48;
  }
  .top-head-wrapper .menu-log-mobile {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 180px;
    padding: 4px 28px 3px;
    border-radius: 0px 0px 0px 10px;
    background-color: #F7EA48;
  }
  .top-head-wrapper .menu-log-mobile::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -17px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #F7EA48;
    border-top: 2px solid #F7EA48;
    border-radius: 0 7px 0 0;
    background-color: transparent;
  }
  .top-head-wrapper .menu-log-mobile .img {
    width: 100%;
    height: auto;
  }
  .top-head-wrapper .show-menu-mobile {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border: none;
    background-color: transparent;
  }
  .top-head-wrapper .show-menu-mobile:focus {
    outline: none;
  }
  .top-head-wrapper .show-menu-mobile .text-menu {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
  }
}

/* change search header */
.wyszukiwarka.change-search {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0;
  background-color: #ffffff;
  position: relative;
  height: 100%;
}

.wyszukiwarka.change-search form {
  padding-left: 32px;
  height: 32px;
  line-height: 32px;
}

.wyszukiwarka.change-search .button {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6475 18.6471C18.4124 18.8824 18.131 19 17.8032 19C17.4754 19 17.194 18.8824 16.959 18.6471L13.2852 14.9697C11.8008 16.0717 10.1432 16.6227 8.3125 16.6227C7.18685 16.6227 6.11068 16.4029 5.08398 15.9633C4.05729 15.5238 3.17285 14.9326 2.43066 14.1896C1.68848 13.4467 1.09782 12.5645 0.658691 11.543C0.219564 10.5215 0 9.44428 0 8.31134C0 7.1784 0.219564 6.09808 0.658691 5.07038C1.09782 4.04269 1.68848 3.16048 2.43066 2.42375C3.17285 1.68703 4.05729 1.09889 5.08398 0.659335C6.11068 0.219778 7.18685 0 8.3125 0C9.43815 0 10.5143 0.219778 11.541 0.659335C12.5677 1.09889 13.4521 1.68703 14.1943 2.42375C14.9365 3.16048 15.5272 4.04269 15.9663 5.07038C16.4054 6.09808 16.625 7.1753 16.625 8.30205C16.625 10.147 16.0745 11.8061 14.9736 13.2796L18.6475 16.957C18.8825 17.1922 19 17.4739 19 17.8021C19 18.1302 18.8825 18.4119 18.6475 18.6471ZM8.3125 2.37732C7.23633 2.37732 6.24365 2.64044 5.33447 3.16667C4.42529 3.6929 3.70475 4.41414 3.17285 5.3304C2.64095 6.24666 2.375 7.24031 2.375 8.31134C2.375 9.38237 2.64095 10.376 3.17285 11.2923C3.70475 12.2085 4.42529 12.9298 5.33447 13.456C6.24365 13.9822 7.23633 14.2454 8.3125 14.2454C9.38867 14.2454 10.3813 13.9822 11.2905 13.456C12.1997 12.9298 12.9202 12.2085 13.4521 11.2923C13.984 10.376 14.25 9.38237 14.25 8.31134C14.25 7.24031 13.984 6.24666 13.4521 5.3304C12.9202 4.41414 12.1997 3.6929 11.2905 3.16667C10.3813 2.64044 9.38867 2.37732 8.3125 2.37732Z' fill='%23004B87'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.wyszukiwarka.change-search .button:focus {
  outline: none;
}

.wyszukiwarka.change-search .button:hover {
  outline: none;
  background-color: #004B87;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6475 18.6471C18.4124 18.8824 18.131 19 17.8032 19C17.4754 19 17.194 18.8824 16.959 18.6471L13.2852 14.9697C11.8008 16.0717 10.1432 16.6227 8.3125 16.6227C7.18685 16.6227 6.11068 16.4029 5.08398 15.9633C4.05729 15.5238 3.17285 14.9326 2.43066 14.1896C1.68848 13.4467 1.09782 12.5645 0.658691 11.543C0.219564 10.5215 0 9.44428 0 8.31134C0 7.1784 0.219564 6.09808 0.658691 5.07038C1.09782 4.04269 1.68848 3.16048 2.43066 2.42375C3.17285 1.68703 4.05729 1.09889 5.08398 0.659335C6.11068 0.219778 7.18685 0 8.3125 0C9.43815 0 10.5143 0.219778 11.541 0.659335C12.5677 1.09889 13.4521 1.68703 14.1943 2.42375C14.9365 3.16048 15.5272 4.04269 15.9663 5.07038C16.4054 6.09808 16.625 7.1753 16.625 8.30205C16.625 10.147 16.0745 11.8061 14.9736 13.2796L18.6475 16.957C18.8825 17.1922 19 17.4739 19 17.8021C19 18.1302 18.8825 18.4119 18.6475 18.6471ZM8.3125 2.37732C7.23633 2.37732 6.24365 2.64044 5.33447 3.16667C4.42529 3.6929 3.70475 4.41414 3.17285 5.3304C2.64095 6.24666 2.375 7.24031 2.375 8.31134C2.375 9.38237 2.64095 10.376 3.17285 11.2923C3.70475 12.2085 4.42529 12.9298 5.33447 13.456C6.24365 13.9822 7.23633 14.2454 8.3125 14.2454C9.38867 14.2454 10.3813 13.9822 11.2905 13.456C12.1997 12.9298 12.9202 12.2085 13.4521 11.2923C13.984 10.376 14.25 9.38237 14.25 8.31134C14.25 7.24031 13.984 6.24666 13.4521 5.3304C12.9202 4.41414 12.1997 3.6929 11.2905 3.16667C10.3813 2.64044 9.38867 2.37732 8.3125 2.37732Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.wyszukiwarka.change-search .inputbox.search-query {
  font-size: 16px;
  font-weight: 700;
  height: 100%;
  padding: 0 15px;
  color: #000000;
  border: none;
}

.wyszukiwarka.change-search .inputbox.search-query::placeholder {
  color: #5E5E5E;
}

.wyszukiwarka.change-search .inputbox.search-query:focus {
  outline: none;
}

@media (max-width: 1600px) {
  .wyszukiwarka.change-search .inputbox.search-query {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .wyszukiwarka.change-search {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .wyszukiwarka.change-search.active {
    display: block;
  }
}

/* Email głowna*/
.email_glowna.custom {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  padding-top: 0;
  padding-left: 30px;
}

.email_glowna.custom svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
}

.email_glowna.custom p {
  margin-bottom: 0;
}

.email_glowna.custom a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #004B87;
  text-decoration: underline;
}

.email_glowna.custom a.mobile-link {
  display: none;
}

.email_glowna.custom a:hover {
  color: #000000;
}

@media (max-width: 1600px) {
  .email_glowna.custom a {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .email_glowna.custom {
    padding-left: 0px;
    margin-left: 10px;
  }
  .email_glowna.custom svg {
    left: 8px;
    z-index: -1;
  }
  .email_glowna.custom svg path {
    stroke: #ffffff;
  }
  .email_glowna.custom a {
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 1px;
    color: #004B87;
  }
  .email_glowna.custom a.desktop-link {
    display: none;
  }
  .email_glowna.custom a.mobile-link {
    display: block;
    z-index: 999;
  }
  .email_glowna.custom a:hover {
    color: #004B87;
  }
}

/* top menu header */
.wrapper-top-menu {
  text-align: right;
}

@media (max-width: 992px) {
  .wrapper-top-menu {
    display: none;
  }
}

.menu_header.top-custom-menu {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.menu_header.top-custom-menu ul.nav {
  text-align: right;
}

.menu_header.top-custom-menu ul.nav li {
  margin-right: 15px;
}

.menu_header.top-custom-menu ul.nav li.item-398 {
  background-color: transparent;
}

.menu_header.top-custom-menu ul.nav li.item-398 a {
  color: #5E5E5E !important;
}

.menu_header.top-custom-menu ul.nav li.item-398 a:hover {
  color: #004B87 !important;
}

.menu_header.top-custom-menu ul.nav li a {
  padding: 0 !important;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 300;
  color: #5E5E5E;
}

.menu_header.top-custom-menu ul.nav li a:hover {
  color: #004B87;
}

@media (max-width: 1600px) {
  .menu_header.top-custom-menu ul.nav li a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .menu_header.top-custom-menu ul.nav li a {
    font-size: 14px;
  }
}

/* Country maps in menu */
.menu-country-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.menu-country-wrapper .wybierz_kraj {
  width: auto;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.menu-country-wrapper .wybierz_kraj .select_country {
  width: 204px;
}

.menu-country-wrapper .wybierz_kraj .rowzijana_lista {
  position: relative;
  float: none;
  width: 100%;
  margin: 0;
  height: 100%;
  border: 0;
}

.menu-country-wrapper .map_icon {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  padding: 0 5px;
}

.menu-country-wrapper .map_icon .icon-map-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.menu-country-wrapper .map_icon svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.menu-country-wrapper .map_icon span {
  margin: 0 8px 0 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  color: #5E5E5E;
  text-transform: none;
}

.menu-country-wrapper .jmoddiv.jmodinside.lista_krajow {
  position: absolute;
  top: calc(100% + 3px);
  right: -15px;
  left: auto;
  width: 1170px;
  max-width: 100vw;
}

.menu-country-wrapper .jmoddiv.jmodinside.lista_krajow .custom.lista_krajow {
  line-height: 1.4;
}

@media (max-width: 1199px) {
  .menu-country-wrapper .wybierz_kraj .select_country {
    width: 100px;
  }
  .menu-country-wrapper .map_icon span {
    display: none;
  }
}

/* Menu górne top */
.header-main-menu {
  background-color: #F7EA48;
}

.header-main-menu .header {
  min-height: auto;
}

@media (max-width: 992px) {
  .header-main-menu {
    display: none;
  }
}

.menu_gorne.custom-change {
  position: relative;
  padding: 0 30px;
  background-color: #F7EA48;
}

.menu_gorne.custom-change .nav.menugora > li:first-child > a {
  padding-left: 0 !important;
}

.menu_gorne.custom-change .nav.menugora li {
  padding: 2px 0;
}

.menu_gorne.custom-change .nav.menugora li a {
  font-size: 16px;
  font-weight: 300;
}

.menu_gorne.custom-change .nav.menugora li a:hover {
  font-weight: 700;
}

.menu_gorne.custom-change .nav.menugora li a::before {
  display: block;
  content: attr(title);
  font-weight: 700;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu_gorne.custom-change .nav.menugora li .nav-child li {
  padding: 5px 15px;
}

.menu_gorne.custom-change .menu-log {
  position: absolute;
  padding: 21px 38px 10px;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 16px;
  background-color: #F7EA48;
}

.menu_gorne.custom-change .menu-log::after {
  content: '';
  position: absolute;
  top: 41px;
  left: -17px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #F7EA48;
  border-top: 2px solid #F7EA48;
  border-radius: 0 7px 0 0;
  background-color: transparent;
}

@media (max-width: 1600px) {
  .menu_gorne.custom-change .nav.menugora li a {
    font-size: 14px;
  }
  .menu_gorne.custom-change .menu-log::after {
    top: 38px;
  }
}

@media (max-width: 1299px) {
  .menu_gorne.custom-change {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .menu_gorne.custom-change .menu-log {
    width: 105px;
    padding: 14px 10px 10px;
  }
  .menu_gorne.custom-change .menu-log::after {
    display: none;
  }
}

.icon-show-box {
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 999;
  overflow: hidden;
}

.icon-show-box .wrapper-icon-box {
  overflow: hidden;
}

.icon-show-box .wrapper-icon-box .text-box,
.icon-show-box .wrapper-icon-box .icon-close,
.icon-show-box .wrapper-icon-box .content-box-icon {
  display: none;
}

.icon-show-box .wrapper-icon-box.active {
  width: 282px;
  overflow: hidden;
  animation: show-box .3s linear;
}

.icon-show-box .wrapper-icon-box.active .content-box-icon {
  display: block;
}

.icon-show-box .wrapper-icon-box.active .icon-box {
  display: flex;
  margin-bottom: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 11px;
  border-radius: 10px 0px 0px 0px;
}

.icon-show-box .wrapper-icon-box.active .icon-box.simple-icon-text {
  border-radius: 10px 0px 0px 10px;
  margin-bottom: 3px;
}

.icon-show-box .wrapper-icon-box.active .text-box,
.icon-show-box .wrapper-icon-box.active .icon-close {
  display: inline-block;
}

.icon-show-box .icon-box {
  display: block;
  width: 40px;
  margin-bottom: 3px;
  margin-left: auto;
  line-height: 40px;
  height: 40px;
  border-radius: 7px 0px 0px 7px;
  text-align: center;
  background-color: #F7EA48;
  border: none;
  cursor: pointer;
}

.icon-show-box .icon-box.simple-icon-text {
  margin-bottom: 3px;
}

.icon-show-box .icon-box.simple-icon-text .text-box a {
  display: inline-block;
  color: #004B87;
  text-decoration: none;
  text-align: center;
}

.icon-show-box .icon-box.simple-icon-text .text-box a:hover {
  color: #F7EA48;
  text-decoration: none;
}

.icon-show-box .icon-box .text-box {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  color: #004B87;
}

.icon-show-box .icon-box:focus {
  outline: none;
}

.icon-show-box .icon-box svg {
  display: inline-block;
  vertical-align: middle;
}

.icon-show-box .icon-box svg path {
  transition: all .2s ease-out;
}

.icon-show-box .icon-box:hover {
  background-color: #009EE2;
}

.icon-show-box .icon-box:hover.simple-icon-text .text-box a {
  color: #F7EA48;
}

.icon-show-box .icon-box:hover .text-box {
  color: #F7EA48;
}

.icon-show-box .icon-box:hover svg path {
  stroke: #F7EA48;
}

.icon-show-box .content-box-icon {
  background: #ffffff;
  padding: 14px 11px 23px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 0px 0px 0px 10px;
  font-size: 15px;
  color: #000000;
}

.icon-show-box .content-box-icon ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.icon-show-box .content-box-icon ul li {
  display: block;
  margin-bottom: 4px;
}

.icon-show-box .content-box-icon ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.icon-show-box .content-box-icon ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  transition: all .2s ease-out;
}

.icon-show-box .content-box-icon ul li a:hover {
  color: #004B87;
  text-decoration: none;
}

@media (max-width: 992px) {
  .icon-show-box {
    display: none;
  }
}

.menu-mobile-main {
  position: fixed;
  top: 0;
  left: 0;
  padding: 12px 29px 21px 54px;
  z-index: 999999;
  width: 90%;
  height: 100%;
  background-color: #ffffff;
}

.menu-mobile-main.active {
  display: block;
}

.menu-mobile-main.active-submenu .close-menu-mobile {
  top: 18px;
}

.menu-mobile-main.active-submenu .back-previouse-menu-mobile {
  display: block;
  top: 58px;
}

.menu-mobile-main .close-menu-mobile,
.menu-mobile-main .back-previouse-menu-mobile {
  position: fixed;
  top: 21px;
  left: 12px;
  padding: 0;
  margin: 0;
  line-height: 1;
  background-color: #ffffff;
  border: none;
  -webkit-appearance: none;
  z-index: 9999;
}

.menu-mobile-main .back-previouse-menu-mobile {
  display: none;
  top: 18px;
}

.menu-mobile-main .back-previouse-menu-mobile .text {
  display: block;
  font-size: 9px;
  margin-top: 2px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.menu-mobile-main .nav.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-mobile-main .nav.menu li {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  border-bottom: 1px solid transparent;
}

.menu-mobile-main .nav.menu li.current.active {
  border-bottom-color: #004B87;
}

.menu-mobile-main .nav.menu li.current.active a,
.menu-mobile-main .nav.menu li.current.active span {
  font-weight: 700;
  color: #004B87;
}

.menu-mobile-main .nav.menu li a,
.menu-mobile-main .nav.menu li span {
  display: block;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  color: #000000;
  padding: 10px 0 10px 16px !important;
}

.menu-mobile-main .nav.menu li a:hover,
.menu-mobile-main .nav.menu li span:hover {
  background-color: transparent;
  color: #004B87;
  text-decoration: none;
}

.menu-mobile-main .nav.menu li a:focus,
.menu-mobile-main .nav.menu li span:focus {
  background-color: transparent !important;
  outline: none !important;
}

.menu-mobile-main .nav.menu li.active-submenu > .nav-child {
  display: block;
  animation: display-slow-menu .2s linear;
}

.menu-mobile-main .nav.menu .nav-child {
  display: none;
  overflow-y: auto;
  padding: 12px 0 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 54px;
  height: 100%;
  width: calc(90% - 83px);
  background-color: #ffffff;
  z-index: 7;
}

.menu-mobile-main .nav.menu .nav-child li .heading-submenu {
  font-weight: 700;
  color: #004B87;
  border-bottom: 1px solid #004B87;
}

.menu-mobile-main .nav.menu .nav-child li a:not(.heading-submenu),
.menu-mobile-main .nav.menu .nav-child li span:not(.heading-submenu) {
  padding-bottom: 0 !important;
}

@keyframes show-box {
  0% {
    transform: translateX(242px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes display-slow-menu {
  0% {
    transform: translateX(-242px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes show-slow-menu-main {
  0% {
    transform: translateY(-242px);
  }
  100% {
    transform: translateY(0);
  }
}

.footer-se {
  position: relative;
  margin: 0;
  padding: 41px 20px 10px;
  background-color: #004B87;
}

.footer-se .logo-footer {
  display: block;
  margin-bottom: 20px;
}

.footer-se .logo-footer img {
  max-width: 100%;
  height: auto;
}

.footer-se .social-list-custom {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.footer-se .social-list-custom li {
  display: inline-block;
  margin-right: 3px;
}

.footer-se .social-list-custom li a svg path {
  transition: all .2s ease-out;
}

.footer-se .social-list-custom li a:hover svg path {
  fill: #F7EA48;
}

.footer-se .title-footer {
  display: block;
  padding-bottom: 12px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed' !important;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 2px solid #009EE2;
  max-width: 198px;
}

.footer-se .dhl-link {
  display: block;
}

.footer-se .dhl-link img {
  max-width: 100%;
  height: auto;
}

.footer-se .wrapper-author {
  margin: 25px 0 0;
  padding-bottom: 15px;
  font-size: 16px;
  text-align: center;
  color: #F5F5F5;
}

.footer-se .mobile-menu-displays {
  display: none;
}

.footer-se .custom-footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-left: 25px;
}

.footer-se .custom-footer-menu .wrap-single-menu {
  display: inline-block;
  padding-right: 40px;
}

.footer-se .menu-custom-wrap ul {
  margin: 0;
  padding: 0;
}

.footer-se .menu-custom-wrap ul li {
  display: block;
  margin-bottom: 16px;
}

.footer-se .menu-custom-wrap ul li a {
  padding: 0 !important;
  transition: all .2s ease-out;
}

.footer-se .menu-custom-wrap ul li a.hide-on-desktop {
  display: none;
}

.footer-se .menu-custom-wrap ul li a:hover {
  color: #F7EA48;
  background-color: transparent;
}

.footer-se .menu-custom-wrap ul li a:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

.footer-se .menu-custom-wrap ul li a.title-footer {
  padding-bottom: 10px !important;
  margin-bottom: 0;
  min-width: 150px;
}

.footer-se .menu-custom-wrap ul li a.title-footer:hover {
  border-color: #F7EA48;
}

.footer-se .menu-custom-wrap ul li .nav-child {
  padding: 0;
  margin: 15px 0 0;
  list-style-type: none;
}

.footer-se .menu-custom-wrap ul li .nav-child li {
  display: block;
  margin-bottom: 5px;
}

.footer-se .menu-custom-wrap ul li .nav-child li a {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #F5F5F5;
  transition: all .2s ease-out;
}

.footer-se .menu-custom-wrap ul li .nav-child li a.hide-on-desktop {
  display: none;
}

.footer-se .menu-custom-wrap ul li .nav-child li a:hover {
  color: #F7EA48;
  text-decoration: none !important;
}

.footer-se .menu-custom-wrap ul li .nav-child li a:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}

@media (max-width: 992px) {
  .footer-se .logo-footer {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
  .footer-se .social-list-custom {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .footer-se .title-footer {
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
  }
  .footer-se .custom-footer-menu,
  .footer-se .wrapper-delivered {
    display: none;
  }
  .footer-se .menu-custom-wrap.disable-child .nav-child {
    display: none;
  }
  .footer-se .menu-custom-wrap ul li {
    margin-bottom: 11px;
  }
  .footer-se .menu-custom-wrap ul li a.hide-on-mobile,
  .footer-se .menu-custom-wrap ul li .nav-child li a.hide-on-mobile {
    display: none;
  }
  .footer-se .menu-custom-wrap ul li a.hide-on-desktop,
  .footer-se .menu-custom-wrap ul li .nav-child li a.hide-on-desktop {
    display: block;
  }
  .footer-se .menu-custom-wrap ul li a.title-footer,
  .footer-se .menu-custom-wrap ul li .nav-child li a.title-footer {
    padding-bottom: 7px !important;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .footer-se .mobile-menu-displays {
    display: block;
    margin-top: 30px;
  }
  .footer-se .wrapper-second-menu-prod {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .footer-se {
    padding: 29px 5px 10px;
  }
  .footer-se .logo-footer img {
    width: 135px;
    height: auto;
  }
  .footer-se .wrapper-author {
    margin-top: 14px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 26px;
  }
}

.content-box-icon form {
  margin-bottom: 0;
}

.content-box-icon form .rsform-block {
  margin-bottom: 0px !important;
}

.content-box-icon form .rsform-block .formControlLabel {
  display: none;
}

.content-box-icon form .rsform-block .formControls {
  margin: 0;
}

.content-box-icon form .rsform-block .formControls input[type="text"],
.content-box-icon form .rsform-block .formControls textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  border-radius: 0;
  border: 1px solid #c4c4c4;
}

.content-box-icon form .rsform-block .formControls input[type="text"]::placeholder,
.content-box-icon form .rsform-block .formControls textarea::placeholder {
  color: #5E5E5E;
}

.content-box-icon form .rsform-block .formControls textarea {
  height: 95px;
  padding: 8px;
  line-height: 1.1;
}

.content-box-icon form .rsform-block .formControls .rsformVerticalClear label {
  color: #004B87;
  font-size: 14px;
  font-weight: 700;
}

.content-box-icon form .rsform-block .formDescription {
  display: none;
}

.content-box-icon form #g-recaptcha-70 {
  transform: scale(0.7);
}

.content-box-icon form .rsform-block-send .formValidation {
  display: none;
}

.content-box-icon form #send {
  display: block;
  padding: 17px 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  border-radius: 11px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #009EE2;
  text-align: center;
}

.content-box-icon form #send:focus {
  outline: none;
}

.content-box-icon form #send:hover {
  color: #004B87;
  background-color: #F7EA48;
}

.default-sections-page {
  padding-top: 10px;
}

.default-sections-page .produkt.custom-product-box .item,
.default-sections-page .produkt.span4 .item,
.default-sections-page .produkt.span3 .item {
  min-height: 338px;
}

.default-sections-page .produkt.custom-product-box .item .icons,
.default-sections-page .produkt.span4 .item .icons,
.default-sections-page .produkt.span3 .item .icons {
  position: absolute;
  top: 0;
  right: 0;
}

.default-sections-page .produkt.custom-product-box .item .item-image,
.default-sections-page .produkt.span4 .item .item-image,
.default-sections-page .produkt.span3 .item .item-image {
  display: block;
  width: 100%;
  height: 155px;
  float: none !important;
}

.default-sections-page .produkt.custom-product-box .item .item-image a,
.default-sections-page .produkt.span4 .item .item-image a,
.default-sections-page .produkt.span3 .item .item-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.default-sections-page .produkt.custom-product-box .item .item-image img,
.default-sections-page .produkt.span4 .item .item-image img,
.default-sections-page .produkt.span3 .item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s linear;
}

.default-sections-page .produkt.custom-product-box .item h2,
.default-sections-page .produkt.span4 .item h2,
.default-sections-page .produkt.span3 .item h2 {
  min-height: 34px;
}

.default-sections-page .produkt.custom-product-box .item .readmore .btn,
.default-sections-page .produkt.span4 .item .readmore .btn,
.default-sections-page .produkt.span3 .item .readmore .btn {
  padding: 3px 15px 1px;
  font-size: 16px;
  font-weight: 700;
  color: #009EE2;
  transition: all .2s ease-out;
  background-color: #ffffff;
}

.default-sections-page .produkt.custom-product-box .item .readmore .btn:hover,
.default-sections-page .produkt.span4 .item .readmore .btn:hover,
.default-sections-page .produkt.span3 .item .readmore .btn:hover {
  color: #000000;
}

.default-sections-page .produkt.span3 .item h2 {
  height: 34px;
  overflow: hidden;
}

.default-sections-page .pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.default-sections-page .pagination .counter {
  float: none !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.default-sections-page .pagination .pagination-start,
.default-sections-page .pagination .pagination-prev,
.default-sections-page .pagination .pagination-next,
.default-sections-page .pagination .pagination-end {
  background-color: #ffffff;
}

.default-sections-page .pagination .pagination-start .pagenav,
.default-sections-page .pagination .pagination-prev .pagenav,
.default-sections-page .pagination .pagination-next .pagenav,
.default-sections-page .pagination .pagination-end .pagenav {
  background-color: #ffffff;
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
}

.default-sections-page .pagination .pagination-start a,
.default-sections-page .pagination .pagination-prev a,
.default-sections-page .pagination .pagination-next a,
.default-sections-page .pagination .pagination-end a {
  transition: all .2s ease-out;
}

.default-sections-page .pagination .pagination-start a:hover,
.default-sections-page .pagination .pagination-prev a:hover,
.default-sections-page .pagination .pagination-next a:hover,
.default-sections-page .pagination .pagination-end a:hover {
  color: #004B87;
}

.default-sections-page .pagination li a.pagenav {
  font-weight: 400;
  transition: all .2s ease-out;
}

.default-sections-page .pagination li a.pagenav:hover {
  color: #004B87;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .default-sections-page .container {
    max-width: 1200px;
  }
}

.default-sections-page .open-menu-product {
  position: absolute;
  top: 103px;
  left: 29px;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border: none;
  background-color: transparent;
}

.default-sections-page .open-menu-product svg path {
  transition: all .2s ease-out;
}

.default-sections-page .open-menu-product:focus {
  outline: none;
}

.default-sections-page .open-menu-product:hover svg path {
  fill: #F7EA48;
}

.default-sections-page .open-menu-product:hover .text-menu {
  color: #F7EA48;
}

.default-sections-page .open-menu-product .text-menu {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  transition: all .2s ease-out;
}

.default-sections-page .product-gallery a:focus,
.default-sections-page .product-gallery .slick-slide:focus {
  outline: none;
}

.default-sections-page .productdetails p {
  font-size: 14px;
  line-height: 28px;
}

.default-sections-page .productdetails .bigger-text {
  font-size: 16px;
}

.default-sections-page .productdetails h3 {
  margin-top: 20px;
  font-size: 24px;
}

.default-sections-page .productdetails ul li {
  font-size: 14px;
}

@media (max-width: 1299px) {
  .default-sections-page .open-menu-product {
    left: 15px;
  }
}

@media (max-width: 992px) {
  .default-sections-page .open-menu-product {
    display: none;
  }
}

@media (max-width: 992px) {
  .default-sections-page {
    padding-top: 75px;
  }
  .default-sections-page .content_strony {
    padding: 10px 5px;
  }
}

@media (max-width: 768px) {
  .default-sections-page .produkt.span3 .item h2 {
    height: auto;
    overflow: hidden;
  }
  .default-sections-page .productdetails p {
    font-size: 14px;
    line-height: 22px;
  }
  .default-sections-page .productdetails .bigger-text {
    font-size: 16px;
  }
  .default-sections-page .productdetails h3 {
    margin-top: 20px;
    font-size: 16px;
  }
  .default-sections-page .productdetails ul li {
    font-size: 14px;
  }
}

.wrapper-product-menu {
  display: none;
  position: absolute;
  top: 88px;
  left: 8px;
  width: 343px;
  background-color: #ffffff;
  z-index: 88;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 990;
}

.wrapper-product-menu.active {
  display: block;
  animation: show-menu-product .4s linear;
}

.wrapper-product-menu .custom-wrapper-product-menu {
  position: relative;
  padding: 2px 14px 10px 47px;
}

.wrapper-product-menu .close-menu-product {
  position: absolute;
  top: 14px;
  left: 7px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: none;
  -webkit-appearance: none;
  z-index: 8;
}

.wrapper-product-menu .close-menu-product svg path {
  transition: all .2s ease-out;
}

.wrapper-product-menu .close-menu-product:focus {
  outline: none;
}

.wrapper-product-menu .close-menu-product:hover svg path {
  fill: #F7EA48;
}

@media (max-width: 992px) {
  .wrapper-product-menu {
    display: none;
  }
  .wrapper-product-menu .custom-wrapper-product-menu {
    padding: 2px 22px 10px 22px;
  }
  .wrapper-product-menu .close-menu-product {
    display: none;
  }
}

.default-sections-page .accordion-menu {
  border-top-right-radius: 0px !important;
}

.default-sections-page .accordion-menu li {
  border-bottom: 1px solid #ffffff !important;
  background-color: #ffffff;
}

.default-sections-page .accordion-menu li:hover {
  border-bottom-color: #004B87;
  background-color: #ffffff !important;
}

.default-sections-page .accordion-menu li:hover > .item-wrapper {
  border-bottom-color: #004B87;
  background-color: #ffffff !important;
}

.default-sections-page .accordion-menu li:hover > .item-wrapper > .menu-link a {
  color: #004B87 !important;
}

.default-sections-page .accordion-menu li.current > .item-wrapper {
  border-bottom-color: #004B87;
}

.default-sections-page .accordion-menu li.current > .item-wrapper .menu-link a {
  color: #004B87 !important;
  font-weight: 700 !important;
}

.default-sections-page .accordion-menu li.opened > .item-wrapper {
  border-bottom-color: #004B87;
}

.default-sections-page .accordion-menu li.opened > .item-wrapper .menu-link a {
  color: #004B87 !important;
  font-weight: 700 !important;
}

.default-sections-page .accordion-menu li.opened > .item-wrapper > .menu-button {
  min-width: 31px;
}

.default-sections-page .accordion-menu li.opened > .item-wrapper > .menu-button::after {
  width: 10px;
  height: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='4' viewBox='0 0 11 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.742188 0.856934H10.2786V3.92523H0.742188V0.856934Z' fill='%23004B87'/%3E%3C/svg%3E");
}

.default-sections-page .accordion-menu li .item-wrapper {
  border-bottom: 1px solid #ffffff;
}

.default-sections-page .accordion-menu li .item-wrapper .menu-link {
  padding: 1px 0;
  font-family: 'Roboto Condensed' !important;
  font-size: 16px;
  font-weight: 400;
  color: #5E5E5E;
}

.default-sections-page .accordion-menu li .item-wrapper .menu-button {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  padding-top: 0 !important;
  height: 37.25px;
}

.default-sections-page .accordion-menu li .item-wrapper .menu-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.0998 0.674622H3.921V3.9986H0.742188V7.32259H3.921V10.6466H7.0998V7.32259H10.2786V3.9986H7.0998V0.674622Z' fill='%23E5E5E5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 4;
}

.default-sections-page .accordion-menu li .item-wrapper .menu-button .menuicon {
  display: block;
  opacity: 0;
  padding: 0;
  width: 31px;
}

/* Content page */
.default-sections-page .breadcrumb {
  padding: 8px 0px;
  margin-bottom: 37px;
  background-color: transparent;
}

.default-sections-page .breadcrumb li:last-child a {
  color: #004B87;
  font-weight: 700;
}

.default-sections-page .breadcrumb li a {
  font-family: 'Roboto Condensed' !important;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  transition: all .2s ease-out;
}

.default-sections-page .breadcrumb li a:hover {
  color: #004B87;
  text-decoration: none;
}

.default-sections-page .breadcrumb li span.divider {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.default-sections-page #title {
  margin-bottom: 40px;
  font-family: 'Roboto Condensed' !important;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  color: #004B87;
}

@media (max-width: 1400px) {
  .default-sections-page #title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {
  .default-sections-page .breadcrumb {
    margin-bottom: 10px;
  }
  .default-sections-page #title {
    font-size: 24px;
    line-height: 30px;
  }
}

@keyframes show-menu-product {
  0% {
    transform: translateX(-350px);
  }
  100% {
    transform: translateX(0);
  }
}

/* change view maincontainer */
@media (min-width: 1200px) {
  .container {
    max-width: 1368px;
    width: 100%;
  }
}

/* Slider settings */
.custom-chagne-slider {
  position: relative;
  z-index: 5;
}

.custom-chagne-slider .mobile-slider-custom {
  display: none;
}

.custom-chagne-slider .napis_lewytop.custom {
  position: absolute;
  margin: 0;
  top: 17px;
  left: 30px;
  z-index: 999;
}

.custom-chagne-slider .slideshow {
  border: none;
  margin: 0;
  padding: 0;
}

.custom-chagne-slider .tp-bullets.simplebullets.round .bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #F7EA48;
  border-radius: 50%;
  margin-right: 10px;
  background: #004B87;
  transition: all .2s ease-out;
}

.custom-chagne-slider .tp-bullets.simplebullets.round .bullet:hover {
  background-color: #F7EA48;
}

.custom-chagne-slider .tp-bullets.simplebullets.round .bullet.selected {
  background-color: #F7EA48;
}

.custom-chagne-slider a.tp-button.small.blue {
  display: block;
  padding: 0 5px;
  width: 252px;
  height: 50px;
  max-width: 100% !important;
  line-height: 50px !important;
  border: 2px solid #009EE2;
  border-radius: 11px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Roboto Condensed' !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #009EE2;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: none !important;
  transition: all .2s ease-out;
}

.custom-chagne-slider a.tp-button.small.blue:hover {
  border-color: #F7EA48;
  background-color: #F7EA48;
  color: #004B87 !important;
  text-decoration: none;
}

@media (max-width: 992px) {
  .custom-chagne-slider {
    padding-top: 65px;
  }
}

@media (max-width: 768px) {
  .custom-chagne-slider .mobile-slider-custom {
    display: block;
  }
  .custom-chagne-slider .desktop-slider-custom {
    display: none;
  }
  .custom-chagne-slider .napis_lewytop.custom {
    display: none;
  }
  .custom-chagne-slider .slideshow .tp-caption.btn_default_blue_ctx .tp-button.blue {
    font-size: 16px !important;
  }
}

/*(section)
browser-products-new */
.browser-products-new {
  position: relative;
  z-index: 9;
  padding: 0 20px;
  margin-top: -60px;
}

.browser-products-new .head-se {
  position: relative;
  top: -18px;
  text-align: center;
}

.browser-products-new .wrapper-inner {
  padding: 27px 0px 0px;
  margin: 0 auto 0;
  width: 100%;
  max-width: 1600px;
  border-radius: 20px;
  background: #F9F9F9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.browser-products-new .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 8;
}

.browser-products-new .slick-arrow svg {
  transition: all .2s ease-out;
}

.browser-products-new .slick-arrow:hover {
  background-color: #004B87;
}

.browser-products-new .slick-arrow:hover svg path {
  fill: #ffffff;
}

.browser-products-new .slick-arrow:focus {
  outline: none;
}

.browser-products-new .wrapper-partners {
  background-color: #ffffff;
  padding: 20px 60px;
  border-radius: 0 0 20px 20px;
}

.browser-products-new .wrapper-partners .slider-partners-custom .partner-wrap {
  text-align: center;
  padding: 0 15px;
  height: 65px;
  line-height: 65px;
}

.browser-products-new .wrapper-partners .slider-partners-custom .partner-wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.browser-products-new .wrapper-partners .slider-partners-custom .slick-arrow.arrow-left {
  left: -43px;
}

.browser-products-new .wrapper-partners .slider-partners-custom .slick-arrow.arrow-right {
  right: -43px;
}

.browser-products-new .slick-dots {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 3;
}

.browser-products-new .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.browser-products-new .slick-dots li button {
  height: 13px;
  width: 13px;
  border: 1px solid #009EE2;
  border-radius: 50%;
  background-color: #C4C4C4;
  font-size: 1px;
  color: #C4C4C4;
  cursor: pointer;
}

.browser-products-new .slick-dots li button:hover {
  background-color: #009EE2;
  color: #009EE2;
}

.browser-products-new .slick-dots li.slick-active button {
  background-color: #009EE2;
  color: #009EE2;
}

.browser-products-new .wrapper-browser-prod {
  padding: 0 46px 60px;
}

.browser-products-new .wrapper-browser-prod .slick-arrow.arrow-left {
  left: -30px;
}

.browser-products-new .wrapper-browser-prod .slick-arrow.arrow-right {
  right: -30px;
}

.browser-products-new .box-prodcut-cat {
  position: relative;
  padding: 5px 10px;
  text-align: center;
}

.browser-products-new .box-prodcut-cat:focus {
  outline: none;
}

.browser-products-new .box-prodcut-cat::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 64%;
  border-right: 1px solid #C4C4C4;
}

.browser-products-new .box-prodcut-cat__link {
  display: block;
  transition: all .2s ease-out;
}

.browser-products-new .box-prodcut-cat__link:focus {
  outline: none;
}

.browser-products-new .box-prodcut-cat__link:hover {
  text-decoration: none;
}

.browser-products-new .box-prodcut-cat__link:hover img {
  transform: scale(1.02);
}

.browser-products-new .box-prodcut-cat__link:hover h4,
.browser-products-new .box-prodcut-cat__link:hover .box-prodcut-cat__title {
  color: #000000;
  text-decoration: none;
}

.browser-products-new .box-prodcut-cat img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0 30px 15px 30px;
  transition: all .2s linear;
}

.browser-products-new .box-prodcut-cat__title,
.browser-products-new .box-prodcut-cat h4 {
  font-family: 'Roboto Condensed' !important;
  font-size: 21px;
  font-weight: 700;
  color: #004B87;
  transition: all .2s ease-out;
}

@media (max-width: 1199px) {
  .browser-products-new .box-prodcut-cat {
    margin: 0 15px;
  }
  .browser-products-new .box-prodcut-cat__title,
  .browser-products-new .box-prodcut-cat h4 {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .browser-products-new {
    margin-top: 0px;
    padding: 0;
    background-color: #F9F9F9;
  }
  .browser-products-new .wrapper-inner {
    box-shadow: none;
    background-color: #F9F9F9;
  }
  .browser-products-new .wrapper-browser-prod {
    padding: 0 20px 65px;
  }
  .browser-products-new .wrapper-browser-prod .slick-dots {
    bottom: -31px;
  }
  .browser-products-new .wrapper-browser-prod .slick-arrow {
    top: auto;
    bottom: -40px;
    transform: none;
  }
  .browser-products-new .wrapper-browser-prod .slick-arrow.arrow-left {
    left: -3px;
  }
  .browser-products-new .wrapper-browser-prod .slick-arrow.arrow-right {
    right: -3px;
  }
  .browser-products-new .three-product-box .box-prodcut-cat:last-child {
    border-bottom: 0;
  }
  .browser-products-new .box-prodcut-cat {
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 15px;
  }
  .browser-products-new .box-prodcut-cat::after {
    display: none;
  }
  .browser-products-new .head-se {
    top: 0;
  }
  .browser-products-new .wrapper-partners {
    padding: 40px 20px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .slick-arrow {
    top: auto;
    transform: none;
    bottom: -40px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .slick-arrow.arrow-left {
    left: -7px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .slick-arrow.arrow-right {
    right: -7px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .slick-dots {
    bottom: -34px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .partner-wrap {
    width: 100%;
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .browser-products-new .wrapper-browser-prod {
    padding: 0 15px 65px;
  }
  .browser-products-new .box-prodcut-cat {
    margin: 0 7px;
    padding: 5px 0px;
  }
  .browser-products-new .box-prodcut-cat h4, .browser-products-new .box-prodcut-cat__title {
    font-size: 12px;
    line-height: 12px;
  }
  .browser-products-new .wrapper-partners .slider-partners-custom .partner-wrap {
    padding: 0 7px;
  }
}

/* Choose your sector */
.choose-your-sector-se {
  padding: 34px 20px 45px;
}

.choose-your-sector-se .head-se {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 576px) {
  .choose-your-sector-se {
    padding: 34px 5px 20px;
  }
  .choose-your-sector-se .head-se {
    margin-bottom: 20px;
  }
  .choose-your-sector-se .wrapper-box-sector.first {
    padding-right: 5px;
  }
  .choose-your-sector-se .wrapper-box-sector.second {
    padding-left: 5px;
  }
}

/*(section)
tapflo-desc
*/
.tapflo-description-se {
  position: relative;
  padding: 45px 20px 65px;
  background: #F9F9F9;
}

.tapflo-description-se .tapflo-desc {
  background-image: url("../img/map-dotted-white.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tapflo-description-se .tapflo-desc .custom {
  position: relative;
  max-width: 916px;
  z-index: 5;
}

.tapflo-description-se .tapflo-desc .head-se {
  margin-bottom: 29px;
}

.tapflo-description-se .tapflo-desc .middle-text {
  margin-bottom: 30px;
}

.tapflo-description-se .tapflo-desc .middle-text p {
  font-size: 18px;
  font-weight: 700;
}

.tapflo-description-se .tapflo-desc .list-double-arrow {
  margin-bottom: 40px;
}

.tapflo-description-se .tapflo-desc .padding-0 {
  padding: 0;
}

.tapflo-description-se .tapflo-desc p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
}

.tapflo-description-se .right-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  max-width: 37%;
}

@media (max-width: 992px) {
  .tapflo-description-se .tapflo-desc .list-double-arrow {
    margin-bottom: 0;
  }
  .tapflo-description-se .tapflo-desc .list-double-arrow.second {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .tapflo-description-se {
    padding: 15px 5px 15px;
  }
  .tapflo-description-se .right-image {
    max-width: 52%;
    transform: translateY(-50%);
  }
  .tapflo-description-se .tapflo-desc .middle-text {
    margin-bottom: 20px;
  }
  .tapflo-description-se .tapflo-desc .middle-text p,
  .tapflo-description-se .tapflo-desc p {
    font-size: 14px;
    line-height: 22px;
  }
}

/*(section)
downloads-se */
.downloads-se {
  padding: 45px 20px 35px;
  position: relative;
  background-image: url("../img/downloads-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.downloads-se form {
  display: none;
}

.downloads-se p,
.downloads-se h3,
.downloads-se a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
}

.downloads-se h3 {
  font-family: 'Roboto Condensed' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 29px;
  color: #ffffff;
  width: auto;
  margin-right: 20px;
}

.downloads-se h3 a {
  color: #ffffff;
  transition: all .2s ease-out;
}

.downloads-se h3 a:hover {
  color: #F7EA48;
  text-decoration: none;
}

.downloads-se .link-download {
  font-family: 'Roboto Condensed' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 29px;
  color: #ffffff;
  transition: all .2s ease-out;
  margin-right: 40px;
}

.downloads-se .link-download img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.downloads-se .link-download .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.downloads-se .link-download:hover {
  color: #F7EA48;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .downloads-se .link-download,
  .downloads-se h3 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 576px) {
  .downloads-se {
    padding: 20px;
    text-align: left;
  }
  .downloads-se p {
    display: block;
  }
  .downloads-se .link-download,
  .downloads-se h3 {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .downloads-se .link-download img,
  .downloads-se h3 img {
    width: 29px;
    height: 29px;
    margin-right: 10px;
  }
}

/*(section)
global-news-se*/
.global-news-se {
  position: relative;
  padding: 48px 20px 120px;
  background-color: #F9F9F9;
}

.global-news-se .wrapper-btn-news {
  text-align: right;
}

.global-news-se .category-module.mod-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.global-news-se .wrapper-slider-news {
  margin: 45px -36px 0 -36px;
}

.global-news-se .category-article-list {
  position: relative;
}

.global-news-se .slick-active + .slick-active + .slick-active::before {
  display: none;
}

.global-news-se .item {
  position: relative;
  padding: 0 36px 0 36px;
}

.global-news-se .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 221px;
  border-right: 3px solid #C4C4C4;
}

.global-news-se .item:focus {
  outline: none;
}

.global-news-se .mod-articles-category-title {
  display: block;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  min-height: 63px;
  margin-bottom: 30px;
  color: #004B87;
}

.global-news-se .mod-articles-category-title:focus {
  outline: none;
}

.global-news-se .mod-articles-category-title:hover {
  color: #000000;
  text-decoration: none;
}

.global-news-se .mod-articles-category-introtext {
  display: inline-block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.global-news-se .mod-articles-category-introtext:focus {
  outline: none;
}

.global-news-se .link-more {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #009EE2;
  transition: all .2s ease-out;
}

.global-news-se .link-more:hover {
  text-decoration: none;
  color: #000000;
}

.global-news-se .mod-articles-category-readmore {
  display: none;
}

.global-news-se .mod-articles-category-readmore .mod-articles-category-title {
  margin: 0;
  min-height: auto;
}

.global-news-se .mod-articles-category-readmore:focus {
  outline: none;
}

.global-news-se .slick-arrow {
  position: absolute;
  bottom: -60px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
  z-index: 8;
}

.global-news-se .slick-arrow svg {
  transition: all .2s ease-out;
}

.global-news-se .slick-arrow:hover {
  background-color: #004B87;
}

.global-news-se .slick-arrow:hover svg path {
  fill: #ffffff;
}

.global-news-se .slick-arrow:focus {
  outline: none;
}

.global-news-se .slick-arrow.arrow-left {
  left: 34px;
}

.global-news-se .slick-arrow.arrow-right {
  right: 34px;
}

.global-news-se .slick-dots {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 3;
}

.global-news-se .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.global-news-se .slick-dots li button {
  height: 13px;
  width: 13px;
  border: 1px solid #009EE2;
  border-radius: 50%;
  background-color: #C4C4C4;
  font-size: 1px;
  color: #C4C4C4;
  cursor: pointer;
}

.global-news-se .slick-dots li button:hover {
  background-color: #009EE2;
  color: #009EE2;
}

.global-news-se .slick-dots li.slick-active button {
  background-color: #009EE2;
  color: #009EE2;
}

@media (max-width: 1400px) {
  .global-news-se .wrapper-slider-news {
    margin: 45px 0 0;
  }
}

@media (max-width: 768px) {
  .global-news-se {
    padding: 48px 5px 170px;
  }
  .global-news-se .wrapper-slider-news {
    margin-top: 20px;
  }
  .global-news-se .mod-articles-category-title {
    min-height: auto;
    margin-bottom: 15px;
  }
  .global-news-se .three-article-box .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .global-news-se .item {
    padding: 0 0 40px;
    margin-bottom: 38px;
    border-bottom: 3px solid #C4C4C4;
  }
  .global-news-se .item::before {
    display: none;
  }
  .global-news-se .slick-arrow.arrow-left {
    left: 0;
  }
  .global-news-se .slick-arrow.arrow-right {
    right: 0;
  }
  .global-news-se .wrapper-btn-news {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .global-news-se {
    padding: 24px 5px 170px;
  }
  .global-news-se .item {
    padding: 0 0 33px;
  }
  .global-news-se .mod-articles-category-introtext,
  .global-news-se .link-more {
    font-size: 14px;
    line-height: 22px;
  }
}

/*(section)
case-studies-se*/
.case-studies-se {
  position: relative;
  padding: 29px 20px 26px;
  background-color: #ffffff;
}

.case-studies-se .mobile-produkt-display {
  display: none;
}

.case-studies-se .head-se {
  margin-bottom: 30px;
  text-align: center;
}

.case-studies-se ul {
  margin: 30px 0;
}

.case-studies-se p:not(.middle-text) {
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}

.case-studies-se .wrapper-text-case {
  padding-right: 10px;
  padding-left: 0;
}

.case-studies-se .item {
  min-height: 286px;
}

.case-studies-se .item .description-item {
  padding: 19px 15px;
  min-height: 230px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
}

.case-studies-se .item .description-item p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.case-studies-se .item .title-box {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  min-height: 48px;
  line-height: 24px;
  font-weight: 700;
  color: #004B87;
  transition: all .2s ease-out;
}

.case-studies-se .item .title-box:hover {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .case-studies-se .mobile-produkt-display {
    display: block;
  }
  .case-studies-se .produkt .item {
    border: none;
    min-height: auto;
  }
  .case-studies-se .produkt .item .description-item {
    padding: 0;
    min-height: auto;
  }
  .case-studies-se .produkt .item .description-item .text {
    display: none;
  }
}

@media (max-width: 576px) {
  .case-studies-se {
    padding: 16px 5px 6px;
  }
  .case-studies-se p:not(.middle-text) {
    font-size: 14px;
    line-height: 22px;
  }
  .case-studies-se .wrapper-text-case {
    padding-right: 0;
  }
  .case-studies-se .produkt {
    padding: 0 5px;
    margin-bottom: 0;
  }
  .case-studies-se .item .title-box {
    font-size: 12px;
    line-height: 14px;
    min-height: auto;
    text-transform: uppercase;
  }
}

/*(section)
about-tapflo-inf-se */
.about-tapflo-inf-se {
  padding: 15px 0;
  background-color: #F9F9F9;
}

.about-tapflo-inf-se p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
}

.about-tapflo-inf-se p a {
  color: #000000;
}

.about-tapflo-inf-se p a:hover {
  text-decoration: none;
}

.about-tapflo-inf-se p span {
  color: #009EE2;
  font-weight: 700;
}

@media (max-width: 576px) {
  .about-tapflo-inf-se p {
    font-size: 14px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=new-style.css.map */