section.map {
  width: 100%;
}

.business__box img {
	height: 100%;
	object-fit: contain;
}

.send {
  width: 260px;
}

.send p {
  width: 100%;
}

.send {
  position: relative;
}

.send::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/ico_kontakt_send.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 29px;
  top: 52%;
  transform: translateY(-50%);
  right: 40px;
}
@media screen and (min-width: 1200px) {
  .menu-item {
    text-transform: lowercase;
  }

  .menu-item {
    text-transform: lowercase;
  }

  .dropdown-link-r::before {
    right: 3px;
  }

  .dropdown-link::before {
    right: 15px;
  }

  .dropdown-link-r a {
    padding-right: 28px !important;
  }

  .dropdown-link a {
    padding-right: 30px !important;
  }

  .logo__box .menu a::before {
    background-color: unset;
  }

  .logo__box .menu .sub-menu a::before {
    background-color: #fbe091;
  }

  .menu-item::before {
    transform: rotate(0);
    transition: 0.5s all;
  }

  .menu-item:hover::before {
    transform: rotate(180deg);
  }

  .logo__box .menu a::before {
    border-radius: 0;
  }

  .sub-menu {
    box-shadow: 0px 0px 14px -7px rgba(99, 99, 99, 1);
  }

  .logo__box .menu .sub-menu li.menu-item-471 a::before,
  .logo__box .menu .sub-menu li.menu-item-505 a::before {
    border-radius: 6px 6px 0 0;
  }

  .logo__box .menu .sub-menu li.menu-item-467 a::before,
  .logo__box .menu .sub-menu li.menu-item-498 a::before {
    border-radius: 0 0 6px 6px;
  }

  .menu-item-has-children a:hover,
  .menu-item a:hover {
    text-shadow: 1px 0 0 currentColor;
    transition: all 0.5s;
  }

  .dropdown-link::before {
    width: 11px;
    height: 12px;
    background-size: contain;
  }
  .dropdown-link-r::before {
    width: 11px;
    height: 12px;
    background-size: contain;
  }

  .nav__link svg {
    width: 16px;
    height: 25px;
  }

  .nav__link svg {
    margin-top: 4px;
  }

  .header__text-box .text-btn {
    padding: 15px 35px;
    width: max-content;
    height: auto;
    font-size: 20px;
  }

  .text-btn {
    transition: 0.5s all;
  }

  .text-btn:hover {
    background-color: #fddc7a;
  }

  .sub-menu li a {
    font-size: 18px;
    padding: 30px 20px !important;
  }

  .about-us__card-text {
    min-height: 190px;
  }

  .about-us__card-tittle {
    min-height: 80px;
  }

  .about-us__card {
    height: max-content;
  }

  .contact {
    position: relative;
  }

  .pipe-kontakt {
    top: 120px;
  }

  .contact__page-span {
    margin-right: 30px !important;
  }

  .contact__page-item {
    margin-bottom: 40px;
  }

  .contact__page-box-items {
    margin-bottom: 0 !important;
  }

  .wrapper-contact .contact__page-text {
    font-size: 20px;
  }

  .wpcf7-form-control.has-spinner.wpcf7-submit {
    background: transparent;
    border: none;
    font-family: "Spartan extra-bold";
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 43px;
  }
}
