

/* Start:/local/components/tireos/static/templates/fake-products.banner/style.min.css?1720092777863*/
.fp-banner{width:100%;height:385px;display:flex;align-items:center;justify-content:center;background-image:url("/local/components/tireos/static/templates/fake-products.banner/bg.jpeg");background-repeat:no-repeat;background-position:center;background-size:cover;margin-top:13px}@media(max-width: 768px){.fp-banner{height:auto;margin-top:0}}.fp-banner__title{font-family:"PFBeauSansPro-SemiBold",sans-serif;font-size:36px;color:#fff;background-color:rgba(59,171,226,.8);padding:15px;min-height:160px;max-width:609px;width:100%;display:flex;align-items:center;justify-content:center;margin:auto;text-align:center}@media(max-width: 1280px){.fp-banner__title{font-size:35px;padding:30px 112px 30px 112px}}@media(max-width: 768px){.fp-banner__title{font-size:25px;margin:40px auto;min-height:auto}}@media(max-width: 576px){.fp-banner__title{padding:15px;max-width:340px;text-align:center}}/*# sourceMappingURL=style.min.css.map */

/* End */


/* Start:/local/components/tireos/static/templates/fake-products.inner/style.min.css?17200927768089*/
.one-liner {
  display: flex; }
  @media (max-width: 992px) {
    .one-liner {
      flex-wrap: wrap; } }
  .one-liner.container {
    margin: 70px auto 50px; }
    @media (max-width: 992px) {
      .one-liner.container {
        margin: 40px auto 20px; } }
  .one-liner .about_title {
    width: 33.7%;
    padding-right: 1em;
    font-size: 24px;
    line-height: 28.8px; }
    @media (max-width: 992px) {
      .one-liner .about_title {
        width: 100%;
        font-size: 22px;
        line-height: 25px;
        padding-right: 0; }
        .one-liner .about_title br {
          display: none; } }
  .one-liner .one-liner_text {
    width: 70%;
    color: var(--secondary-text-color); }
    @media (max-width: 992px) {
      .one-liner .one-liner_text {
        width: 100%; } }
  .one-liner .one-liner_title {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--primary-text-color); }

.btn {
  cursor: pointer; }

.purpose {
  background-color: #6ABFE8;
  min-height: 199px;
  margin-bottom: 130px; }
  @media (max-width: 992px) {
    .purpose {
      margin-bottom: 40px; } }
  .purpose-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 576px) {
      .purpose-container {
        display: block; } }
  .purpose-text {
    max-width: 728px;
    font-family: "Arimo-Bold", sans-serif;
    color: white;
    display: flex; }
    @media (max-width: 1024px) {
      .purpose-text {
        padding: 15px 0 0; } }
    @media (max-width: 768px) {
      .purpose-text {
        font-size: .9em; } }
    .purpose-text svg {
      min-width: 70px;
      margin-right: 25px; }
      @media (max-width: 768px) {
        .purpose-text svg {
          min-width: 40px;
          margin-right: 15px; } }
  @media (max-width: 1024px) {
    .purpose-image-wrapper {
      margin-left: 15px; } }
  @media (max-width: 576px) {
    .purpose-image-wrapper {
      margin: 0 -15px; }
      .purpose-image-wrapper img {
        width: 100%; } }

.examples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px; }
  @media (max-width: 992px) {
    .examples {
      grid-gap: 15px; } }
  @media (max-width: 768px) {
    .examples {
      grid-template-columns: repeat(2, 1fr); } }
  .examples__item img {
    width: 100%; }
  .examples__name {
    background-color: #6ABFE8;
    padding: 12px;
    text-align: center;
    color: white; }
    @media (max-width: 768px) {
      .examples__name {
        font-size: .8em; } }
    .examples__name--fake {
      background-color: #E1E1E1;
      color: var(--secondary-text-color); }

