/*
Theme Name: 
Theme URI: https://printinglife77.webflow.io/
*/

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */
.me-section {
    position: relative;
    z-index: 1;
  width: 100%;
  margin-bottom: 0px;
  padding: 70px 1% 90px;
}

.me-section.me-form-2 {
  padding-top: 90px;
  background-color: #f4f5f9;
}

.me-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.me-col-3 {
  width: 24%;
  height: 250px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.me-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.me-heading {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 55px;
  font-family: Circe, sans-serif;
  font-size: 44px;
  font-weight: 800;
  text-transform: uppercase;
}

.me-heading.me-red-dot {
  color: #fe2e46;
}

.me-card-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fe2e46;
  color: #fff;
}

.me-card-product.me-bg-product {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 46, 70, 0.9)), to(rgba(254, 46, 70, 0.9))), url("../images/5e7190bfea4a1daa3c5e65c7_IMG_4084.jpg");
  background-image: linear-gradient(180deg, rgba(254, 46, 70, 0.9), rgba(254, 46, 70, 0.9)), url("../images/5e7190bfea4a1daa3c5e65c7_IMG_4084.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.me-header-price-block {
  margin-bottom: 5px;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.me-price_text {
  font-family: Circe, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.me-link-block {
  width: 100%;
  text-decoration: none;
}

.me-col-6_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 250px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.me-imane_action_card {
  width: 33%;
  background-image: url("../images/5e7195112092a96ae2b279ba_00111.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.me-card-product-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fe2e46;
  color: #fff;
}

.me-content-action-bl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.me-header-action-max {
  font-family: Circe, sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
}

.me-header-action-max.me-form111 {
  text-transform: uppercase;
}

.me-header-action-min {
  font-family: Circe, sans-serif;
}

.me-button-new {
        display: inline-block;
    padding: 9px 15px;
  border: 3px solid #fff;
  background-color: transparent;
  font-family: Circe, sans-serif
  transition: .3s;
  text-decoration: none;
  color: #fff;
}

.right {
    position: absolute;
    right: 0;
    z-index: 9;
}
.left {
    position: absolute;
    left: 0;
    z-index: 9;
}

.me-button-new:hover {
  background-color: #fff;
  color: #fe2e46;
}

.me-form-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 250px;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fe2e46;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 46, 70, 0.9)), to(rgba(254, 46, 70, 0.9))), url("../images/5e7196ca4b30822213f719bb_bgr2.jpg");
  background-image: linear-gradient(180deg, rgba(254, 46, 70, 0.9), rgba(254, 46, 70, 0.9)), url("../images/5e7196ca4b30822213f719bb_bgr2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}
.me-price_text--click {
    font-family: Circe, sans-serif;
    font-size: 14px;
	text-decoration: underline;
}
.me-form-bl1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.me-30pr {
  width: 50%;
}

.me-form-content {
  margin-top: 5px;
  font-family: Circe, sans-serif;
}

.me-form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.me-form-3.me-callback-frm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.me-text-field {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  height: 44px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 35px;
  background-image: url("../images/5e71999c8892262e06a07a1d_591ab5b82384934d3c4f6667_icon_phone.png");
  background-position: 3% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.me-text-field.me-2t54eer {
  margin-right: 0px;
  margin-bottom: 20px;
}

.me-70pr {
  width: 70%;
}

.me-70pr.me-form-clb {
  margin-bottom: 20px;
}

.me-form-block {
  margin-bottom: 0px;
}

.me-call-back {
  position: fixed;
  z-index: 9;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background-color: #fe2e46;
  background-image: url("../images/5e71999c8892262e06a07a1d_591ab5b82384934d3c4f6667_icon_phone.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.me-form-all {
  position: fixed;
  z-index: 9;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(65, 73, 108, 0.96);
}

.me-close {
  position: fixed;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 40px;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  background-color: #fe2e46;
  background-image: url("../images/5e719db7ed23acc9caaf928b_591ab5b82384934d3c4f6684_icon_closeMenu.png");
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -o-object-fit: fill;
  object-fit: fill;
}

.me-form-card-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fe2e46;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url("../images/5e7196ca4b30822213f719bb_bgr2.jpg");
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url("../images/5e7196ca4b30822213f719bb_bgr2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #333;
  text-align: center;
}

.me-button-new-2 {
  border: 3px solid #41496c;
  background-color: transparent;
  font-family: Circe, sans-serif;
  color: #41496c;
  display: inline-block;
  padding: 9px 15px;
  cursor: pointer;
  transition: .3s;
}

.me-button-new-2:hover {
  border-color: #fe2e46;
  background-color: transparent;
  color: #fe2e46;
}

@media screen and (max-width: 991px) {
  .me-col-3 {
    width: 49%;
  }
  .me-col-6_1 {
    width: 100%;
  }
  .me-header-action-max.me-form111 {
    text-align: center;
  }
  .me-form-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .me-form-content {
    text-align: center;
  }
  .me-70pr {
    margin-bottom: 20px;
  }
  .me-form-card-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .me-30pr {
    width: 80%;
  }
  .me-70pr {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .me-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .me-price_text--click {
    border-bottom: 1px dotted #fff;
}
.me-price_text {
    margin-bottom: 30px;
}
  .me-section.me-form-2 {
    padding-top: 30px;
  }
  .me-col-3 {
    width: 100%;
  }
  .me-heading {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .me-imane_action_card {
    display: none;
  }
  .me-header-action-max {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .me-30pr {
    width: 100%;
  }
  .me-form-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .me-text-field {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .me-70pr {
    width: 100%;
  }
  .me-call-back {
    right: 10px;
    bottom: 10px;
    box-shadow: 0 3px 12px 3px hsla(0, 0%, 100%, 0.1);
  }
  .me-form-all {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .me-close {
    right: 10px;
    bottom: 10px;
  }
  .me-header-12e3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/5e71a73d8892267255a0c92c_Circe-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/5e71a73b4b30826029f78c56_Circe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Circe';
  src: url('../fonts/5e71a73b4626f1dac1eed0dd_Circe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}