/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v2.0.0
* Docs at http://ramseyinhouse.github.io/scut
*/
.sn_form_contacts {
  position: relative;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
.sn_form_contacts__in {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #FEFDFC;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (min-width: 62em) {
  .sn_form_contacts__in {
    padding-top: 3rem;
    padding-right: 5rem;
    padding-left: 5rem;
    padding-bottom: 2.5rem;
  }
}
.sn_form_contacts .sn_media_bg {
  z-index: 0;
}
.sn_form_contacts .sn_media_bg__in::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/themes/cartabox/assets/images/svg/x.svg");
  background-repeat: repeat;
  background-size: 18.8125rem 21.375rem;
  mix-blend-mode: soft-light;
  background-size: 24.0625rem;
  background-position: -2.875rem -1rem;
  z-index: 2;
}
.sn_form_contacts .sn_media_bg__in::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}