@charset "UTF-8";

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800; /* Zakres grubości dostępnych w czcionce */
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #003f89;
  background: linear-gradient(108deg, #0075cf 30%, #003f89 70%);
}

body::-webkit-scrollbar-thumb:hover {
  background: #003f89;
}

p {
  color: #000;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
}
.logo-mobile {
  display: none;
}
.navbar {
  padding: 20px 0;
}
.navbar .top-nav {
  display: flex;
}
.navbar .top-nav .time,
.navbar .top-nav .phone {
  background-color: #f7f7f7;
  padding: 15px 20px;
  font-weight: 800;
}
.navbar .top-nav .time {
  border-right: 1px solid #e4e4e4;
}
.navbar .navbar-brand img {
  height: 44px;
}
.navbar .top-nav .phone a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.navbar .top-nav .phone a:hover {
  color: #0075cf;
}
.navbar .top-nav .time img,
.navbar .top-nav .phone img {
  height: 20px;
  margin-right: 10px;
}
.navbar .nav-item {
  margin-right: 20px;
}
.navbar .nav-item:last-child {
  margin-right: 0;
}
.navbar .nav-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.85px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 15px;
  border-radius: 30px;
  transition: none;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
#mobile-menu {
  display: none !important;
}

.main {
  padding-top: 50px;
}
.main h1 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
.main img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.main h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 30px;
}
.color,
.main h1 span {
  color: #0067b9;
}
.main-btn-1 {
  background-color: #2ecc41;
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.6px;
  border: 2px solid #2ecc41;
  transition: all 0.3s;
}
.main-btn-1:hover {
  color: #2ecc41;
  background-color: transparent;
}
.main-btn-2 {
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 30px;
  color: #0165ba;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.6px;
  border: 2px solid #0165ba;
  transition: all 0.3s;
}
.main-btn-2:hover {
  background-color: #0165ba;
  color: #fff;
}

.main .gray {
  color: #575757;
  display: block;
  font-size: 16px;
}

.funfacts {
  padding: 80px 0;
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
}
.funfacts .funfacts-btn {
  display: inline-block;
  background-color: #fff;
  color: #003f89;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
  border: 2px solid #fff;
}
.funfacts .funfacts-btn:hover {
  background-color: transparent;
  color: #fff;
}
.funfacts .icon {
  margin-bottom: 30px;
}
.funfacts .icon svg {
  height: 80px;
}
.funfacts .item {
  text-align: center;
}
.funfacts .header {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}
.funfacts .content {
  font-size: 15px;
}

.benefits {
  padding-top: 80px;
  background-color: #f2f6f9;
}
.benefits h2 {
  font-weight: 800;
  font-size: 42px;
}
.benefits .subtitle {
  margin: 30px 0;
  font-weight: 500;
  font-size: 18px;
}
.benefits .wrapper {
  background-color: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 1), 0 0 30px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  border: 3px dashed #f2f6f9;
  position: relative;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.benefits .wrapper h2 {
  color: #004d9b;
  font-size: 40px;
}
.benefits .wrapper p {
  font-size: 18px;
}
.benefits .wrapper ul li {
  font-weight: 800;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.benefits .wrapper ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../img/4.telekonsultacja/medycyna-ikona.svg');
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.steps {
  padding: 80px 0;
  position: relative;
}
.steps h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.steps .suptitle {
  font-weight: 500;
  margin-bottom: 30px;
  color: #005aa6;
  font-size: 16px;
}
.steps .subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.steps .img1,
.steps .img2 {
  position: absolute;
}
.steps .img1 {
  width: 700px;
  left: -25%;
  bottom: -10%;
  rotate: 12.5deg;
}
.steps .img2 {
  width: 400px;
  right: 0;
  top: 200px;
}

.steps .item {
  text-align: center;
  padding: 30px 40px;
}
.steps .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .item .icon-box {
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.steps .item .icon-box::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  /* background-color: #000; */
  border-radius: 50%;
  border: 2px dashed gainsboro;
  z-index: -1;
}
.steps .item .icon-box::after {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.11);
  z-index: -2;
}
.steps .item .icon svg {
  height: 80px;
}
.steps .header {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 40px;
}
.steps .content {
  font-size: 16px;
}

.contact-info {
  padding: 120px 0;
  background: rgb(0, 64, 138);
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  overflow-x: clip;
}
.contact-info h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-info .img1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.contact-info .img2 {
  width: 22px;
}
.contact-info p {
  color: #fff;
  font-size: 18px;
}
.contact-info p:nth-child(3) {
  font-weight: 800;
  text-decoration: underline;
}
.contact-info .main-btn-2 {
  color: #fff;
  border-color: #fff;
}
.contact-info .img1 {
  position: absolute;
}

.testimonials {
  padding: 80px 0;
}
.testimonials h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.testimonials .suptitle {
  font-weight: 500;
  margin-bottom: 30px;
  color: #005aa6;
  font-size: 16px;
}
.testimonials .subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}
.testimonials .swiper-slide {
  /* padding: 25px 3px; */
  height: auto;
  padding: 30px;
}
.testimonials .item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.31);
  padding: 10px;
  border-radius: 25px;
  position: relative;
  height: 100%;
}
.testimonials .item .text {
  border: 2px dashed gainsboro;
  border-radius: 25px;
  padding: 25px;
  height: 75%;
}
.testimonials .item .firstname {
  font-weight: 800;
  font-size: 20px;
  color: #003f89;
  padding: 20px 10px;
}
.testimonials .item .icon {
  position: absolute;
  bottom: -20px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.21);
  padding: 10px;
  border-radius: 50%;
}
.testimonials .item .icon img {
  height: 34px;
}
.testimonials .item .icon::before {
  content: 'Źródło opinii:';
  position: absolute;
  left: 0;
  bottom: 25px;
  display: block;
  font-weight: 800;
  transform: translateX(-110%);
  width: 120px;
  font-size: 15px;
}
.testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}

