/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#tescoma {
  font-family: 'OpenSans-Regular';
  max-width: 92em;
  margin: 0 auto; }
  @media (max-width: 1472px) {
    #tescoma {
      font-size: -webkit-calc(100vw / 92);
      font-size: calc(100vw / 92); } }
  @media (max-width: 960px) {
    #tescoma {
      font-size: -webkit-calc(100vw / 60);
      font-size: calc(100vw / 60); } }
  @media (max-width: 576px) {
    #tescoma {
      font-size: -webkit-calc(100vw / 20);
      font-size: calc(100vw / 20); } }
  @media (max-width: 576px) {
    #tescoma .main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #tescoma .container {
    max-width: 74.375em;
    margin: 0 auto; }
    @media (max-width: 960px) {
      #tescoma .container {
        max-width: 54.375em; } }
    @media (max-width: 576px) {
      #tescoma .container {
        max-width: 100%;
        padding: 0 1em; } }

#tescoma .header {
  height: 7.375em; }
  @media (max-width: 960px) {
    #tescoma .header {
      height: 5.5em; } }
  @media (max-width: 576px) {
    #tescoma .header {
      height: 5.1875em; } }
  #tescoma .header-container {
    height: 100%;
    max-width: 76.875em;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 960px) {
      #tescoma .header-container {
        max-width: 53.75em; } }
  #tescoma .header-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 576px) {
      #tescoma .header-list {
        display: none; } }
  #tescoma .header-item {
    list-style: none;
    position: relative;
    font-size: 0.9375em;
    line-height: 1;
    color: #FF2546;
    padding-left: 2.75em;
    margin-right: 4.0625em; }
    #tescoma .header-item:nth-last-of-type(1) {
      margin-right: 0; }
    #tescoma .header-item::before {
      content: '';
      width: 1.75em;
      height: 1.75em;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    #tescoma .header-item.guarantee::before {
      background: url("../images/guarantee-icon.svg?v=a2ecd3f4") no-repeat center center/contain; }
    #tescoma .header-item.quality::before {
      background: url("../images/quality-icon.svg?v=dd61c454") no-repeat center center/contain; }
    #tescoma .header-item.time::before {
      background: url("../images/time-icon.svg?v=c79ebfdc") no-repeat center center/contain; }
  #tescoma .header-logo {
    width: 11.75em;
    height: 1.875em;
    background: url("../images/tescoma.png?v=e4f09d2c") no-repeat center center/contain; }
    @media (max-width: 960px) {
      #tescoma .header-logo {
        width: 9.8125em;
        height: 1.5625em; } }
    @media (max-width: 576px) {
      #tescoma .header-logo {
        margin: 0 auto; } }

