/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
/* Regular */
/* Poppins - Full Local Setup */

/* THIN (100) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
} */

/* EXTRA LIGHT (200) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
} */

/* LIGHT (300) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
} */

/* REGULAR (400) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
} */

/* MEDIUM (500) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
} */

/* SEMI BOLD (600) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
} */

/* BOLD (700) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
} */

/* EXTRA BOLD (800) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
} */

/* BLACK (900) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
} */
.page-template-template-strona-glowna .ast-container {
  max-width: 100%;
  padding: 0 !important;
}
.page-template-template-strona-glowna
  .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  margin: 0 auto;
  max-width: 1240px !important;
  padding: 0 !important;
}
.sticky_right_one {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  justify-content: left;
  position: absolute;
  right: -85px;
  top: 373px;
  width: 313px;
}
@media only screen and (max-width: 768px) {
  .sticky_right_one {
    display: none;
  }
}
.sticky_right_one b {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-left: 28px;
  margin-right: 9px;
}
.sticky_right_one b,
.sticky_right_one span {
  color: #000;
  font-family: Poppins;
  font-style: normal;
}
.sticky_right_one span {
  font-size: 10px;
  font-weight: 400;
}
.sticky_right_one_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sticky_right_one_content,
.sticky_right_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky_right_two {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  height: 74px;
  position: absolute;
  right: -85px;
  text-decoration: none;
  top: 463px;
  width: 313px;
}
@media only screen and (max-width: 768px) {
  .sticky_right_two {
    display: none;
  }
}
.sticky_right_two svg {
  margin-left: 33px;
  margin-right: 9px;
}
.sticky_right_two_content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.modal-content {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  padding: 34px 72px 34px 43px;
}
.modal-content,
.modal-content .modal-title {
  font-family: Poppins;
  font-style: normal;
  line-height: 20px;
}
.modal-content .modal-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
}
.modal-content .modal-title svg {
  margin-right: 15px;
}
.modal-content .btn.orange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  line-height: 14px;
  margin-top: 21px;
  padding: 16px 32px;
  text-align: center;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.modal-content .btn-close {
  position: absolute;
  right: 21px;
  top: 24px;
}
.modal-dialog-centered {
  min-width: 601px;
}
.btn.orange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  justify-content: center;
  padding: 12px 20px 15px;
  text-decoration: none;
}
.btn.orange:focus,
.btn.orange:hover {
  background-color: #d12026 !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn.orange svg {
  margin-right: 10px;
}
.btn.white {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #fff;
  border-radius: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  justify-content: center;
  padding: 12px 20px 15px;
  text-decoration: none;
}
.btn.white:focus,
.btn.white:hover {
  background-color: #000 !important;
  border-color: transparent !important;
  color: #fff !important;
}
.btn.white svg {
  margin-right: 11px;
}
.btn.white b {
  color: #d12026;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.section_home_header {
  background-position: 100%;
  background-repeat: no-repeat;
  height: 528px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_header {
    background-position: 34% 0;
    background-size: auto 440px;
    height: auto;
  }
}
.section_home_header .icon_mobile {
  position: absolute;
}
.section_home_header:before {
  background: linear-gradient(
    276deg,
    hsla(0, 0%, 100%, 0) 28.1%,
    #ebebeb 39.74%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_home_header:before {
    background: linear-gradient(
      276deg,
      hsla(0, 0%, 100%, 0) 28.1%,
      #ebebeb 64.74%
    );
  }
  .section_home_header .col-md-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_home_header__title {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 13px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_header__title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
    max-width: 250px;
  }
}
.section_home_header__title b,
.section_home_header__title strong {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .section_home_header__title b,
  .section_home_header__title strong {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}
.section_home_header__description {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 36px;
  max-width: 552px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_header__description {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
    max-width: 262px;
  }
}
.section_home_header__description strong {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
}
@media only screen and (max-width: 768px) {
  .section_home_header__description strong {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.section_home_header_boxes {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 43px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    display: grid;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    order: 2;
    order: 3;
  }
}
.section_home_header_boxes_box {
  margin-right: 44px;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes_box {
    margin-right: 0;
  }
}
.section_home_header_boxes_box:last-child {
  width: 205px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes_box:last-child {
    width: auto;
  }
}
.section_home_header_boxes_box__small {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 0.3;
}
.section_home_header_boxes_box__small,
.section_home_header_boxes_box__title {
  color: #000;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.section_home_header_boxes_box__title {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes_box__title {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
}
.section_home_header_boxes_box__title b,
.section_home_header_boxes_box__title strong {
  color: #d12026;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.section_home_header_boxes__buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    order: 1;
  }
}
.section_home_header_boxes__buttons a {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_boxes__buttons a {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.section_home_header_map {
  position: relative;
  z-index: 5;
}
.section_home_header_map__image {
  left: 32px;
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_map__image {
    left: auto;
    top: auto;
  }
  .section_home_header_map__image img {
    display: block;
    height: 225px;
    margin: 0 auto;
    width: auto;
  }
}
.section_home_header_map_content {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px 0 hsla(0, 0%, 76%, 0.25);
  box-shadow: 0 4px 30px 0 hsla(0, 0%, 76%, 0.25);
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 276px;
  padding: 70px 20px 20px;
  width: 318px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_map_content {
    margin-top: 12px;
    min-height: auto;
    padding: 15px;
    width: 100%;
  }
}
.section_home_header_map_content__title {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .section_home_header_map_content__title {
    padding-left: 61px;
  }
  .section_home_header_map_content__description {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.section_home_header_map .btn.orange {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  height: 46px;
  line-height: 14px;
  margin-top: 14px;
  padding: 16px 48px;
  text-align: center;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section_home_header_information {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: none;
  order: 2;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .section_home_header_information {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 50px;
  }
}
.section_home_header_information_box {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 8px 10px;
}
.section_home_header_information_box_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section_home_header_information_box_top span {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
}
.section_home_header_information_box_top b {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-right: 7px;
}
.section_home_header .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn.orange {
  background: #f80;
  border-radius: 100px;
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}
.btn.orange .btn_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn.orange .btn_column span:first-child {
  color: #fff;
  font-size: 13px;
}
.btn.orange .btn_column span:first-child,
.btn.white {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.btn.white {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
.btn.white .btn_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.btn.white .btn_column span:last-child,
.btn.white b,
.btn.white strong {
  color: #d12026;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}
.section_home_seo {
  background-color: #fff;
  padding-bottom: 57px;
  padding-top: 111px;
}
@media only screen and (max-width: 768px) {
  .section_home_seo {
    padding: 27px 0 32px;
  }
}
.section_home_seo__title {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .section_home_seo__title {
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
  }
}
.section_home_seo__description {
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .section_home_seo__description {
    color: #4d4d4d;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.section_home_seo__description.collapsed {
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .section_home_seo__description.collapsed {
    max-height: 80px;
  }
}
.section_home_seo__description.expanded {
  max-height: none;
}
.section_home_seo .read-more-toggle {
  -webkit-text-decoration-skip: ink;
  color: #d12026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-skip-ink: auto;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section_home_seo_icon_box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_home_seo_icon_box__image {
  margin-bottom: 16px;
}
.section_home_seo_icon_box__image img {
  height: 57px;
  width: 57px;
}
.section_home_seo_icon_box__title {
  color: #d12026;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.section_home_seo_icon_box__description {
  color: #2b161b;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section_home_seo .grid_3 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 27px;
}
.section_home_seo .only-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section_home_seo .only-mobile {
    display: grid;
  }
}
.section_home_reviews {
  background-color: #f7f7f7;
  padding: 70px 0 60px;
}
@media only screen and (max-width: 768px) {
  .section_home_reviews {
    padding: 32px 0 41px;
  }
}
.section_home_reviews__title {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 83px;
}
@media only screen and (max-width: 768px) {
  .section_home_reviews__title {
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 34px;
  }
}
.section_home_reviews
  .ti-widget.ti-goog
  .ti-load-more-reviews-container
  .ti-load-more-reviews-button,
.section_home_reviews .ti-widget.ti-goog .ti-review-item > .ti-inner {
  background-color: transparent !important;
}
.section_home_reviews__text {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}
@media only screen and (max-width: 768px) {
  .section_home_reviews__text {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.section_home_reviews .btn.orange {
  color: #fff;
  font-family: Poppins;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 800;
  line-height: 14px;
  padding: 16px 33px;
  text-align: center;
  text-transform: uppercase;
}
.section_home_reviews .col-md-12.end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .section_home_reviews .col-md-12.end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.section_home_reviews .col-md-12.end a {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .section_home_reviews .col-md-12.end a {
    margin-left: 0;
  }
  .section_home_reviews .ti-stars.star-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .section_home_reviews .ti-rating-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section_home_reviews .ti-logo-fb {
    margin: 0 !important;
  }
  .section_home_reviews .ti-footer.ti-footer-grid.source-Google {
    margin-top: 0 !important;
  }
  .section_home_reviews .ti-widget.ti-goog .ti-large-logo img {
    margin: 0 !important;
    max-width: 120px !important;
  }
}
.section_home_brands {
  background-color: #fff;
  padding: 72px 0 121px;
}
@media only screen and (max-width: 768px) {
  .section_home_brands {
    padding: 43px 0;
  }
}
.section_home_brands__title {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .section_home_brands__title {
    color: #000;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
    text-align: center;
    text-align: left;
  }
}
.section_home_brands .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.section_home_brands .swiper-slide,
.section_home_brands .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section_home_brands_slider_box__image img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .section_home_brands_slider_box__image img {
    max-width: 97px;
  }
}
.section_home_brands_navigation {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .section_home_brands_navigation {
    display: none;
  }
}
.section_home_brands_navigation button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.section_home_brands_navigation button svg {
  display: block;
  height: 42px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 41px;
}
.section_home_brands_navigation button svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.section_home_brands_navigation button:hover svg path {
  fill: #d12026;
}
.section_home_banner {
  padding: 64px 0 184px;
}
@media only screen and (max-width: 768px) {
  .section_home_banner {
    background-color: #303030;
    background-image: none !important;
    padding: 32px 0 37px;
  }
}
.section_home_banner__title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 19px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section_home_banner__title {
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 9px;
    max-width: 210px;
    text-align: left;
  }
}
.section_home_banner__description {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 24px;
  margin: 0 auto 19px;
  max-width: 530px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section_home_banner__description {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.28px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.section_home_banner__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section_home_banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_home_form {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .section_home_form .col-md-8 {
    padding: 0;
  }
}
.section_home_form_box {
  background: #d12026;
  border-radius: 16px;
  max-width: 780px;
  padding: 68px 100px 89px;
  position: relative;
  top: -108px;
}
@media only screen and (max-width: 768px) {
  .section_home_form_box {
    border-radius: 0;
    margin-bottom: 35px;
    padding: 37px 20px 44px;
    top: 0;
  }
}
.section_home_form_box_top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  position: relative;
}
.section_home_form_box_top img {
  margin-right: 25px;
}
.section_home_form_box__image,
.section_home_form_box__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.section_home_form_box__title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.2px;
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  .section_home_form_box__title {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-left: 13px;
  }
}
.section_home_form_box__description {
  color: #fff;
  display: inline-block;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
@media only screen and (max-width: 768px) {
  .section_home_form_box__description {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 15px;
  }
}
.section_home_form_box__phone_number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: inline-block;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 25.6px;
  text-decoration: none;
}
.section_home_form_box__phone_number svg {
  margin-right: 8px;
}
.section_home_form_icon_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 90px;
  max-width: 200px;
}
.section_home_form_icon_box:first-child {
  margin-top: 90px;
}
.section_home_form_icon_box img {
  margin-bottom: 16px;
}
.section_home_form_icon_box__title {
  color: #d12026;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
  text-align: center;
}
.section_home_form_icon_box__description {
  color: #2b161b;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}
.section_home_form .wpforms-container .wpforms-submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .section_home_form .offset-md-1.col-md-3 {
    display: none;
  }
}
.section_home_boxes {
  background-color: #fff;
  position: relative;
}
.section_home_boxes__title {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes__title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: center;
    text-align: left;
  }
}
.section_home_boxes_box {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes_box {
    margin-bottom: 24px;
  }
}
.section_home_boxes_box a {
  text-decoration: none;
}
.section_home_boxes_box.two .section_home_boxes_box_content__title {
  color: #fff;
}
.section_home_boxes_box.two .btn-primary {
  background: #fff;
  border-color: #fff;
  border-radius: 1000px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 55px;
  line-height: 20px;
  padding: 10px 24px;
  text-transform: uppercase;
}
.section_home_boxes_box.two .btn-primary svg {
  margin-right: 11px;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes_box.two .section_home_boxes__image img {
    border-radius: 16px;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 74% 100%;
    object-position: 74% 100%;
    width: 100%;
  }
}
.section_home_boxes_box__image img {
  height: 224px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes_box__image img {
    border-radius: 16px;
    height: 224px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 74% 100%;
    object-position: 74% 100%;
    width: 100%;
  }
}
.section_home_boxes_box_content {
  left: 45px;
  position: absolute;
  top: 63px;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes_box_content {
    left: 27px;
  }
}
.section_home_boxes_box_content__title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .section_home_boxes_box_content__title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
.section_home_faq {
  background-color: #fff;
  padding-bottom: 114px;
  padding-top: 131px;
}
@media only screen and (max-width: 768px) {
  .section_home_faq {
    padding: 50px 0 57px;
  }
}
.section_home_faq__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b161b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.2px;
  margin-bottom: 63px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section_home_faq__title {
    color: #2b161b;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 33px;
  }
}
.section_home_faq__title svg {
  margin-right: 38px;
}
@media only screen and (max-width: 768px) {
  .section_home_faq__title svg {
    margin-right: 21px;
  }
}
.section_home_faq_box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin-bottom: 16px;
}
.section_home_faq_box__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8f9193;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  height: 56px;
  line-height: 14px;
  padding: 18px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .section_home_faq_box__title {
    color: #8f9193;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
  }
}
.section_home_faq_box__title:after {
  background-image: url(../img/arrow_faq.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  margin-left: auto;
  position: relative;
  top: 3px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 16px;
}
@media only screen and (max-width: 768px) {
  .section_home_faq_box__title:after {
    background-size: auto;
  }
}
.section_home_faq_box__title:hover {
  color: #d12026;
  cursor: pointer;
}
.section_home_faq_box__description {
  color: #8f9193;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  padding: 18px 25px;
}
.section_home_video {
  background-color: #fff;
}
.section_home_video iframe {
  height: 675px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_home_video iframe {
    height: 200px;
  }
}
.section_home_video .video-wrapper {
  cursor: pointer;
  position: relative;
}
.section_home_video .video-wrapper:hover {
  cursor: pointer;
}
.section_home_video .video-placeholder {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section_home_video .video-placeholder {
    height: 200px;
  }
}
.section_home_video_social_media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
.section_home_video_social_media a {
  margin-right: 22px;
  text-decoration: none;
}
.section_home_video_social_media a:hover svg path {
  fill: #d12026;
}
.section_home_video_social_media a:last-child {
  margin-right: 9px;
}
.section_home_services {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 52px 0 43px;
}
@media only screen and (max-width: 768px) {
  .section_home_services {
    padding: 32px 0 59px;
  }
  .section_home_services .col-md-4 {
    max-width: 280px;
  }
}
.section_home_services .col-md-6.last {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .section_home_services .col-md-6.last {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.section_home_services__title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 46.8px;
  margin-bottom: 43px;
  max-width: 610px;
}
@media only screen and (max-width: 768px) {
  .section_home_services__title {
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.section_home_services__title b,
.section_home_services__title strong {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
}
@media only screen and (max-width: 768px) {
  .section_home_services__title b,
  .section_home_services__title strong {
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }
}
.section_home_services_box__image {
  margin-bottom: 27px;
}
@media only screen and (max-width: 768px) {
  .section_home_services_box__image {
    margin-bottom: 16px;
  }
}
.section_home_services_box__title {
  color: #fff;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .section_home_services_box__title {
    color: #fff;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}
.section_home_services_box__description {
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}
@media only screen and (max-width: 768px) {
  .section_home_services_box__description {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    min-width: 287px;
  }
  .section_home_services .btn.orange {
    margin-bottom: 36px;
  }
}
.section_home_services .btn.orange a {
  background: #f80;
  border-radius: 100px;
  height: 55px;
  padding: 12px 20px 15px;
  text-decoration: none;
}
.section_home_services .btn.orange a svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .section_home_services .section_home_services_row {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .section_home_services .section_home_services_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 80%;
	  margin-right: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .section_home_services img {
    border-radius: 8px;
    height: 161px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 292px;
  }
}
.section_home_blog {
  background-color: #fff;
  padding-bottom: 78px;
  padding-top: 116px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog {
    padding: 48px 0 51px;
  }
}
.section_home_blog__title {
  color: #000;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.8px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog__title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 37px;
  }
}
.section_home_blog__subtitle {
  color: #0a0a0a;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog__subtitle {
    color: #0a0a0a;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.section_home_blog_box {
  display: block;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_box {
    border-left: 4px solid #d12026;
    margin-bottom: 20px;
    max-width: 286px;
    padding-left: 24px;
  }
}
.section_home_blog_box:hover a {
  color: #d12026;
}
.section_home_blog_box__image {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_box__image {
    display: none;
  }
}
.section_home_blog_box__image img {
  background: #fff;
  height: 258px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.section_home_blog_box__title a {
  color: #2b161b;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_box__title a {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
  }
}
.section_home_blog_box__button {
  color: #d12026;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_box__button {
    color: #d12026;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
  }
}
.section_home_blog_link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border-left: 4px solid #d12026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 49px;
  padding-left: 24px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_link {
    margin-bottom: 20px;
    max-width: 286px;
  }
}
.section_home_blog_link:last-child {
  margin-bottom: 76px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_link:last-child {
    margin-bottom: 37px;
  }
}
.section_home_blog_link:hover .section_home_blog_link__title {
  color: #d12026;
}
.section_home_blog_link__title {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_link__title {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    max-width: 286px;
  }
}
.section_home_blog_link__button {
  color: #d12026;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 768px) {
  .section_home_blog_link__button {
    color: #d12026;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 286px;
  }
}
.section_home_blog .btn.orange {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  line-height: 14px;
  line-height: normal;
  margin-bottom: 67px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .section_home_blog .btn.orange {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    margin-bottom: 0;
    max-width: 286px;
    order: 5;
  }
  .section_home_blog .offset-md-1.col-md-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.only-mobile {
  display: none;
}
@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
}
.page-template-template-strona-glowna .widget ul {
  padding-left: 0 !important;
}
.page-template-template-strona-glowna a {
  text-decoration: none !important;
}
.wpforms-container .wpforms-field-label {
  margin-top: 0;
}
.wpforms-field ul {
  padding-left: 0;
}
.info-bar{
	background: #838487 !important;
}




#wpisy-dodatkowe-info {
	padding-top:20px;
	display:flex;
	column-gap: 10px;
	font-size:13px;
	padding-bottom:20px;
}

@media only screen and (max-width: 600px) {
#wpisy-dodatkowe-info {
    display:block;
  }
#streszczenie {
	width:100% !important;
	margin-bottom:20px;
}
	#autor-bio {
	width:100% !important;
		margin-bottom:20px;
}
	#bibliografia {
	width:100% !important;
}
	#wpisy-dodatkowe-info li{
	margin-left:-25px !important;

}
}