.faq {
  padding: 80px 0;
  background-image: url(/assets/img/8.pytania-i-odpowiedzi/pattern-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.faq .header {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.faq .subtitle {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
}
.faq .accordion-button,
.faq .accordion-item:first-of-type .accordion-button,
.faq .accordion-item:last-of-type .accordion-button {
  border-radius: 20px;
  padding: 25px;
  font-weight: 800;
  font-size: 20px;
  box-shadow: none;
  border: none;
  background-color: #fff;
}

.our-offers {
  padding: 80px 0;
}
.our-offers .img1 {
  position: absolute;
  width: 500px;
  left: -5%;
  top: 50%;
  transform: translateY(-50%);
  rotate: -15.69deg;
}
.our-offers .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
}
.our-offers h2 {
  font-weight: 800;
  font-size: 36px;
}
.our-offers .subtitle {
  color: #0165ba;
  font-weight: 600;
  font-size: 34px;
}
.our-offers .item {
  text-align: center;
  height: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
  background-color: #fff;
}
.our-offers .item .icon svg {
  height: 64px;
  margin-top: 30px;
}
.our-offers .item .header {
  color: #004d9b;
  font-weight: 800;
  font-size: 22px;
  padding: 0 30px;
  min-height: 66px;
  margin-top: 30px;
}
.our-offers .item .content {
  font-size: 15px;
  padding: 0 50px;
  margin: 20px 0;
  min-height: 180px;
}
.our-offers .item .price {
  font-size: 24px;
  margin: 0px 0 90px 0;
}
.our-offers .item .price span {
  font-weight: 800;
  color: #004d9b;
}
.our-offers .item .btn {
  width: 100%;
  padding: 20px 0;
  background: rgb(0, 64, 138);
  background: linear-gradient(
    108deg,
    rgba(0, 64, 138, 1) 40%,
    rgba(0, 91, 170, 1) 66%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 30px 30px;
  cursor: default;
}
.our-offers .item .btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.blog {
  padding: 80px 0;
}
.blog.primary {
  background-image: url(../img/blog/pattern-tlo.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.blog.pa-blog-page {
  background-color: #f8f8f8;
}
.blog .b-item {
  background-color: #fff;
  box-shadow: 0 0 0 20px rgb(213, 183, 183), 0 0 30px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 30px;
  border: 3px dashed #f2f6f9;
  height: 100%;
  display: flex;
  position: relative;
}
.blog .b-item .b-img {
  max-width: 330px;
  height: 250px;
  flex: 0 0 330px;
}
.blog .b-img img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}
.blog .b-item .b-header h2,
.blog .b-item .b-header a {
  font-size: 24px;
  text-decoration: none;
  color: #003f89;
  line-height: 1;
  font-weight: 700;
}
.blog .b-item .b-right {
  padding-left: 30px;
}
.blog .b-item .btn-cta {
  position: absolute;
  bottom: -23px;
  right: -23px;
  padding: 20px 30px;
  background: rgb(0, 64, 138);
  background: linear-gradient(
    108deg,
    rgba(0, 64, 138, 1) 40%,
    rgba(0, 91, 170, 1) 66%
  );
  border-radius: 30px 0 30px 0;
  font-size: 20px;
}
.blog .b-item .btn-cta a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.blog .blog-single-img img {
  width: 100%;
  object-fit: cover;
}
.blog.primary h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.blog.primary .subtitle {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.blog.primary .bp-item {
  background-color: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 1), 0 0 30px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  border: 3px dashed #f2f6f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.blog.primary .bp-img {
  height: 300px;
}
.blog.primary .bp-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog.primary .bp-header,
.blog.primary .bp-content {
  padding: 0 30px;
}
.blog.primary .bp-header {
  margin: 20px 0;
}
.blog.primary .bp-header a {
  font-weight: 800;
  color: #004d9b;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s;
}
.blog.primary .bp-header a:hover {
  color: #0075cf;
}
.blog.primary .bp-content {
  font-weight: 500;
  margin-bottom: 20px;
}
/* .blog {
    padding: 80px 0;
    background-image: url(../img/blog/pattern-tlo.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.blog.primary {
    background-image: url(../img/blog/pattern-tlo.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.blog.pa-blog-page {
    background-color: #f8f8f8;
}
*/
/* .blog.primary .col-12:has(.b-item) {
    padding: 0 30px;
}
.blog.primary .b-item {
    background-color: #fff;
    box-shadow: 0 0 0 10px rgba(255,255,255, 1), 0 0 30px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 30px;
    border: 3px dashed #F2F6F9;
    height: 100%;
    display: flex;
}
.blog.primary .b-header h2 a,
.blog.primary .b-header {
    font-weight: 800;
    color: #004D9B;
    font-size: 17px;
    margin-bottom: 20px;
}
.blog.primary .b-header h2 a {
    text-decoration: none;
}
.blog.primary .b-header .content {
    font-size: 15px;
}  */

.form {
  padding: 80px 0;
}
.form h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.form .subtitle {
  font-weight: 500;
  color: #005aa6;
  font-size: 18px;
}
.form .subtitle a {
  color: #005aa6;
  text-decoration: none;
  transition: all 0.3s;
}
.form .subtitle a:hover {
  color: #0075cf;
}
.form-wrapper {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.note {
  margin-top: 10px;
  font-size: 15px;
  font-style: italic;
  color: #a22700;
  font-weight: 600;
}
.list-note {
  font-size: 15px;
  margin: 10px 20px;
  padding: 0;
  font-style: italic;
  color: #a22700;
}
.list-note li {
  margin: 20px 0;
}
#main-form input {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #646464;
}
#main-form input:focus,
#main-form input:focus-visible {
  border: 1px solid #eaeaea;
  outline: none;
}
#main-form label {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}
#main-form label span {
  color: #2ecc41;
}
.form-wrapper .header {
  font-size: 22px;
  font-weight: 800;
  margin: 25px 0;
}

#main-form .top {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
#main-form .hide-input,
#main-form .radio-input {
  display: none;
}
#main-form .hide-input.show {
  display: block;
}
#main-form .ask-container {
  margin-bottom: 15px;
}
#main-form .ask-container input[type='radio'] + label {
  padding: 2px 20px;
  margin-right: 8px;
  background-color: #e1e0e0;
  color: #535353;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.6px;
  border-radius: 8px;
  white-space: nowrap;
}
#main-form .ask-container input[type='radio']:checked + label {
  padding: 2px 20px;
  margin-right: 8px;
  background: rgb(0, 64, 138);
  background: linear-gradient(
    108deg,
    rgba(0, 64, 138, 1) 40%,
    rgba(0, 91, 170, 1) 66%
  );
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.6px;
  border-radius: 8px;
}
#main-form .top p {
  margin-left: 8px;
  color: #333;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 14px;
}
#main-form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border-color: #535353;
}
#main-form textarea:focus-visible {
  border-color: #535353;
  outline: none;
}
#main-form label:has(input[type='checkbox']) {
  display: block;
  margin: 10px 0;
}
#main-form input[type='checkbox'] {
  width: auto;
}
#main-form .price {
  font-size: 26px;
}
#main-form .price strong {
  color: #003f89;
}
#main-form input[type='submit'] {
  background-color: #2ecc41;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.5px;
  width: auto;
  padding: 15px 50px;
  border-radius: 30px;
  color: #fff;
}
#main-form input[type='submit']:disabled {
  cursor: no-drop;
  filter: grayscale(1);
}
#main-form .checkbox-area .ch-box {
  flex-grow: 0;
  width: auto;
}
#main-form .checkbox-area label {
  padding-left: 5px;
  display: inline;
  vertical-align: top;
}