@font-face {
  font-family: 'OpenSans-Bold';
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff?v=58308bcc") format("woff"); }

@font-face {
  font-family: 'OpenSans-Regular';
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff?v=ce3b96ab") format("woff"); }

@font-face {
  font-family: 'OpenSans-Light';
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff?v=684c4fb8") format("woff"); }

@font-face {
  font-family: 'OpenSans-SemiBold';
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff?v=0cb47871") format("woff"); }

#tescoma .banner {
  margin-bottom: 5.625em; }
  @media (max-width: 960px) {
    #tescoma .banner {
      margin-bottom: 3.125em;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 576px) {
    #tescoma .banner {
      margin-bottom: 3.4375em; } }
  #tescoma .banner a {
    list-style: none; }
  #tescoma .banner img {
    width: 100%;
    height: auto; }
    @media (max-width: 576px) {
      #tescoma .banner img {
        display: none; } }
    #tescoma .banner img.mob {
      display: none; }
      @media (max-width: 576px) {
        #tescoma .banner img.mob {
          display: block; } }
  #tescoma .banner .swiper-pagination {
    position: static;
    margin-top: 2.5em; }
    @media (max-width: 960px) {
      #tescoma .banner .swiper-pagination {
        margin-top: 1.875em; } }
    @media (max-width: 576px) {
      #tescoma .banner .swiper-pagination {
        margin-top: 1.0625em; } }
  #tescoma .banner .swiper-pagination-bullet {
    width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em !important;
    background: #FFCDD4;
    opacity: 1;
    outline: none; }
    @media (max-width: 576px) {
      #tescoma .banner .swiper-pagination-bullet {
        width: 0.8125em;
        height: 0.8125em;
        margin: 0 0.375em !important; } }
    #tescoma .banner .swiper-pagination-bullet:nth-last-of-type(1) {
      margin-right: 0; }
    #tescoma .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #F13249; }
  #tescoma .banner .swiper-button-next {
    background: url("../images/arrow.svg?v=9c15b1a6") no-repeat right center/1.4375em auto;
    width: 3.125em;
    right: 1.25em;
    top: 0;
    bottom: 4em;
    margin: auto 0;
    font-size: 1.25em;
    outline: none;
    font-size: inherit;
    z-index: 12; }
    @media (max-width: 576px) {
      #tescoma .banner .swiper-button-next {
        right: 1em; } }
  #tescoma .banner .swiper-button-prev {
    background: url("../images/arrow.svg?v=9c15b1a6") no-repeat right center/1.4375em auto;
    width: 3.125em;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 1.25em;
    top: 0;
    bottom: 4em;
    margin: auto 0;
    font-size: 1.25em;
    outline: none;
    font-size: inherit;
    z-index: 12; }
    @media (max-width: 576px) {
      #tescoma .banner .swiper-button-prev {
        left: 1em; } }

