@charset "UTF-8";
* {
  list-style: none !important;
}
.main-header-container {
  padding: 16px 40px;
}
@media (max-width: 640px) {
  .main-header-container {
    padding: 16px;
  }
}
.main-header-container .header-logo {
  max-width: 115px;
  transition: 0.4s all;
}
@media (max-width: 1280px) {
  .main-header-container .header-logo {
    max-width: 100px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .main-header-container .header-logo {
    max-width: 90px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .main-header-container .header-logo {
    max-width: 80px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) and (max-width: 640px) {
  .main-header-container .header-logo {
    max-width: 70px;
  }
}
.main-header-container .header-logo:hover {
  transform: scale(1.05);
}
.main-header-container .header-kontakt-btn {
  width: 140px;
  height: 59px;
  background: #084783;
  transition: 0.4s all;
}
.main-header-container .header-kontakt-btn:hover {
  box-shadow: 0 0 20px #084783;
  background: #1060ab;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .main-header-container .header-kontakt-btn {
    width: 130px;
    height: 50px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .main-header-container .header-kontakt-btn {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .main-header-container .header-kontakt-btn {
    display: none;
  }
}
.main-header-container .donw-arrow {
  width: 1.5rem;
}

.spec-heade-product-borders {
  position: relative;
  border-top: 1px solid #084783;
  border-bottom: 1px solid #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders {
    border-top: none;
    border-bottom: 1px solid #CBEBF1;
  }
}
.spec-heade-product-borders .product-header-styles {
  padding: 0px 40px;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles {
    padding: 0px 12px;
  }
}
.spec-heade-product-borders .product-header-styles .header-logo-b2b-borders {
  padding: 8px;
  border-left: 1px solid #084783;
  border-right: 1px solid #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .header-logo-b2b-borders {
    border-left: none;
    border-right: none;
  }
}
.spec-heade-product-borders .product-header-styles .header-logo-b2b-borders .header-logo {
  max-width: 90px;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .header-logo-b2b-borders .header-logo {
    z-index: -1 !important;
    max-width: 80px;
  }
}
.spec-heade-product-borders .product-header-styles .header-logo-b2b-borders .b2b-line {
  width: 2px;
  height: 28px;
  background: #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .header-logo-b2b-borders .b2b-line {
    width: 50px;
    height: 2px;
  }
}
.spec-heade-product-borders .product-header-styles .header-logo-b2b-borders p {
  font-weight: 500;
  font-family: "HelveticaNeueBold";
  color: #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .header-logo-b2b-borders p {
    font-size: 16px;
  }
}
.spec-heade-product-borders .product-header-styles .product-header-link-icons {
  width: 80px;
  height: 80px;
  border-left: 1px solid #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .product-header-link-icons {
    border-left: none;
    width: 40px;
    height: 40px;
  }
}
.spec-heade-product-borders .product-header-styles .product-header-link-icons:last-child {
  border-right: 1px solid #084783;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .product-header-link-icons:last-child {
    border-right: none;
  }
}
.spec-heade-product-borders .product-header-styles .product-header-link-icons img {
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .spec-heade-product-borders .product-header-styles .product-header-link-icons img {
    width: 100%;
  }
}
.spec-heade-product-borders .product-header-styles .product-header-link-icons img:hover {
  transform: scale(1.5);
}
.spec-heade-product-borders .menu-btn {
  position: absolute;
  width: 12%;
}
.spec-heade-product-borders .menu-btn span {
  width: 100%;
  left: 7%;
  transition: all 0s;
}
.spec-heade-product-borders .menu-btn span:nth-of-type(2) {
  top: calc(50% - 8px);
}
.spec-heade-product-borders .menu-btn span:nth-of-type(3) {
  top: calc(50% + 8px);
}
.spec-heade-product-borders .menu-btn.active span:nth-of-type(2) {
  display: none;
}
.spec-heade-product-borders .menu-btn.active span:nth-of-type(3) {
  display: none;
}
.spec-heade-product-borders .menu {
  padding-top: 0vh;
  transition: transform 0.2s;
}
.spec-heade-product-borders .menu .spec-x-mobile {
  position: absolute;
  top: 60px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.spec-heade-product-borders .menu .spec-x-mobile img {
  width: 100%;
}

.main-footer-container {
  border-bottom: 1px solid #084783;
  padding-bottom: 40px;
  width: 97.5%;
}
.main-footer-container .footer-logo {
  transition: 0.3s all;
}
.main-footer-container .footer-logo:hover {
  transform: scale(1.05);
}
.main-footer-container .footer-link-anim {
  transition: 0.3s all;
}
.main-footer-container .footer-link-anim:hover {
  padding-left: 20px;
  border-left: 5px solid #084783;
}
.main-footer-container .phone-mail {
  font-size: 16px !important;
  margin-top: 10px;
  padding-bottom: 10px;
}
.main-footer-container .fotter-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px #084783;
}
@media (max-width: 768px) {
  .main-footer-container {
    margin-top: 40px !important;
  }
  .main-footer-container h6 {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .main-footer-container .phone-mail {
    font-size: 20px !important;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .main-footer-container .fotter-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    transition: 0.3s all;
  }
}

.footer-description {
  width: 97.5%;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .footer-description a {
    line-height: 200%;
  }
}

.footer-pastpay {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.footer-pastpay img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.marki-logo {
  max-width: 154px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .marki-logo {
    max-width: 154px;
  }
}

.marki-border-bottom {
  border-bottom: 16px solid #084783;
}
@media (max-width: 768px) {
  .marki-border-bottom {
    border-bottom: 8px solid #084783;
  }
}

.marki-white-block {
  position: relative;
  top: -150px;
  padding: 48px 40px;
  border: 1px solid #084783;
  max-width: 620px;
  margin-left: 112px;
  background: white;
}
@media (max-width: 1439px) {
  .marki-white-block {
    max-width: 550px;
  }
}
@media (max-width: 1439px) and (max-width: 1299px) {
  .marki-white-block {
    max-width: 500px;
  }
}
@media (max-width: 1439px) and (max-width: 1299px) and (max-width: 768px) {
  .marki-white-block {
    width: 90%;
    margin-left: 0px;
    margin: 0 auto;
    top: -100px;
    padding: 24px 16px;
  }
}

@media (max-width: 768px) {
  .marki-onas-title {
    display: flex;
    align-items: start !important;
  }
}

.marki-katalog-btn {
  border: 1px solid #084783;
}
@media (max-width: 768px) {
  .marki-katalog-btn {
    font-size: 16px;
    padding: 12px 20px;
    background-color: #084783 !important;
    color: white !important;
  }
}

.desc-marki-images {
  padding: 0 2.8%;
}
.desc-marki-images img:nth-child(1) {
  width: 64%;
}
.desc-marki-images img:nth-child(2) {
  width: 33%;
}

.marki-left-title {
  width: 26%;
  margin-left: 10%;
}
@media (max-width: 768px) {
  .marki-left-title {
    width: 100%;
    margin-left: 0;
  }
}

.marki-right-content {
  width: 40%;
}
@media (max-width: 768px) {
  .marki-right-content {
    width: 100%;
  }
}

.marki-container {
  margin-left: 10%;
  padding: 0;
}
@media (max-width: 768px) {
  .marki-container {
    margin-left: 0;
    padding: 0 16px;
  }
}
.marki-container .marki-item {
  border-left: 1px solid #084783;
  border-right: 1px solid #084783;
}
.marki-container .marki-item::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-top: -20px;
}
.marki-container .marki-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-bottom: -20px;
}

