/*
 Theme Name: phimed
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --color: #161130;
  --color2: #74c7bb;
  --color3: #eef2f6;
  --bs-border-color: #ececec;
}

body {
  font-family: futura-pt, sans-serif;
}

.admin-bar {
  margin-top: 32px;
}
a {
  transition: 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1;
  font-weight: 600 !important;
  color: var(--color);
  line-height: 1 !important;
}
.h1,
.h2 {
  letter-spacing: -1px;
}
h1,
h2 {
  letter-spacing: -1px;
}
p,
li {
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color);
}
strong {
  font-weight: 500 !important;
}

section {
  background-position: center;
  background-size: cover;
}
.grecaptcha-badge {
  display: none !important;
}

@media (min-width: 992px) {
  .container-w {
    max-width: 1920px !important;
    width: 95% !important;
  }
}
@media (max-width: 991.98px) {
  .menu .navbar {
    padding: 0px !important;
  }
  .menu .navbar-nav {
    padding-left: 0px !important;
    padding-bottom: 20px;
  }
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;

  height: 2px;
  width: 25px;
  margin-top: 6px;

  margin-bottom: 5px;
  position: relative;
  right: 10px;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ------------------------- MOBILE BURGER ------------------------- */

/* ------------------------- STATIC ------------------------- */

.btn1,
.button {
  background-color: var(--color2) !important;
  color: var(--color) !important;
  font-size: 20px !important;
  padding: 15px 30px !important;
  transition: 0s !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  width: fit-content !important;
  border-radius: 100px !important;
  line-height: 1;
  border: 0px;
}
.button {
  font-weight: 600 !important;
  padding: 15px 30px !important;
}
.btn1:hover,
.button:hover {
  background: var(--color) !important;
  color: white !important;
}

.btn2 {
  background: white;
  color: black !important;
  font-size: 20px;
  padding: 12px 30px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  border: 0px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0px 0px 15px #0000000d;
  border-radius: 100px;
  border: 0px;
}
.btn2:hover {
  background: var(--color);
  color: white !important;
}
.btn3 {
  color: white;
  background-color: var(--color);
  font-size: 20px;
  padding: 12px 30px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  border-radius: 0px;
  border-radius: 100px;
}
.btn3:hover {
  background: var(--color);
  color: white !important;
}

.overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;

  background-image: linear-gradient(0deg, rgb(11 34 57) 20%, rgba(41, 53, 86, 0) 100%);
  z-index: 2;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
.min-h {
  min-height: 600px;
}
.form-label {
  width: 100%;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}
input:focus-visible {
  outline: 0px;
  border-radius: 0px;
}
.wpcf7-submit {
  border: 0px;
}
.small {
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}
.page-template-default a {
  color: black;
}
.cky-revisit-bottom-left {
  display: none !important;
}
/* ------------------------- STATIC ------------------------- */
.top-bar {
  background-color: var(--color);
}
.top-bar i,
.top-bar span {
  color: var(--color2);
}

.top-bar a,
.top-bar p {
  color: white;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 16px;
}

.max500 {
  max-width: 500px;
}
.h-a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.h-a:hover {
  color: var(--color2);
}

.logo img {
  width: auto;
  max-width: 222px !important;
}
.menu .btn1 {
  margin-left: 15px;
}

.menu li a {
  color: var(--color);
  font-weight: 500;
  padding: 10px 25px !important;
  font-size: 20px;
  transition: 0s !important;
}
.menu li a:hover {
  color: var(--color2) !important;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  outline: none !important;
}
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info li,
.woocommerce-notices-wrapper .woocommerce-message li {
  padding-left: 34px !important;
}
.hero {
  position: relative;
  min-height: 700px;
  background-position: top;
}
.hero .container {
  position: relative;
  z-index: 2;
}

.hero strong {
  font-weight: 500;
}
.hero h2 span {
  color: var(--color2);
}
.hero h4 {
  font-weight: 300 !important;
}
.sec1 {
  background-color: var(--color3);
}

.green {
  color: #32981a;
}
textarea {
  border-radius: 0px !important;
  padding: 17px 20px;
}
.cont-data a {
  display: block;
  color: black;
  text-decoration: none;
  margin-bottom: 3px;
}
.sec3 {
  background-color: var(--color3);
}
.sec3 p {
  margin-bottom: 0px;
}
.sec-form h4 {
  font-weight: 400 !important;
}
.sec-form h2 {
  font-weight: 400 !important;
}
input {
  font-weight: 600 !important;
}
.sec-form .wpcf7-text,
.sec-form .wpcf7-select {
  background-color: white;
  color: black;
  border-radius: 0px;
  padding: 12px 20px !important;
  font-weight: 400 !important;
}