#streszczenie {
	background:#b02c3c;
	color:#ffffff;
	padding:30px;
	width:50%;
}

#streszczenie h3{
	margin-top:-10px;
	color:white;
	font-size:20px;
}

#autor-bio h3{
	margin-top:-10px;

}

#bibliografia h3{
	margin-top:-10px;
	color:white;
	font-size:20px;
}

#bibliografia a{
	color:#ffffff;
}

#streszczenie a{
	color:#ffffff;
}

#autor-bio {
	background:#f0e4e4;
	color:black;
	padding:30px;
	width:100%;
}
#bibliografia {
	background:#b02c3c;
	color:#ffffff;
	padding:30px;
	width:50%;
}

.info-bar {
	background:var(--ast-global-color-0);
	color:white;
	font-size:12px;
	padding-top:5px;
	padding-bottom:4px;
}
.info-bar-mobile {
display:none;
}
.info-bar a{
	color:white;
}

#menu-item-24344 {
	background:var(--ast-global-color-0);
	margin-top:10px;
	padding-bottom:9px !important;
}
#menu-item-24344 a{
	color:white;
}
@media only screen and (max-width: 600px) {
	.info-bar {
display:none;
	}
.info-bar-mobile {
	display:block;
	background:var(--ast-global-color-0);
	color:white;
	font-size:11px;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
}
	.info-bar-mobile a{
	color:white;
}

  .menu-item-24344 {
	background:var(--ast-global-color-0);
}
.menu-item-24344 a{
	color:white !important;
}
}

