/* @font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
} */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans", sans-serif;
}
.section-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.navbar-top {
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
}
.navbar-top a {
  color: white;
  text-decoration: none;
}
.navbar-top .top-info {
  display: flex;
  justify-content: end;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.navbar-top .top-info img {
  width: 30px;
}
.navbar-top .top-info li {
  border-left: 1px solid #ffffff5a;
  padding: 30px 20px;
}
.navbar-top .top-info li:last-child {
  border-right: 1px solid #ffffff5a;
}
.navbar {
  padding: 20px 0;
}
.navbar-nav {
  gap: 10px;
}
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.navbar-nav .nav-link span {
  display: block;
  font-size: 18px;
}
.navbar-nav .nav-link.active {
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.navbar-nav .nav-link.active .cls-1 {
  fill: #29265c;
  transition: fill 0.3s;
}
.navbar .nav-link:hover,
.navbar .nav-link:hover .cls-1 {
  color: #29265c;
  fill: #29265c;
}
.navbar .navbar-nav svg {
  display: block;
  height: 40px;
  margin-bottom: 5px;
  transition: fill 0.3s;
  width: 44px;
}
.navbar .navbar-brand img {
  width: 280px;
}

.main-section {
  padding: 3rem 0;
  overflow: hidden;
  background-color: #ebf2f9;
}
.main-section .main-bg {
  position: relative;
  z-index: 2;
}
.main-section .main-bg::before {
  content: '';
  height: 100%;
  width: 200%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
  z-index: -1;
}
.main-section.main-section-2 .main-bg::before {
  left: auto;
  right: 0;
}
.main-section .main-item {
  /* background: rgb(0, 105, 192, 1);
  background: linear-gradient(
    90deg,
    rgba(11, 156, 86, 1) 0%,
    rgba(16, 114, 92, 1) 99%
  ); */
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
  height: 100%;
}
.main-section .main-item span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
  display: block;
}
.main-section .main-item img {
  height: 84px;
}
.main-section .main-item p {
  margin: 0;
}
.main-section .main-wrapper {
  padding: 25px 25px 25px 40px;
}
.main-section .main-wrapper h1 {
  font-size: 37px;
  font-weight: 800;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.main-section .main-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3px;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
.main-section .main-wrapper p {
  font-weight: 600;
}
.main-section .main-wrapper .btn-area {
  margin-bottom: 16px;
}
.main-section .main-wrapper .btn-area a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  border-radius: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
.main-section .main-wrapper .btn-area a:first-child {
  background: #2badea;
}
.main-section .main-wrapper .line {
  height: 6px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 25px 0;
}
.main-section .main-wrapper .warning {
  color: #f44336;
}
.main-section .main-wrapper .warning strong {
  color: #000;
}
.main-section .main-wrapper .warning img {
  width: 20px;
}
.main-section .s-box-top {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input,
.main-section .s-box-top input {
  width: 70%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #646464;
}
.contact-form input {
  width: 100%;
}
.contact-form input:focus,
.contact-form input:focus-visible,
.main-section .s-box-top input:focus,
.main-section .s-box-top input:focus-visible {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3);
  outline: none;
}
.main-section .s-box-top .dropdown-home {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  padding: 0px;
  box-shadow: 0 0 2px rgb(0 0 0 / 5%), 0 0 2px rgb(0 0 0 / 5%),
    0 0 3px rgb(0 0 0 / 5%), 0 0 4px rgb(0 0 0 / 5%), 0 0 5px rgb(0 0 0 / 5%),
    0 0 4px rgb(0 0 0 / 5%), 0 0 5px rgb(0 0 0 / 5%);
  z-index: 1;
  overflow-y: scroll;
  max-height: 250px;
  width: 70%;
}
.main-section .s-box-top .dropdown-home::-webkit-scrollbar {
  width: 5px;
}
.main-section .s-box-top .dropdown-home::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-section .s-box-top .dropdown-home::-webkit-scrollbar-thumb {
  background: #41a73b;
}
.main-section .s-box-top .dropdown-home::-webkit-scrollbar-thumb:hover {
  background: #3b823e;
}
.main-section .s-box-top .dropdown-home li {
}
.main-section .s-box-top .dropdown-home li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 7.5px 10px;
  transition: all 0.3s;
}
.main-section .s-box-top .dropdown-home li a:hover {
  background-color: #41a73b;
  color: #fff;
}
.main-section .s-box-top .dropdown-home li:last-child a {
  border-bottom: none;
}
.main-section .s-box-top #lek {
  margin: 10px 0 20px;
  font-size: 20px;
  color: #2ecc41;
  display: none;
  font-weight: 700;
}
.main-section .s-box-top #lek a {
  text-decoration: none;
  font-weight: 800;
  color: #3b823e;
  transition: all 0.3s;
}
.main-section .s-box-top #lek a:hover {
  color: #2ecc41;
}
.main-section .rt-item {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 25px;
  gap: 30px;
  height: 100%;
  margin: 0 12px;
}
.main-section .rt-item img {
  height: 70px;
}
.main-section .main-img {
  width: auto;
  height: 400px;
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: 3;
}
.main-section .main-img-3 {
  width: auto;
  height: 400px;
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: 3;
}
.main-section .main-img-2 {
  width: auto;
  height: 400px;
  position: absolute;
  right: -280px;
  bottom: 0;
  z-index: 3;
}
.rt-main-bottom h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 800;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.rt-main-bottom p {
  font-weight: 600;
}
.rt-main-bottom .line {
  display: inline-block;
  width: 138px;
  height: 6px;
  background-color: #d6d6d6;
  border-radius: 15px;
  position: relative;
  margin-top: 2rem;
}
.rt-main-bottom .line::before {
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #2badea;
  border-radius: 15px;
}
.main-section.main-section-2 .rt-item h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.main-section .rt-item-2 {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  position: relative;
  background-image: url(../img/rt.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}
.main-section .rt-item-2::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
}
.main-section .rt-item-2 .content {
  position: relative;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 25px;
}
.main-section .rt-item-2 .content h3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.main-section .rt-item-2 .content a {
  margin-top: 10px;
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 1);
}