.input-relative {
  position: relative;
  top: 1px;
}

footer {
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  padding: 60px 0;
}
footer p {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
footer .img1 {
  width: 250px;
}
footer .img2 {
  height: 55px;
}
footer .img3 {
  height: 55px;
}
footer ul {
  display: flex;
  gap: 40px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .second-list {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 70px;
}
footer .second-list li a {
  font-size: 18px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.5s;
}
footer ul li a:hover {
  color: #e0e0e0;
}

.contact-area {
  padding: 80px 0;
}
.contact-area h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}
.contact-area h2 span {
  color: #003f89;
}
.contact-area form textarea,
.contact-area form input {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #646464;
}
.contact-area form input:focus,
.contact-area form input:focus-visible,
.contact-area form textarea:focus,
.contact-area form textarea:focus-visible {
  border: 1px solid #eaeaea;
  outline: none;
}
.contact-area label {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-area label span {
  color: #ff0000;
}
.contact-area input[type='submit'] {
  background-color: #2ecc41;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.5px;
  width: auto;
  padding: 15px 50px;
  border: 2px solid #2ecc41;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
}
.contact-area input[type='submit']:hover {
  background-color: transparent;
  color: #2ecc41;
}
.contact-area .cta-wrapper a {
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 30px;
  color: #0165ba;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.6px;
  border: 2px solid #0165ba;
  transition: all 0.3s;
}
.contact-area .cta-wrapper a strong {
  font-size: 25px;
}
.contact-area .cta-wrapper a:hover {
  background-color: #0165ba;
  color: #fff;
}

.breadcumb-area {
  background-color: #f4f4f4;
  padding: 10px 0;
}
.breadcumb-area .breadcumb {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  color: #000;
  font-weight: 800;
  font-size: 14px;
}
.breadcumb-area .breadcumb a {
  color: #949494;
  text-decoration: none;
  transition: all 0.5s;
}
.breadcumb-area .breadcumb a:hover {
  color: #000;
}
.breadcumb-area .breadcrumb-item + .breadcrumb-item::before {
  margin: 0 5px;
}

.file-upload-wrapper {
  position: relative;
  display: flex;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 15px;
  border-radius: 15px;
  color: #646464;
}
.file-upload-label {
  width: 100%;
  margin: 0 !important;
}
.file-upload-label span {
  display: block;
  width: 100%;
}
.file-upload-label input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.file-upload-label input[type='file']::file-selector-button {
  cursor: pointer;
}
.file-upload-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e1e0e0;
  border: 1px solid #e1e0e0;
  border-radius: 0 15px 15px 0;
  font-weight: 700;
  font-size: 13px;
  height: 100%;
  padding: 6px 15px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(66, 68, 90, 0.21);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(66, 68, 90, 0.21);
  box-shadow: inset 0px 0px 5px 0px rgba(66, 68, 90, 0.21);
}
.file-upload-btn small {
  display: block;
  font-weight: 400;
}
/* .file-upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 5px 10px;
}

.file-upload-label {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #666;
} 

.file-upload-label input[type="file"] {
    display: none;
}

.file-upload-label span {
    display: block;
    padding: 10px;
    color: #bbb;
}

.file-upload-btn {
    display: inline-block;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #666;
    text-align: center;
    cursor: pointer;
    width: 150px;
    text-align: right;
} */

/* single blog */

.pa-blog-page .blog-single {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.pa-blog-page form {
  position: relative;
}
.pa-blog-page form #s {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #eaeaea;
  padding-right: 100px;
}
.pa-blog-page form .pa-btn {
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 18px;
  padding: 8px 5px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 2px solid #003f89;
  border-radius: 0 15px 15px 0;
  transition: all 0.3s;
}
.pa-blog-page form .pa-btn:hover {
  background: #003f89;
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.pa-blog-page .pa-blog-sidebar .cta-area {
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  padding: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
.pa-blog-page .pa-blog-sidebar .cta-area p {
  color: #fff;
}
.pa-blog-page .pa-blog-sidebar .cta-area .header {
  font-size: 22px;
  font-weight: 800;
  padding: 0 50px;
}
.pa-blog-page .pa-blog-sidebar .cta-area .subtitle {
  font-size: 14px;
  margin: 10px 0 30px;
}
.pa-blog-page .pa-blog-sidebar .cta-area a {
  padding: 20px 30px;
  color: #fff;
  font-weight: 800;
  background-color: #2ecc40;
  display: inline-block;
  border-radius: 40px;
  text-decoration: none;
  font-size: 18px;
}
.pa-blog-page .pa-blog-sidebar .underline-text {
  margin-top: 30px;
  text-decoration: underline;
  padding: 0 50px;
  font-weight: 600;
}
.pa-blog-page .pa-blog-sidebar .pa-widget h2 {
  font-size: 28px;
  color: #003f89;
  font-weight: 800;
}
.pa-blog-page .pa-widget ul {
  list-style-type: none;
}
.pa-blog-page .pa-widget ul li {
  display: flex;
}
.pa-blog-page .pa-widget ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pa-blog-page .pa-widget .pa-pro-wid-img {
  flex: 0 0 80px;
}
.pa-blog-page .pa-widget .pa-pro-wid-img img {
  width: 100%;
}
.pa-blog-page .pa-widget .pa-pro-wid-content {
  padding-left: 20px;
}
.pa-blog-page .pa-widget .pa-pro-wid-content .header {
  font-size: 18px;
}
.pa-blog-page .pa-widget .pa-pro-wid-content .header a {
  text-decoration: none;
  color: #003f89;
  font-weight: 700;
  transition: all 0.3s;
}
.pa-blog-page .pa-widget .pa-pro-wid-content .header a:hover {
  color: #000;
}
.pa-blog-single .pa-blog-title h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}
.pa-blog-single .blog-single-img {
  position: relative;
  height: 500px;
}
.pa-blog-single .blog-single-img .pa-blog-date {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px 0 30px 0;
  padding: 20px 30px;
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.pa-blog-single .blog-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.pa-blog-single .pa-bs-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 20px 0;
}
.pa-blog-single .pa-bs-content strong {
  font-weight: 600;
  color: #005aad;
}
.pa-blog-single .pa-bs-content ul {
  list-style: none;
  padding-left: 0;
}
.pa-blog-single .pa-bs-content ul li {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}
.pa-blog-single .pa-bs-content ul li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #005caf;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.pa-blog-single .pagination {
  display: flex;
  justify-content: space-between;
}
.pa-blog-single .pagination .page-item a {
  display: block;
  background: #003f89;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.23s;
}

.pa-blog-single .pagination .page-item a:hover {
  border: 2px solid #003f89;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-subpage {
  padding: 80px 0;
}

.faq-subpage .accordion .accordion-item {
  margin-bottom: 30px;
  border: none;
}
.faq-subpage .accordion .accordion-button {
  border: 2px solid #0165ba;
  color: #0165ba;
  padding: 15px 30px;
  font-weight: 800;
  border-radius: 30px;
  box-shadow: none;
  outline: none;
}
.faq-subpage .accordion .accordion-button:not(.collapsed) {
  background-color: #0165ba;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: none;
  outline: none;
}

.faq-subpage
  .accordion
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-radius: 30px;
}

