/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 800;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: #ededed !important;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 0px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #ff681f;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #ff681f;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: none;
  padding: 20px 0px 20px 0px;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-family: 'Poppins';
  font-size: 1em;
  font-weight: 800;
  color: #fff;
  transition: all 0.3s ease-in;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #00a0e2 !important;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 0px !important;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  cursor: pointer;
  padding: 5px 15px 15px 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 270px;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding: 0px !important;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #1a1a1a;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding: 5px 0px 5px 0px !important;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: bold;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #1a1a1a;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0px;
  color: #fff;
  justify-content: center;
  font-size: 0.85em !important;
}
div.ccm-page .breadcrumb a {
  color: #fff !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #fff !important;
}
div.ccm-page .breadcrumb li.active {
  color: #fff !important;
}
div.ccm-page .breadcrumb-item + .breadcrumb-item:before {
  color: #fff !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Poppins';
  font-size: 1.8em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.8em;
  color: #1a1a1a;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Poppins' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 100px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #1a1a1a;
  transition: all 0.3s ease-in;
  font-size: 1em;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 800;
  text-decoration: none;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.ccm-responsive-overlay ul li a:hover {
  color: #fb7902;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  z-index: 9999 !important;
  position: absolute;
  top: 13px;
  right: 15px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #fff;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
.myvideo {
  min-width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
}
video {
  max-width: 100%;
  height: auto;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 1.4s;
}
.fade-in.delayed {
  animation-delay: 0.5s;
}
.fade-in.delayed-2 {
  animation-delay: 1.5s;
}
.cennik table {
  max-width: 1200px !important;
  margin: 0px auto !important;
}
.cennik table tr td {
  padding: 20px 30px 20px 30px;
  border: 8px solid #f8f8f8;
}
.cennik table h2 {
  margin: 0px !important;
  text-align: center;
}
.cennik table tr td:nth-of-type(2) {
  width: 25% !important;
  text-align: center !important;
}
html {
  max-width: 1920px;
  margin: 0px auto !important;
}
.c {
  text-align: center !important;
}
.topherofront {
  margin: 0px auto !important;
  position: relative;
  min-height: 100% !important;
  width: 100% !important;
  max-width: 1920px;
  max-height: 878px;
  overflow: hidden;
}
.contenthero {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1320px;
  margin: 0px auto;
  top: 15%;
}
.hpfront {
  position: absolute;
  width: 100% !important;
  z-index: 9999 !important;
  background: rgba(4, 38, 191, 0.8);
}
.hp {
  background: url(/application/themes/protheme/css/img/coverp.webp) no-repeat center 50%;
}
main {
  background: url(/application/themes/protheme/css/img/fcp.webp) no-repeat fixed !important;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides_nav {
  display: none !important;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 43%;
  left: 0;
  z-index: 99;
  opacity: .7;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(/application/themes/protheme/css/img/arrows.png) no-repeat left top;
}
.rslides_tabs {
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.rslides_tabs li.rslides_here a {
  background: #fcff00;
}
.rslides_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.rslides_tabs {
  padding: 0px !important;
  margin: 0px !important;
  text-align: center !important;
  position: relative;
  top: -35px;
  z-index: 2;
}
.ccm-image-slider {
  position: relative;
}
.ccm-image-slider-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0px auto;
  max-width: 1200px;
}
.ccm-image-slider-title {
  margin-top: auto;
}
.ccm-image-slider-container a.mega-link-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0;
}
.rslides {
  margin: 0 auto;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.st1 {
  display: block;
  text-align: center !important;
  width: 100%;
  color: #fff !important;
  line-height: 1.1 !important;
  margin-bottom: 30px !important;
}
.st2 {
  display: block;
  text-align: center !important;
  width: 100%;
  color: #1a1a1a !important;
  margin: 20px 0px 30px 0px !important;
  font-weight: bold !important;
}
.st3 {
  max-width: 360px;
  margin: 0px;
}
.link1 {
  display: inline-block;
  text-align: center;
  background: #0426BF;
  color: white !important;
  font-weight: bold;
  padding: 14px 45px 14px 45px;
  border: 2px solid #0426BF;
  transition: all 0.3s ease-in;
  border-radius: 25px;
}
.link1:hover {
  background: #0426BF !important;
  border-color: #0426BF !important;
  color: white !important;
}
.containermax {
  max-width: 100%;
  padding: 0px 12px 0px 12px;
}
div.ccm-page header nav ul a.nav-selected:after {
  content: "";
  height: 5px;
  display: block;
  background: #0426BF;
}
.desc {
  max-width: 450px;
  margin: 0px auto 20px auto;
  padding: 0px 10px 0px 10px !important;
  text-align: center;
}
.desco {
  max-width: 100%;
  margin: 0px auto 20px auto;
  padding: 0px 10px 0px 10px !important;
  text-align: center;
}
.iim img {
  display: block;
  margin: 0px auto;
}
.t2f {
  line-height: 1.2 !important;
}
.cl {
  color: #0426BF !important;
}
.cl2 {
  color: #c79945 !important;
}
.pricecc {
  font-size: 1.3em !important;
}
.w,
.white {
  color: white !important;
}
.phonetop {
  text-align: center;
  margin-bottom: 0px !important;
  background: #0426BF;
  color: white !important;
  padding: 8px 13px 8px 13px !important;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.phonetop a {
  color: white !important;
}
.phonetop i {
  color: #fff !important;
  font-size: 0.9em !important;
}
.about {
  padding: 70px 0px 50px 0px !important;
}
.spacer {
  width: 100%;
  height: 80px;
}
.iff {
  font-size: 2em !important;
  display: block;
  text-align: center;
  color: #fff !important;
}
.iab img {
  display: block;
  margin: 0px auto;
  border-radius: 50px;
}
.t2up {
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0px 0px 5px 0px !important;
}
.tts2 {
  padding: 40px 0px 60px 0px !important;
}
.t2o {
  margin-top: 10px !important;
}
.logo img {
  display: block;
  margin: 0px !important;
  width: 100%;
}
.rm {
  color: #1a1a1a !important;
  font-size: 1.1em !important;
  transition: all 0.3s ease-in;
  font-weight: bold;
}
.rm i {
  color: #0426BF !important;
  margin-left: 5px;
}
.rm:hover {
  color: #0426BF !important;
}
.rowcmax {
  margin-top: 50px !important;
}
.col-3cmax {
  float: left;
  width: 100%;
  padding: 0px 10px 40px 10px;
  text-align: center;
}
.col-3cmax img {
  margin: 0px auto !important;
  width: 100% !important;
  border-radius: 50px !important;
}
.iabp img {
  display: block;
  margin: 0px auto;
}
.t3o {
  font-size: 1.4em !important;
  color: #231f20 !important;
  margin: 25px 0px 10px 0px !important;
  text-align: center;
}
.t3op {
  font-size: 1.2em !important;
  color: #231f20 !important;
  margin: 25px 0px 10px 0px !important;
  text-align: center;
}
.rmf {
  background: #0426BF;
  color: white !important;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 13px;
  width: 145px;
  margin: 0px auto !important;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.rmf:hover {
  background: #00a0e2;
}
.cco {
  text-align: center;
}
.t3m {
  display: block;
  text-align: center;
  margin: 10px 0px 10px 0px !important;
  font-size: 1.2em !important;
}
.t3mm {
  margin: 10px 0px 30px 0px !important;
}
.cco img {
  display: block;
  width: 80px;
  margin: 0px auto !important;
}
.t3wh {
  margin-bottom: 30px !important;
}
.rows {
  max-width: 992px;
  margin: 0px auto !important;
}
.icc {
  color: #0426BF !important;
  text-align: center;
  display: block;
  margin: 30px auto 10px auto !important;
  font-size: 2em;
  width: 100%;
}
.cfp {
  font-size: 1.2em !important;
}
.contactfront {
  padding: 120px 0px 80px 0px;
}
.moreoffer {
  padding: 10px 0px 50px 0px !important;
}
.cc {
  text-align: center;
}
.t3c {
  text-align: center;
}
.t3cup {
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0px 0px 5px 0px !important;
  text-align: center;
}
.phonecc {
  font-size: 1.6em !important;
}
.ip img {
  display: block;
  margin: 0px auto;
  border-radius: 50px !important;
}
.pk {
  text-align: center !important;
  background: #fff;
  border-radius: 40px;
  padding: 30px 10px 30px 10px;
  box-shadow: 0px 10px 40px 0px rgba(35, 35, 37, 0.08);
  margin: 30px 0px 0px 0px !important;
}
.pk ul {
  list-style: none !important;
  padding: 0px !important;
}
.pk h3 {
  color: #0426BF !important;
}
.pk li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: #0426BF;
  margin-right: 10px !important;
  font-weight: bold;
}
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
.tpage {
  padding: 120px 0px 0px 0px !important;
}
.p-page {
  padding: 60px 0px 80px 0px !important;
}
.p-page h2 {
  font-size: 1.8em;
}
.titlepage {
  margin: 0px 0px 0px 0px !important;
  text-align: center;
  color: #fff !important;
}
#footer-theme {
  background: url(/application/themes/protheme/css/img/coverf.webp) no-repeat center top;
  padding: 70px 0px 70px 0px;
}
.tf {
  font-size: 1.3em !important;
  color: white !important;
}
.f2 {
  max-width: 156px;
  margin: 0px auto !important;
}
.f3 {
  max-width: 282px;
  margin: 0px auto !important;
}
.f4 {
  max-width: 190px;
  margin: 0px auto !important;
  color: white !important;
}
.navb {
  list-style: none !important;
  padding: 0px !important;
}
.navb li a {
  color: white !important;
  display: block;
  margin: 0px 0px 10px 0px !important;
  transition: all 0.3s ease-in;
}
.navb li a:hover {
  color: #00a0e2 !important;
}
.logob img {
  display: block;
  margin: 0px !important;
  width: 100%;
}
.cp {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  width: 100%;
  padding: 20px 0px 10px 0px !important;
  color: #979697 !important;
}
.cp a {
  color: #979697 !important;
}
.scf {
  color: white !important;
  display: block;
  margin: 30px 0px 10px 0px;
}
.iffs {
  color: white !important;
  font-size: 2.5em !important;
  display: block;
}
.ifcp {
  color: #3B5998 !important;
  font-size: 2.5em !important;
  display: block;
}
.phonecp {
  font-size: 1.6em !important;
}
.whyus {
  padding: 90px 0px 00px 0px !important;
}
.whlist {
  padding: 0px !important;
  list-style: none !important;
}
.whlist i {
  color: #0426BF !important;
  margin-right: 10px;
}
.whlist li {
  font-weight: bold !important;
  padding: 8px 0px 5px 0px !important;
}
.pricec {
  font-size: 1.4em !important;
}
.list ul {
  padding: 0px !important;
  list-style: none !important;
}
.list li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: #0426BF;
  margin-right: 10px !important;
  font-weight: bold;
}
.t2c {
  font-size: 2.1em !important;
  line-height: 1.1 !important;
}
.t2cc {
  font-size: 0.7em !important;
  font-weight: 400 !important;
}
.icpp img {
  margin: 0px auto 30px auto !important;
  display: block;
  max-width: 300px !important;
  width: 100%;
}
.lt {
  font-weight: 400 !important;
}
.cform {
  width: 100%;
  padding: 0px 15px 0px 15px;
}
.cform input {
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  margin-bottom: 15px;
  transition: all 0.3s ease-in;
}
.cform textarea {
  box-shadow: none !important;
  border: 1px solid #0426BF;
  min-height: 150px;
  margin-bottom: 15px !important;
  transition: all 0.3s ease-in;
}
.cform textarea:focus,
.cform input:focus,
.cform select:focus {
  border: 1px solid #0426BF !important;
}
.cform select {
  box-shadow: none !important;
  border: 1px solid #ddd;
}
.cform label {
  padding-top: 0px;
  margin: 0px !important;
  font-size: 0.85em !important;
  padding-bottom: 8px !important;
}
.cform .field-checkboxlist {
  margin-top: 20px;
}
.cform .field-checkboxlist .control-label {
  display: none;
}
.cform .checkboxList span:after {
  content: "Potwierdzam, że zapoznałem (-am) się z polityką prywatności i informacjami o przetwarzaniu danych osobowych przez Terapie Wodorem i wyrażam zgodę na kontakt w celu odpowiedzi na zadane pytanie";
  font-size: 0.7em !important;
  display: block;
  text-align: justify;
}
.cform input.btn {
  float: right;
  z-index: 1 !important;
  background: #0426BF;
  border: 1px solid #0426BF !important;
  font-weight: bold !important;
  color: white !important;
  font-size: 0.9em !important;
  transition: all 0.3s ease-in;
  border-radius: 25px !important;
}
.cform input.btn:hover {
  background: #231f20 !important;
  border: 1px solid #231f20 !important;
}
.map {
  position: relative;
  width: 100%;
}
.map iframe {
  width: 100%;
  position: relative;
}
.phac {
  font-size: 1.3em !important;
}
.mfi img {
  display: block;
  margin: 0px auto !important;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in;
  border-radius: 50px !important;
}
.mfi img:hover {
  border: 10px solid #77C9AE !important;
}
.ii img {
  display: block;
  margin: 0px auto !important;
  border-radius: 50px !important;
}
.mpt {
  font-size: 1.3em !important;
}
.fbr {
  padding: 30px 0px 20px 0px !important;
}
.linkffb {
  color: #3B5998 !important;
  display: inline-block;
  padding: 10px 0px 5px 0px;
  border-bottom: 5px solid #3B5998 !important;
  font-weight: bold;
}
.ztitlelink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border: 10px solid #f8f8f8;
  color: #1a1a1a !important;
  font-weight: bold;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
}
.ztitlelink:hover {
  border-color: #0426BF !important;
}
@media all and (max-width: 767px) {
  .cform {
    margin-top: 35px !important;
  }
  .hpfront {
    background: #0426bf !important;
  }
  .breadcrumb {
    font-size: 0.75em !important;
  }
  .breadcrumb li {
    margin-bottom: 10px !important;
  }
  .ip img {
    display: block;
    margin: 30px auto 0px auto !important;
  }
  .t2f {
    font-size: 2.3em !important;
  }
  .t2o {
    font-size: 2.3em !important;
  }
  .t3c {
    font-size: 2.3em !important;
  }
  .t3wh {
    font-size: 2.3em !important;
    padding-top: 35px !important;
  }
  .contactfront {
    padding-top: 40px !important;
  }
  #footer-theme {
    background: #1B221F !important;
  }
  .rowcmax {
    padding-left: 10px;
    padding-right: 10px;
  }
  .phonetop {
    max-width: 150px;
    display: block;
    margin: 0px auto !important;
  }
  .hpfront {
    position: relative;
  }
  .iim img {
    margin-top: 30px !important;
  }
  .logo img {
    width: 100% !important;
    display: block;
    max-width: 200px !important;
  }
  .cm {
    text-align: center !important;
  }
  .link1 {
    width: 148px !important;
    margin: 0px auto !important;
    display: block !important;
  }
  .iff {
    display: none !important;
  }
  .rslides img {
    height: 420px !important;
    object-fit: cover !important;
  }
  .ccm-image-slider-text {
    top: 18% !important;
    padding: 20px !important;
  }
  .st1 {
    font-size: 1.2em !important;
    text-align: center !important;
    padding: 10px !important;
  }
  .st2 {
    font-size: 1em !important;
    text-align: center !important;
  }
  .contenthero {
    top: 58% !important;
  }
  .iab img {
    margin: 40px auto 0px auto !important;
  }
  .f2,
  .f3,
  .f4 {
    width: 100% !important;
  }
  .cm {
    text-align: center !important;
  }
  .logob img {
    margin: 0px auto 15px auto !important;
    padding: 15px !important;
  }
  .f2 {
    padding-top: 30px !important;
  }
  .spb img {
    max-width: 80% !important;
    display: block;
    margin: 0px auto 20px auto !important;
  }
  .tpage {
    padding: 40px 0px 40px 0px !important;
  }
  .hm {
    display: none !important;
  }
  .link1 {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .hmd {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .ccm-image-slider-text {
    top: 29% !important;
    max-width: 700px !important;
  }
  .st1 {
    font-size: 2em !important;
  }
  .iab img {
    float: right;
  }
  div.ccm-page header nav ul li {
    padding-left: 0px !important;
    padding-right: 13px !important;
  }
  div.ccm-page header nav ul li a {
    font-size: 0.8em !important;
  }
  .iabp img {
    float: right;
  }
  .rslides img {
    height: 420px !important;
    object-fit: cover !important;
  }
  .col-3cmax img {
    max-width: 400px !important;
  }
  .t2f {
    font-size: 2.3em !important;
  }
  .t2o {
    font-size: 2.3em !important;
  }
  .t3c {
    font-size: 2.3em !important;
  }
  .t3wh {
    font-size: 2.3em !important;
  }
  .contenthero {
    top: 80% !important;
    max-width: 700px !important;
    margin: 0px auto;
  }
  .st1 {
    font-size: 1.6em !important;
    text-align: right !important;
  }
  .logo img {
    margin-top: 12px !important;
  }
  div.ccm-page header nav ul {
    margin-top: 5px !important;
  }
}
@media all and (min-width: 992px) {
  .col-3cmax {
    width: 33.333333% !important;
  }
  .logo img {
    float: left;
  }
  .ip img {
    float: right !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 14px !important;
    padding-right: 0px !important;
  }
  div.ccm-page header nav ul li a {
    font-size: 1.0em !important;
  }
  .ccm-image-slider-text {
    top: 35% !important;
    max-width: 900px !important;
  }
  .st1 {
    font-size: 2em !important;
  }
  .t2f {
    font-size: 2.3em !important;
  }
  .t2o {
    font-size: 2.3em !important;
  }
  .t3c {
    font-size: 2.3em !important;
  }
  .t3wh {
    font-size: 2.3em !important;
  }
  .rslides img {
    object-fit: cover !important;
    height: 500px !important;
  }
  .phonetop {
    font-size: 1.0em !important;
    padding: 8px 7px 8px 7px !important;
  }
  .col-3cmax img {
    max-width: 100% !important;
  }
  .contenthero {
    top: 80% !important;
    max-width: 900px !important;
    margin: 0px auto;
  }
  .st1 {
    font-size: 1.6em !important;
    text-align: right !important;
  }
}
@media all and (min-width: 1200px) {
  .t2f {
    font-size: 2.2em !important;
  }
  .t2o {
    font-size: 2.2em !important;
  }
  .t3c {
    font-size: 2.2em !important;
  }
  .t3wh {
    font-size: 2.2em !important;
  }
  .t3o {
    font-size: 1.4em !important;
    color: #231f20 !important;
    margin: 25px 0px 10px 0px !important;
    text-align: center;
  }
  .vrc {
    padding-top: 30px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 35px !important;
    padding-right: 0px !important;
  }
  .abl {
    padding-right: 30px !important;
  }
  .gp {
    padding-left: 50px !important;
  }
  .logo img {
    margin-top: 10px !important;
  }
  .st2 {
    font-size: 1.3em !important;
  }
  .rslides img {
    object-fit: cover !important;
    height: 600px !important;
  }
  .contenthero {
    top: 80% !important;
    max-width: 1100px !important;
    margin: 0px auto;
  }
  .st1 {
    font-size: 2em !important;
    text-align: right !important;
  }
  .phonetop {
    font-size: 1.1em !important;
  }
  .whs {
    padding: 0px 0px 0px 30px !important;
  }
}
@media all and (min-width: 1360px) {
  .t2up {
    margin-top: 25px !important;
  }
  .titlepage {
    font-size: 2em !important;
  }
  .rslides img {
    height: 700px !important;
    object-fit: cover !important;
  }
  .t3o {
    font-size: 1.4em !important;
    color: #231f20 !important;
    margin: 25px 0px 10px 0px !important;
    text-align: center;
  }
  .phonetop {
    font-size: 1.2em !important;
  }
  .contenthero {
    top: 63% !important;
    max-width: 1150px;
    margin: 0px auto;
  }
  .st1 {
    font-size: 2em !important;
    text-align: right !important;
  }
  .st1 {
    font-size: 2em !important;
  }
  .logo img {
    margin-top: 13px !important;
  }
  div.ccm-page header nav ul {
    margin-top: 11px !important;
  }
}
@media all and (min-width: 1680px) {
  .t2f {
    font-size: 2.6em !important;
  }
  .t3op {
    font-size: 1.4em !important;
    color: #231f20 !important;
    margin: 25px 0px 10px 0px !important;
    text-align: center;
  }
  .t2o {
    font-size: 2.6em !important;
  }
  .t3c {
    font-size: 2.6em !important;
  }
  .t3wh {
    font-size: 2.6em !important;
  }
  .whs {
    padding: 20px 0px 0px 30px !important;
  }
  .t3o {
    font-size: 1.6em !important;
  }
  .phonetop {
    font-size: 1.3em !important;
  }
  .rslides img {
    height: 100% !important;
    object-fit: cover !important;
  }
  .contenthero {
    top: 80% !important;
    max-width: 1300px !important;
    margin: 0px auto;
  }
  .st1 {
    font-size: 2em !important;
    text-align: right !important;
  }
  .st2 {
    font-size: 1.3em !important;
  }
  .logo img {
    margin-top: 13px !important;
  }
  div.ccm-page header nav ul {
    margin-top: 11px !important;
  }
  div.ccm-page header nav ul li {
    padding-left: 37px !important;
  }
  .ccm-image-slider-text {
    top: 35% !important;
    max-width: 1300px !important;
  }
}