.steps-section {
  padding: 80px 0;
}
.steps-section h2 {
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.steps-section .line {
  display: inline-block;
  width: 138px;
  height: 6px;
  background-color: #d6d6d6;
  border-radius: 15px;
  position: relative;
  margin-top: 2rem;
}
.steps-section .line::before {
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #2badea;
  border-radius: 15px;
}
.steps-section .steps-item {
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}
.steps-section .steps-item .header {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.steps-section .steps-item .content h3 {
  font-size: 18px;
  font-weight: 700;
}
.steps-section .steps-item .content p {
  font-size: 18px;
}
.steps-section .steps-item img {
  height: 70px;
  margin: 25px 0;
}
.articles-section li{margin:5px 0;}
.why-us {
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  padding: 80px 0;
  color: #fff;
}
.why-us .section-img {
  height: 100%;
  border-radius: 15px;
}
.why-us h2 {
  font-size: 36px;
  font-weight: 700;
}
.why-us .header3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
}
.why-us .item {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 18px;
  height: 100%;
  border-radius: 15px;
}
.why-us .item .icon img {
  width: 32px;
  height: auto;
}
.why-us .item .header {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0;
}
.why-us .item .content {
  font-size: 15px;
  font-weight: 600;
}
.why-us .information {
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.why-us .information a {
  text-decoration: none;
  color: #80cd84;
  font-weight: 800;
  transition: all 0.3s;
}
.why-us .information a:hover {
  color: #3b823e;
}

.testimonials-section {
  padding: 80px 0;
  background-color: #fbfdf5;
}
.testimonials-section h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.3px;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.testimonials-section .bottom {
  background-color: #2badea;
  padding: 30px;
  border-radius: 15px;
  color: #fff;
}
.testimonials-section .bottom h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
.testimonials-section .bottom p:last-child {
  margin: 0;
}
.testimonials-section .rates {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}
.testimonials-section .r-left,
.testimonials-section .brands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.testimonials-section .r-left p {
  margin: 0;
  text-align: right;
}
.testimonials-section .r-left .stars {
  display: flex;
}
.testimonials-section .r-left .stars img {
  width: 22px;
}
.testimonials-section .brands img {
  height: 42px;
}
.testimonials-section .r-left span {
  display: block;
  font-weight: 800;
}
.testimonials-section .green-bg {
  background-color: #29265c;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-section .green-bg a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonials-section .green-bg a:hover {
  color: #2ecc41;
}
.testimonials-section .r-left,
.testimonials-section .brands,
.testimonials-section .green-bg {
  padding: 15px 0;
}
.testimonials-section .swiper-slide {
  padding: 20px;
  height: 100%;
}
.testimonials-section .item {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
  height: 100%;
}
.testimonials-section .item > div {
  padding: 0 15px;
}
.testimonials-section .item .text {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  min-height: 72px;
}
.testimonials-section .item .icon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 0 5px 0;
}
.testimonials-section .item .icon span {
  font-size: 16px;
  font-weight: 700;
}
.testimonials-section .item .icon img {
  height: 20px;
}
.testimonials-section .item .firstname {
  color: #0069c0;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.articles-section {
  padding: 80px 0;
}
.articles-section h2 {
  font-size: 31px;
  font-weight: 800;
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.articles-section .row {
  align-items: center;
}
.articles-section .section-img {
  max-width: 402px;
  height: 302px;
  border-radius: 25px;
}
.articles-section .img-top {
  object-position: 0 -60px;
}

.faq-section {
  background-color: #fbfdf5;
  padding: 80px 0;
}
.faq-section .title {
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.faq-section .line {
  display: inline-block;
  width: 138px;
  height: 6px;
  background-color: #d6d6d6;
  border-radius: 15px;
  position: relative;
}
.faq-section .line::before {
  content: '';
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-color: #2badea;
  border-radius: 15px;
}
.faq-section .accordion-item {
  margin: 20px 0;
  background: rgba(0, 105, 192, 1);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  border-radius: 15px;
  outline: none;
  box-shadow: none;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.faq-section .accordion-button {
  border-radius: 15px;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
}
.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.faq-section
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.main-blog-section {
  padding: 80px 0;
  /* background: rgb(0, 105, 192, 1);
  background: linear-gradient(90deg, #308a5f 0%, #3B823E 99%); */
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
}
.main-blog-section h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: #fff;
}
.main-blog-section .others {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}
.main-blog-section .others:hover {
  color: #caf4cc;
}
.main-blog-section .b-item {
  background-color: #fff;
  border-radius: 15px;
  height: 100%;
}
.main-blog-section .b-item .b-img img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.main-blog-section .b-item .b-bottom {
  padding: 30px;
}
.main-blog-section .b-item .header {
  margin-bottom: 10px;
}
.main-blog-section .b-item .header a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}
.main-blog-section .b-item .header a:hover {
  color: #3b823e;
}

.medical-form-section {
  padding: 80px 0;
}
.medical-form-section h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
}
.medical-form-section .subtitle {
  font-size: 20px;
  background: linear-gradient(90deg, #80cd84 0%, #3b823e 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.medical-form-section .subtitle a {
  font-weight: 700;
  font-size: 22px;
  color: #80cd84;
  transition: all 0.3s;
  text-decoration: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  background-clip: border-box;
  text-fill-color: initial;
}
.medical-form-section .subtitle a:hover {
  color: #0b9c56;
}
.medical-form-section .form-part {
  background: rgba(0, 105, 192, 1);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.medical-form-section .form-part h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.contact-form input,
#main-form input {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #646464;
  box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#main-form select {
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  color: #646464;
  box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#main-form input:focus,
#main-form input:focus-visible,
#main-form select:focus,
#main-form select:focus-visible {
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3);
  outline: none;
}
.contact-form label,
#main-form label {
  font-weight: 600;
  margin-bottom: 10px;
}
#main-form input:disabled,
#main-form select:disabled {
  cursor: no-drop;
  filter: contrast(0.5);
  background-color: #fff;
}
.note {
  color: #f6cf08;
  font-weight: 600;
  margin-top: 16px;
}
.list-note li {
  color: #f6cf08;
  font-weight: 600;
  margin: 8px 0;
}
.list-note .contact-form label span,
#main-form label span {
  color: #ee5043;
}
#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: 30px;
}
#main-form .ask-container input[type='radio'] + label {
  padding: 2px 10px;
  background-color: #fff;
  color: #535353;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.6px;
  border-radius: 8px;
  white-space: nowrap;
  position: relative;
}
#main-form .btn-bg {
  background-color: #fff;
  padding: 2px;
  border-radius: 8px;
}
.peselTxt {
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
.form-part .header {
  font-weight: 700;
  margin-bottom: 30px;
}
#main-form .btn-bg label {
  margin-bottom: 0;
}
#main-form .ask-container input[type='radio']:checked + label {
  background-color: #000;
  color: white;
}
#main-form .top p {
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-form textarea,
#main-form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border-color: #535353;
  box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.contact-form textarea {
  border: none;
}
.contact-form textarea:focus-visible,
#main-form textarea:focus-visible {
  border-color: #535353;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.3);
  outline: none;
}
.contact-form label:has(input[type='checkbox']),
#main-form label:has(input[type='checkbox']) {
  display: block;
  margin: 15px 0;
  line-height: 1.3;
}
.contact-form input[type='checkbox'],
#main-form input[type='checkbox'] {
  width: auto;
}
#main-form .price {
  font-size: 26px;
}
#main-form .price strong {
  color: #caf4cc;
}
#main-form label a {
  color: #caf4cc;
}
#main-form input[type='submit'] {
  background-color: #000;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  width: auto;
  padding: 15px 50px;
  border-radius: 30px;
  color: #fff;
  border: none;
}
#main-form input[type='submit']:disabled {
  cursor: no-drop;
  filter: contrast(0.5);
}
#main-form .checkbox-area .ch-box {
  flex-grow: 0;
  width: auto;
  margin-bottom: 10px;
}
#main-form .checkbox-area .ch-box:last-of-type {
  margin-bottom: 0;
}
#main-form .checkbox-area label {
  padding-left: 5px;
  display: inline;
  vertical-align: top;
}
#main-form .ask-container .showing {
  display: block;
  margin-top: 30px;
}
#main-form .meds-area {
  padding: 30px 15px;
  padding-bottom: 45px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 20px;
  color: #000;
  position: relative;
}
#main-form .meds-area .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-form .meds-area .header .med-order {
  flex: auto;
  display: flex;
  color: #d44343;
  font-weight: 800;
}
#main-form .meds-area .header .med-name {
  border: none;
  color: #d44343;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 0 0 0 10px;
  box-shadow: none;
}
#main-form .meds-area .header .is-available {
  background-color: #2dcb3f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
}
#main-form .med-questions {
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main-form .med-questions label {
  margin: 15px 0;
}
#main-form .med-questions label:first-of-type {
  margin-top: 0;
}
#main-form .meds-area .cancel {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  border: none;
  border-radius: 0 0 15px 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  font-size: 15px;
}
#main-form .s-box2 {
  position: relative;
}
#main-form .dropdown {
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  padding: 0px;
  box-shadow: 0 0 2px rgb(0 0 0 / 5%), 0 0 2px rgb(0 0 0 / 5%),
    0 0 3px rgb(0 0 0 / 5%), 0 0 4px rgb(0 0 0 / 5%), 0 0 5px rgb(0 0 0 / 5%),
    0 0 4px rgb(0 0 0 / 5%), 0 0 5px rgb(0 0 0 / 5%);
  z-index: 1;
  overflow-y: scroll;
  max-height: 250px;
  width: calc(100% - 40px);
  margin-left: 20px;
}
#main-form .dropdown::-webkit-scrollbar {
  width: 5px;
}
#main-form .dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#main-form .dropdown::-webkit-scrollbar-thumb {
  background: #41a73b;
}
#main-form .dropdown::-webkit-scrollbar-thumb:hover {
  background: #3b823e;
}
#main-form .dropdown li {
}
#main-form .dropdown li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 7.5px 10px;
  transition: all 0.3s;
  color: #000;
}
#main-form .dropdown li a:hover {
  background-color: #41a73b;
  color: #fff;
}
#main-form .dropdown li:last-child a {
  border-bottom: none;
}
#main-form .display-none {
  display: none;
}
#main-form .display-block {
  display: block;
}
#main-form #max3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #f6cf08;
  margin-top: 20px;
  display: none;
}
#main-form #warning {
  font-weight: 600;
  font-size: 20px;
  color: #f6cf08;
  margin-top: 20px;
}
#main-form #warning a {
  color: white;
  transition: all 0.3s;
}
#main-form #warning a:hover {
  color: #a3df3f;
}