.faq-subpage .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-subpage .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230165BA'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* CENNIK */

.price-subpage {
  padding: 80px 0;
}
.price-subpage h1, .contact-area h1{
  font-size: 42px;
  font-weight: 800;
}
.price-subpage .subtitle {
  color: #003f89;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0 0 0;
}
.price-subpage .entry {
  font-weight: 600;
}
.price-subpage .item {
  display: flex;
  margin-bottom: 20px;
}
.price-subpage .item-img {
  max-width: 280px;
  flex: 0 0 280px;
}
.price-subpage .item-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 25px;
}
.price-subpage .item-right {
  position: relative;
  padding-left: 40px;
}
.price-subpage .item .price-box {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 30px;
  border-radius: 0 0 0 30px;
  background-color: #003f89;
  color: #fff;
  font-size: 24px;
}
.price-subpage .item .header {
  font-size: 30px;
  color: #00448f;
  font-weight: 700;
  max-width: 500px;
  margin-top: 50px;
}
.price-subpage .item .content {
  padding: 30px 0;
}
.price-subpage .btn-primary {
  background-color: #2ecc41;
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.6px;
  border: 2px solid #2ecc41;
  display: inline-block;
  transition: all 0.3s;
}
.price-subpage .btn-primary:hover {
  color: #2ecc41;
  background-color: transparent;
}
.price-subpage .btn-secondary {
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 30px;
  color: #0165ba;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.6px;
  border: 2px solid #0165ba;
  display: inline-block;
  transition: all 0.3s;
}
.price-subpage .btn-secondary:hover {
  background-color: #0165ba;
  color: #fff;
}

