main h1 {
  font-size: 30px;
  margin: 20px 0 30px 0;
}

main h2 {
  font-size: 20px;
  margin: 30px 0 30px 0;
}

.contact-container h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-submit-button-container {
  display: flex;
  justify-content: flex-end;
}

.contact-columns p {
  margin: 15px 0 5px 0;
}

.contact {
  margin-top: 40px;
}

.contact p {
  color: #575757;
  font-size: 1rem;
  text-align: center;
}

.contact img {
  width: 50px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .contact .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.contact .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .contact .item.text {
    margin-bottom: 0;
  }
}

.contact .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.contact .item.social {
  padding: 10px;
  margin-top: 115px;
  text-align: center;
}

@media (max-width: 992px) {
  .contact .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.contact .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #565656;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.contact .item.social>a:hover {
  color: #ff6e61;
}

input[type=checkbox] {
  visibility: hidden;
}

label {
  position: relative;
}

.geekmark {
  position: absolute;
  left: 0;
  top:0;
  height: 25px;
  width: 25px;
  background-color: #dfdfdf;
}

.rodo-agree:hover input~.geekmark {
  background-color: #575757;
}

.rodo-agree input:active~.geekmark {
  background-color: #ff6e61;
}

.rodo-agree input:checked~.geekmark {
  background-color: #ff6e61;
}

.geekmark:after {
  content: "";
  display: none;
}

.rodo-agree input:checked~.geekmark:after {
  display: block;
}

.rodo-agree .geekmark:after {
  margin-left: 8px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info iframe {
  width: 400px;
  height: 275px;
  display: block;
  float: right;
  margin-top: 60px;
}

.contactler {
  display: flex;
  min-height: 500px;
  justify-content: center;
}

.fot {
  align-self: flex-end;
}

.inputs>p {
  margin: 10px 0 5px 0;
}

textarea:focus {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
  /* box-shadow: 0 0 10px #ff6f61; */
  /* border: 1px solid #ff6f61; */
}

textarea:hover {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
  /* box-shadow: 0 0 10px #ff6f61; */
  /* border: 1px solid #ff6f61; */
}

input:focus {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
  /* border: 1px solid #ff6f61; */
}

input:hover {
  outline: none !important;
  border: 1px solid #ff6f61 !important;
  box-shadow: none !important;
  /* border: 1px solid #ff6f61; */
}

.container2 .is-multiline {
  display: grid;
  margin-top: 10px;
  grid-template-columns: 45% 22.5% 32.5%;
  justify-content: space-between;
  align-items: center;
}

/* @media only screen and (max-width: 768px) {
    .cart-product-tab {
      padding: 5px;
    }
  } */