/* CSS Document */

/*
body{
	height: 5000px
}
*/

/* line 10, resources/assets/styles/old/services.scss */

.service-page {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
}

/* line 17, resources/assets/styles/old/services.scss */

.service-page .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url(/wp-content/themes/marketacross_wp_theme/dist/images/paper_fibers.png);
  background-repeat: repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

/*
.service-page .hero div{
	border: 1px solid black;
	box-sizing: border-box;
}
*/

/* line 32, resources/assets/styles/old/services.scss */

.hero .top-wrap {
  max-width: 1400px;
  margin: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 39, resources/assets/styles/old/services.scss */

.service-page .top-right {
  min-width: 450px;
  height: 400px;
  background-image: url(/wp-content/themes/marketacross_wp_theme/dist/images/3d-paper-cubes.jpg);
  background-size: 190%;
  background-position: -180px -150px;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}

/* line 49, resources/assets/styles/old/services.scss */

.service-page .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  background-color: var(--client-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 58, resources/assets/styles/old/services.scss */

.index {
  padding: 200px 0 0 0;
  top: calc(500px + var(--mh));
  -webkit-transform: translateX(-200%);
       -o-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  max-width: 300px;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10;
}

/* line 74, resources/assets/styles/old/services.scss */

.stick {
  position: fixed !important;
  top: 0 !important;
}

/* line 79, resources/assets/styles/old/services.scss */

#rightSidebarServices {
  padding-bottom: 180px;
}

/* line 83, resources/assets/styles/old/services.scss */

.content {
  -webkit-transform: translateX(200px);
       -o-transform: translateX(200px);
          transform: translateX(200px);
  position: relative;
  z-index: 100;
  width: 740px;
}

/* line 90, resources/assets/styles/old/services.scss */

.services-stick-wrapper {
  padding-bottom: 100px;
}

/* line 94, resources/assets/styles/old/services.scss */

.content-details {
  padding-bottom: 10px;
  padding-top: 50px;
}

/* line 99, resources/assets/styles/old/services.scss */

.content h2 {
  margin-top: 110px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  width: 100%;
}

/* line 106, resources/assets/styles/old/services.scss */

.content p {
  line-height: 170%;
  border-left: 1px solid var(--color1);
  padding: 20px 0 20px 30px;
  font-size: 16px;
}

/* line 113, resources/assets/styles/old/services.scss */

.index a {
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  padding: 12px 0;
  margin: 8px 0;
  text-decoration: unset;
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
}

/* line 123, resources/assets/styles/old/services.scss */

.index a:link,
.index a:visited {
  font-size: 16px;
  color: black;
}

/* line 129, resources/assets/styles/old/services.scss */

.index a:hover,
.index a:active {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  font-weight: 300;
  margin: 13px 0;
}

/*
:target{
    background-color: var(--color1);
    margin: 0 0 0 -20px;
    padding-left: 20px;
}
*/

/* line 144, resources/assets/styles/old/services.scss */

.services-stick-wrapper .active {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  font-weight: 300;
  padding: 12px 12px !important;
  margin: 13px -12px !important;
  background-color: #ededed;
}

@media screen and (max-width: 1270px) {
  /* line 153, resources/assets/styles/old/services.scss */

  .index {
    padding: 200px 0 0 60px;
    left: 0;
    max-width: 200px;
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }

  /* line 160, resources/assets/styles/old/services.scss */

  .index a {
    font-size: 12px !important;
    padding: 8px 0;
    margin: 6px 0;
  }

  /* line 166, resources/assets/styles/old/services.scss */

  .content {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 100px 0 260px;
  }
}

/* line 175, resources/assets/styles/old/services.scss */

.service-page .top-left p {
  font-size: 21px;
  margin-right: 10%;
}

/* line 180, resources/assets/styles/old/services.scss */

.service-page .bottom-bar p {
  font-size: 21px;
  font-weight: 300;
  padding-right: 30px;
}

@media screen and (max-width: 600px) {
  /* line 187, resources/assets/styles/old/services.scss */

  .hero .top-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0;
  }

  /* line 194, resources/assets/styles/old/services.scss */

  .service-page .top-left {
    width: 86%;
  }

  /* line 198, resources/assets/styles/old/services.scss */

  .index {
    display: none;
  }

  /* line 202, resources/assets/styles/old/services.scss */

  .content {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 0 6%;
  }

  /* line 210, resources/assets/styles/old/services.scss */

  .content h2 {
    padding-top: 100px;
  }

  /* line 214, resources/assets/styles/old/services.scss */

  .service-page .top-right {
    min-width: unset;
    width: 100%;
    height: 400px;
    background-image: url(/wp-content/themes/marketacross_wp_theme/dist/images/3d-paper-cubes.jpg);
    background-size: 510px;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
  }

  /* line 225, resources/assets/styles/old/services.scss */

  .service-page .top-left p {
    margin: 0 0 60px 0;
  }

  /* line 229, resources/assets/styles/old/services.scss */

  .service-page .bottom-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 7% 30px;
    height: unset;
    text-align: center;
  }

  /* line 237, resources/assets/styles/old/services.scss */

  .service-page .bottom-bar p {
    padding-right: unset;
  }
}