.regulamin h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
.regulamin h3,
.regulamin h2 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 800;
}

.regulamin a {
  color: black;
  text-decoration: none;
  word-break: break-word;
}

.regulamin ol > li,
.regulamin ol > li > ul > li {
  margin: 0.5rem 0;
}
.regulamin ol > li > ul {
  padding-left: 3rem;
  margin: 1rem 0;
  list-style-type: lower-latin;
}

.regulamin ul > li,
.regulamin ul > li > ul > li {
  margin: 0.5rem 0;
}
.regulamin ul > li > ul {
  padding-left: 3rem;
  margin: 1rem 0;
  list-style-type: lower-latin;
}
.regulamin ul p {
  margin: 0;
}

.regulamin-organizacyjny li {
  list-style: none;
  margin: 10px 0;
}

.display-none-desktop {
  display: none !important;
}

.subsubtitle {
  font-size: 34px;
}
.overlay-2 {
    position: fixed;
    top: 0;
    left: 0;
	bottom:0;
	right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Przyciemnienie tła */
    justify-content: center; /* Wyśrodkowanie poziome */
    align-items: center; /* Wyśrodkowanie pionowe */
	z-index: 999999999999;
	display: none;
}

/* Modal */
.cookie-modal {
    background-color: white; /* Białe tło */
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    max-width: 530px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Delikatny cień */
}

.cookie-modal h2 {
    margin-top: 0;
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cookie-modal p {
    font-size: 14px;
	line-height: 1.3;
    letter-spacing: .3px;
    margin-bottom: 20px;
}

/* Przyciski akceptacji i odrzucenia */
.cookie-actions {
    display: flex;
    justify-content: center;
}

.accept-btn {
	display: block;
    padding: 10px 15px;
    background-color: #003f89;
    color: #fff;
	font-size: 14px;
    text-align: center;
	cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
	border-radius: 3px;
	border: none;
	transition: all .3s;
}
.reject-btn {
	text-decoration: underline;
	transition: all .3s;
}
.reject-btn:hover {
	color: #ff3232;
}

.accept-btn:hover {
    background-color: #218838;
}

@media (max-width: 500px) {
	.cookie-modal {
		margin: 10px;
		padding: 30px 10px;
	}
}
/* ======================== MEDIA ======================================= */

@media (max-width: 576px) {
  .display-none-desktop {
    display: flex !important;
  }
  .our-offers .subtitle,
  .subsubtitle {
    font-size: 16px;
  }
  #mobile-menu {
    display: block !important;
  }
  .funfacts .funfacts-btn {
    font-size: 24px;
  }
  .logo-mobile {
    display: block;
  }
  .logo-desktop {
    display: none;
  }
  .regulamin h1 {
    font-size: 20px;
  }
  .funfacts h2 {
    font-size: 19px;
  }

  .note {
    font-size: 14px;
  }
  .list-note {
    font-size: 14px;
  }
  .form-wrapper .header {
    font-size: 18px;
  }
  .form h2 {
    font-size: 24px;
  }
  .faq .accordion-button {
    font-size: 18px;
  }
  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
  }
  .testimonials .swiper-slide {
    padding: 25px 3px;
  }
  .contact-info .img2 {
    width: 18px;
  }
  .steps .item {
    padding: 30px 15px;
  }
  .form .subtitle,
  .blog.primary .subtitle,
  .faq .subtitle,
  .contact-info p,
  .steps .subtitle,
  .benefits .wrapper p,
  .benefits .subtitle {
    font-size: 16px;
  }
  .blog.primary h2,
  .faq .header,
  .steps h2,
  .benefits .wrapper h2,
  .benefits h2 {
    font-size: 28px;
  }
  .file-upload-btn {
    display: none;
  }
  #main-form .top {
    flex-wrap: wrap;
  }
  #main-form .top p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 700;
    order: -1;
  }
  .blog.primary .bp-img {
    height: 200px;
  }
  .our-offers h2 {
    font-size: 25px;
  }
  .contact-info .main-btn-2 {
    font-size: 16px;
    padding: 15px 15px;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits .wrapper {
    position: static;
    margin-top: 30px;
    padding: 20px;
  }
  .benefits .main-btn-2 {
    font-size: 16px;
    padding: 10px 10px;
  }
  .main-btn-1 {
    font-size: 16px;
  }
  .main .main-btn-2 {
    font-size: 18px;
  }
  .pa-blog-single .pa-bs-content h2 {
    font-size: 24px;
  }
  .pa-blog-single .pa-blog-title h1 {
    font-size: 32px;
  }
  .pa-blog-single .blog-single-img {
    height: 275px;
  }
  .blog .b-item .b-img {
    flex: none;
  }
  .blog .b-item .b-header h2,
  .blog .b-item .b-header h2 a {
    font-size: 20px;
  }
  .blog .b-item {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1),
      0 0 20px 5px rgba(0, 0, 0, 0.1);
  }
  .blog .b-item .btn-cta {
    right: -8px;
    bottom: -8px;
  }
  .pa-blog-page .pa-blog-sidebar .pa-widget h2 {
    font-size: 26px;
  }
  .pa-blog-page .pa-widget .pa-pro-wid-content .header {
    font-size: 16px;
  }
  .blog .b-item .b-right {
    padding-left: 0;
  }
  .blog .b-item .b-header h2 {
    margin: 20px 0;
  }
  .blog .b-item .btn-cta {
    font-size: 17px;
  }
  .blog .b-item {
    flex-direction: column;
    padding-bottom: 70px;
  }
  .price-subpage .item .content {
    padding: 10px 0 20px 0;
  }
  .price-subpage .item .header {
    margin-top: 20px;
  }
  .price-subpage h2 {
    font-size: 30px;
  }
  .price-subpage .item .price-box {
    padding: 13px 30px;
    font-size: 15px;
  }
  .price-subpage .item-right {
    padding-left: 0;
    position: static;
  }
  .price-subpage .item {
    flex-direction: column;
    margin: 50px 0;
    position: relative;
  }
  .price-subpage .item-img {
    max-width: none;
    flex: none;
  }
  .price-subpage .item-img img {
    height: auto;
  }
  .contact-area h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact-area .cta-wrapper a {
    padding: 15px;
    font-size: 14px;
  }
  .contact-area .cta-wrapper a strong {
    font-size: 16px;
  }
  footer ul {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .navbar .top-nav .time,
  .navbar .top-nav .phone {
    padding: 15px 8px;
  }
  .navbar .top-nav {
    margin-bottom: 10px;
    margin: 10px 0;
    justify-content: center;
  }
  .suptitle {
    margin-top: 1.5rem;
  }
  footer ul li a {
    font-size: 16px;
  }
  .social {
    justify-content: center !important;
  }
  .rpwdl {
    margin: 20px 0 !important;
  }
  .navbar .navbar-brand img {
    height: 32px;
  }
  .navbar .nav-link:hover {
    background: none;
    color: var(--bs-nav-link-color);
  }
}