.sec-form .wpcf7-not-valid-tip {
  color: #ff9e9e;
  text-align: center;
}
.sec-form .btn2 {
  display: block;
  margin: 0 auto;
}
.sec-form .accept a {
  color: black;
}
.sec-form .accept {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.copy a {
  color: black;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.f-menu,
.f-cont {
  line-height: 2;
}
.f-menu a,
.f-cont a,
.f-cont p,
.f-info {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.f-menu a {
  display: block;
}
.f-menu a:hover {
  text-decoration: underline;
}
.on a {
  text-decoration: underline !important;
}
.footer img {
  width: 190px !important;
}
.fm a {
  margin-bottom: 8px;
}
.f-info {
  margin-bottom: 0px;
  font-size: 12px;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}

.ppl {
  border: 2px solid black;
  padding: 13.6px;
  text-align: center;
  width: 226px;
  font-weight: 500;
}
.sec4 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-weight: 500;
  text-align: center !important;
}

.sec4 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  font-weight: 500;
  text-align: center !important;
}

.sec4 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  font-weight: 500;
  text-align: center !important;
}
.profit {
  padding: 40px;
}
.profit2 {
  box-shadow: 0px 6px 15px #0000000d;
  padding-bottom: 60px;
}
.max-w {
  max-width: 1000px;
  margin: 0 auto;
}
.ppl1 {
  font-weight: 600 !important;
}
.price1 {
  color: var(--color);
  font-weight: 600 !important;
}
.price2 {
  color: var(--color2);
  font-weight: 600 !important;
}
.breadcrumb a {
  color: #aeadad;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #aeadad;
  margin: 0px 8px;
}
.contact .wpcf7-submit {
  display: block;
  margin: 0 auto;
}
.contact .row {
  max-width: 700px;
  margin: 0 auto;
}
.contact .accept a {
  color: black;
}

.contact ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

.contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}
.contact textarea {
  height: 150px;
}
.a-post img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.a-post {
  box-shadow: 0px 6px 15px #0000000d;
  border-radius: 25px;
}
.a-post-inner {
  padding: 26px;
  padding-bottom: 40px;
}
.a-post h3 a {
  color: black;
  text-decoration: none;
}
.arch-date {
  font-size: 14px;
}
.post-excerpt p {
  font-size: 16px;
}
.single_post_content {
  margin: 0 auto;
}
.container-s {
  max-width: 1114px;
  margin: 0 auto;
}
.about-2 {
  background-color: var(--color);
  color: white;
}
.calc-4 h3 {
  color: var(--color);
}
.ca-inner {
  padding: 40px;
}
.mw {
  max-width: 550px;
}
.b2 {
  min-height: 700px;
}
.b2 h1 {
  line-height: 1;
}
.c4-bg {
  background-color: var(--color3);
}
.bg {
  background-color: var(--color3);
}
.profit2 {
  background-color: white;
}
.choose-inner {
  box-shadow: 0px 6px 15px #0000000d;
  padding: 50px;
  position: relative;
}
section li {
}
section ul {
  margin-left: 15px;
}
.cen li {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.dropdown-menu {
  box-shadow: 0px 6px 15px #00000026;
  border-radius: 0px;
  border: 0px;
  padding-left: 0px !important;
}
.dropdown-menu li a:hover {
  background-color: var(--color2) !important;
  color: white !important;
}
.menu li a i {
  font-size: 14px;
  margin-right: 5px;
}
.modal-body {
  padding-bottom: 0px;
  padding-top: 30px;
}
.modal-content {
  box-shadow: 0px 6px 15px #00000026;
  border: 0px;
  border-radius: 0px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 3px;
}
.category-s {
  background: transparent linear-gradient(257deg, #8a418c 0%, #713572 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  font-size: 18px;
  padding: 10px 20px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.cs {
  margin-top: -38px;
  position: relative;
  z-index: 4;
}

.cv {
  font-size: 1.5rem;
}

section ul li {
  padding-left: 6px;
}
.form-check-input:checked {
  background-color: var(--color2);
  border-color: var(--color2);
}
.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(77 193 204 / 42%) !important;
}
.swu {
  max-width: 300px;
}

.h2,
h2 {
  font-size: calc(1.325rem + 1.1vw);
}
.title h3 {
  font-weight: 400 !important;
}
.title h2 {
  font-weight: 400 !important;
}
.title h2 span {
  font-weight: 600 !important;
}

.ww {
  max-width: 70px;
  max-height: 50px;
  margin-bottom: 20px;
}

.zalety {
  display: flex;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.mx {
  max-width: 700px;
  margin: 0 auto;
}
.sec-form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 40px;
  font-weight: 500 !important;
}
.footer-form .wpcf7-submit:hover {
  background-color: white !important;
  color: var(--color) !important;
}
.sec-form {
  position: relative;
  overflow: initial;
}
.badge {
  background-color: var(--color2);
  border-radius: 0px;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.badge p {
  font-size: 14px;
}
.badge p strong {
  font-weight: 600;
}
.badge::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: var(--color2);
  left: 0px;
  right: 0px;
  bottom: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
.badge2 {
  background-color: var(--color2);
  border-radius: 0px;
  color: white;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding: 3px 8px;
}
.badge2 p {
  font-size: 14px;
}
.badge2 p strong {
  font-weight: 600;
}
.badge2::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: var(--color2);
  left: 0px;
  right: 0px;
  bottom: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
.top-form {
  background-color: transparent !important;
  color: black !important;
}
.offer {
  box-shadow: 0px 0px 10px #0000000d;
  z-index: 9;
  position: relative;
}
.of1 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 13px;
}
.tp {
  letter-spacing: 1px;
}
.mh500 {
  min-height: 550px;
}
.im2 {
  max-height: 80px;
}
.help {
  background-color: #f5f5f5;
}
.help .btn3 {
  background-color: white;
}
.help .btn3:hover {
  background-color: black;
}

.offer-box {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 15px #0000001a;
  padding: 40px;
  padding-bottom: 120px;
}
.offer-inner {
  margin-top: 20px;
  margin-bottom: 20px;
}
.offer-inner img {
  height: 60px;
}
.offer .btn3 {
  position: absolute;
  bottom: 40px;
}
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

.top-form-inner {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 15px #0000001a;
  padding: 40px;
  padding-bottom: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.top-form {
  margin-top: -130px;
  position: relative;
  z-index: 9;
}
.tt h2 {
  font-weight: 400 !important;
  line-height: 1;
}
.tt h2 span {
  font-weight: 600 !important;
  color: var(--color);
}
.top-form .accept a {
  color: black;
}
.top-form .wpcf7-form p {
  font-size: 16px;
}
.mx2 {
  max-width: 1000px;
  margin: 0 auto;
}
.top-form .form-label p {
  margin-bottom: 10px;
  margin-left: 22px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border-radius: 10px;
  text-align: center;
}
.tt p {
  font-size: 18px;
}
.p-c {
  text-decoration: none;
  color: black;
}
.person-inner p {
  line-height: 1.2;
}
small {
  font-size: 14px;
}
.form-control:focus {
  background-color: transparent !important;
  border-color: black !important;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.form-check-input:focus {
  border-color: #bfbfbf !important;
}
.ds-1 .numbers .h1 {
  color: var(--color2);
}
.person {
  height: fit-content;
}
.person img {
  max-width: 100px !important;
  border: 4px solid var(--color2);
  border-radius: 100px;
  margin-right: 25px;
}
.color {
  color: var(--color2);
}
.owl-k p {
  text-align: center;
  font-weight: 500 !important;
}
.soc i {
  color: var(--color2);
}
.owl-k .owl-nav {
  margin-top: -47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}
.owl-k span {
  font-size: 26px;
  line-height: 1;
}
.owl-k i {
  position: relative;
  top: 2px;
}
.owl-k .owl-nav [class*="owl-"]:hover {
  color: var(--color2) !important;
  background-color: transparent !important;
}
.wcf-dropdown-controls {
  border: 1px solid var(--bs-border-color) !important;
}

.green2 {
  color: #32981b;
  font-weight: 600;
}

.zdj2 {
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.color {
  color: var(--color2);
  font-weight: 600;
}
.sec-b {
  background-color: var(--color);
  color: white;
}
.sec-price i {
  font-size: 30px;
}
.p-rel {
  position: relative;
}
.zdba::before {
  content: "";
}
.zdba::after {
  content: "";
}

.zd {
  position: relative;
  display: inline-block;
  width: 100%;

  display: block;
}

.zd img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
.sec-w .zd {
  max-width: 300px;
}
.sec-w .zd img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.limg {
  background-color: var(--color);
  position: absolute;
  top: -10px; /* Wystający od góry o 10px */
  left: -10px; /* Wystający z lewej o 10px */
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rimg {
  background-color: var(--color2);
  position: absolute;
  bottom: -10px; /* Wystający od dołu o 10px */
  right: -10px; /* Wystający z prawej o 10px */
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sec-b2 {
  background-color: var(--color2);
  color: white;
}
.sec-b2 h3 {
  line-height: 1;
}
.sec-b2 .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) rgba(255, 255, 255, 0.2) !important;
}
.stars i {
  color: #88a883;
  font-size: 20px;
  margin-right: 10px;
}
.testimonial {
  background-color: white;
  color: black;
  padding: 30px;
}
.testimonials .zd {
  width: 160px;
  height: 90px;
  margin-right: 40px;
}
.testimonial img {
  width: 90px;
  height: 90px;
}
.testimonials .limg {
  top: -7px;
  left: -7px;
}
.testimonials .rimg {
  right: -7px;
  bottom: -7px;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}
.owl-dots button {
  background-color: #e7e7ea !important;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 7px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background-color: var(--color2) !important;
}
.iframe {
  margin-bottom: -7px;
  filter: grayscale(1);
}

.footer .border-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.footer p,
.footer a {
  font-size: 15px;
  text-decoration: none;
}
.cc a,
.cc p {
  font-size: 14px !important;
}

.f-menu p,
.f-menu a {
  line-height: 1.7 !important;
}
small {
  line-height: 1.2;
}
.proff {
  line-height: 1.2;
  margin-top: 10px;
}
.p-logos img {
  width: 100%;
  max-width: 120px;
  height: fit-content;
  filter: grayscale();
  margin: 10px;
}

.p-logos .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color2);
}
.dropdown-menu li a {
  color: black;
}
ul {
  padding-left: 15px !important;
}
.owl-partn .owl-item img {
  width: fit-content;
  margin: 0 auto;
  height: auto;
}
.of-z {
  padding: 0px !important;
}
.z-inner {
  padding: 30px !important;
}
.of-z img {
  border-radius: 25px;
}
.of-z .shape {
  position: absolute;
  top: auto !important;
  bottom: 0px !important;
  left: 0px;
  height: auto !important;
  width: auto !important;
  border-radius: 20px;
}
.o-z .offer {
  margin: 0px;
}

#kontakt .btn1:hover {
  background-color: white !important;
  color: var(--color) !important;
}
.post_content a {
  color: black;
}
.ptmax img {
  max-height: 400px;
  object-fit: cover;
}

.hero-p {
  font-size: 18px !important;
}
.top-form .accept {
  max-width: 900px;
}
.bdg {
  position: relative;
}
.bdg-inner {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-weight: 500 !important;
  background-color: var(--color);
  border-radius: 0px;
  z-index: 9;
  margin-top: 18px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  width: fit-content;
  padding: 4px 12px;
}
.bdg-inner::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: var(--color);

  left: 17px;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
header .menu .mob-btn {
  border-radius: 0px !important;
  padding: 5px 8px !important;
  pointer-events: none !important;
}
.zdj {
  border-radius: 30px;
}

.loc h4 {
  font-size: 20px;
}
.loc p {
  font-size: 16px;
}

.apartment {
  box-shadow: 0px 0px 15px #0000001a;
  border-radius: 30px;
  position: relative;
}
.apart-inner {
  padding: 30px;
  padding-bottom: 40px;
}
.apart-inner a {
  width: 100%;
}
.apa-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.gallery {
  color: white;
  text-decoration: none;
  background-color: var(--color);
  padding: 4px 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.gallery:hover {
  background-color: var(--color2);
  color: white;
}
#sgpb-popup-dialog-main-div {
  box-shadow: none !important;
  padding: 40px !important;
  border-radius: 0px !important;
}
.sgpb-main-html-content-wrapper {
  overflow-x: hidden;
}

.hero-m {
  background-color: var(--color);
}
.b-grey {
  background-color: #f5f5f5;
  width: 100%;
}
.f-links a {
  margin-bottom: 7px;
}
.ppr ul {
  padding-left: 30px !important;
}
.ppr li {
  margin-bottom: 0px;
}
label p {
  font-weight: 600 !important;
  margin-top: 10px;
}
.cont {
  background-color: var(--color);
  color: white;
  padding: 7%;
}
.cont a {
  color: white;
}
textarea {
  padding: 12px 20px !important;
}
.tadamart {
  text-decoration: none;
}
.tadamart:hover {
  text-decoration: underline;
}
.hero {
  position: relative;
}
.hero h2 {
  line-height: 1;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(120deg, rgba(22, 17, 48, 0.9) 0%, rgba(116, 199, 187, 0.7) 100%);
}

.pbig {
  font-size: 24px;
  line-height: 1.2;
}

.owl-carousel-nav i {
  color: white;
  border: 1px solid white;
  padding: 10px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.owl-carousel-nav i:hover {
  color: var(--color2);
  border-color: var(--color2);
}
.navbar-toggler span:nth-child(2) {
  width: 75%;
  margin-right: 0px;
  margin-left: auto;
}
.navbar-toggler span:nth-child(3) {
  width: 50%;
  margin-right: 0px;
  margin-left: auto;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  width: 100%;
}
.bg-dark {
  background-color: var(--color) !important;
}
.us-box p {
  min-height: 157px;
}

.ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer {
  background-color: white !important;
  padding: 35px;
}
.ti-widget.ti-goog .ti-col-1 .ti-reviews-container,
.ti-widget.ti-goog .ti-col-1 .ti-footer {
  background-color: white !important;
  padding: 20px 0px;
}
#reviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
#reviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  background-color: white !important;
  border-radius: 0px !important;
}
.ti-read-more {
  display: none !important;
}
.qt {
  font-size: 40px;
}
.log2 {
  margin-top: -20px;
}
.box-article {
  box-shadow: 0px 0px 10px #0000000d;
  margin: 10px !important;
  border-radius: 20px;
}
.box-article img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.owl-blog a {
  text-decoration: none;
  color: black;
}
.box-article .btn1 {
  font-weight: 500 !important;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
.formf label p {
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  font-size: 16px;
}
.formf .wpcf7-text,
.formf textarea {
  background-color: transparent;
  border-radius: 0px;
  padding: 10px 0px !important;
  border: 0px;
  border-bottom: 1px solid white;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.formf textarea {
  height: 120px !important;
}
.formf ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 16px !important;
}

.formf :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 16px !important;
}

.formf ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 16px !important;
}
.formf .accept .small {
  font-size: 10px !important;
  color: white;
}
.formf .accept {
  margin-bottom: 20px !important;
}
.formf .accept a {
}
.form-switch {
  padding-left: 1.5em !important;
}
.map {
  height: 650px;
}
.f-1 {
  position: relative;
}
.back-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}