#tescoma .products {
  margin-bottom: 4.75em; }
  @media (max-width: 960px) {
    #tescoma .products {
      margin-bottom: 4.1875em; } }
  @media (max-width: 576px) {
    #tescoma .products {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }
  #tescoma .products .swiper-container {
    overflow: visible; }
    @media (max-width: 576px) {
      #tescoma .products .swiper-container {
        overflow: hidden;
        padding: 1.25em 1.25em; } }
  #tescoma .products .swiper-scrollbar {
    position: static;
    background: #CDCDCD;
    -webkit-border-radius: 0.625em;
            border-radius: 0.625em;
    margin-top: 1.25em;
    height: 0.25em;
    display: none; }
    @media (max-width: 576px) {
      #tescoma .products .swiper-scrollbar {
        display: block; } }
    #tescoma .products .swiper-scrollbar .swiper-scrollbar-drag {
      background: #DD2644;
      -webkit-border-radius: 0.625em;
              border-radius: 0.625em;
      height: 0.375em;
      top: -0.0625em; }
  #tescoma .products .swiper-button-next {
    width: 0.6875em;
    height: 1.25em;
    right: 0;
    background: url("../images/arrow-black.svg?v=01e95d0d") no-repeat center center/contain;
    display: none;
    outline: none; }
    @media (max-width: 576px) {
      #tescoma .products .swiper-button-next {
        display: block; } }
  #tescoma .products .swiper-button-prev {
    width: 0.6875em;
    height: 1.25em;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url("../images/arrow-black.svg?v=01e95d0d") no-repeat center center/contain;
    display: none;
    outline: none; }
    @media (max-width: 576px) {
      #tescoma .products .swiper-button-prev {
        display: block; } }
  #tescoma .products-list {
    width: auto;
    margin: 0 -1.5625em;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 960px) {
      #tescoma .products-list {
        margin: 0 -1.875em; } }
    @media (max-width: 576px) {
      #tescoma .products-list {
        width: 100%;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
            -ms-flex-pack: left;
                justify-content: left;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin: 0; } }
  #tescoma .products-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    list-style: none;
    width: 16.875em;
    height: 23.125em;
    -webkit-box-shadow: 0em 0em 1.3125em rgba(0, 0, 0, 0.07);
            box-shadow: 0em 0em 1.3125em rgba(0, 0, 0, 0.07);
    margin: 0 1.25em 2.5em;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
    #tescoma .products-item:nth-child(1) {
      margin-left: 0; }
    #tescoma .products-item:nth-child(3) {
      margin-right: 0; }
    #tescoma .products-item:nth-child(4) {
      margin-left: 0; }
    #tescoma .products-item:nth-child(7) {
      margin-right: 0; }
    @media (max-width: 960px) {
      #tescoma .products-item {
        width: 12.125em;
        height: 16.625em;
        margin: 0 0.9375em 1.875em; } }
    @media (max-width: 576px) {
      #tescoma .products-item {
        width: 100%;
        height: 5em;
        margin: 0; } }
    #tescoma .products-item:hover {
      -webkit-box-shadow: 0px 0px 1.3125em rgba(221, 38, 68, 0.39);
              box-shadow: 0px 0px 1.3125em rgba(221, 38, 68, 0.39); }
      @media (max-width: 576px) {
        #tescoma .products-item:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    #tescoma .products-item::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 9.6875em;
      height: 7.25em;
      background: url("../images/logo.png?v=96f87d54") no-repeat center center/contain; }
      @media (max-width: 960px) {
        #tescoma .products-item::after {
          width: 6.875em;
          height: 5.125em; } }
      @media (max-width: 576px) {
        #tescoma .products-item::after {
          display: none; } }
    #tescoma .products-item.big {
      width: 36.25em;
      height: 23.125em; }
      @media (max-width: 960px) {
        #tescoma .products-item.big {
          width: 26.125em;
          height: 16.625em; } }
      @media (max-width: 576px) {
        #tescoma .products-item.big {
          width: 100%;
          height: 5em; } }
  #tescoma .products-link {
    height: 100%;
    padding: 1.625em 0.625em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none; }
    @media (max-width: 960px) {
      #tescoma .products-link {
        padding: 1.125em 0.625em; } }
    @media (max-width: 576px) {
      #tescoma .products-link {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #tescoma .products-link span {
      font-family: 'OpenSans-SemiBold';
      font-size: 1em;
      line-height: 1.2;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      text-align: center;
      color: #F13249;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media (max-width: 960px) {
        #tescoma .products-link span {
          font-size: 0.75em; } }
      @media (max-width: 576px) {
        #tescoma .products-link span {
          font-size: 1em;
          width: 100%; } }
  #tescoma .products-img-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #tescoma .products-img-container img {
      width: 100%;
      height: auto; }
    @media (max-width: 576px) {
      #tescoma .products-img-container {
        display: none; } }