/* line 242, resources/assets/styles/old/services.scss */

.services-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
}

/* line 250, resources/assets/styles/old/services.scss */

.services-top-wrapper .services-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 253, resources/assets/styles/old/services.scss */

.services-top-wrapper .services-top-inner.image {
  width: 135px;
}

/* line 256, resources/assets/styles/old/services.scss */

.services-top-wrapper .services-top-inner.image img {
  width: 100%;
}

/* line 263, resources/assets/styles/old/services.scss */

.services-top-wrapper .text {
  font-size: 28px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Martel", sans-serif;
}

/* line 269, resources/assets/styles/old/services.scss */

.services-top-wrapper .text span {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 275, resources/assets/styles/old/services.scss */

.services-top-wrapper .text a {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  /* line 281, resources/assets/styles/old/services.scss */

  #rightSidebarServices {
    padding: 20px !important;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 286, resources/assets/styles/old/services.scss */

  #rightSidebarServices .content-details {
    padding-top: 10px;
  }

  /* line 290, resources/assets/styles/old/services.scss */

  #rightSidebarServices h2 {
    padding: 10px;
    margin: 0;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 297, resources/assets/styles/old/services.scss */

  #rightSidebarServices.content p {
    margin-top: 0;
    padding: 5px 0;
    padding-left: 15px;
  }
}