.f-con i {
  color: var(--color2);
}
.f-con a,
.f-con p {
}
.footer h4 span {
  color: var(--color2);
}
.f-menu a {
  margin-bottom: 7px;
}
.lg-pd {
  padding-left: 100px;
}
.breadcrumb {
  text-align: center;
}
.pagination .next,
.pagination .prev {
  display: none !important;
}
.pagination .next,
.pagination .prev,
.pagination .page-numbers {
  margin: 0px 10px;
  text-decoration: none;
}
.pagination a {
  color: var(--color2);
}
.wcf-group-wrapper {
  width: 100% !important;
}
.sidebar {
  padding: 25px;
}

.wcf-dropdown-controls {
  border: 1px solid #ddd !important;
  border-radius: 0px !important;
}
.wcf-filter-title {
  font-weight: 600 !important;
}
.product-g {
  border: 1px solid var(--bs-border-color);
}
.pg-inner {
  padding: 25px;
}
.product-g a {
  color: black;
  text-decoration: none;
}
.price {
  font-size: 20px;
}
.product-g .price {
  font-size: 20px;
  color: var(--color2);
}
.product-g h3 {
  font-size: 22px;
}
.wcf-horizontal-trigger {
  border-radius: 0px !important;
}
.wcf-button {
  border-radius: 0px !important;
  width: 100% !important;
  margin-right: 10px !important;
}
.wcf-btn-with-sort {
  width: 100% !important;
  justify-content: space-between;
}
.wcf-pool-drawer {
  width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100% !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100% !important;
}
.flex-control-nav {
  margin-top: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100% !important;
  max-width: 9.539% !important;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  height: 58px !important;
  object-fit: cover !important;
}
.woocommerce div.product .product_title {
  color: black;
  text-decoration: none;
  font-size: 25px;
}
.single-info a {
  text-decoration: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: var(--color2) !important;
  margin-top: 5px !important;
}
.p-attrib strong {
  width: 150px;
}
.kt-box {
  border-top: 1px solid #2a456a;
}
.kt-box a {
  color: white;
}
.kt-box .container {
  z-index: 9;
  position: relative;
}
.map2 {
  height: 400px;
  margin-bottom: -7px;
}
.mw1 h3 {
  font-size: 23px;
}
.dm {
  background-color: var(--color3);
}
.dm i {
  color: var(--color2);
  font-size: 50px;
}