#tescoma .series {
  padding-bottom: 1.875em; }
  @media (max-width: 576px) {
    #tescoma .series {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
      padding-bottom: 3.125em; } }
  #tescoma .series-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.125em;
    display: none; }
    #tescoma .series-container.series--active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 960px) {
      #tescoma .series-container {
        padding-left: 0.3125em; } }
    @media (max-width: 576px) {
      #tescoma .series-container {
        padding-left: 1em;
        padding-right: 1em;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  #tescoma .series-img {
    width: 26.9375em;
    height: 32.6875em; }
    @media (max-width: 960px) {
      #tescoma .series-img {
        width: 22.4375em;
        height: 27.3125em; } }
    @media (max-width: 576px) {
      #tescoma .series-img {
        width: 100%;
        height: auto; } }
  #tescoma .series-content {
    padding-left: 5.125em;
    padding-top: 4.375em; }
    @media (max-width: 960px) {
      #tescoma .series-content {
        padding-left: 1.875em;
        padding-top: 0em; } }
    @media (max-width: 576px) {
      #tescoma .series-content {
        padding-top: 1.625em;
        padding-left: 0;
        padding-right: 0; } }
  #tescoma .series-title {
    font-family: 'OpenSans-Regular';
    font-size: 1.8125em;
    line-height: 1.3;
    letter-spacing: 0.1375em;
    color: #000000;
    margin-bottom: 1.375em; }
    @media (max-width: 960px) {
      #tescoma .series-title {
        margin-bottom: 1.25em;
        letter-spacing: 0.09375em; } }
    @media (max-width: 576px) {
      #tescoma .series-title {
        font-size: 1.375em;
        margin-bottom: 0.9375em; } }
    #tescoma .series-title .bold {
      font-family: 'OpenSans-Bold'; }
  #tescoma .series-text {
    font-size: 1em;
    line-height: 1.8125em;
    letter-spacing: 0.0125em;
    color: #000000;
    max-width: 37.0625em;
    margin-bottom: 1.75em; }
    @media (max-width: 576px) {
      #tescoma .series-text {
        font-size: 0.875em;
        line-height: 1.375em; } }
    #tescoma .series-text br.tablet {
      display: none; }
      @media (max-width: 960px) {
        #tescoma .series-text br.tablet {
          display: block; } }
  #tescoma .series-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 19.375em;
    height: 3.5625em;
    font-family: 'OpenSans-Bold';
    background: #F13249;
    -webkit-border-radius: 0.3125em;
            border-radius: 0.3125em;
    font-size: 1em;
    line-height: 2.0625em;
    letter-spacing: 0.0125em;
    color: #FFFFFF;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-decoration: none; }
    @media (max-width: 576px) {
      #tescoma .series-btn {
        width: 100%; } }
    #tescoma .series-btn:hover {
      color: #fff;
      opacity: 0.8; }

#tescoma .tescoma-mobile {
  display: none; }
  @media (max-width: 576px) {
    #tescoma .tescoma-mobile {
      display: block;
      -webkit-box-ordinal-group: 3 !important;
      -webkit-order: 2 !important;
          -ms-flex-order: 2 !important;
              order: 2 !important; } }

@media (max-width: 576px) {
  #tescoma .tescoma-desktop {
    display: none; } }

@media (max-width: 576px) {
  #tescoma .tescoma {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; } }

#tescoma .tescoma-row {
  margin-bottom: 3.125em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden; }
  @media (max-width: 960px) {
    #tescoma .tescoma-row {
      margin-bottom: 2.8125em; } }

#tescoma .tescoma-content {
  width: 45%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media (max-width: 960px) {
    #tescoma .tescoma-content {
      width: 100%; } }

#tescoma .tescoma-logo {
  width: 13.6875em;
  margin-bottom: 2.25em; }
  @media (max-width: 960px) {
    #tescoma .tescoma-logo {
      margin-bottom: 1.6875em; } }
  @media (max-width: 576px) {
    #tescoma .tescoma-logo {
      width: 10.125em; } }

#tescoma .tescoma-title {
  font-family: 'OpenSans-Regular';
  font-size: 1.8125em;
  line-height: 1;
  letter-spacing: 0.00625em;
  color: #000000;
  margin-bottom: 1.6875em; }
  @media (max-width: 960px) {
    #tescoma .tescoma-title {
      margin-bottom: 0.75em; } }
  @media (max-width: 576px) {
    #tescoma .tescoma-title {
      font-size: 0.9375em;
      font-family: 'OpenSans-Bold';
      margin-bottom: 1.25em; } }

#tescoma .tescoma-text {
  font-size: 1em;
  line-height: 2.1;
  letter-spacing: 0.0125em;
  color: #000000;
  margin-bottom: 0; }
  @media (max-width: 960px) {
    #tescoma .tescoma-text {
      padding-right: 1.875em; } }
  @media (max-width: 576px) {
    #tescoma .tescoma-text {
      padding-right: 0em;
      font-size: 0.875em;
      line-height: 1.6; } }
  @media (max-width: 576px) {
    #tescoma .tescoma-text:nth-last-of-type(1) {
      display: none; } }