/*modal*/

.custom__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* Styl ogólny dla modala */
.ui.basic.modal {
  display: none; /* Ukryty domyślnie */
  position: fixed; /* Pozostaje na miejscu nawet przy przewijaniu */
  z-index: 1100; /* Na wierzchu */
  left: 0;
  top: 0;
  width: 100%; /* Pełna szerokość */
  height: 100%; /* Pełna wysokość */
  background: rgba(0, 0, 0, 0.85); /* Półprzezroczyste tło */
  align-items: center; /* Centrowanie w pionie */
  justify-content: center; /* Centrowanie w poziomie */
}
.ui.basic.modalok .fa-check::before {
  color: #2ecc40;
  font-size: 45px;
}
.ui.basic.modalnok .fa-solid::before {
  color: #eb3148;
  font-size: 45px;
}

/* Przyciski */
.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  box-shadow: 0px 0px 0px 1px transparent inset,
    0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}
.modalok .ui.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
  color: #2ecc40;
}

.modalok .ui.button:hover {
  background-color: #21ba45;
  color: #fff;
}

.modalnok .ui.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #eb3148 inset !important;
  color: #eb3148;
}

.modalnok .ui.button:hover {
  background-color: #eb3148;
  color: #fff;
}

.modalform .ui.button {
  background-color: #2ecc40;
  color: #fff;
  transition: all 0.3s;
}
.modalform .ui.button:hover {
  background-color: #fff;
  color: #2ecc40;
}

/* Ukryj przyciski po załadowaniu */
.ui.modal > .actions {
  display: none;
}

/* Styl dla nagłówka i tekstu */
.ui.icon.header {
  text-align: center;
  color: white;
}

.ui.icon.header p {
  color: white;
  margin: 40px 0;
  line-height: 26px;
  font-weight: bold;
}

.info__logo {
  width: 220px; /* Ustal rozmiar logo */
}
.wd-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.wd-flex img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.wd-flex .w-item:first-child {
  padding-right: 20px;
}
.wd-flex .w-item {
  box-sizing: border-box;
  flex: 50%;
}
.checkboxy {
  flex-direction: column;
}
.checkboxy .ch-box {
  margin: 5px 0;
}
@media (max-width: 1000px) {
  .wd-flex .w-item {
    width: 100%;
    flex: 100%;
  }
  .wd-flex .w-item:first-child {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .our-offers .img1 {
    left: -14%;
  }
  .benefits .subtitle {
    margin-bottom: 130px;
  }
  .steps .img1,
  .steps .img2 {
    display: none !important;
  }
  .contact-info .img1 {
    right: -200px;
  }
  .main-btn-1,
  .main-btn-2 {
    font-size: 16px;
  }
  .checkboxy {
    justify-content: left !important;
  }
}

/* popup */

#fc-bottom-icon, #fc-bottom-icon2 {
	position: fixed;
	z-index: 10;
	right: 40px;
	bottom: 40px;
}

@media screen and (max-width: 660px) {
  #fc-bottom-icon, #fc-bottom-icon2 {
    bottom: 50px;
    right: 10px;
  }
}