@media (max-width: 1680px) {
  /* line 306, resources/assets/styles/old/services.scss */

  .services-top-wrapper .text {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  /* line 312, resources/assets/styles/old/services.scss */

  .services-top-wrapper .text {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  /* line 318, resources/assets/styles/old/services.scss */

  .services-stick-wrapper {
    padding-bottom: 30px;
  }

  /* line 321, resources/assets/styles/old/services.scss */

  .services-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 324, resources/assets/styles/old/services.scss */

  .services-top-wrapper .image {
    margin-bottom: 20px;
  }

  /* line 328, resources/assets/styles/old/services.scss */

  .services-top-wrapper .text {
    font-size: 16px;
  }
}

/* line 334, resources/assets/styles/old/services.scss */

.designrush-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

/* line 339, resources/assets/styles/old/services.scss */

.smart-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  /* line 348, resources/assets/styles/old/services.scss */

  .smart-container {
    width: 1170px;
  }
}

@media (min-width: 992px) {
  /* line 354, resources/assets/styles/old/services.scss */

  .smart-container {
    width: 970px;
  }
}

@media (min-width: 768px) {
  /* line 360, resources/assets/styles/old/services.scss */

  .smart-container {
    width: 750px;
  }
}

@media (min-width: 1680px) {
  /* line 366, resources/assets/styles/old/services.scss */

  .smart-container {
    width: 1420px !important;
  }
}

/* line 1, resources/assets/styles/old/contact.scss */

.google-info {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 140%;
  font-weight: 100;
  color: #6e6e6e;
}

/* line 10, resources/assets/styles/old/contact.scss */

.google-info a {
  color: black;
}

/* line 14, resources/assets/styles/old/contact.scss */

.grecaptcha-badge {
  visibility: hidden;
}

/* line 18, resources/assets/styles/old/contact.scss */

.contact {
  width: 100%;
  background: var(--color1) -webkit-linear-gradient(290deg, var(--color1) 30%, var(--color2) 60%);
  background: var(--color1) -o-linear-gradient(290deg, var(--color1) 30%, var(--color2) 60%);
  background: var(--color1) linear-gradient(160deg, var(--color1) 30%, var(--color2) 60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 30, resources/assets/styles/old/contact.scss */

.contact .h2-title {
  width: 100%;
  font-size: 48px;
  margin: 0;
  text-align: center;
}

/* line 37, resources/assets/styles/old/contact.scss */

.contact h3 {
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 30px 0 0;
}

/* line 46, resources/assets/styles/old/contact.scss */

.contact-form {
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0;
}

/* line 54, resources/assets/styles/old/contact.scss */

.contact-form .inv-recaptcha-holder {
  height: 1px;
}

/* line 58, resources/assets/styles/old/contact.scss */

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing {
  border: none;
  background-color: #ff3131;
  color: white;
  display: inline-block !important;
  width: inherit !important;
  padding: 10px 20px;
  font-weight: 800;
}

/* line 69, resources/assets/styles/old/contact.scss */

.contact-form div.wpcf7-mail-sent-ok {
  background-color: #238e00;
  color: white !important;
}

/* line 74, resources/assets/styles/old/contact.scss */

.contact-form form {
  text-align: center;
}

/* line 78, resources/assets/styles/old/contact.scss */

.contact-form div:not(.btn-font) {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

/* line 84, resources/assets/styles/old/contact.scss */

.contact-form input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
}

.contact-form input::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
}

.contact-form input::-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
}

.contact-form input::placeholder {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: black;
}

/* line 90, resources/assets/styles/old/contact.scss */

.contact-form input:focus::-webkit-input-placeholder {
  opacity: 0.25;
}

.contact-form input:focus::-moz-placeholder {
  opacity: 0.25;
}

.contact-form input:focus::-ms-input-placeholder {
  opacity: 0.25;
}

.contact-form input:focus::placeholder {
  opacity: 0.25;
}

/* line 94, resources/assets/styles/old/contact.scss */

.contact-form div label {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 102, resources/assets/styles/old/contact.scss */

.contact-form input:focus ~ label,
.contact-form input:not(:placeholder-shown) ~ label {
  font-size: 12px !important;
  font-weight: 400 !important;
  top: -20px !important;
  color: black !important;
}

/* line 110, resources/assets/styles/old/contact.scss */

.contact-form input:invalid ~ label {
  font-size: 12px;
  font-weight: 400;
  top: -20px;
  color: red;
}

/* line 117, resources/assets/styles/old/contact.scss */

.contact-form input:placeholder-shown ~ label {
  font-family: "Ubuntu", sans-serif;
  font-size: 21px;
  font-weight: 300;
  padding: 8px 0;
  top: 0;
  color: #00000090;
}

/* line 126, resources/assets/styles/old/contact.scss */

.contact-form .active > label {
  font-size: 12px !important;
  font-weight: 400 !important;
  top: -20px !important;
  color: black !important;
}

/* line 133, resources/assets/styles/old/contact.scss */

.contact-form .wpcf7-form-control-wrap {
  position: initial;
}

/* line 137, resources/assets/styles/old/contact.scss */

.contact-form .wpcf7-form label.error {
  top: initial;
  bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

/* line 144, resources/assets/styles/old/contact.scss */

.contact-form .wpcf7-not-valid-tip {
  display: none;
}

/* line 148, resources/assets/styles/old/contact.scss */

.wpcf7-form-control-wrap.recaptcha > span.wpcf7-not-valid-tip {
  width: 100%;
  text-align: left;
  font-size: 12px !important;
  color: red !important;
  font-family: Ubuntu, sans-serif;
}

/* line 156, resources/assets/styles/old/contact.scss */

.contact-form input,
.contact-form .tell-more {
  margin-bottom: 30px;
}

/* line 160, resources/assets/styles/old/contact.scss */

.tell-more {
  width: 100%;
  resize: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid black;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  margin-bottom: 40px;
  height: 137px;
  margin-top: 44px;
}

/* line 176, resources/assets/styles/old/contact.scss */

button {
  all: unset;
}

/* line 180, resources/assets/styles/old/contact.scss */

.confirm::before {
  -webkit-transform: translateY(100%) rotateX(90deg);
          transform: translateY(100%) rotateX(90deg);
}

/* line 184, resources/assets/styles/old/contact.scss */

.confirm::after {
  -webkit-transform: translateY(0) rotateX(0deg);
          transform: translateY(0) rotateX(0deg);
  background-color: transparent !important;
}

/* line 189, resources/assets/styles/old/contact.scss */

.sent::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MDAgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MDAgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo4MDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjgxLjksMjU1LjkgMjUxLjgsNDYyLjUgNTE4LjEsNDkuMyAiLz4NCjwvc3ZnPg0K);
  background-size: 1.5em !important;
}

/* line 194, resources/assets/styles/old/contact.scss */

.not-sent::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MDAgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MDAgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZGlzcGxheTpub25lO2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6ODA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDAwMDtzdHJva2Utd2lkdGg6ODA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI4MS45LDI1NS45IDI1MS44LDQ2Mi41IDUxOC4xLDQ5LjMgIi8+DQo8bGluZSBjbGFzcz0ic3QxIiB4MT0iOTguOCIgeTE9IjU0LjgiIHgyPSI1MDEuMiIgeTI9IjQ1Ny4yIi8+DQo8bGluZSBjbGFzcz0ic3QxIiB4MT0iNTAxLjIiIHkxPSI1NC44IiB4Mj0iOTguOCIgeTI9IjQ1Ny4yIi8+DQo8L3N2Zz4NCg==);
  background-size: 1.5em !important;
}