div#tab-description h1 {
    font-size: 22px;
}
div#tab-description h2 {
    font-size: 22px;
}
.woocommerce-product-details__short-description h1 {
    font-size: 22px;
}
.woocommerce-product-details__short-description h2 {
    font-size: 22px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-size: 18px;
}
.woocommerce ul.products li.product .price {
    color: #a82c3c;
	  text-align: center;
}
li#menu-item-7445 a {
    color: #a82c3c;
}
li#menu-item-7445 {
    font-weight: 600;
}
.cn-close-icon {
    right: 10px;
    top: 20%;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    display: block;
		text-align: center;
}
.model-link a {
	color: #a82c3c;
}
li#menu-item-24333 a {
    color: #a82c3c;
    font-weight: 700;
}
.city a:hover {
	color: #a82c3c;
}
.city a:active {
	color: #a82c3c;
}
.city a {
	color: #a82c3c!important;
}
/* li#menu-item-26296 a {
    color: #a82c3c;
    font-weight: 700;
} */
span.kksr-muted {
    font-size: 14px;
    color: #ffffff;
}
.kk-star-ratings .kksr-muted {
    opacity: 1;
}

.floatingBar {
/* 	display: none; */
}
.widget-button-call {
  	position: fixed;
	z-index: 10;
    bottom: 20px;
    right: 20px;
		display: flex;
		justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: var(--ast-global-color-0);
    color: #fff;
    border-radius: 60px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
		font-size: 26px
}
.floatingBar {
    position: fixed;
    bottom: 20px;
    right: 0;
    left: 0;
	pointer-events:none;
/*     background-color: var(--ast-global-color-0); */
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
		justify-content: flex-end;
}
.floatingBar a {
 		color: #fff;
		font-weight: 600;
		padding: 10px;
	width:100%;
	pointer-events:all;
	
	text-align:center;
	width:fit-content;
}
@media only screen and (max-width: 768px) {
	
	.widget-button-call{
		display:none;
	}
}
.widget-button-call.number{
	width: unset;
	font-size: 20px;
	padding-inline:20px;
}