#tescoma .tescoma .expand {
  position: relative;
  font-family: 'OpenSans-Light';
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: 0.01875em;
  color: #000;
  padding-right: 2.1875em;
  padding-bottom: 0.375em;
  display: block;
  width: 7.8125em;
  margin-top: 1.25em;
  display: none;
  text-decoration: none; }
  @media (max-width: 576px) {
    #tescoma .tescoma .expand {
      display: block; } }
  #tescoma .tescoma .expand.open::after {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  #tescoma .tescoma .expand::after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0.1875em;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 0.5625em;
    height: 0.75em;
    background: url("../images/arrow-black.svg?v=01e95d0d") no-repeat center center/contain; }
  #tescoma .tescoma .expand::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000; }

#tescoma .tescoma .tescoma-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 55%;
  padding: 3.125em 0 2.1875em 6.5625em; }
  @media (max-width: 960px) {
    #tescoma .tescoma .tescoma-slider {
      width: 65%;
      padding: 3.125em 0 2.1875em 0em; } }
  @media (max-width: 576px) {
    #tescoma .tescoma .tescoma-slider {
      width: 100%;
      padding-top: 0; } }
  #tescoma .tescoma .tescoma-slider .swiper-slide {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5625em; }
    @media (max-width: 960px) {
      #tescoma .tescoma .tescoma-slider .swiper-slide {
        padding: 0 0 3.125em 0; } }
  #tescoma .tescoma .tescoma-slider .img-container {
    width: 27.75em;
    height: 22.125em;
    -webkit-box-shadow: 0px 0px 1.3125em rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 1.3125em rgba(0, 0, 0, 0.07); }
    @media (max-width: 576px) {
      #tescoma .tescoma .tescoma-slider .img-container {
        width: 13.75em;
        height: 11em;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    #tescoma .tescoma .tescoma-slider .img-container img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  #tescoma .tescoma .tescoma-slider .video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9.0625em;
    height: 7.5625em;
    background-color: silver; }
    @media (max-width: 960px) {
      #tescoma .tescoma .tescoma-slider .video {
        right: 1.875em; } }
    @media (max-width: 576px) {
      #tescoma .tescoma .tescoma-slider .video {
        width: 7.5625em;
        height: 6.3125em;
        right: 0; } }
    #tescoma .tescoma .tescoma-slider .video img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    #tescoma .tescoma .tescoma-slider .video::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 2.875em;
      width: 2.875em;
      background: url("../images/play.svg?v=c597eb0b") no-repeat center center/contain; }
    #tescoma .tescoma .tescoma-slider .video::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }

#tescoma .tescoma .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0.5625em;
  left: 19.4375em;
  letter-spacing: 0.125em; }
  @media (max-width: 960px) {
    #tescoma .tescoma .navigation {
      bottom: 1.5625em;
      left: 12.875em;
      z-index: 1; } }
  @media (max-width: 576px) {
    #tescoma .tescoma .navigation {
      left: 1.875em;
      bottom: 2.1875em; } }
  #tescoma .tescoma .navigation .current {
    font-size: 1em;
    color: #F13249; }
  #tescoma .tescoma .navigation .all {
    font-size: 1em;
    color: #000000; }
  #tescoma .tescoma .navigation .separator {
    font-size: 1em;
    color: #000000; }

#tescoma .tescoma .swiper-button-next {
  position: static;
  width: 0.4375em;
  height: 0.75em;
  background: url("../images/arrow-black.svg?v=01e95d0d") no-repeat center center/contain;
  margin: 0 0 0 0.4375em;
  outline: none; }

#tescoma .tescoma .swiper-button-prev {
  position: static;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 0.75em;
  width: 0.4375em;
  background: url("../images/arrow-black.svg?v=01e95d0d") no-repeat center center/contain;
  margin: 0 0.4375em 0 0;
  outline: none; }