.table-container {
  margin-top: 100px;
  padding: 60px 95px 40px;
  background-color: #F9FAFB;
  text-align: center; }
  @media (max-width: 992px) {
    .table-container {
      margin-top: 40px;
      padding: 40px 15px; } }
  .table-container h2 {
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .table-container h2 {
        margin-bottom: 15px; } }
  .table-container__top-text {
    margin-top: 20px;
    color: var(--secondary-text-color);
    margin-bottom: 68px; }
    @media (max-width: 992px) {
      .table-container__top-text {
        margin-bottom: 20px;
        margin-top: 0; } }
    @media (max-width: 768px) {
      .table-container__top-text {
        font-size: .8em; } }
  .table-container__bottom-text {
    margin-top: 30px;
    color: #808080; }
    @media (max-width: 992px) {
      .table-container__bottom-text {
        margin-top: 15px;
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .table-container__bottom-text {
        font-size: .8em; } }
  .table-container table {
    width: 100%; }
    .table-container table th {
      border: 1px solid #E4E4E5;
      background-color: #6ABFE8;
      color: white;
      font-weight: 400;
      padding: 11px 33px;
      width: 25%; }
      @media (max-width: 768px) {
        .table-container table th {
          padding: 5px;
          font-size: .8em; } }
      @media (max-width: 576px) {
        .table-container table th {
          padding: 2px; } }
    .table-container table td {
      border: 1px solid #E4E4E5;
      padding: 20px 5px;
      color: var(--secondary-text-color); }
      @media (max-width: 768px) {
        .table-container table td {
          padding: 5px;
          font-size: .8em; } }
      @media (max-width: 576px) {
        .table-container table td {
          padding: 2px; } }

.examples-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  margin-top: 70px;
  text-align: center; }
  @media (max-width: 992px) {
    .examples-2 {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .examples-2 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px; } }
  .examples-2__title {
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    font-size: 18px;
    margin-bottom: 20px; }
  .examples-2__item {
    margin-bottom: 20px; }
    .examples-2__item img {
      width: 100%; }
  .examples-2__name {
    font-size: 12px;
    color: white;
    min-height: 60px;
    padding: 12px;
    background-color: #6ABFE8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .examples-2__name--fake {
      background-color: #E1E1E1;
      color: var(--secondary-text-color); }

.text-primary {
  color: #6ABFE8; }

.text-image {
  display: flex;
  justify-content: space-between;
  margin-top: 86px; }
  @media (max-width: 992px) {
    .text-image {
      margin-top: 40px;
      flex-wrap: wrap; } }
  .text-image__text {
    max-width: 715px;
    width: 100%;
    color: var(--secondary-text-color); }
    @media (max-width: 1200px) {
      .text-image__text {
        max-width: 600px;
        padding-right: 15px; } }
    @media (max-width: 992px) {
      .text-image__text {
        max-width: none;
        padding-right: 0; } }
    .text-image__text p {
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .text-image__text p {
          margin-bottom: 10px; } }
    .text-image__text .text-primary {
      font-family: "Arimo-Bold", sans-serif; }
    .text-image__text h2 {
      color: var(--primary-text-color);
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .text-image__text h2 {
          margin-bottom: 15px; } }
      @media (max-width: 992px) {
        .text-image__text h2 br {
          display: none; } }
  .text-image__images {
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }
    @media (max-width: 992px) {
      .text-image__images {
        display: grid;
        width: 100%;
        grid-gap: 15px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px; } }
    .text-image__images img {
      display: block;
      max-width: 100%;
      margin-bottom: 9px; }
      @media (max-width: 992px) {
        .text-image__images img {
          margin-bottom: 0;
          max-width: none;
          width: 100%; } }

.text-bg {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("/local/components/tireos/static/templates/fake-products.inner/img/fp-block-bg.jpg");
  position: relative;
  margin-top: 63px;
  padding: 15px; }
  @media (max-width: 992px) {
    .text-bg {
      margin-top: 20px; } }
  .text-bg:before {
    position: absolute;
    content: '';
    background-color: rgba(106, 191, 232, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .text-bg__text {
    position: relative;
    max-width: 919px;
    font-size: 18px;
    font-family: "PFBeauSansPro-SeBold", sans-serif;
    color: white; }
    @media (max-width: 992px) {
      .text-bg__text {
        font-size: 16px; } }

.presentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0; }
  @media (max-width: 992px) {
    .presentation {
      padding: 40px 0; } }
  .presentation svg {
    margin-bottom: 20px; }
  .presentation .btn {
    min-height: 45px; }

/*# sourceMappingURL=style.min.css.map */

/* End */
/* /local/components/tireos/static/templates/fake-products.banner/style.min.css?1720092777863 */
/* /local/components/tireos/static/templates/fake-products.inner/style.min.css?17200927768089 */