.popoup-form_show {
  display: block !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999999;
}

#form-popup {
  display: none;
}

.popoup-form_show .popup_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.419);
}

.popoup-form_show .popup__form-container {
  padding: 40px 50px;
}

.popoup-form_show .popup__form-container {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 750px;
  width: 95%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 99999999999999999999999;
  box-shadow: 0 0 2px rgb(0 0 0 / 50%);
  box-sizing: border-box;
}

.popoup-form_show h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
  color: #252525;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
}

.popoup-form_show h2 strong {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  color: #003f89;
  display: block;
  font-weight: 800;
  margin-top: 0;
}

.popoup-form_show h2 strong span {
  color: #2ecc40;
}

.popoup-form_show .popup__form {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 25px auto;
  background: none;
  padding: 0;
}

.popoup-form_show .form__inputs_container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.form__col {
  max-width: 300px;
  width: inherit;
}

.popoup-form_show label {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-left: 3px;
  display: block;
  margin-bottom: 9px;
  text-align: left;
  color: black;
}

.popoup-form_show input[type='tel'],
.popoup-form_show input[type='text'] {
  -webkit-transition-duration: 0.3s;
  border: 1px solid #e5e5e5;
  height: 47px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

.popoup-form_show .popup__info {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: center;
  font-size: 14px !important;
}

.close__container {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0b3e68;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close__container .close {
  font-size: 18px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .form__col:nth-child(2) {
    margin-left: 10px;
  }
}

.form__col i {
  color: red;
  font-weight: 700;
}

.popoup-form_show .form__submit_container input[type='submit'],
.checkOpinion {
  height: 50px;
  display: inline-block;
  vertical-align: top;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  background: #003f89;
  padding: 0 35px;
  border-radius: 7px;
  margin: 25px 0 0 0;
}

.checkOpinion {
  font-size: 24px;
  height: 80px;
  width: 360px;
  line-height: 80px;
}

.ocenNas {
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

.przylaczSie {
  font-weight: 600;
  font-size: 24px;
  color: #0b3e68;
}

.opinieZwer {
  background: #fcfcfd;
  padding: 60px;
  text-align: center;
}
#fc-bottom-icon .icon {
  height: 80px;
  width: 80px;
  cursor: pointer;
  background-color: #0075cf;
  border: 5px solid rgb(29 68 128);
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}

#fc-bottom-icon2 .txt-2 {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  width: max-content;
  cursor: pointer;
  background-color: #026fb3;
padding: 15px 25px;
  border-radius: 5px;
  position: absolute;
right:0;
bottom:0;
  box-sizing: border-box;
  -webkit-animation: headShakeCycle 5.6s ease-in-out infinite;
  animation: headShakeCycle 5.6s ease-in-out infinite;
}
@-webkit-keyframes headShakeCycle {
  /* Pauza przed pierwszym segmentem */
  0%, 35.7% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* Pierwszy segment animacji */
  35.7% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  37.6% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  41.0% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  44.7% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  48.1% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* Pauza po pierwszym segmencie */
  50%, 85.7% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /* Drugi segment animacji */
  85.7% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  87.6% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  91.0% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  94.7% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  98.1% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShakeCycle {
  0%, 35.7% {
    transform: translateX(0);
  }
  35.7% {
    transform: translateX(0);
  }
  37.6% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  41.0% {
    transform: translateX(5px) rotateY(7deg);
  }
  44.7% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  48.1% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
  50%, 85.7% {
    transform: translateX(0);
  }
  85.7% {
    transform: translateX(0);
  }
  87.6% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  91.0% {
    transform: translateX(5px) rotateY(7deg);
  }
  94.7% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  98.1% {
    transform: translateX(2px) rotateY(3deg);
  }
  100% {
    transform: translateX(0);
  }
}
#fc-bottom-icon .icon svg {
  height: 38px;
  width: 38px;
  cursor: pointer;
  fill: #fff;
  transition: 0.5s;
}

#fc-bottom-icon .txt {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  min-width: 160px;
  transform: translateY(-50%);
  right: 101px;
  cursor: pointer;
  background-color: #0075cf;
  padding: 7px 12px 7px 12px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
}

.popup__form-container p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

.popup__form-container a {
  color: #003f89;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  border: 2px solid #003f89;
  border-radius: 10px;
  transition: all 0.3s;
}
.popup__form-container a:hover {
  background-color: #003f89;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .popoup-form_show .popup__form-container {
    padding: 40px 5px;
  }

  #fc-bottom-icon, #fc-bottom-icon2 {
		bottom: 20px;
		right: 20px;
	}

  #fc-bottom-icon .icon svg {
    height: 22px;
    width: 22px;
  }

  .checkOpinion {
    width: 90%;
    height: 70px;
    line-height: 70px;
    padding: 0;
  }

  .opinieZwer img {
    width: 200px;
  }
  .przylaczSie {
    color: #07243c;
  }
}

@media screen and (max-width: 900px) {
  #fc-bottom-icon2 .txt-2{font-size: 18px;}
  .popoup-form_show h2,
  .popup__form-container p {
    font-size: 18px !important;
  }
  .popup__form-container p:last-of-type {
    margin-bottom: 50px;
  }

  .popoup-form_show .form__inputs_container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
  }

  #fc-bottom-icon .txt {
    display: none;
  }

  #fc-bottom-icon .icon {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .popup__form-wrapper {
    margin-top: 45px;
  }
  .popup-btn {
    margin: 30px 0;
  }
}
@media (min-width: 1920px) {
  .contact-area {
    padding: 140px 0;
  }
}