a .elementor-button-icon{
	padding-right: 8px;
}

@media (max-width: 450px ){
	#ast-mobile-header .ast-custom-button-link .ast-custom-button .elementor-button-icon{
display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	} 
	
	#ast-mobile-header .ast-custom-button-link .ast-custom-button{
		padding: 10px;
		display:flex;
	word-wrap: break-word;
        word-break: keep-all;
	}
	.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar{
		padding-left: 10px;
		padding-right: 10px;
		
	}
		#ast-mobile-header .ast-custom-button-link .ast-custom-button span:not(.elementor-button-icon){
			display:none;
	}
	.info-bar-mobile br{
		display:none;
	}
	    header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img {
        max-width: 100px;
    }
}


.post .elementor-widget-container a{
	    color: var(--ast-global-color-0);
}
.info-bar--mobile{
	display:none !important;
}
.info-bar{
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	display: flex;
}
.info-bar >*{
	z-index: 1;
	position: relative;
}
.info-bar::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	background-color: #838487 !important;
	width: 100vw;
	transform: translatex(-50%);
}
.info-bar-link{
	display:flex;
	align-items: center;
	flex-direction:row;
	width: fit-content !important;
	gap: 8px;
}
.info-bar-link--phone{
	margin-right: 70px;
	position: relative;
}
.info-bar-link--phone::after{
	content: '';
	width: 1px;
height: 18px;
	background-color: #ffffff;
	right: -35px;
	top: 50%;
	transform: translatey(-50%);
	position: absolute;
}
.info-bar-link img{
	height: 16px;
	width: 16px;
	display:block;
}