/* line 199, resources/assets/styles/old/contact.scss */

.form-btn-wrap {
  --padding: 16px 24px;
  position: relative;
  display: inline-block;
}

/* line 206, resources/assets/styles/old/contact.scss */

.contact-form-btn-wrap p {
  margin: 0 !important;
}

/* line 210, resources/assets/styles/old/contact.scss */

.form-btn-wrap::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  width: 0;
  height: 100%;
  -webkit-transition: 2.5s ease;
  -o-transition: 2.5s ease;
  transition: 2.5s ease;
}

/* line 219, resources/assets/styles/old/contact.scss */

.loading {
  -webkit-transform: scale3d(0.95, 0.95, 0.95);
          transform: scale3d(0.95, 0.95, 0.95);
  -webkit-box-shadow: 0 1px 2px 0 #0000005c;
          box-shadow: 0 1px 2px 0 #0000005c;
  background-color: var(--color1);
}

/* line 225, resources/assets/styles/old/contact.scss */

.loading::before {
  width: 100%;
}

/* line 229, resources/assets/styles/old/contact.scss */

.contact .btn {
  border: none;
}

/* line 233, resources/assets/styles/old/contact.scss */

.form-btn-wrap .btn,
.form-btn-wrap .btn::before,
.form-btn-wrap .btn::after {
  width: 180px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 241, resources/assets/styles/old/contact.scss */

.form-btn-wrap .btn {
  width: 180px;
  text-align: center;
}

/* line 246, resources/assets/styles/old/contact.scss */

.more-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

/* line 253, resources/assets/styles/old/contact.scss */

.more-btn-wrap {
  --padding: 10px 16px 10px 38px;
  text-transform: none;
  font-size: 12px;
  margin: 0 5px;
  font-weight: 400;
  -webkit-box-shadow: 0 3px 5px 0 #00000026;
          box-shadow: 0 3px 5px 0 #00000026;
}

/* line 263, resources/assets/styles/old/contact.scss */

.more-contact p {
  width: 100%;
  text-align: center;
  margin: 0 0 16px;
}

/* line 269, resources/assets/styles/old/contact.scss */

.contact-form form > p {
  width: 100%;
  position: relative;
}

/* line 274, resources/assets/styles/old/contact.scss */

.black::before {
  background-color: black;
  color: var(--color1);
}

/* line 279, resources/assets/styles/old/contact.scss */

.black::after {
  background-color: var(--color1);
  color: black;
}

/* line 284, resources/assets/styles/old/contact.scss */

.white::before {
  background-color: white;
  color: black;
}

/* line 289, resources/assets/styles/old/contact.scss */

.white::after {
  background-color: var(--color1);
  color: black;
}

/* line 294, resources/assets/styles/old/contact.scss */

.btn-icon::before,
.btn-icon::after {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 12px center;
}

/* line 301, resources/assets/styles/old/contact.scss */

.phone::before,
.phone::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNTEyIj48dGl0bGU+aWNvbi1waG9uZTwvdGl0bGU+PHBhdGggZD0iTTUzNy40LDI0LjYsNDMzLjQuNmEyNC4xNiwyNC4xNiwwLDAsMC0yNy41LDEzLjlsLTQ4LDExMmEyMy45NCwyMy45NCwwLDAsMCw2LjksMjhsNjAuNiw0OS42QTM3MC42MSwzNzAuNjEsMCwwLDEsMjQ4LjIsMzgxLjNsLTQ5LjYtNjAuNmEyNCwyNCwwLDAsMC0yOC02LjlsLTExMiw0OGEyNC4yOSwyNC4yOSwwLDAsMC0xNCwyNy42bDI0LDEwNEEyNCwyNCwwLDAsMCw5Miw1MTJjMjU2LjEsMCw0NjQtMjA3LjUsNDY0LTQ2NEEyNCwyNCwwLDAsMCw1MzcuNCwyNC42WiIvPjwvc3ZnPg==);
}

/* line 306, resources/assets/styles/old/contact.scss */

.envelop::before,
.envelop::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDAgNTEyIj48dGl0bGU+aWNvbi1lbnZlbG9wPC90aXRsZT48cGF0aCBkPSJNMzUxLjU4LDMzNC43MmE3NCw3NCwwLDAsMS04OS4wNywwTDAsMTM1Ljc2VjQ3Nkg2MDBWMTQ2LjI4WiIvPjxwYXRoIGQ9Ik0yOTIuNzEsMjk0Ljg5YTIzLjc5LDIzLjc5LDAsMCwwLDI4LjY1LDBMNjAwLDgzLjUyVjM2SDBWNzNaIi8+PC9zdmc+);
}


/*# sourceMappingURL=services.css.map*/