.h4-color {
  background-color: var(--color2);
  color: white;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#wcf-sorting-bar {
  width: 100% !important;
}

.wcf-active-filters,
.wcf-results-count {
  display: none !important;
}
.wcf-horizontal-trigger {
  justify-content: space-between !important;
}
.agent img {
  max-width: 80px !important;
  width: 100%;
  border-radius: 100px;
  border: 3px solid var(--color2);
}
.offer img {
  width: 100%;
}
.a-products .offer {
  margin: 0px !important;
}
.agent i {
  color: var(--color2);
}
.p-attrib {
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
}
.agent a {
  color: black;
  font-size: 14px;
}

.n-form textarea {
  height: 100px;
}
.n-form .accept {
  margin-top: 10px !important;
}
.n-form .accept .small,
.n-form .accept a {
  font-size: 9px !important;
  line-height: 1.2;
}
.n-form .wpcf7-submit {
  width: 100%;
  margin-top: 10px;
}
.n-cont a {
  color: black;
  text-decoration: none;
}
.n-cont a i {
  color: var(--color2);
}
.crf {
  font-family: "Caveat", cursive;
  font-size: 25px !important;
}

.prof {
  font-size: 12px !important;
}
.c-box {
  width: 100%;
  height: 100%;
}
.ann {
  position: relative;
  z-index: 9;
  max-height: 500px;
}
.box-brown {
  background: transparent linear-gradient(137deg, #d6b395 0%, #bc9171 100%) 0% 0% no-repeat padding-box;
}
.box-black {
  background: transparent linear-gradient(137deg, #414141 0%, #000000 100%) 0% 0% no-repeat padding-box;
  margin-top: 140px;
  position: relative;
  left: -35px;
}
.box {
  color: white;
  padding: 40px 25px;
}
.mt-min {
  margin-top: -70px;
}
.offer {
  border-radius: 20px;
}
.of-inner {
  background-color: white;
  padding: 35px;
  border-radius: 20px;
  overflow: hidden;
}
.of-inner .shape {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: auto !important;
  border-radius: 20px;
}
.of-inner .price strong {
  color: var(--color2);
}
.of-info {
  position: relative;
  z-index: 9;
}
.quote {
  width: 55px !important;
}
.person2 img {
  max-width: 50px !important;
}
.person2 .prof {
  margin-bottom: 0px !important;
}
.offer {
  margin: 10px;
}
.wcf-cx {
  border: 1px solid var(--bs-border-color) !important;
}
.wcf-dropdown-menu ul,
.wcf-dropdown-menu > div {
  border-radius: 0px !important;
  padding: 0px !important;
}
.product-g img {
  width: 100%;
}
.accept a {
  color: white;
}
.hero h2 {
  color: white;
  line-height: 0.8;
}
.hero p {
  color: white;
}
.pmax {
  max-width: 550px;
}
.boxx {
  position: relative;
}
.boxx-inner {
  z-index: 9;
  position: relative;
}
.boxx-inner h3,
.boxx-inner p {
  color: white;
}
.boxx-inner .btn2 {
  margin-top: 100px;
  display: block;
}
.hp1 img {
  max-height: 80px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: auto !important;
}
.numbers h3 {
  color: var(--color2) !important;
}
.shape2 {
  position: absolute;
  top: -40px;
  left: -16%;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.bg-dark .h1 {
  color: white;
}
.bg-dark p {
  color: white;
}
.bg-dark .p-c {
  color: white;
}
.bg-dark .p-c i {
  color: var(--color2);
}

.footer .soc i {
  color: var(--color);
}
.footer .person img {
  border-color: var(--color);
}
.a-post h5 a {
  color: var(--color);
  text-decoration: none;
}
.h-offer {
  min-height: 500px;
}
.h-offer h1 {
  color: white;
}
.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
.woocommerce-product-details__short-description ul {
  margin-left: 0px !important;
}
.quantity {
  display: none !important;
}

#order_review .recurring-totals,
#order_review .cart-subtotal,
#order_review .order-total {
  display: none !important;
}
#order_review .order-total.recurring-total {
  display: contents !important;
}
#billing_address_2_field,
.woocommerce-form-coupon-toggle,
.woocommerce-additional-fields,
#billing_country_field {
  display: none !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid var(--bs-border-color);
  padding: 10px 20px;
}