.info-bar-link--location--1{
	margin-left: auto;
	margin-right: 32px;
}
@media (max-width: 1024px){
	.info-bar:not(.info-bar--mobile) .info-bar-link--location {
		display:none;
	}
	.info-bar:not(.info-bar--mobile){
	}
	.info-bar--mobile{
		display:flex !important;
		flex-wrap: wrap;
	}
	.info-bar--mobile .info-bar-link--location--1{
		margin-left: 0;
	}
}
@media (max-width: 700px){
	.info-bar{
		justify-content:flex-start;
	}
	.info-bar--mobile{
		justify-content:flex-start;
	}
}
@media (max-width: 460px){
	.info-bar{
		flex-wrap:wrap;
	}
	.info-bar-link--phone{
	margin-right: 44px;
}
.info-bar-link--phone::after{
	right: -22px;
}
}

@media (max-width: 460px){
		.info-bar-link--phone{
	margin-right: 0;
}
.info-bar-link--phone::after{
	content: unset;
}
	.info-bar{
/* 		flex-direction:column; */
		gap:8px;
	}
	.info-bar--mobile{
		gap:4px;
	}
}
 span.btn__orange--svg{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath d='M19.0352 16.5083C17.6457 15.32 16.2356 14.6001 14.8632 15.7867L14.0438 16.5039C13.4442 17.0244 12.3294 19.4569 8.01925 14.4987C3.71 9.54677 6.27436 8.77575 6.87484 8.25965L7.69881 7.54159C9.06402 6.35231 8.54881 4.85515 7.56418 3.31402L6.96998 2.38055C5.98086 0.843003 4.90377 -0.166766 3.53497 1.02072L2.79537 1.66698C2.19041 2.10768 0.49938 3.54021 0.0891895 6.26165C-0.404476 9.52702 1.15281 13.2663 4.72067 17.3691C8.28403 21.4737 11.7729 23.5354 15.0778 23.4995C17.8243 23.4699 19.483 21.9961 20.0018 21.4603L20.7441 20.8131C22.1093 19.6265 21.2611 18.4184 19.8708 17.2273L19.0352 16.5083Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
	width: 22px;
	height: 24px;
	margin-right:10px
}

.ast-builder-menu-1 .menu-item > .menu-link{
color: #333;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 187.5% */
text-transform: uppercase;
}
.header-widget-area[data-section="sidebar-widgets-header-widget-1"] .header-widget-area-inner a{
	color: #ffffff;
}

.experience{
	color: #C0C0C0;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px;
	padding-left: 22px;
	margin-left: 2px;
	border-left: 1px solid #c0c0c0;
}