#tescoma .tescoma .advantages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.125em 0 3.75em;
  padding-left: 3.3125em; }
  @media (max-width: 960px) {
    #tescoma .tescoma .advantages {
      padding-left: 0.625em;
      margin: 9.6875em 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 35%; } }
  @media (max-width: 576px) {
    #tescoma .tescoma .advantages {
      width: 100%;
      padding-left: 0;
      margin: 0; } }
  #tescoma .tescoma .advantages-item {
    position: relative;
    list-style: none;
    font-family: 'OpenSans-Bold';
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #F13249;
    padding-left: 2.8125em;
    margin-right: 6.25em; }
    @media (max-width: 960px) {
      #tescoma .tescoma .advantages-item {
        margin-bottom: 2.5em; } }
    #tescoma .tescoma .advantages-item.quality {
      margin-right: 5.3125em; }
      #tescoma .tescoma .advantages-item.quality::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.75em;
        height: 1.5em;
        background: url("../images/quality.png?v=1ec95658") no-repeat center center/contain; }
    #tescoma .tescoma .advantages-item.originality::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.1875em;
      height: 1.5625em;
      background: url("../images/originality.png?v=2b637213") no-repeat center center/contain; }
      @media (max-width: 960px) {
        #tescoma .tescoma .advantages-item.originality::after {
          left: 0.3125em; } }
    #tescoma .tescoma .advantages-item.versatility::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.6875em;
      height: 1.6875em;
      background: url("../images/versatility.png?v=c33a1457") no-repeat center center/contain; }
    #tescoma .tescoma .advantages-item.multifunctionality::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.8125em;
      height: 1.6875em;
      background: url("../images/multifunctionality.png?v=80f2765b") no-repeat center center/contain; }

#tescoma .logos {
  margin-bottom: 2.8125em; }
  @media (max-width: 960px) {
    #tescoma .logos {
      margin-bottom: 3.75em; } }
  @media (max-width: 576px) {
    #tescoma .logos {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4;
      margin-bottom: 1.8125em; } }
  #tescoma .logos-container {
    position: relative;
    padding: 0 3.125em; }
    @media (max-width: 576px) {
      #tescoma .logos-container {
        padding: 0 1em; } }
  #tescoma .logos__item {
    font-size: inherit;
    line-height: 1.8125em;
    font-size: 1.75em;
    letter-spacing: 0.0125em;
    font-weight: 600;
    color: #000;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background: none;
    border: none; }
    #tescoma .logos__item:hover::after, #tescoma .logos__item.logos__item--active::after {
      background-color: #F13249; }
    #tescoma .logos__item::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -0.0625em;
      width: 100%;
      height: 2px;
      background-color: transparent;
      -webkit-transition: background .5s;
      -o-transition: background .5s;
      transition: background .5s; }
    @media (max-width: 960px) {
      #tescoma .logos__item {
        font-size: 1.625em; } }
    @media (max-width: 576px) {
      #tescoma .logos__item::after {
        background-color: #F13249; } }
  #tescoma .logos .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 5em; }
  #tescoma .logos .swiper-button-next {
    background: url("../images/arrow.svg?v=9c15b1a6") no-repeat center center/contain;
    width: 0.625em;
    height: 1.3125em;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 1.25em;
    outline: none;
    font-size: inherit; }
    @media (max-width: 576px) {
      #tescoma .logos .swiper-button-next {
        width: 0.6875em;
        height: 1.25em;
        right: 1em; } }
  #tescoma .logos .swiper-button-prev {
    background: url("../images/arrow.svg?v=9c15b1a6") no-repeat center center/contain;
    width: 0.625em;
    height: 1.3125em;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 1.25em;
    outline: none;
    font-size: inherit; }
    @media (max-width: 576px) {
      #tescoma .logos .swiper-button-prev {
        width: 0.6875em;
        height: 1.25em;
        left: 1em; } }