.inaccessible {
  color: #eb3148 !important;
}
.file-upload-wrapper {
  position: relative;
  display: flex;
  background-color: #fff;
  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: #000;
  border: 1px solid #000;
  border-radius: 0 15px 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  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;
}

footer .top {
  /* background: rgb(0, 105, 192, 1);
  background: linear-gradient(
    90deg,
    rgba(11, 156, 86, 1) 0%,
    rgba(16, 114, 92, 1) 99%
  ); */
  background: rgb(0, 105, 192);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  color: #fff;
  padding: 40px 0;
}
footer .bottom {
  padding: 20px 0;
}
footer .bottom p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
footer .logo {
  height: 70px;
}
footer .footer-flex a:last-child .logo {
  height: 100px;
}
footer .social {
  height: 30px;
}
footer .footer-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
footer .note {
  text-align: center;
  margin: 20px 0 0 0;
}
footer ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  background-color: #fff;
  justify-content: center;
  margin: 25px 0;
  padding: 25px;
  border-radius: 15px;
  flex-wrap: wrap;
  gap: 20px 60px;
}
footer ul li a {
  color: #16775d;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}

/* KONTAKT PODSTRONA */

.inner-header {
  padding: 40px 0 120px;
  background: url('/assets/img/breadcrumbs.webp');
  position: relative;
}
.inner-header::before {
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgb(0, 105, 192, 1);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
}
.inner-header .breadcrumb {
  margin-bottom: 0;
}
.inner-header .breadcrumb-item {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}
.inner-header .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.inner-header .breadcrumb-item a:hover {
  font-weight: 800;
}
.inner-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.contact-form {
  padding: 80px 0 0 0;
  background-color: #fbfdf5;
}
.contact-form h2 {
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3px;
}
.contact-form h3 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.contact-form a {
  background: rgb(0, 105, 192, 1);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 15px;
  width: 100%;
}
.contact-form input[type='submit'] {
  background: rgb(0, 105, 192, 1);
  background: linear-gradient(218deg, #18124f 0%, #378bca 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.contact-form .contact-wrapper {
  position: relative;
  top: -150px;
  background-color: #fff;
  padding: 40px;
  border-radius: 25px;
}
.accordion-body {
  padding-right: 40px;
}
.main-section .main-wrapper.main-wrapper-elder {
  padding: 75px 0;
}
.rozmowa-telefoniczna p {
  margin: 30px 0;
}
.main-wrapper .img-right {
  width: auto;
  height: 420px;
  position: absolute;
  right: -45px;
  bottom: -75px;
}
.main-wrapper.main-wrapper.main-wrapper-elder .btn-elder {
  font-size: 22px;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
.main-wrapper.main-wrapper.main-wrapper-elder .btn-elder img {
  height: 36px;
}
.why-us .why-us-wrapper {
  padding: 40px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.why-us .why-us-wrapper h2 {
  text-transform: uppercase;
}
.zus-wrapper,
.amppzl {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
#main-form .ask-container:last-of-type {
  margin-bottom: 0;
}
.swiper-button-next,
.swiper-button-prev {
  color: #81bd1d;
}
.swiper-button-prev {
  left: -15px;
}
.swiper-button-next {
  right: -15px;
}
@media (max-width: 992px) {
  .peselTxt {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #main-form input[type='submit'] {
    display: block;
    margin: auto;
  }
  .steps-section,
  .testimonials-section,
  .articles-section,
  .faq-section,
  .main-blog-section,
  .medical-form-section {
    padding: 40px 0;
  }
  .note,
  .input-relative {
    margin: 0 !important;
  }
  .nip-text {
    margin-top: 20px;
  }
  .articles-section {
    padding: 20px 0;
  }
  .steps-section h2 {
    font-size: 26px;
  }
  section.articles-section > div > div.row {
    margin: 20px 0 !important;
  }
  .form-part input {
    margin-bottom: 20px;
  }
  .checkboxy input,
  #profession {
    margin-bottom: 0 !important;
  }
  .medical-form-section .subtitle a {
    display: block;
  }
  .articles-section h2 {
    font-size: 29px;
  }
  .main-section .main-wrapper h1,
  .medical-form-section h2 {
    font-size: 32px;
  }
  .contact-form {
    padding: 60px 0;
  }
  .contact-form .contact-wrapper {
    position: static;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  footer ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .footer-flex-1 {
    flex-direction: column;
    align-items: center;
  }
  footer .social {
    height: 42px;
  }
  .navbar .navbar-brand img {
    width: 150px;
  }
  .inner-header {
    padding: 35px 0;
  }
  .navbar-top .top-info {
    padding: 10px 0;
    flex-direction: column;
    align-items: center;
  }
  #main-form .s-box2 {
    margin-top: 20px;
  }
  #main-form .dropdown {
    top: calc(100% - 20px);
  }
  #main-form .meds-area .header {
    flex-direction: column;
  }
  .navbar-top .top-info li {
    padding: 10px 0;
    border: none !important;
  }
  .navbar {
    padding: 10px 0;
  }
  .navbar-nav .nav-link {
    display: block;
  }
  .navbar .navbar-nav svg,
  .navbar-nav .nav-link span {
    display: inline-block;
  }

  .navbar-nav .nav-link,
  .navbar-nav .nav-link span {
    font-size: 16px;
  }
  .file-upload-btn {
    display: none;
  }
  #main-form .top {
    flex-wrap: wrap;
  }
  #main-form .top p {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    order: -1;
  }
  .why-us .information {
    line-height: 1.5;
    font-size: 23px;
  }
  .faq-section .title{font-size: 31px;}
  .main-section .main-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .main-section .s-box-top .dropdown-home,
  .main-section .s-box-top input {
    width: 100%;
  }
  .main-section .main-wrapper {
    padding: 0;
  }
  .main-section .main-bg::before {
    content: none;
  }
  .faq-section .accordion-button{font-size: 17px;line-height: 1.5;}
  .main-wrapper .img-right {
    display: none;
  }
  .main-section .main-wrapper.main-wrapper-elder {
    padding: 0;
  }
  .main-section .rt-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .main-section .main-img,
  .main-section .main-img-2,
  .main-section .main-img-3 {
    display: none;
  }
  .medical-form-section .form-part {
    padding: 30px 20px;
  }
  .testimonials-section .r-left,
  .testimonials-section .brands {
    flex-wrap: wrap;
  }
  .swiper-button-prev {
    display: none;
  }
  .swiper-button-next {
    display: none;
  }
}