.experience span{
	display:block;
	color: #C0C0C0;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 83.333% */
}
@media (min-width: 1920px){	
	.section_home_header{
		background-position: 97%;
	}
	
.section_home_header:after {
    background: linear-gradient(96deg, hsla(0, 0%, 100%, 0) 28.1%, #ebebeb 39.74%);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

}

@media (min-width: 2080px){	
	.section_home_header{
		
		background-position: 80%;
	}
	
	
	.section_home_header:after {
    background: linear-gradient(96deg, hsla(0, 0%, 100%, 0) 28.1%, #ebebeb 39.74%);
    content: "";
    height: 100%;
    left: 45%;
    position: absolute;
    top: 0;
    width: 100%;
}
}

@media (min-width: 3080px){	
	.section_home_header{
		
		background-position: 75%;
	}
	
	
	.section_home_header:after {
    background: linear-gradient(96deg, hsla(0, 0%, 100%, 0) 28.1%, #ebebeb 39.74%);
    content: "";
    height: 100%;
    left: 39%;
    position: absolute;
    top: 0;
    width: 100%;
}
}
.ast-footer-copyright a{
		    color: #d12026;
}
.section_home_header{
	overflow-x: clip;
}

@media (min-width: 1550px) and (max-width: 1920px){
	.section_home_header{
		background-position: 112%;
	}
	.section_home_header:before{
    width: 110%;
	}
}
@media (min-width: 1200px) and (max-width: 1550px){
		.section_home_header{
		background-position: 120%;
	}
}
@media (max-width: 1330px ){
	.sticky_right_two,
	.sticky_right_one{
		display:none;
	}
}
.wpforms-required-label{
	
	color: #ffff00 !important;
}
.staryellow{
	color: #ffff00 !important;
}
label.wpforms-error{
	color: #ffff00 !important;
	font-weight: 700;
padding-top:7px;
	margin-bottom: -10px
}
@media (min-width: 700px){
	.wpforms-recaptcha-container{
		width:54% !important;
		float:left;
		margin-right: 2%;
		
	}
	.g-recaptcha > div{
		width: 100% !important; 
	}
	.wpforms-submit-container{
		float:left;
		width:44% !important;
	}
}
.floatingBar{
	display:none;
}
.floatingBar.show{
	display:flex;
}
@media (min-width: 768px) and (max-width: 1200px){
	.section_home_header_boxes{
	display:grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 0
	}
	.section_home_header_boxes__buttons{
		flex-direction:column;
		gap: 10px;
	}
	.section_home_header{
		height: unset;	
		background-size: cover;
		background-position: left;
	}
}
.wpforms-button{
		display:none !important;
	}

	.wp-form-button-call{
		display:none !important; 
	}
@media (max-width: 768px){
	.section_home_header{
		background-position: top 40%;
/* 		background-size:contain */
		background-color: #ebebeb;
	}
	.wpforms-container {
		max-height: 0;
		overflow: hidden;
		margin-bottom:0;
	}
	.wpforms-container.open {
		max-height: unset
	}
	.wpforms-button{
		display:flex !important;
		gap:20px;
		align-items:center;
		width:100%;
	}
	.wp-form-button-call.open{
		display:flex !important;
	}
	.section_home_form_box:has(.wpforms-container.open) .wpforms-button{
		display:none !important;
	}
	.section_home_header_map__image{
		display:grid;
		grid-template-columns: 80px 1fr;
		align-items:center;
		color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; 
	}
	.section_home_header_map__image img{
		
	}
	.section_home_header_map__image::before{
		content: "Działamy na terenie Warszawy i okolic"
	}
}

.read-more-toggle{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	float: none !important;
	display:block;
	width:fit-content;
}
.wpforms-submit{
	background-color:#ffffff !important;
	color: #000000;
	border-radius: 100px !important;
	color: #000;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
	min-height: 56px;
line-height: 20px; /* 87.5% */
text-transform: uppercase;
width: 100%;
}
.wpforms-submit:hover{
color: #d12026;
}
.section_home_banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}
.section_home_services_box__image img{
	aspect-ratio: 	385/302;
	object-fit: cover;
	border-radius: 8px;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1{
	display:none;
}
.section_home_faq_box__description.js-faq-content{
	line-height: 1.4;
}
@media (max-width: 700px){

	.section_home_banner__title{
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px){
	.section_home_form_box{
		border-radius: 16px !important;
		margin-top: 20px;
	}
}

@media (max-width: 380px){
	.info-bar{
		padding-left: 5px;
		padding-right: 5px;
	}
		.info-bar-link{
			gap:4px;
	}
}

@media (max-width: 544px) {
    .ast-desktop .ast-primary-header-bar.main-header-bar, .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-top: .5em;
        padding-bottom: .5em;
    }
}

@media (max-width: 992px){
	.section_home_header_map_content__title{
			min-height: 47px;
		display:flex;
		align-items:center;
		
	}
.section_home_header_map .btn.orange
	{
		width: 100%
	}
	.button-contact-max-width .elementor-button.elementor-button-link {
		padding: 20px 30px 20px 30px !important;	
}
	#block-12{
	margin-bottom:20px;
		margin-top: 16px;
}
}
@media (min-width: 992px){
	.section_home_header_boxes__buttons .btn.white,
	.section_home_banner__buttons .btn.white,
	.section_home_boxes_box_content .btn.white
	
	{
		pointer-events: none;
	}
}
.site-primary-header-wrap{
	padding-left:10px;
	padding-right:10px;
	
}
.page-template-template-landing .ast-container {
  max-width: 100%;
  padding: 0 !important;
}
/* .page-template-template-landing */
  .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  margin: 0 auto;
  max-width: 1240px !important;
  padding: 0 !important;

}
.page-template-template-landing .ast-container {
    max-width: 100%;
		background-color:#ffffff;
    padding: 0 !important;
}

.section_landing_hero{
	background-image: url('/wp-content/uploads/2025/08/landing_intro_bg.png');
		background-size: cover;
	background-position:center;
}

.section_landing_breadcrumbs .section_landing_breadcrumbs__container{
	display:flex;
	padding: 24px 0;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.section_landing_breadcrumbs p{
	margin:0;
}

.magicBreadcrumbs {
	display:flex;
	align-items:center;
	margin: 0;
	gap:15px;
	padding: 0; 
	list-style:none;
}

.magicBreadcrumbs a{
		color: #000;
font-family: Poppins;
	text-decoration:none;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;
cursor:pointer;
}
.magicBreadcrumbs a:hover{
	color: #d12026;
}

.magicBreadcrumbs li.active{
	color: #000;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 25.6px; /* 196.923% */
}
.section_landing_hero{
	padding:38px 0 55px;
	
}
.section_landing_hero__map {
	display:flex;
	flex-direction:column;
	position:relative
}
.section_landing_hero__map *{
	z-index:1;
}
.section_landing_hero__map img{
	margin: 0 16px;
	width:100%;
	max-width: 285px;
}
@media (min-width: 1200px){
.section_landing_hero__title b{
	display:block;	
}
}

.section_landing_hero__map::after{
	content: "";
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0; 
	background-color: #ffffff;
	border-radius: 16px;
background: #FFF;
box-shadow: 0 4px 30px 0 rgba(193, 193, 193, 0.25);
	width: 100%;
	height: 50%;
	max-width: calc(285px + 32px);
	z-index: 0;
}

.section_landing_hero__buttons{
	display:flex;
	gap:19px;
}
.page-template-template-landing a{
	text-decoration:none !important;
}
.section_landing_hero_text{
	margin-top:20px;
}
.section_landing_hero_text ul{
	padding:0;
	margin:20px 0;
	list-style:none;
	display:flex;
	flex-direction:column;
	gap:4px;
}
.section_landing_hero_text ul li{
	position:relative;
	padding-left:35px;
line-height: 25.6px; /* 160% */
}
.section_landing_hero_text ul li::after{
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	top:2px;
	left:0;
	background-color: #F80;
	display:block;
	border-radius:50%;
	
}
.sticky_right_two,
.sticky_right_one{
	background-color: #ffffff !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
}
.section_landing_hero__map{
	max-width:calc(285px + 32px);
}
.section_landing_hero__map span
{
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 125% */
padding-left: 16px;
padding-right: 16px;
	text-align:center;
	margin-bottom:14px;
}
.section_landing_hero__map .btn.orange{
	color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 20px; /* 100% */
text-transform: uppercase;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:32px;
}
.col:has(>.section_landing_hero_machine){
	position:relative;
}
.section_landing_hero_machine{
	position:absolute;
	top:-32px;
	left:calc(285px + 32px + 40px);
	width: 300px;
flex-shrink: 0;
aspect-ratio: 51/71;
	
}
.section_home_banner.section_home_banner--landing{
padding:	64px 0;
}
.section_landing_express{
	padding: 64px 0;
}
.section_landing_benefits{
	position:relative;
	padding: 68px 0;
	
}
.section_landing_benefits > *{
z-index: 1;
	position:relative;
}
.section_landing_benefits_background{
	position:absolute;
	inset:0;
	z-index:0 ;
}
.section_landing_benefits_background img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
}

.section_landing_benefits_titleBox{
	display:flex;
	flex-direction:column;
	
	
}
.section_landing_benefits_subtitle{
	color: #F80;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 175% */
}
.section_landing_benefits__title{
	color: #FFF;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 130% */
}
.col-12:has(.section_landing_benefits_subtitle){
	display:grid;
	grid-template-columns: repeat(12,1fr);
}
.section_landing_benefits_titleBox{
	grid-column: 1/8;
	margin-bottom: 55px;
}
.section_landing_benefits_buttons{
	grid-column: 8/13;
	display:flex;
	gap:16px;
	margin-top:38px
}
.section_landing_benefits_item{
	display:grid;
	grid-template-columns: 56px 1fr;
	gap:46px;
	align-items:center;
	color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 112.5% */
	margin-bottom: 28px;
	padding-right:70px !important;
}
.section_landing_ctaBanner{
	background: #D12026;
	padding: 24px 0;
}

.section_landing_ctaBanner__title{
	color: #FFF;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 195% */
}

.section_landing_expressCta{
	padding: 30px 0;
	
}
.section_landing_expressCta__buttons{
	display:flex;
	gap:16px;
	margin-top: 20px;
}
.section_landing_expressCta__text{
	margin: 20px 0;
	padding-right: 50px;
}
.section_landing_expressCta .row{
	align-items:center;
}
.section_landing_expressCta__title{
	color: #000;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 130% */
	padding-right: 50px;
}
.section_landing_map{
	padding:30px 0 ;
	
}
.section_landing_map_text ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.section_landing_map_text{
display:grid;
	grid-template-columns: 1fr 1fr;
}

.section_landing_express_buttons{
	display:grid;
	grid-template-columns:auto auto;
	gap:20px;
}
.section_landing_express_buttons a:first-of-type{
	margin-left:auto;
}
.section_landing_express_buttons a:last-of-type{
	background: #F9F9F9;
}
.section_landing_express_card{
	border-radius: 16px;
border: 1px solid #EDEDED;
	height:100%;
	padding: 55px 28px 55px 16px;
	display:grid;
	grid-template-columns: 1fr 280px;
	gap:40px;
}
.section_landing_express_card img{
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
.section_landing_express_card ul{
	margin: 0;
	padding: 0;
	list-style:none;
		margin-top:15px !important;
}
.section_landing_express_card ul li{
	border-bottom: 1px solid #ededed;
	display:flex;align-items:center;
	justify-content:space-between;
	padding-bottom: 8px;
	margin-bottom:8px;
	
	color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: -0.28px;
}

.section_landing_express_card ul li:last-of-type{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom:0px;
}

.section_landing_express_card_text h4{
	color: #000;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 195% */
}

.section_landing_express_row .col-12{
	margin-top: 34px !important;
}

.section_landing_express_row .col-12 .row >div{
	margin-bottom: 15px;
}
.section_landing_express_title{
	color: #000;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 130% */
}

.page-template-template-landing .btn.orange+a{
	background: #F9F9F9;
	pointer-events: all;
}
div:has(>.section_landing_coffee_box){
	margin-top:45px;
}
.section_landing_coffee_box{
border:1px solid #EDEDED;
	border-radius: 16px;
padding:28px 24px;
	height:100%;
position:relative;
/* 	margin-top: 45px; */
	display:flex;
	flex-direction: column;
}
.section_landing_coffee_box_tag{
	position:absolute;
	top:0;
	transform:translate(0,-50%);
	right:28px;
	color: #FFF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
letter-spacing: -0.28px;
	border-radius: 100px;
background: #9F5500;
	padding: 10px;
}

.section_landing_coffee_box_title{
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 187.5% */
}
.section_landing_coffee_box_image{
	display:grid;
	margin-top: 25px;
	grid-template-columns:90px 1fr; 
	align-items:center;
	max-width:100%;
/* 	gap:10px; */
	gap:16px;
	margin-top: auto;
}
.section_landing_coffee_box_image img{
	min-width:70px;
		height:fit-content;
}
.section_landing_coffee_box_image ul{
	list-style:none;
	padding: 0;
	margin:0;
	
}
.section_landing_coffee_box_image ul li{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom: 1px solid #EDEDED;
	margin-right: -24px;
	margin-bottom:11px;
	padding-bottom: 11px;
	padding-right:15px;
	color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
letter-spacing: -0.28px;
}
.section_landing_coffee_box_image ul li:last-of-type{
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom: none;
}

.section_landing_coffee{
	padding: 30px 0;
}
.section_landing_coffee + .section_home_form {
	padding-top:80px
}
.section_landing_coffee + .section_home_form .section_home_form_box{
	top:0;
}
.section_landing_coffee_title{
	color: #000;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 46.8px; /* 130% */
	margin: 0 !important;
}
.section_landing_coffee_text{
	color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
letter-spacing: -0.28px;
	margin-top: 15px !important;
}
[data-rate="1"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}
[data-rate="2"] svg path:nth-of-type(2),
[data-rate="2"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

[data-rate="3"] svg path:nth-of-type(3),
[data-rate="3"] svg path:nth-of-type(2),
[data-rate="3"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

[data-rate="4"] svg path:nth-of-type(4),
[data-rate="4"] svg path:nth-of-type(3),
[data-rate="4"] svg path:nth-of-type(2),
[data-rate="4"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}



[data-rate="5"] svg path:nth-of-type(5),
[data-rate="5"] svg path:nth-of-type(4),
[data-rate="5"] svg path:nth-of-type(3),
[data-rate="5"] svg path:nth-of-type(2),
[data-rate="5"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}



[data-rate="6"] svg path:nth-of-type(6),
[data-rate="6"] svg path:nth-of-type(5),
[data-rate="6"] svg path:nth-of-type(4),
[data-rate="6"] svg path:nth-of-type(3),
[data-rate="6"] svg path:nth-of-type(2),
[data-rate="6"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}



[data-rate="7"] svg path:nth-of-type(7),
[data-rate="7"] svg path:nth-of-type(6),
[data-rate="7"] svg path:nth-of-type(5),
[data-rate="7"] svg path:nth-of-type(4),
[data-rate="7"] svg path:nth-of-type(3),
[data-rate="7"] svg path:nth-of-type(2),
[data-rate="7"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

[data-rate="8"] svg path:nth-of-type(8),
[data-rate="8"] svg path:nth-of-type(7),
[data-rate="8"] svg path:nth-of-type(6),
[data-rate="8"] svg path:nth-of-type(5),
[data-rate="8"] svg path:nth-of-type(4),
[data-rate="8"] svg path:nth-of-type(3),
[data-rate="8"] svg path:nth-of-type(2),
[data-rate="8"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

[data-rate="9"] svg path:nth-of-type(9),
[data-rate="9"] svg path:nth-of-type(8),
[data-rate="9"] svg path:nth-of-type(7),
[data-rate="9"] svg path:nth-of-type(6),
[data-rate="9"] svg path:nth-of-type(5),
[data-rate="9"] svg path:nth-of-type(4),
[data-rate="9"] svg path:nth-of-type(3),
[data-rate="9"] svg path:nth-of-type(2),
[data-rate="9"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

[data-rate="10"] svg path:nth-of-type(10),
[data-rate="10"] svg path:nth-of-type(9),
[data-rate="10"] svg path:nth-of-type(8),
[data-rate="10"] svg path:nth-of-type(7),
[data-rate="10"] svg path:nth-of-type(6),
[data-rate="10"] svg path:nth-of-type(5),
[data-rate="10"] svg path:nth-of-type(4),
[data-rate="10"] svg path:nth-of-type(3),
[data-rate="10"] svg path:nth-of-type(2),
[data-rate="10"] svg path:nth-of-type(1){
	fill: black;
	stroke:black;
}

@media (max-width: 1200px){
	.section_landing_express_card{
		display:flex;
	flex-direction:column;	
}

	.section_landing_express_row > div:nth-of-type(1),	.section_landing_express_row > div:nth-of-type(2)
	{
		display:flex;
		justify-content:center;
	}
	.section_landing_map .container .row >div{
		display:flex;
		justify-content:center;
		flex-direction:column;
	}
	.section_landing_map_image{
		width: 400px;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	margin-bottom: 32px;
	}
	.section_landing_ctaBanner .container .row{
		align-items:center;
	}
}
@media (max-width: 992px){
	.section_landing_benefits_titleBox{
		grid-column: 1/13;
		grid-row: 1/2;
		margin-bottom:0;
	}
	.section_landing_benefits_buttons{
		grid-column: 1/13;
		grid-row: 2/3;
		margin-top:0;
		margin-bottom: 40px;
	}
	.section_landing_hero_machine{
		display:none;
	}
	.section_landing_hero__map{
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
}
@media (max-width: 768px){
	.magicBreadcrumbs{
		padding-left: 20px;
		padding-right: 20px;
		flex-wrap:wrap;
		gap: 0 6px;
	}
	.section_home_banner__title{
		max-width: 100%;
	}
}
@media (max-width: 500px){
	.section_landing_express_buttons,
.section_home_banner__buttons,.section_landing_expressCta__buttons ,.section_landing_benefits_buttons,.section_landing_hero__buttons{
		flex-direction:column;
		display:flex;
		width: 100%;
	}
	.section_home_banner__buttons a ,.section_landing_express_buttons a,
.section_landing_expressCta__buttons a ,.section_landing_benefits_buttons a,.section_landing_hero__buttons a{
	width: 100% !important;
	max-width: 100% !important;
	}
}
.section_home_header_information_box:nth-of-type(2) svg{
	width:32px; height:32px;
	min-width:32px;
}
.section_home_header_information{
	grid-template-columns: repeat(3,1fr);
} 
.section_home_header_information_box{
	align-items:center;
	display:flex;
	flex-direction:row;
}
.section_home_header_information_box>span{
	font-size: 13px
}

.section_home_header_information_box:nth-of-type(1){
	flex-direction:column;
	align-items:flex-start;
	justify-content:center;
}
.sticky_right_two{
	top:553px;
}
.sticky_right_three{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    height: 74px;
    position: absolute;
    right: -85px;
    text-decoration: none;
    top: 463px;
    width: 313px;
	display:flex;
	
		
}

.sticky_right_three svg{
		width: 50px;
	height:50px;
    margin-left: 24px;
    margin-right: 0px;
}
.section_home_header_information_box:nth-of-type(2) svg path,
.sticky_right_three svg path{
	fill:#D12026;
}
.section_home_header_information_box:nth-of-type(2){
	color:#D12026;
}

.sticky_right_three span{
	max-width: 150px;
	font-size: 14px;
	color:#D12026;
}

/* .sticky_right_three span:first-line{
	color:#000000;
} */
@media (max-width: 1330px) {
    .sticky_right_three {
        display: none;
    }
}
@media (max-width: 480px){
	.section_home_header_information{
		gap:5px;
	}
}

@media (max-width: 460px){
	.section_home_header_information{
		grid-template-columns: 1fr 1fr;
		gap:10px ;
	}
}
.section_home_header{
	position:relative;
}
.section_home_header > img{
		position:absolute;
	inset:0;
	width:100%;
	height:100%;
	height:552px;
	display:block;
	z-index:-1;
	object-fit:contain;
	display:block;
	object-position: 100%;
}
@media (min-width: 1550px) and (max-width: 1920px ){
	
	.section_home_header > img{
		
	object-position: 112%;
	}
}
.section_landing_express_card ul li {
    display: block;
    list-style: none;
}
.section_landing_express_card img {
    height: auto;
}
.elementor-post__title a{
	color: #000000 !important;
}
@media (max-width: 768px){
	.section_home_header > img{
		object-position: top left;
		object-fit:cover;
/* 		height:100%; */
		height:440px;
	}
	.section_home_header{
		background:none;
	}
}
	.section_home_header:before {
    background: linear-gradient(276deg, hsla(0, 0%, 100%, 0) 28.1%, #ebebeb 49.74%);
}

@media (min-width: 1550px){
	.section_home_header:before {
    background: linear-gradient(276deg, hsla(0, 0%, 100%, 0) 28.1%, #ebebeb 39.74%) !important;
}
}
@media (min-width:2080px){
	.section_home_header > img{
		object-position: 80%;
	}
}
@media (min-width:3080px){
	.section_home_header > img{
		object-position: 73%;
	}
}
@media (max-width: 720px){
	.section_home_header > .testfix{
	display:none;	
	}
}
.section_home_services{
	position:relative;
	background-image:none !important;
}
.section_home_services > img{
	position:absolute;
	inset:0;
	display:block !important;
	z-index:-1;
	height:100%;
	object-fit:cover;
	width:100%;
}

.section_home_banner{
	position:relative;
	background-image:none !important;
}
.section_home_banner > img{
	position:absolute;
	inset:0;
	display:block !important;
	z-index:-1;
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}