.woocommerce table.shop_table {
  border-radius: 0px !important;
  border-color: var(--bs-border-color) !important;
}
.woocommerce table.shop_table td {
  border-color: var(--bs-border-color) !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0px !important;
  background-color: var(--bs-border-color) !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px !important;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100% !important;
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
  margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.no_subscriptions .button {
  display: none !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0px !important;
  border-color: var(--bs-border-color) !important;
}

.woocommerce-input-wrapper {
  display: flex;
}
.woocommerce-input-wrapper input {
  margin-right: 8px;
}
.redc {
  color: #a00;
}
.single-product .woocommerce-error {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-control {
  border-radius: 0px;
  border: 1px solid var(--bs-border-color);
  padding: 10px 20px;
  color: white !important;
}
.fci {
  margin-right: 7px;
}
.cpoin input,
.cpoin label {
  cursor: pointer;
}
.form-control:focus {
  border-color: var(--bs-border-color) !important;
}
.nav-pills .nav-link {
  border-radius: 100px;
  margin: 10px !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--color2);
  color: var(--color);
}
.nav-pills .nav-link:hover {
  color: var(--color) !important;
  background-color: var(--color2) !important;
}
.nav-pills li {
  padding: 0px;
}
.a-bl a {
  color: black;
}
.shape-sm {
  width: auto !important;
  position: absolute;
  left: 10px;
  top: 10px;
}
.wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 1.5rem;
}