.result-div {
  box-sizing: border-box;
  position: relative;
  padding-right: 35px;
  max-width: 80%;
  margin: 15px 0;
  line-height: 1.2;
  letter-spacing: 0.2px;
  background-color: rgba(0, 0, 0, 0.01);
  padding: 15px 55px 15px 30px;
}
.result-div .close-btn {
  top: 15px;
  right: 15px;
  position: absolute;
}
.result-div .close-btn img {
  cursor: pointer;
  width: 25px;
}
.result-div .nip-header {
  font-weight: 400;
}
#survey .result-div .company-address,
#survey .result-div .company-name {
  font-weight: 400;
}
#survey .result-div .company-address {
  margin: 10px 0;
}

.blog br{
  content: "";
    display: block;
    margin-bottom: 17px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact-area .cta-wrapper{
  height:100%;
}

@media (max-width: 1000px) {
  .result-div {
    max-width: none;
  }
}

/* ============================================================
   STYLE PODSUMOWANIA FORMULARZA - STEP 2
   ============================================================ */

#step2 {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#step2 .summary-title {
  font-size: 28px;
  font-weight: 800;
  color: #003f89;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 3px solid #003f89;
}

.summary-section {
  background-color: #f8fafc;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid #e2e8f0;
}

.summary-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #003f89;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.summary-section h3 .section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(108deg, #003f89 30%, #0075cf 70%);
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.summary-row {
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-row strong {
  color: #334155;
}

.summary-row span {
  color: #1e293b;
  font-weight: 500;
}

.summary-price {
  color: #2ecc41 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.summary-statuses {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
  border-left: 4px solid #0075cf;
}

.summary-status {
  padding: 8px 0;
  font-weight: 600;
  color: #0075cf;
  border-bottom: none;
}

.status-bullet {
  margin-right: 10px;
  color: #2ecc41;
  font-size: 18px;
}

.summary-employers {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.summary-employer-item {
  padding: 12px;
  margin: 10px 0;
  background-color: #f1f5f9;
  border-radius: 8px;
  border-left: 3px solid #003f89;
}

.employer-name {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
}

.employer-address {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 5px;
}

.employer-nip {
  font-size: 14px;
  color: #475569;
}

.summary-highlight {
  background: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 100%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #7dd3fc;
}

.summary-highlight strong {
  color: #0369a1;
  display: block;
  margin-bottom: 10px;
}

.summary-desc {
  color: #334155;
  line-height: 1.6;
}

.summary-symptoms-date {
  background-color: #f0f9ff;
  border-radius: 8px;
  padding: 15px !important;
  margin-bottom: 15px;
  border-left: 4px solid #0075cf;
}

.summary-symptoms-date span {
  color: #003f89 !important;
  font-weight: 700 !important;
}

.summary-ailments {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border-left: 4px solid #2ecc41;
}

.summary-ailments strong {
  color: #166534;
  display: block;
  margin-bottom: 10px;
}

.ailments-text {
  color: #334155;
  line-height: 1.8;
  padding: 10px;
  background-color: #f8fafc;
  border-radius: 8px;
}

.medical-answers {
  display: grid;
  gap: 10px;
}

.med-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  padding-left: 0;
}

.med-answer-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
}

.med-answer-badge.yes {
  background-color: #fee2e2;
  color: #dc2626;
}

.med-answer-badge.no {
  background-color: #dcfce7;
  color: #166534;
}

.med-label {
  flex: 1;
  color: #334155;
  font-weight: 600;
}

.med-row .summary-desc {
  width: 100%;
  margin-top: 8px;
  padding: 10px 15px;
  background-color: #e0f2fe;
  border-radius: 6px;
  font-size: 14px;
  color: #0369a1;
  border-left: 3px solid #0284c7;
}

.summary-files {
  margin-top: 15px;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}

.summary-files ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.summary-files li {
  padding: 8px 12px;
  background-color: #f1f5f9;
  border-radius: 6px;
  margin-bottom: 8px;
  font-size: 14px;
}

.file-icon {
  margin-right: 8px;
}

.consent-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 8px;
  border-left: 3px solid #2ecc41;
}

.consent-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #2ecc41;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  flex-shrink: 0;
}

.consent-text {
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.summary-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #e2e8f0;
  flex-wrap: wrap;
}

.btn-go-summary {
  background-color: #2ecc41;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 15px 50px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #2ecc41;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-go-summary:hover {
  background-color: transparent;
  color: #2ecc41;
}

.btn-back-edit {
  background-color: transparent;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 30px;
  color: #0165ba;
  border: 2px solid #0165ba;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-back-edit:hover {
  background-color: #0165ba;
  color: #fff;
}

.btn-final-submit {
  background-color: #2ecc41;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 15px 50px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #2ecc41;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-final-submit:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

.quest {
  margin-bottom: 15px;
}

.quest label {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  #step2 .summary-title {
    font-size: 22px;
  }
  
  .summary-section {
    padding: 15px;
  }
  
  .summary-section h3 {
    font-size: 18px;
  }
  
  .summary-actions {
    flex-direction: column;
  }
  
  .btn-back-edit,
  .btn-final-submit,
  .btn-go-summary {
    width: 100%;
    text-align: center;
  }
  
  .med-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .med-answer-badge {
    margin-bottom: 5px;
  }
}