.min-h-text {
  min-height: 160px !important;
}
@media (max-width: 1440px) {
  .min-h-text {
    min-height: 120px !important;
  }
}

.isegrim-pozytyvne {
  margin-left: 20% !important;
}
@media (max-width: 1440px) {
  .isegrim-pozytyvne {
    margin-left: 180px !important;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .isegrim-pozytyvne {
    margin-left: 140px !important;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 1100px) {
  .isegrim-pozytyvne {
    margin-left: 0px !important;
  }
}
.isegrim-pozytyvne .isegrim-poz-images {
  width: 1100px;
}
@media (max-width: 1440px) {
  .isegrim-pozytyvne .isegrim-poz-images {
    width: 900px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .isegrim-pozytyvne .isegrim-poz-images {
    width: 900px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 1100px) {
  .isegrim-pozytyvne .isegrim-poz-images {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .isegrim-pozytyvne h2 {
    font-size: 24px !important;
  }
}
.isegrim-pozytyvne .svgs {
  gap: 180px;
}
@media (max-width: 1439px) {
  .isegrim-pozytyvne .svgs {
    gap: 140px;
  }
}
@media (max-width: 1439px) and (max-width: 768px) {
  .isegrim-pozytyvne {
    margin-left: 16px !important;
    padding-right: 16px;
  }
  .isegrim-pozytyvne .svgs {
    gap: 40px;
  }
}

.all-marki-item {
  border: 1px solid #084783;
}
@media (max-width: 1280px) {
  .all-marki-item h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 1280px) and (max-width: 1120px) {
  .all-marki-item h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 1280px) and (max-width: 1120px) and (max-width: 960px) {
  .all-marki-item h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 1280px) and (max-width: 1120px) and (max-width: 960px) and (max-width: 768px) {
  .all-marki-item h2 {
    font-size: 20px !important;
  }
}
.all-marki-item p {
  font-size: 16px;
}
@media (max-width: 1439px) {
  .all-marki-item p {
    height: 130px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) {
  .all-marki-item p {
    height: 150px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) and (max-width: 768px) {
  .all-marki-item p {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .all-marki-item button {
    margin-top: 20px !important;
  }
}

@media (max-width: 1140px) {
  .flex-column-form {
    flex-direction: column !important;
  }
}

.form-img {
  width: 55%;
}
@media (max-width: 1440px) {
  .form-img {
    width: 55%;
  }
}
@media (max-width: 1440px) and (max-width: 1140px) {
  .form-img {
    width: 100%;
  }
}

.main-form-container {
  width: 48%;
}
@media (max-width: 1440px) {
  .main-form-container {
    width: 44%;
  }
}
@media (max-width: 1440px) and (max-width: 1140px) {
  .main-form-container {
    width: 100%;
  }
}
.main-form-container .manager-info {
  background-color: #CBEBF1;
  padding: 32px;
  padding-top: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .main-form-container .manager-info {
    padding: 16px;
  }
}
.main-form-container .manager-info p {
  font-size: 18px;
}
@media (max-width: 1439px) {
  .main-form-container .manager-info p {
    font-size: 14px;
  }
}
.main-form-container form {
  background-color: #CBEBF1;
  padding: 32px;
  height: 100%;
}
@media (max-width: 768px) {
  .main-form-container form {
    padding: 16px;
  }
}
.main-form-container form p {
  font-size: 18px;
}
@media (max-width: 1439px) {
  .main-form-container form p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-form-container form p {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .main-form-container form p {
    padding-bottom: 30px;
  }
}
.main-form-container form .form-label {
  color: #084783;
  font-size: 14px;
  width: 90%;
}
@media (max-width: 768px) {
  .main-form-container form .form-label {
    width: 100%;
    font-size: 16px;
  }
}
.main-form-container form .input-label {
  font-size: 16px;
  width: 90%;
  padding: 12px;
  border: 2px solid #92A4B9;
}
@media (max-width: 1439px) {
  .main-form-container form .input-label {
    padding: 6px;
  }
}
@media (max-width: 1439px) and (max-width: 768px) {
  .main-form-container form .input-label {
    width: 100%;
  }
}
.main-form-container form .input-label::-moz-placeholder {
  font-family: "HelveticaNeueThin", sans-serif;
  color: #92A4B9;
  font-size: 16px;
}
.main-form-container form .input-label::placeholder {
  font-family: "HelveticaNeueThin", sans-serif;
  color: #92A4B9;
  font-size: 16px;
}
.main-form-container form textarea {
  width: 90%;
  border: 2px solid #92A4B9;
}
@media (max-width: 768px) {
  .main-form-container form textarea {
    width: 100%;
  }
}
.main-form-container form textarea::-moz-placeholder {
  font-family: "HelveticaNeueThin", sans-serif;
  color: #92A4B9;
  font-size: 16px;
}
.main-form-container form textarea::placeholder {
  font-family: "HelveticaNeueThin", sans-serif;
  color: #92A4B9;
  font-size: 16px;
}
.main-form-container form button {
  width: 240px;
  height: 56px;
  font-size: 16px;
  margin-top: 30px;
}
@media (max-width: 1439px) {
  .main-form-container form button {
    width: 200px;
    height: 36px;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 1439px) and (max-width: 768px) {
  .main-form-container form button {
    width: 240px;
    height: 56px;
    font-size: 16px;
    margin-top: 30px;
  }
}

.map-right-text {
  color: #92A4B9;
  font-size: 16px;
}

.height-map {
  height: 350px;
  justify-content: space-between;
}

.left-map {
  width: 75%;
}
@media (max-width: 1140px) {
  .left-map {
    width: 70%;
  }
}

@media (max-width: 1140px) {
  .right-map {
    width: 30%;
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .right-map {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .map-title {
    text-align: center;
    font-size: 28px !important;
  }
}

.koty-swiper-height {
  height: 55px;
}

.category-image {
  transition: transform 0.3s ease-in-out;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-image:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  p[dir=ltr] {
    font-size: 16px !important;
  }
}

ul.order_details::before, ul.order_details::after {
  content: none !important;
  width: 0 !important;
}

@media (max-width: 768px) {
  .page-story-way {
    overflow-y: scroll;
    width: 100% !important;
  }
}
.page-story-way a, .page-story-way p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .page-story-way a, .page-story-way p {
    position: relative;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

.main-product-page .product-detail-title {
  font-size: 28px;
}
@media (max-width: 1440px) {
  .main-product-page .product-detail-title {
    font-size: 24px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .main-product-page .product-detail-title {
    font-size: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 768px) {
  .main-product-page .product-detail-title {
    font-size: 19px;
  }
}
.main-product-page .under-product-detail-title {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .main-product-page .under-product-detail-title {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .main-product-page .under-product-detail-title {
    font-size: 12px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 768px) {
  .main-product-page .under-product-detail-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main-product-page .price-product {
    border-bottom: 1px solid #084783;
    padding-bottom: 10px;
  }
}
.main-product-page .price-product p {
  font-size: 28px;
}
@media (max-width: 1440px) {
  .main-product-page .price-product p {
    font-size: 24px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .main-product-page .price-product p {
    font-size: 20px;
  }
}
.main-product-page .price-product span {
  font-size: 22px;
}
.main-product-page .product-adding-buttons .product-minus {
  width: 40px;
  height: 40px;
  border: 1px solid #084783;
}
.main-product-page .product-adding-buttons .product-minus:hover {
  background: #CBEBF1;
}
.main-product-page .product-adding-buttons .product-plus {
  width: 40px;
  height: 40px;
  border: 1px solid #084783;
}
.main-product-page .product-adding-buttons .product-plus:hover {
  background: #CBEBF1;
}
.main-product-page .product-adding-buttons .product-count {
  width: 80px;
  height: 40px;
  border: 1px solid #084783;
}
.main-product-page .product-adding-buttons .product-count p {
  font-size: 22px;
}
.main-product-page .product-adding-buttons .product-count input {
  color: #084783;
  border: none;
  font-size: 16px;
  padding: 5px;
  text-align: center;
}
.main-product-page .box-desc {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .main-product-page .box-desc {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .main-product-page .box-desc {
    font-size: 18px;
  }
}
.main-product-page .dodaj-product-btn {
  width: 230px;
  height: 55px;
  background-color: #084783;
  transition: 0.4s all;
  font-size: 16px;
}
.main-product-page .dodaj-product-btn:hover {
  box-shadow: 0 0 20px #084783;
  background: #1060ab;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .main-product-page .dodaj-product-btn {
    width: 210px;
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .main-product-page .dodaj-product-btn {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .main-product-page .dodaj-product-btn {
    width: 70%;
    height: 55px;
  }
}
.main-product-page .product-description-details {
  border-bottom: 1px solid #CBEBF1;
}
.main-product-page .product-description-details .ontop-darkblue-text {
  font-size: 18px;
  font-family: "HelveticaNeueLight";
  font-weight: 300;
}
@media (max-width: 1440px) {
  .main-product-page .product-description-details .ontop-darkblue-text {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .main-product-page .product-description-details .ontop-darkblue-text {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 768px) {
  .main-product-page .product-description-details .ontop-darkblue-text {
    font-size: 12px;
  }
}
.main-product-page .product-description-details .text-darkblue {
  font-family: "HelveticaNeueLight";
  color: #03192E;
  font-weight: 200;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .main-product-page .product-description-details .text-darkblue {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .main-product-page .product-description-details .text-darkblue {
    font-size: 12px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 768px) {
  .main-product-page .product-description-details .text-darkblue {
    font-size: 10px;
  }
}
.main-product-page .product-accordion {
  background: none !important;
  color: #084783 !important;
  font-size: 18px !important;
  border-bottom: 1px solid #92A4B9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-product-page .accordion-text {
  font-size: 14px !important;
}

.product-tabs-cntainer {
  border-top: 1px solid #084783;
  border-bottom: 1px solid #084783;
}
.product-tabs-cntainer .tabs-desktop-container {
  border-right: 1px solid #084783;
  line-height: 220%;
}
@media (max-width: 768px) {
  .product-tabs-cntainer .tabs-desktop-container {
    width: 100%;
    line-height: 40px;
    overflow-y: scroll;
  }
  .product-tabs-cntainer .tabs-desktop-container .product-tabs {
    position: relative;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.product-tabs-cntainer .product-tabs {
  position: relative;
  color: #92A4B9;
  font-size: 20px;
  padding-left: 15px;
}
.product-tabs-cntainer .product-tabs:hover {
  color: #084783;
}
.product-tabs-cntainer .product-tabs-active {
  color: #084783;
}
.product-tabs-cntainer .product-tabs-active::before {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(./../assets/product/a.svg);
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .product-tabs-cntainer .product-tabs-active::before {
    top: 10px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .product-tabs-cntainer .product-tabs-active::before {
    top: 8px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 768px) {
  .product-tabs-cntainer .product-tabs-active::before {
    display: none;
  }
}
.product-tabs-cntainer .product-tab-content.active {
  display: block;
}
.product-tabs-cntainer .product-tab-content {
  display: none;
}
.product-tabs-cntainer .product-tab-content p {
  font-size: 16px;
  color: #03192E;
}
.product-tabs-cntainer .product-tab-content .product-tabs-title {
  font-size: 22px;
  padding-bottom: 10px;
}
.product-tabs-cntainer .product-tab-content .product-tabs-desc {
  font-size: 16px;
  color: #03192E;
  padding-bottom: 10px;
}
.product-tabs-cntainer .product-tab-content .texts-tabs {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBEBF1;
  font-size: 18px;
}
.product-tabs-cntainer .product-tab-content .niema-recenzji {
  color: #084783;
}
.product-tabs-cntainer .product-tab-content .recenzja-name {
  font-size: 22px;
  color: #084783;
}
.product-tabs-cntainer .product-tab-content .recenzja-date {
  color: #92A4B9;
  font-size: 14px;
}
.product-tabs-cntainer .product-tab-content .recenzja-text {
  color: #084783;
  font-size: 18px;
}
.product-tabs-cntainer .product-tab-content .recenzja-form {
  background: #EEF8FA;
}
.product-tabs-cntainer .product-tab-content .recenzja-form h3 {
  font-size: 20px;
}
.product-tabs-cntainer .product-tab-content .recenzja-form p {
  color: #084783;
  font-size: 14px;
}
.product-tabs-cntainer .product-tab-content .recenzja-form span {
  font-size: 14px;
  color: #92A4B9;
}
.product-tabs-cntainer .product-tab-content .recenzja-form b {
  font-size: 14px;
  color: #084783;
}
.product-tabs-cntainer .product-tab-content .recenzja-form .empty-stars {
  transition: background 0.2s ease-in-out;
}
.product-tabs-cntainer .product-tab-content .recenzja-form .empty-stars:hover,
.product-tabs-cntainer .product-tab-content .recenzja-form .empty-stars:hover ~ .empty-stars {
  background-image: url("/assets/product/filled-star.svg"); /* Change this to the path of your filled star */
  background-size: cover;
  cursor: pointer;
}
.product-tabs-cntainer .product-tab-content .recenzja-form .empty-stars:hover ~ .empty-stars {
  background-image: url("/assets/product/empty-star.svg"); /* Revert to empty star if not hovered */
}
.product-tabs-cntainer .product-tab-content .recenzja-form textarea {
  font-size: 16px;
}
.product-tabs-cntainer .product-tab-content .recenzja-form textarea::-moz-placeholder {
  color: #92A4B9;
}
.product-tabs-cntainer .product-tab-content .recenzja-form textarea::placeholder {
  color: #92A4B9;
}
.product-tabs-cntainer .product-tab-content .recenzja-form input {
  font-size: 16px;
}
.product-tabs-cntainer .product-tab-content .recenzja-form input::-moz-placeholder {
  color: #92A4B9;
}
.product-tabs-cntainer .product-tab-content .recenzja-form input::placeholder {
  color: #92A4B9;
}
.product-tabs-cntainer .product-tab-content .recenzja-form button {
  background: #084783;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.product-tabs-cntainer .product-tab-content .recenzja-form button:hover {
  border: 2px solid #084783;
  background: white;
  color: #084783;
}
.product-tabs-cntainer .product-tab-content .text-tab-4 {
  color: #084783;
  font-size: 22px;
}
.product-tabs-cntainer .product-tab-content .text-tab-3 {
  font-size: 16px;
  color: #03192E;
}

.product-swiper-link a {
  color: #084783;
  font-size: 20px;
}
.product-swiper-link img {
  width: 20px !important;
  position: relative;
  margin: 0px !important;
}

.rejestracja-title {
  border-bottom: 1px solid #084783;
}

.rejestracja-input {
  border: 1px solid #92A4B9 !important;
  font-size: 18px !important;
  padding: 12px 16px !important;
}
@media (max-width: 1440px) {
  .rejestracja-input {
    font-size: 16px !important;
    padding: 12px !important;
  }
}
.rejestracja-input::-moz-placeholder {
  color: #92A4B9;
}
.rejestracja-input::placeholder {
  color: #92A4B9;
}

.rejestracja-input-checkbox {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #92A4B9 !important;
}

.rejestracja-btn {
  background: #084783;
  padding: 16px 32px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.rejestracja-btn:hover {
  background: white;
  border: 2px solid #084783;
  color: #084783;
  letter-spacing: 2px;
  font-weight: 800;
}

.rejesracja-drop-file {
  border: 1px solid #92A4B9 !important;
  padding: 12px;
}
.rejesracja-drop-file .drop-butt {
  border: 1px solid #084783;
  color: #084783;
  padding: 12px 32px;
  transition: 0.3s all;
}
.rejesracja-drop-file:hover .drop-butt {
  background: #084783;
  color: white;
}

.country-select {
  border: 1px solid #92A4B9 !important;
  font-size: 18px !important;
  padding: 10px 16px !important;
  cursor: pointer;
}
.country-select option {
  cursor: pointer;
}

.cart-number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 12px;
  height: 21px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 50%;
  background: #084783;
  color: white;
}
@media (max-width: 768px) {
  .cart-number {
    top: -10px;
    right: -10px;
  }
}
.cart-number span {
  font-size: 12px;
  line-height: 11px;
}

.wozek-full .border-wozek {
  border-bottom: 1px solid #92A4B9;
}
.wozek-full .wozek-plus-minus {
  border: 1px solid #084783;
  height: 40px;
  width: 70px;
}
.wozek-full .cart-item-h {
  max-width: 100px;
  max-height: 110px;
  margin-right: 30px;
}

.text-custom-blue-2 {
  color: #03192E;
}

.wykres-suma {
  background: #EEF8FA;
}
.wykres-suma .border-kupon {
  border-top: 1px solid #92A4B9;
  border-bottom: 1px solid #92A4B9;
}
.wykres-suma .cart-page-btn {
  background: #084783;
  padding: 16px 32px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.wykres-suma .cart-page-btn:hover {
  background: white;
  border: 2px solid #084783;
  color: #084783;
  font-weight: 800;
}

.more-info-cart {
  overflow: hidden;
}

.header {
  cursor: pointer;
}

.arrow {
  transition: transform 0.3s;
}

.info {
  padding: 10px;
  display: none;
}

.show {
  display: block;
}

.rotate {
  transform: rotate(180deg);
}

.wymeldowac-title {
  border-bottom: 1px solid #084783;
  padding-bottom: 10px;
}

.cart-item-full-wymeldowac {
  border-bottom: 1px solid #CBEBF1;
}

.border-kupon-wyc {
  border-top: 1px solid #084783;
  border-bottom: 1px solid #084783;
}

.wysyłka-do-polski {
  font-family: "HelveticaNeueLight";
  font-weight: 300;
  border-bottom: 1px solid #084783;
  padding-bottom: 15px;
}

.wymeld-btn {
  background: #084783;
  padding: 16px 32px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.wymeld-btn:hover {
  background: white;
  border: 2px solid #084783;
  color: #084783;
  font-weight: 800;
}

.search-container {
  width: 80% !important;
  margin: 0px auto;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 999999999 !important;
}
@media (max-width: 768px) {
  .search-container {
    width: 100% !important;
    top: -10px !important;
  }
}
.search-container .search-header {
  background: white;
  border: 1px solid #084783;
}
.search-container .search-header input {
  border: none;
  font-size: 20px;
}
.search-container .search-header-2 {
  background: white;
  border: 1px solid #084783;
}
@media (max-width: 768px) {
  .search-container .search-header-2 {
    height: 100vh !important;
  }
}
.search-container .search-header-2 .search-link {
  padding: 8px 4px;
  border-bottom: 1px solid #CBEBF1;
}
.search-container .search-header-2 .search-link:hover {
  background: #CBEBF1;
}

.product-footer {
  background: #CBEBF1;
  width: 100%;
}
.product-footer .b2b-line {
  width: 2px;
  height: 28px;
  background: #084783;
}
@media (max-width: 768px) {
  .product-footer .b2b-line {
    width: 50px;
    height: 2px;
  }
}

.radio-blue {
  border: 3px solid #084783 !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.radio-blue .radio-select {
  border: 3px solid white !important;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.radio-blue .radio-select:checked {
  background: #084783;
}

input[name=quantity] {
  border: none;
  background-color: none;
  padding: 0;
}

.product-page-pagination .swiper-pagination-bullet.active {
  background: #084783 !important;
}

@media screen and (max-width: 768px) {
  .variations_form.cart .variations {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  table.variations {
    display: flex;
    justify-content: center;
  }
}

.variations.label {
  font-size: 20px !important;
}

@media screen and (max-width: 768px) {
  tr.variation-row {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  tr.variation-row th.label {
    text-align: left;
  }
}

.attribute-select select {
  border: 1px solid #084783 !important;
  font-size: 14px !important;
  padding: 10px 16px !important;
  width: 150px;
  cursor: pointer;
}
.attribute-select select option {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .attribute-select {
    display: flex;
    flex-direction: column;
  }
}

.reset_variations {
  font-size: 16px !important;
  color: #084783;
}

.modal-cart {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(135, 207, 235, 0.372);
  z-index: 1001;
  transition: transform 0.3s ease-out;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .modal-cart {
    position: absolute;
    background-color: transparent;
  }
}

.modal-cart-content {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: white;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .modal-cart-content {
    padding: 20px 10px;
    width: 100%;
    top: 16vh;
    border-top: 1px solid #92A4B9;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.modal-cart-content .cart-item-full {
  border-bottom: 1px solid #92A4B9;
}
.modal-cart-content .modal-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #084783;
}
.modal-cart-content .product-adding-cart p {
  width: 80px;
  padding: 4px 8px;
  border: 1px solid #084783;
  text-align: center;
  color: #084783;
  height: 40px;
}
.modal-cart-content .cart-btn {
  background: #084783;
  padding: 16px 32px;
  border: 2px solid transparent;
  transition: 0.3s all;
}
.modal-cart-content .cart-btn:hover {
  background: white;
  border: 2px solid #084783;
  color: #084783;
  font-weight: 800;
}

.modal-cart.open {
  display: block;
  transform: translateX(0);
}

.primary-color {
  color: #084783;
}

.primary-light {
  color: #CBEBF1;
}

.secondary-color {
  color: #03192E;
}

.bg-accent {
  background: #EEF8FA;
}

.primary-bg {
  background: rgb(8, 71, 131);
}

.primary-bg-05 {
  background: rgba(8, 71, 131, 0.8);
}

.border-primary {
  border: 1px solid #084783;
}

@media (max-width: 768px) {
  .mob-none {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .desc-none {
    display: none !important;
  }
}

.br-none {
  border-right: none !important;
}

@media (min-width: 768px) {
  .br-none-sec {
    border-right: none !important;
  }
}

@media (max-width: 768px) {
  .sm-items-center {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .mob-px-5 {
    padding: 0 16px;
  }
}

.top-line-none::before {
  content: "";
  height: 0px !important;
  width: 100%;
  background: #084783;
  margin-top: -10px;
}

@media (max-width: 768px) {
  .bot-line-none::before {
    content: "";
    height: 0px !important;
    width: 100%;
    background: #084783;
    margin-top: -10px;
  }
}

.text-md {
  font-size: 16px;
}
@media (max-width: 768px) {
  .text-md {
    padding-right: 16px;
  }
}

.line-height-1 {
  line-height: 140% !important;
}

.text-custom-blue {
  color: #084783 !important;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.btn, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn:focus, button:focus {
  outline: none;
}

a[href^=tel] {
  color: #000;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "HelveticaNeueLight";
  src: url("../fonts/HelveticaNeueLight.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueBold";
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2");
}
@font-face {
  font-family: "HelveticaNeueThin";
  src: url("../fonts/HelveticaNeueCyr-Thin.ttf") format("woff2");
}
.light-helv {
  font-family: "HelvetsicaNeueLight", sans-serif !important;
  font-weight: 300;
}
.reg-helv {
  font-family: "HelvetsicaNeueMedium", sans-serif !important;
  font-weight: 500;
}
.bold-helv {
  font-family: "HelvetsicaNeueBold", sans-serif !important;
  font-weight: 700;
}
.thin-helv {
  font-family: "HelvetsicaNeueThin", sans-serif !important;
  font-weight: 100;
}

body {
  max-width: 100%;
  min-width: 320px;
  font-weight: 300;
  font-size: 1.11111vw;
  font-family: "HelveticaNeueLight", sans-serif !important;
  overflow-x: hidden !important;
}

.li {
  list-style: none;
}

input[type=file] {
  display: none;
}

.upload-style {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1000;
  overflow: hidden;
}
.menu-btn span {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #084783;
  transition: all 0.5s;
  border-radius: 6px;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 8px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 8px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  z-index: 30;
  padding-top: 15vh;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.menu.active {
  transform: translateX(0);
}

.menu li {
  list-style-type: none;
}

.link_animation {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 0.06em;
  transition: all 0.5s;
}
.link_animation:hover {
  background-size: 100% 0.07em;
}

.link-anim {
  box-shadow: inset 0 0 0 0 #084783;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.link-anim:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #084783;
}
.link-anim:hover img {
  transform: rotateZ(180deg);
  filter: brightness(10000);
}

.scroll_animation {
  opacity: 0;
  transform: translateY(15%);
}

.scroll_animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}

.scroll_animation_left {
  opacity: 0;
  transform: translateX(-30%);
}

.scroll_animation_left.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateX(0%);
}

.marki-button {
  transition: 0.3s all;
}
.marki-button:hover {
  background: #084783;
  color: white;
}

.swiper {
  width: 95% !important;
  margin-left: 5% !important;
}
.swiper .swiper-slide {
  font-size: 48px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 2px solid #084783;
  padding: 15px 0px 0px;
  border-top: none;
  border-bottom: none;
}
.swiper .swiper-slide .under-first-screen-item-mob img {
  width: 40px;
  height: 40px;
}
.swiper .swiper-slide .under-first-screen-item-mob h3 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .swiper .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .swiper .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
.swiper .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 2px;
  width: 93%;
  background: #084783;
  margin-top: -25px;
}
.swiper .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 2px;
  width: 93%;
  background: #084783;
  margin-bottom: -10px;
}

.swiper-2 .swiper-wrapper {
  margin-top: -30px;
}
.swiper-2 .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-2 .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-2 .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-2 .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-2 .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-2 .swiper-button-next::after {
  opacity: 0 !important;
}
.swiper-2 .swiper-slide {
  font-size: 48px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-2 .swiper-slide span {
  font-size: 14px;
}
.swiper-2 .swiper-slide p {
  font-size: 16px;
  height: 60px;
}
.swiper-2 .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px 0 20px 20px;
  border-top: none;
  border-bottom: none;
}
.swiper-2 .swiper-slide .under-first-screen-item-mob img {
  width: 80%;
}
.swiper-2 .swiper-slide .under-first-screen-item-mob h3 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .swiper-2 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .swiper-2 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
.swiper-2 .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 98%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.swiper-2 .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 98%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}

.swiper-3 .swiper-wrapper {
  margin-top: -30px;
}
.swiper-3 .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-3 .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-3 .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-3 .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-3 .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-3 .swiper-button-next::after {
  opacity: 0 !important;
}
.swiper-3 .swiper-slide {
  font-size: 48px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.swiper-3 .swiper-slide span {
  font-size: 14px;
}
.swiper-3 .swiper-slide p {
  font-size: 16px;
  height: 60px;
}
.swiper-3 .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px;
  border-top: none;
  border-bottom: none;
}
.swiper-3 .swiper-slide .under-first-screen-item-mob img {
  width: 80%;
}
.swiper-3 .swiper-slide .under-first-screen-item-mob h3 {
  font-size: 20px;
}
@media (max-width: 1439px) {
  .swiper-3 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) {
  .swiper-3 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) and (max-width: 1024px) {
  .swiper-3 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 12px;
  }
}
.swiper-3 .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 105%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.swiper-3 .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 105%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}

.no-swiper .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px 0 20px 20px;
  border-top: none;
  border-bottom: none;
}
.no-swiper .under-first-screen-item-mob span {
  font-size: 16px;
}
.no-swiper .under-first-screen-item-mob p {
  font-size: 18px;
}
.no-swiper .under-first-screen-item-mob img {
  width: 80%;
  margin: 0px auto;
}
.no-swiper .under-first-screen-item-mob h3 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .no-swiper .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .no-swiper .under-first-screen-item-mob h3 {
    font-size: 20px;
  }
}
.no-swiper .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 98%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.no-swiper .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 98%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}

.essentila-slider-title {
  text-align: center;
}
@media (max-width: 768px) {
  .essentila-slider-title {
    text-align: start;
    font-size: 22px !important;
  }
}

@media (max-width: 1280px) {
  .none-1280 {
    display: none !important;
  }
}

.swiper-4 .swiper-wrapper {
  margin-top: -30px;
}
.swiper-4 .swiper-wrapper .tropi-slide .tropi-text {
  height: 120px;
}
@media (max-width: 1280px) {
  .swiper-4 .swiper-wrapper .tropi-slide .tropi-text {
    height: 100px;
  }
}
@media (max-width: 1280px) and (max-width: 768px) {
  .swiper-4 .swiper-wrapper .tropi-slide .tropi-text {
    height: 80px;
  }
}
.swiper-4 .swiper-wrapper .tropi-slide .isegrim-text {
  height: 220px;
}
@media (max-width: 1280px) {
  .swiper-4 .swiper-wrapper .tropi-slide .isegrim-text {
    height: 200px;
  }
}
@media (max-width: 1280px) and (max-width: 768px) {
  .swiper-4 .swiper-wrapper .tropi-slide .isegrim-text {
    height: 210px;
  }
}
.swiper-4 .swiper-wrapper .tropi-slide img {
  max-height: 205px;
}
@media (max-width: 1439px) {
  .swiper-4 .swiper-wrapper .tropi-slide img {
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
.swiper-4 .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-4 .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-4 .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-4 .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-4 .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-4 .swiper-button-next::after {
  opacity: 0 !important;
}
.swiper-4 .swiper-slide {
  font-size: 48px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .swiper-4 .swiper-slide {
    min-height: 500px;
  }
}
.swiper-4 .swiper-slide span {
  font-size: 14px;
}
.swiper-4 .swiper-slide p {
  font-size: 16px;
  height: 60px;
}
.swiper-4 .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px;
  border-top: none;
  border-bottom: none;
}
.swiper-4 .swiper-slide .under-first-screen-item-mob img {
  width: 80%;
}
.swiper-4 .swiper-slide .under-first-screen-item-mob h3 {
  font-size: 20px;
}
@media (max-width: 1439px) {
  .swiper-4 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) {
  .swiper-4 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
@media (max-width: 1439px) and (max-width: 1280px) and (max-width: 1024px) {
  .swiper-4 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 12px;
  }
}
.swiper-4 .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 105%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.swiper-4 .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 105%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}

.swiper-buttons-kliniki {
  padding-bottom: 10px !important;
}
@media (max-width: 1440px) {
  .swiper-buttons-kliniki {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .swiper-buttons-kliniki {
    padding-bottom: 10px !important;
  }
}

.swiper-5 .swiper-wrapper {
  margin-top: -30px;
}
.swiper-5 .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-5 .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-5 .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-5 .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-5 .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-5 .swiper-button-next::after {
  opacity: 0 !important;
}
.swiper-5 .swiper-slide {
  font-size: 48px;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .swiper-5 .swiper-slide {
    min-height: 550px;
  }
}
.swiper-5 .swiper-slide span {
  font-size: 14px;
}
.swiper-5 .swiper-slide p {
  font-size: 16px;
  height: 90px;
}
@media (max-width: 768px) {
  .swiper-5 .swiper-slide p {
    height: 110px;
  }
}
.swiper-5 .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px 0 20px 20px;
  border-top: none;
  border-bottom: none;
}
.swiper-5 .swiper-slide .under-first-screen-item-mob img {
  width: 80%;
}
.swiper-5 .swiper-slide .under-first-screen-item-mob h3 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .swiper-5 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .swiper-5 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
.swiper-5 .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 100%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.swiper-5 .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 100%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}

.swiper-7 .swiper-wrapper {
  margin-top: -30px;
}
.swiper-7 .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-7 .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-7 .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-7 .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-7 .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-7 .swiper-button-next::after {
  opacity: 0 !important;
}
.swiper-7 .swiper-slide {
  font-size: 48px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .swiper-7 .swiper-slide {
    min-height: 550px;
  }
}
.swiper-7 .swiper-slide span {
  font-size: 14px;
}
.swiper-7 .swiper-slide p {
  font-size: 16px;
  height: 20px;
}
@media (max-width: 768px) {
  .swiper-7 .swiper-slide p {
    height: 40px;
  }
}
.swiper-7 .swiper-slide .under-first-screen-item-mob {
  position: relative;
  border: 1px solid #084783;
  padding: 20px 0 20px 20px;
  border-top: none;
  border-bottom: none;
}
.swiper-7 .swiper-slide .under-first-screen-item-mob img {
  width: -moz-max-content;
  width: max-content;
  max-height: 200px;
  margin: 0px auto;
}
.swiper-7 .swiper-slide .under-first-screen-item-mob h3 {
  min-height: 80px;
  font-size: 24px;
}
@media (max-width: 1440px) {
  .swiper-7 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) {
  .swiper-7 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 1024px) {
  .swiper-7 .swiper-slide .under-first-screen-item-mob h3 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .swiper-7 .swiper-slide .under-first-screen-item-mob h3 {
    min-height: 50px;
  }
}
.swiper-7 .swiper-slide .under-first-screen-item-mob::before {
  content: "";
  height: 1px;
  width: 100%;
  margin-left: -2.5%;
  background: #084783;
  margin-top: -35px;
}
.swiper-7 .swiper-slide .under-first-screen-item-mob::after {
  content: "";
  height: 1px;
  width: 100%;
  margin-left: -2.5%;
  background: #084783;
  margin-bottom: -30px;
}
.form-row input[type=checkbox]{
  width: 15px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
  border: 1px solid #084783;
  cursor: pointer;
}
input[type=checkbox], input[type=radio]{
  border: 1px solid #084783;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
  cursor: pointer;
  margin-right: 5px;
}
/* SWIPER WELCOME */
.swiper-welcome .swiper-button-prev {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-welcome .swiper-button-prev:hover {
  border-color: #084783;
}
.swiper-welcome .swiper-button-prev::after {
  opacity: 0 !important;
}
.swiper-welcome .swiper-button-next {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-welcome .swiper-button-next:hover {
  border-color: #084783;
}
.swiper-welcome .swiper-button-next::after {
  opacity: 0 !important;
}
/* SWIPER SMM */
.swiper-smm .swiper-button-prev-smm {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
}
.swiper-smm .swiper-button-prev-smm:hover {
  border-color: #084783;
}
.swiper-smm .swiper-button-prev-smm::after {
  opacity: 0 !important;
}
.swiper-smm .swiper-button-next-smm {
  position: relative;
  top: 30px;
  border: 2px solid #92A4B9;
  height: 40px;
  width: 40px;
  background-image: url(./../assets/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-smm .swiper-button-next-smm:hover {
  border-color: #084783;
}
.swiper-smm .swiper-button-next-smm::after {
  opacity: 0 !important;
}



.wcb2b-livesearch-fixed .wcb2b-livesearch-products {
  position: relative;
  max-height: auto;
}

.wcb2b-livesearch-products {
  border: none;
}

.wcb2b-livesearch-product-image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 89px;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#post-11 .woocommerce .u-column2.col-2 {
  display: none;
}

.page .entry-header {
  margin-bottom: 20px;
}
.page .entry-content p {
  margin: 8px 0;
}
.page .entry-content h3 {
  margin: 10px 0;
  font-size: 20px;
  font-family: "HelveticaNeueBold", sans-serif;
  color: black;
}

#cc-main {
  /** Change font **/
  --cc-font-family: "HelveticaNeueBold";
  /** Change button primary color to black **/
  --cc-btn-primary-bg: #084783;
  --cc-btn-primary-border-color: #084783;
  --cc-btn-primary-hover-bg: #444444;
  --cc-btn-primary-hover-border-color: #444444;
  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  /** Make the buttons a bit rounder **/
  --cc-btn-border-radius: 0px;
}

.cm__title {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .mob-first-responsive-font h1 {
    font-size: 24px;
  }
  .mob-first-responsive-font p {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .mob-first-responsive-font h1 {
    font-size: 20px;
  }
  .mob-first-responsive-font p {
    font-size: 16px;
  }
}

.first-screen-container {
  background-image: url(./../assets/dog-cat-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 1280px) {
  .first-screen-container {
    height: 75vh;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .first-screen-container {
    height: 60vh;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .first-screen-container {
    height: 30vh;
  }
}
.first-screen-container .main-title {
  line-height: 62.5px;
}
@media (max-width: 1280px) {
  .first-screen-container .main-title {
    font-size: 44px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .first-screen-container .main-title {
    font-size: 38px;
  }
}
.first-screen-container .first-screen-btn {
  width: 140px;
  height: 59px;
  background-color: #084783;
  transition: 0.4s all;
}
.first-screen-container .first-screen-btn:hover {
  box-shadow: 0 0 20px #084783;
  background: #1060ab;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .first-screen-container .first-screen-btn {
    width: 130px;
    height: 50px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .first-screen-container .first-screen-btn {
    width: 120px;
    height: 45px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) and (max-width: 768px) {
  .first-screen-container .first-screen-btn {
    display: none;
  }
}

.under-first-screen {
  position: relative;
  top: -120px;
  background: white;
}
.under-first-screen .under-first-screen-item {
  position: relative;
  border: 2px solid #084783;
  border-bottom: none;
  padding: 31px 0px 0px;
}
.under-first-screen .under-first-screen-item:nth-child(1) {
  border-right: none;
}
.under-first-screen .under-first-screen-item:nth-child(2) {
  border-right: none;
}
.under-first-screen .under-first-screen-item img {
  width: 40px;
  height: 40px;
}
.under-first-screen .under-first-screen-item h3 {
  padding-bottom: 25px;
  font-size: 24px;
}
@media (max-width: 1280px) {
  .under-first-screen .under-first-screen-item h3 {
    font-size: 18px;
  }
}
@media (max-width: 1280px) and (max-width: 1024px) {
  .under-first-screen .under-first-screen-item h3 {
    font-size: 14px;
  }
}
.under-first-screen .under-first-screen-item:after {
  content: "";
  height: 2px;
  width: 90%;
  background: #084783;
  margin-bottom: -15px;
}

.marka-item {
  border: 1px solid #084783;
  border-top: none;
  border-bottom: none;
}
.marka-item img {
  max-height: 180px;
}
.marka-item h5 {
  margin-top: 20px;
}
.marka-item a {
  margin-bottom: 20px;
}
.marka-item::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-top: -20px;
}
.marka-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-bottom: -20px;
}

.klinik-item {
  border: 1px solid #084783;
  border-top: none;
  border-bottom: none;
}
.klinik-item img {
  max-height: 310px;
}
.klinik-item a {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .klinik-item span {
    font-size: 4vw;
  }
}
.klinik-item p {
  min-height: 110px;
}
@media (max-width: 1920px) {
  .klinik-item p {
    font-size: 1.1vw;
  }
}
@media (max-width: 1920px) and (max-width: 1680px) {
  .klinik-item p {
    font-size: 1.2vw;
  }
}
@media (max-width: 1920px) and (max-width: 1680px) and (max-width: 1440px) {
  .klinik-item p {
    font-size: 1.3vw;
  }
}
@media (max-width: 1920px) and (max-width: 1680px) and (max-width: 1440px) and (max-width: 768px) {
  .klinik-item p {
    font-size: 4vw;
  }
}
.klinik-item::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-top: -10px;
}
.klinik-item::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #084783;
  margin-bottom: -10px;
}

@media (max-width: 1440px) {
  .klinik-title h5 {
    font-size: 3vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .klinik-title h5 {
    font-size: 8vw !important;
  }
}
@media (max-width: 1440px) {
  .klinik-title a {
    font-size: 1.8vw !important;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .klinik-title a {
    font-size: 5vw !important;
  }
}

.puppi {
  background-image: url(./../assets/puppys.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.interes-block {
  height: 360px;
}
@media (max-width: 768px) {
  .interes-block {
    text-align: center;
  }
  .interes-block h2 {
    width: 90%;
  }
  .interes-block p {
    width: 90%;
  }
}

.interes-block button {
  transition: 0.4s all;
}
.interes-block button:hover {
  box-shadow: 0 0 20px white;
  background: #03192E;
  color: white;
  border-radius: 12px;
}

.drawer-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.custom_payment_gateway_fields .pp_fee_option {
  margin-right: 12px;
}/*# sourceMappingURL=custom.css.map */


/* CUSTOM HEADR ADDED */
.primary-color .sub-menu {
  display: none;
  align-items: center;
  position: absolute;
  background-color: white;
  padding: 1rem;
  border: 1px solid #1e40af;
  border-radius: 1rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 50;
  width: max-content;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  gap: 0.5rem;
}

.header-dropdown img.donw-arrow {
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  height: 1em;
}

.menu-item-has-children:hover > .sub-menu {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  gap: 0.5rem;
}

.menu-item-has-children {
  position: relative;
  display: flex;
  flex-direction: column !important;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children .sub-menu:hover {
  display: flex;
}

.sub-menu a {
  transition: all 0.2s ease;
}
.sub-menu a:hover {
  color: #1e40af;
}
.sub-menu {
  display: hidden;
  flex-direction: column !important;
}
/* LANGUAGE SWITHCER HEADER */
.wpml-ls-current-language{
  display: flex;
  flex-direction: row !important;
}

#size{
  border: 2px solid #084783;
  color: #084783;
}
.label-style{
  background: #084783;
  color: white;
  padding: 10px 16px !important;
  border: 1px solid #084783;
}
.block{
  display: block !important;
}
.text-base{
  font-size: 16px !important;
}
/* FOOTER */
#menu-footer-navigation-menu, #menu-footer-legal-menu, #menu-footer-navigation-menu-en, #menu-footer-legal-menu-en{
  margin: 10px 0 0;
  gap: 10px;
}
strong {
  font-weight: 800 !important;
}
.bg-primary-color{
  background: #084783 !important;
}

/* Type Quantity */
.product-count input.qty {
  width: 100%;
  padding-left: 15px !important;
}
@media (max-width: 1450px) {
    .product-count input.qty {
      width: 100%;
      padding-left: 5px !important;
    }
}

#menu-header-welcome a{
  color: white !important;
}
#menu-header-welcome a:hover{
  text-decoration: underline;
}


.woocommerce-breadcrumb{
  display: none !important;
}

.header-welcome-menu a{
  border: none !important;
  outline: none !important;
}
.header-welcome-menu:active a{
  border: none !important;
  outline: none !important;
}
.header-welcome-menuL:focus a{
  border: none !important;
  outline: none !important;
}