.wp-block-columns > .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}
@media (min-width: 768px) {
  .wp-block-columns {
    flex-direction: row;
  }
  .wp-block-columns > .wp-block-column {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (min-width: 1000px) {
  #wcf-sorting-bar {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .h2,
  h2 {
    font-size: calc(1.025rem + 1.1vw);
  }
}
@media (max-width: 1400px) {
  .menu li a {
    padding: 10px 25px !important;
    font-size: 20px;
  }
  .menu .btn1 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .top-bar a,
  .top-bar p {
    font-size: 14px;
  }
  .btn1,
  .btn2,
  .btn3 {
    font-size: 18px;
  }
  .menu .btn1 {
    padding: 10px 15px !important;
    margin-left: 8px;
  }
  .menu .btn1 {
    font-size: 16px;
  }
  .menu li a {
    padding: 10px 15px !important;
    font-size: 16px;
  }
  .bdg-inner {
    font-size: 11px;
  }

  .offer-box {
    padding: 25px;
    padding-bottom: 120px;
  }
  .offer-inner img {
    height: 50px;
  }
  .offer-inner .h3 {
    font-size: calc(1rem + 0.6vw);
  }
}
@media (max-width: 991.98px) {
  #order_review_heading {
    margin-top: 30px;
  }
  #o-nas {
    overflow-x: hidden;
  }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    height: 37px !important;
    object-fit: cover !important;
  }
  .footer .row {
    justify-content: center;
  }
  .sidebar {
    display: none;
  }
  .om-s .mh500 {
    min-height: auto;
    padding: 0px;
    padding-top: 30px;
  }
  .om-s .mh500 p {
    margin-bottom: 0px;
  }

  .r1 .row {
    text-align: center;
  }
  .r2 .col-md-12 {
    display: block !important;
  }
  .r2 .h2 {
    text-align: center;
  }
  .pp-badge {
    margin-left: 0px !important;
    margin-top: 15px;
  }
  .pp-badge:after {
    left: 85px !important;
    top: -6px !important;
  }
  .sgpb-popup-close-button-6 {
    margin-top: 20px !important;
  }
  .r1 img {
    width: 120px !important;
  }
  .sec-b2 .border-end {
    border: 0px;
  }
  .menu .btn1 {
    margin-left: 0px;
  }
  .menu .nav-link {
    width: fit-content;
    margin: 0 auto;
  }
  .menu .dropdown-item {
    text-align: center;
  }
  .adv {
    flex: 50%;
  }
  .boxx-inner .btn2 {
    margin: 0 auto;
    margin-top: 70px;
  }

  .copy {
    text-align: center;
  }
  .copy a {
    width: 100%;
    display: block;
    margin-top: 8px;
  }
  .copy img {
    width: 90px;
    margin-left: 0px;
  }
  .ppl {
    width: 206px;
    padding: 14.4px;
    font-size: 15px;
  }
  .breadcrumb p {
    font-size: 13px;
  }

  .ca-inner {
    padding: 0px;
  }
  .dropdown-item {
    white-space: normal;
  }
  .menu li a {
    padding: 20px 20px !important;
  }
  .menu .nav-item {
    width: 100%;
    text-align: center;
  }
  .mm-margin {
    margin-top: 35px !important;
  }
  .menu li a {
    font-size: 18px;
  }
  .menu .border-end,
  .menu .border-start {
    border: 0px !important;
  }
  .h-a {
    line-height: 1;
  }
  .h-a i {
    line-height: 1;
  }
  .hero {
    min-height: auto;
  }
  .max500 {
    margin: 0 auto;
  }
  .w100 {
    width: 100%;
  }
  .flw {
    flex-wrap: inherit;
  }
  .hero .container {
    margin-bottom: 15px;
  }
  .cont-f div {
    width: 50%;
  }
  .footer .border-top,
  .footer .border-bottom {
    border-color: #e8e7e7 !important;
  }
  .orla {
    order: 6 !important;
  }
  .hero {
    text-align: center;
  }
  .h-buttons a {
    margin: 0 auto;
  }
  .shape2 {
    top: 20px;
  }
}
@media (max-width: 767.98px) {
  .prof {
    font-size: 11px !important;
  }
  .mh500 {
    min-height: 450px;
  }
  .lg-pd {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .map {
    height: 350px;
  }
  .hero {
    min-height: 250px !important;
    background-size: cover;
    background-position: calc(100% + 190px);
    padding-top: 100px;
  }
  .us-box p {
    min-height: auto;
  }
  .hero-mob {
    background-color: var(--color);
    color: white !important;
    text-align: center;
  }
  .footer p,
  .footer a {
    font-size: 13px;
    text-decoration: none;
  }
  .ppr .image {
    min-height: 300px;
  }
  .ppr .mh500 {
    min-height: auto;
  }
  .copy p {
    font-size: 13px;
  }
  .hero .container {
    margin-bottom: 0px;
  }
  .choose-inner {
    padding: 25px;
  }
  .pbig {
    margin-bottom: 20px !important;
  }
  .cen li {
    text-align: left;
  }
  .choose ul {
    padding-left: 15px;
  }
  .cv {
    font-size: 18px;
    margin-bottom: 11px;
    display: block;
  }

  .h-buttons a {
    display: block;
  }

  .menu .btn1 {
    font-size: 12px !important;
  }
  .breadcrumb .container {
    align-items: end !important;
  }
  .top-form {
    margin-top: -50px;
  }
  .btn2,
  .btn1,
  .btn3,
  .wpcf7-submit {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
  .p-logos img {
    max-width: 90px;
  }
  .hero .container {
    position: relative;
    z-index: 2;
  }
  header .logo img {
    max-width: 120px;
  }
  .mob-btn {
    font-size: 10px !important;
    padding: 10px 15px !important;
    margin-right: 29px !important;
  }
  .person img {
    max-width: 96px;
  }
  .person strong {
    font-size: 14px;
  }
  .person small {
    font-size: 12px;
  }
  .small {
    font-size: 11px;
  }
  .max500 {
    max-width: 300px;
  }
  .badge p {
    font-size: 12px;
  }
  .tt h2 {
    font-size: 24px;
  }
  .tt p {
    font-size: 14px;
  }
  .top-form-inner {
    padding: 40px 10px;
    padding-bottom: 20px;
  }
  .top-form .wpcf7-form p {
    font-size: 12px;
  }
  .sec-form .accept {
    margin-bottom: 25px;
  }
  .person a {
    font-size: 14px;
  }
  .sec-w .zd {
    margin: 0 auto;
  }
  .zd {
    width: 95%;
    margin: 0 auto;
  }
  .hero .overlay-1 {
    background-image: linear-gradient(0deg, rgb(11 34 57) 20%, rgba(41, 53, 86, 0) 100%);
  }

  .hero-m .h-buttons a {
    margin: 0 auto;
  }

  .offer-inner .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  .tp {
    font-size: 16px;
    margin-bottom: 7px !important;
  }
  .im2 {
    display: none;
  }
  .offer-box {
    padding-bottom: 100px;
  }
  .help .btn1 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer .im2 {
    display: inline;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px !important;
  }
}
.wcf-horizontal-sort {
  display: none !important;
}
.woocommerce-product-gallery ol {
  display: flex;
  flex-wrap: wrap;
}