/* POPUP PHONE */

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

@media screen and (max-width: 660px) {
  #fc-bottom-icon {
    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: #29265c;
  display: block;
  font-weight: 800;
  margin-top: 0;
}

.popoup-form_show h2 strong span {
  color: #80cd84;
}

.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: #3b823e;
  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;
  }
  .testimonials-section .rates {
    margin-top: 24px;
  }
}

.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: #80cd84;
  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: #2badea;
  border: 5px solid #29265c;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-sizing: border-box;
}

#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;
  line-height: 1.3;
  min-width: 165px;
  transform: translateY(-50%);
  right: 101px;
  cursor: pointer;
  background-color: #29265c;
  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: #29265c;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  border: 2px solid #29265c;
  border-radius: 10px;
  transition: all 0.3s;
}
.popup__form-container a:hover {
  background-color: #29265c;
  color: #fff;
}
.different-address {
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .popoup-form_show .popup__form-container {
    padding: 50px 5px;
  }

  #fc-bottom-icon {
    bottom: 10px;
    right: 10px;
  }

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

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

  .opinieZwer img {
    width: 200px;
  }
  .przylaczSie {
    color: #07243c;
  }
  #namelastname {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  #main-form .meds-area .header .med-order {
    width: 100%;
  }
  #main-form .meds-area .header .med-name {
    background: #eaeaea;
    padding: 15px;
    font-weight: 600;
  }
  .popoup-form_show h2,
  .popup__form-container p {
    font-size: 18px !important;
  }
  .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-btn {
    margin: 30px 0;
  }
}
@media (min-width: 1680px) {
  .contact-area {
    padding: 140px 0;
  }
  .main-section .container, .steps-section .container{
    max-width: 1680px;
  }
}

/*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.9); /* 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;
  }
}

.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;
}

.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.1);
  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;
}

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