@charset "UTF-8";
/* CSS Document */
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg); }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg); } }
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg); }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg); } }
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  100% {
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16); }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }
/* Rozmiar czcionki dla najwyzszego diva */
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg); }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg); } }
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg); }
  40% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg); } }
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px); }
  100% {
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16); }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }
.af-product-card-width {
  max-width: 708px;
  margin: auto;
  padding-bottom: 10px;
  background-color: white; }

#af-product-card {
  font-size: 14px;
  font-family: 'UniNeueRegular', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* baner produktowy */
  /* nag┼é├│wki */ }
  #af-product-card .clearfixAmica {
    content: '';
    clear: both;
    display: table; }
  #af-product-card strong {
    font-family: 'UniNeueBold', Arial, sans-serif;
    color: #009FE1;
    font-weight: 400; }
  #af-product-card .fontAmPro {
    font-family: 'UniNeueRegular', Arial, sans-serif; }
  #af-product-card .af-header {
    max-width: 708px;
    margin: auto; }
    #af-product-card .af-header .af-header-top {
      margin-top: 3em;
      margin-bottom: 5em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-header .af-header-top {
          margin-top: 1.5em;
          margin-bottom: 5em; } }
      @media only screen and (max-width: 600px) {
        #af-product-card .af-header .af-header-top {
          margin-top: 1.5em;
          margin-bottom: 2.5em; } }
      #af-product-card .af-header .af-header-top .am-logo-in {
        height: 2em;
        float: left; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-header .af-header-top .am-logo-in {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
      #af-product-card .af-header .af-header-top .am-logo {
        height: 4.5em;
        width: auto;
        float: right;
        position: relative;
        margin-left: auto; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-header .af-header-top .am-logo {
            -webkit-box-ordinal-group: 3;
            height: 3.75em;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
            float: none;
            margin: auto; } }
      #af-product-card .af-header .af-header-top .am-header-text {
        float: left; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-header .af-header-top .am-header-text {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
            width: 100%;
            margin-left: 0px;
            margin-top: 24px;
            text-align: center; } }
        #af-product-card .af-header .af-header-top .am-header-text .ng-type {
          font-family: Arial, sans-serif;
          font-size: 1em;
          font-weight: bold;
          color: #009FE1;
          text-transform: uppercase;
          display: block; }
        #af-product-card .af-header .af-header-top .am-header-text .ng-heading {
          font-family: "UniNeueRegular",Arial, sans-serif;
          font-size: 1.125em;
          display: block;
          line-height: 1.75em; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-header .af-header-top .am-header-text .ng-heading {
              line-height: 1.1;
              margin-top: 4px;
              font-size: 1.25em; } }
      #af-product-card .af-header .af-header-top:after {
        content: '';
        clear: both;
        display: table; }
    #af-product-card .af-header .af-rw-1 {
      position: relative;
      width: 100%; }
      #af-product-card .af-header .af-rw-1 .af-rw-1-bg {
        position: relative;
        width: 100%;
        height: 22em;
        background: url(/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/rw_1_bg.jpg) no-repeat;
        background-size: cover;
        z-index: 1;
        display: inline-block; }
        #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img {
          position: relative;
          height: 24.8125em;
          width: 70%;
          float: right;
          margin-top: -2.875em;
          text-align: center;
          line-height: 24.8125em;
          display: flex; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img {
              margin-top: -1.625em; } }
          @media only screen and (max-width: 600px) {
            #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img {
              width: 100%;
              margin-top: 20px;
              height: 31.6875em;
              float: none;
              height: auto;
              text-align: center; } }
          #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img img {
            max-height: 27em;
            max-width: 19.375em;
            z-index: 2;
            top: 0;
            margin: auto;
            -webkit-filter: drop-shadow(-0.5em 0em 1em grey);
            filter: drop-shadow(-0.5em 0em 1em grey);
            vertical-align: bottom;
            margin-bottom: 10px;
            position: absolute;
            right: 1.875em; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img img {
                max-width: 250px; } }
          #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile {
            display: none; }
            @media only screen and (max-width: 600px) {
              #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile {
                display: block;
                margin-top: 50px; } }
            #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile .ng-h1 {
              font-family: "UniNeueRegular",Arial, sans-serif;
              font-size: 1.625em;
              font-weight: 400;
              line-height: 1.5em;
              text-align: center; }
              #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile .ng-h1 br {
                display: none; }
            #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile .af-rw-1-icon {
              margin-top: 1.5em;
              margin-bottom: 2.5em; }
              #af-product-card .af-header .af-rw-1 .af-rw-1-bg .af-rw-1-bg-img .af-rw-1-mobile .af-rw-1-icon img {
                width: 64px;
                height: 64px;
                display: inline-block;
                margin-right: 5px;
                margin-left: 5px;
                right: auto; }
      #af-product-card .af-header .af-rw-1 .af-rw-1-text {
        position: absolute;
        max-width: 20.625em;
        left: 2.5em;
        top: 2.875em;
        z-index: 1; }
        @media only screen and (max-width: 600px) {
          #af-product-card .af-header .af-rw-1 .af-rw-1-text {
            display: none; } }
        #af-product-card .af-header .af-rw-1 .af-rw-1-text .ng-h1 {
          font-family: "UniNeueRegular",Arial, sans-serif;
          font-size: 1.5em;
          line-height: 1.3076923077em; }
          #af-product-card .af-header .af-rw-1 .af-rw-1-text .ng-h1 br {
            display: none; }
      #af-product-card .af-header .af-rw-1 .af-rw-1-icon {
        margin-top: 1.5em; }
        #af-product-card .af-header .af-rw-1 .af-rw-1-icon img {
          width: 4em;
          height: 4em;
          margin-right: 1em; }
    @media only screen and (max-width: 600px) {
      #af-product-card .af-header #af-header-normal {
        display: none; } }
    #af-product-card .af-header #af-header-mobile {
      display: none; }
      @media only screen and (max-width: 600px) {
        #af-product-card .af-header #af-header-mobile {
          display: block; } }
      #af-product-card .af-header #af-header-mobile .af-mobile-bg-img {
        position: relative;
        width: 100%;
        background: url(/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/rw_1_bg.jpg) no-repeat;
        background-size: cover;
        background-position: right;
        padding: 10px 0px; }
        #af-product-card .af-header #af-header-mobile .af-mobile-bg-img img {
          max-width: 20em;
          z-index: 1;
          display: block;
          margin: auto;
          height: auto;
          position: relative;
          max-height: 300px;
          -webkit-filter: drop-shadow(-0.5em 0em 1em grey);
          filter: drop-shadow(-0.5em 0em 1em grey); }
      #af-product-card .af-header #af-header-mobile .af-text-mobile {
        position: relative;
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        background-color: #F4F4F4; }
        #af-product-card .af-header #af-header-mobile .af-text-mobile .ng-h1 {
          font-family: "UniNeueRegular",Arial, sans-serif;
          font-size: 1.625em;
          line-height: 1.5em;
          text-align: center; }
          #af-product-card .af-header #af-header-mobile .af-text-mobile .ng-h1 br {
            display: none; }
        #af-product-card .af-header #af-header-mobile .af-text-mobile .af-mobile-icon {
          margin-top: 1.75em;
          text-align: center; }
          #af-product-card .af-header #af-header-mobile .af-text-mobile .af-mobile-icon img {
            width: 64px;
            height: 64px;
            display: inline-block;
            margin-right: 5px;
            margin-left: 5px;
            right: auto; }
  #af-product-card .amNgH1 {
    color: #009FE1;
    font-family: 'UniNeueBold', Arial, sans-serif;
    font-weight: 400; }
  #af-product-card .amNgH2 {
    color: #CAD400;
    font-family: 'UniNeueBold', Arial, sans-serif;
    font-weight: 400; }
  #af-product-card .af-box-title {
    padding-top: 2.2727272727em;
    font-size: 1.375em;
    line-height: 1.5em; }
    @media only screen and (max-width: 600px) {
      #af-product-card .af-box-title {
        padding-top: 2.8571428571em;
        font-size: 1.375em;
        line-height: 34px; } }
    #af-product-card .af-box-title .af-title {
      text-align: center; }
    #af-product-card .af-box-title .af-product {
      color: #009FE1;
      text-align: center;
      font-family: 'UniNeueBold', Arial, sans-serif;
      font-weight: 400; }
  #af-product-card .af-functions-hoverable {
    max-width: 708px;
    margin-top: 1.5em;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    #af-product-card .af-functions-hoverable .af-functions-single {
      max-width: 14.375em;
      width: 22.3%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition-property: opacity, -webkit-transform, -webkit-box-shadow;
      transition-property: opacity, -webkit-transform, -webkit-box-shadow;
      -o-transition-property: opacity, transform, box-shadow;
      transition-property: opacity, transform, box-shadow;
      transition-property: opacity, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
      -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
      z-index: 10;
      opacity: 1;
      filter: alpha(opacity=100);
      cursor: pointer;
      position: relative; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-functions-hoverable .af-functions-single {
          width: 49%;
          max-width: 31.25em; } }
      #af-product-card .af-functions-hoverable .af-functions-single .af-functions-icon {
        text-align: center;
        padding-top: 1.5em;
        padding-bottom: 1.5em; }
        #af-product-card .af-functions-hoverable .af-functions-single .af-functions-icon img {
          height: 4em;
          width: 4em; }
      #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text {
        font-family: Arial, sans-serif; }
        #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text .af-ng {
          font-weight: bold;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text .af-ng .h3 {
            color: #bfbfbf;
            font-size: 0.75em;
            line-height: 2em;
            text-align: center; }
          #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text .af-ng .h4 {
            font-size: 1.125em;
            line-height: 1.2222222222em;
            text-align: center;
            padding-left: 1.8125em;
            padding-right: 1.8125em;
            color: #272727; }
        #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text p {
          text-align: center;
          margin-bottom: 1.5em;
          margin-top: 0.375em;
          font-size: 1em;
          line-height: 1.375em;
          padding-left: 1em;
          padding-right: 1em;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-functions-hoverable .af-functions-single .af-functions-text p {
              opacity: 1; } }
      #af-product-card .af-functions-hoverable .af-functions-single:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
        background-color: #fff; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-functions-hoverable .af-functions-single:hover {
            border-radius: 0px;
            -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1); } }
        #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text .af-ng {
          -webkit-transform: translateY(-10%);
          -ms-transform: translateY(-10%);
          transform: translateY(-10%); }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text .af-ng {
              -webkit-transform: unset;
              -ms-transform: unset;
              transform: unset; } }
          #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text .af-ng .h4 {
            color: #009FE1; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text .af-ng .h4 {
                color: black; } }
        #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text p {
          opacity: 1;
          -webkit-transform: translateY(5%);
          -ms-transform: translateY(5%);
          transform: translateY(5%); }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-functions-hoverable .af-functions-single:hover .af-functions-text p {
              -webkit-transform: unset;
              -ms-transform: unset;
              transform: unset; } }
    #af-product-card .af-functions-hoverable:hover > .af-functions-single {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    #af-product-card .af-functions-hoverable:hover > .af-functions-single:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  #af-product-card .am-min-w {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #af-product-card .am-min-w .af-functions-single {
      margin: 0px 20px; }
  #af-product-card .af-hotspot {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    border-bottom: 2px solid #F4F4F4; }
    @media only screen and (max-width: 700px) {
      #af-product-card .af-hotspot {
        border-bottom: 0px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 600px) {
      #af-product-card .af-hotspot {
        margin-top: 0.625em; } }
    #af-product-card .af-hotspot .p6-table {
      display: table;
      width: 100%;
      height: 400px; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-hotspot .p6-table {
          width: 100%; } }
      #af-product-card .af-hotspot .p6-table .p6-cell {
        display: table-cell;
        vertical-align: top;
        width: 50%; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-table .p6-cell {
            display: block;
            width: 100%;
            padding-top: 20px;
            padding-left: 20px;
            box-sizing: border-box; } }
        @media only screen and (max-width: 500px) {
          #af-product-card .af-hotspot .p6-table .p6-cell {
            padding-left: 0px; } }
        #af-product-card .af-hotspot .p6-table .p6-cell.p6-cell-top {
          vertical-align: top; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-hotspot .p6-table .p6-cell.p6-cell-top {
              padding-left: 0px; } }
      #af-product-card .af-hotspot .p6-table .p6-cell-content-rwd {
        display: none; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-table .p6-cell-content-rwd {
            display: block; } }
    #af-product-card .af-hotspot .p6-cell {
      position: relative; }
      #af-product-card .af-hotspot .p6-cell .p6-cell-container {
        margin-right: 1.25em;
        background-color: #F4F4F4;
        height: 450px; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-cell .p6-cell-container {
            height: auto;
            margin-right: 0px; } }
      #af-product-card .af-hotspot .p6-cell .pc-relative {
        height: 100%;
        position: relative;
        box-sizing: border-box; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-cell .pc-relative {
            width: 90%;
            margin-left: auto;
            margin-right: auto; } }
      #af-product-card .af-hotspot .p6-cell .p6-image {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10%; }
        #af-product-card .af-hotspot .p6-cell .p6-image img {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          display: block; }
      #af-product-card .af-hotspot .p6-cell .p6-hotspots {
        height: auto; }
    #af-product-card .af-hotspot .p6-list {
      padding: 0 0 0 0.5em;
      box-sizing: border-box; }
      #af-product-card .af-hotspot .p6-list .p6-list-content {
        max-width: 25.625em; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-list .p6-list-content {
            max-width: 90%; } }
        @media only screen and (max-width: 500px) {
          #af-product-card .af-hotspot .p6-list .p6-list-content {
            max-width: 95%; } }
      #af-product-card .af-hotspot .p6-list .p6-list-item {
        padding: 0.625em 0;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
        -moz-transition: transform 0.3s ease, opacity 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
        #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container {
          position: relative;
          padding-left: 4.375em;
          box-sizing: border-box; }
          #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
            border-left: 1px solid #009FE1;
            padding-left: 1.25em; }
          #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container .p6-list-counter {
            position: absolute;
            left: 0;
            top: 0; }
            #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1 {
              color: #009FE1;
              font-size: 2.625em;
              line-height: 1.375em; }
          #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container .pc-margin-bottom-deca .pc-h4 {
            color: #272727;
            font-size: 1.125em;
            line-height: 1.5em;
            font-family: Arial, sans-serif;
            font-weight: bold; }
            @media only screen and (max-width: 1000px) {
              #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container .pc-margin-bottom-deca .pc-h4 {
                line-height: 1.25em; } }
          #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container p {
            font-size: 1em;
            line-height: 1.375em;
            font-family: Arial, sans-serif;
            margin-top: 0.875em;
            margin-bottom: 0px; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-hotspot .p6-list .p6-list-item .p6-list-item-container p {
                margin-top: 0.25em; } }
    #af-product-card .af-hotspot .p6-image {
      position: relative;
      z-index: 0;
      width: 100%;
      height: auto; }
      #af-product-card .af-hotspot .p6-image .pc-hotspot:hover .pc-hotspot-inside-circle {
        width: 70%;
        height: 70%; }
    #af-product-card .af-hotspot .p6-hotspots {
      position: absolute;
      left: 0;
      top: 0;
      height: auto;
      width: 100%; }
      #af-product-card .af-hotspot .p6-hotspots::after {
        content: "";
        display: block; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-hotspot .p6-hotspots {
          display: none; } }
      #af-product-card .af-hotspot .p6-hotspots .p6-hotspots-content {
        position: absolute;
        left: 100%;
        height: 100%;
        width: 100%;
        margin-left: 1em;
        z-index: 3; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-hotspot .p6-hotspots .p6-hotspots-content {
            left: 0%;
            top: 450px;
            min-height: 500px;
            margin-left: 2em; } }
  #af-product-card .pc-hotspot {
    display: block;
    cursor: pointer;
    width: 4em;
    height: 4em;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #af-product-card .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 32px;
      height: 32px;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      #af-product-card .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        content: '';
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: pulse 2s infinite;
        -moz-animation: pulse 2s infinite;
        -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    #af-product-card .pc-hotspot .pc-hotspot-inside img, #af-product-card .pc-hotspot .pc-hotspot-inside p {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      font-size: 16px;
      left: 50%;
      top: 50%;
      z-index: 3;
      width: 18px;
      height: 18px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0;
      margin: 0px; }
    #af-product-card .pc-hotspot .pc-hotspot-inside p {
      font-weight: bold;
      color: white;
      font-family: Arial; }
    #af-product-card .pc-hotspot .pc-hotspot-small {
      width: 4em;
      height: 4em; }
      #af-product-card .pc-hotspot .pc-hotspot-small .pc-hotspot-inside .pc-hotspot-inside-circle {
        width: 32px;
        height: 32px; }
    #af-product-card .pc-hotspot .m-st-3 {
      -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
      -moz-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
      box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
      background-color: #009FE1; }
      @media only screen and (max-width: 700px) {
        #af-product-card .pc-hotspot .m-st-3 {
          opacity: 0.5; } }
  #af-product-card .p6-image .pc-hotspot-01:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item {
    opacity: 0.4; }
  #af-product-card .p6-image .pc-hotspot-01:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-01 {
    opacity: 1 !important;
    -webkit-transform: translateX(-1em);
    -moz-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    -o-transform: translateX(-1em);
    transform: translateX(-1em); }
  #af-product-card .p6-image .pc-hotspot-01:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-01 .p6-list-item-container .p6-list-item-content .pc-margin-bottom-deca .pc-h4 {
    color: #009FE1; }
  #af-product-card .pc-hotspot-02:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item {
    opacity: 0.4; }
  #af-product-card .pc-hotspot-02:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-02 {
    opacity: 1 !important;
    -webkit-transform: translateX(-1em);
    -moz-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    -o-transform: translateX(-1em);
    transform: translateX(-1em); }
  #af-product-card .pc-hotspot-02:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-02 .p6-list-item-container .p6-list-item-content .pc-margin-bottom-deca .pc-h4 {
    color: #009FE1; }
  #af-product-card .pc-hotspot-03:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item {
    opacity: 0.4; }
  #af-product-card .pc-hotspot-03:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-03 {
    opacity: 1 !important;
    -webkit-transform: translateX(-1em);
    -moz-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    -o-transform: translateX(-1em);
    transform: translateX(-1em); }
  #af-product-card .pc-hotspot-03:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-03 .p6-list-item-container .p6-list-item-content .pc-margin-bottom-deca .pc-h4 {
    color: #009FE1; }
  #af-product-card .pc-hotspot-04:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item {
    opacity: 0.4; }
  #af-product-card .pc-hotspot-04:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-04 {
    opacity: 1 !important;
    -webkit-transform: translateX(-1em);
    -moz-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    -o-transform: translateX(-1em);
    transform: translateX(-1em); }
  #af-product-card .pc-hotspot-04:hover ~ .p6-hotspots .p6-hotspots-content .p6-list-item.p6-list-item-04 .p6-list-item-container .p6-list-item-content .pc-margin-bottom-deca .pc-h4 {
    color: #009FE1; }
  #af-product-card .af-box-gradient {
    height: 70px;
    display: none;
    background-image: linear-gradient(to bottom, #e0e0e0, #ffffff); }
    @media only screen and (max-width: 700px) {
      #af-product-card .af-box-gradient {
        display: block; } }
  #af-product-card .p6-cell-info {
    font-size: 0.75em;
    line-height: 1.375em;
    color: #bfbfbf;
    font-family: Arial;
    margin-top: 1.5em;
    padding-right: 1.5625em;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      #af-product-card .p6-cell-info {
        display: none; } }
  #af-product-card .p6-cell-info-mobile {
    font-size: 0.75em;
    line-height: 1.375em;
    color: #bfbfbf;
    margin-top: 1.5em;
    padding: 0 20px;
    text-align: center;
    display: none; }
    @media only screen and (max-width: 700px) {
      #af-product-card .p6-cell-info-mobile {
        display: block; } }
  #af-product-card .af-btn-open {
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: -25px;
    width: 128px;
    height: 32px;
    border-radius: 40px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #edf0f2;
    transform: translateX(-50%);
    left: 50%; }
    @media only screen and (max-width: 700px) {
      #af-product-card .af-btn-open {
        bottom: 10px; } }
    #af-product-card .af-btn-open .open-btn {
      width: 96px;
      height: 40px;
      border-radius: 40px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
      background-color: #009fe1;
      font-size: 14px;
      font-family: Arial;
      font-weight: bold;
      text-align: center;
      padding-top: 10px;
      color: white;
      float: right;
      box-sizing: border-box;
      margin-top: -4px; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-btn-open .open-btn {
          padding-top: 11px; } }
    #af-product-card .af-btn-open .close-btn {
      width: 96px;
      height: 40px;
      border-radius: 40px;
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
      background-color: black;
      font-size: 14px;
      font-family: Arial;
      font-weight: bold;
      text-align: center;
      padding-top: 10px;
      color: white;
      float: left;
      box-sizing: border-box;
      margin-top: -4px;
      display: none; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-btn-open .close-btn {
          padding-top: 11px; } }
  #af-product-card #fridgeAmClose {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    height: 0px; }
  #af-product-card #fridgeAmOpen {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    height: auto; }
  #af-product-card #openListContent {
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    opacity: 1; }
  #af-product-card #openListContentMobile {
    display: block; }
  #af-product-card #closeListContent {
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
    opacity: 0; }
  #af-product-card #closeListContentMobile {
    display: none; }
  #af-product-card .pc-close-hotspot {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0; }
  #af-product-card .pc-open-hotspot {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image #closeListContent {
    opacity: 1; }
  #af-product-card .CheckOpenClose:checked ~ #closeListContentMobile {
    display: block; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-cell-container .pc-relative .af-btn-open .open-btn {
    display: none; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-cell-container .pc-relative .af-btn-open .close-btn {
    display: block; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image #openListContent {
    opacity: 0; }
  #af-product-card .CheckOpenClose:checked ~ #openListContentMobile {
    display: none; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image .pc-open-hotspot {
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image #fridgeAmOpen {
    opacity: 0;
    height: 0px; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image #fridgeAmClose {
    opacity: 1;
    height: auto; }
  #af-product-card .CheckOpenClose:checked ~ .p6-cell-top .p6-image .pc-close-hotspot {
    opacity: 1; }
  #af-product-card .af-description-functions {
    margin-top: 3.125em;
    margin-left: auto;
    margin-right: auto;
    max-width: 708px;
    width: 100%; }
    @media only screen and (max-width: 700px) {
      #af-product-card .af-description-functions {
        margin-top: 3.5em; } }
    @media only screen and (max-width: 600px) {
      #af-product-card .af-description-functions {
        width: 100%; } }
    #af-product-card .af-description-functions .af-description-item {
      margin-bottom: 3em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center; }
      #af-product-card .af-description-functions .af-description-item .af-description-item-text {
        width: 48%;
        text-align: right; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-description-functions .af-description-item .af-description-item-text {
            width: 100%;
            margin-top: 3em; } }
        #af-product-card .af-description-functions .af-description-item .af-description-item-text .af-description-type {
          font-size: 1em;
          color: #009FE1;
          text-transform: uppercase;
          font-family: Arial, sans-serif;
          font-weight: bold;
          margin-bottom: 0.5em;
          text-align: left; }
        #af-product-card .af-description-functions .af-description-item .af-description-item-text .af-description-ng {
          font-size: 1.375em;
          line-height: 1.25em;
          text-align: left; }
          #af-product-card .af-description-functions .af-description-item .af-description-item-text .af-description-ng strong {
            color: #272727; }
        #af-product-card .af-description-functions .af-description-item .af-description-item-text p {
          font-family: Arial, sans-serif;
          margin-bottom: 0px;
          margin-top: 1.25em;
          text-align: left;
          line-height: 1.375em; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-description-functions .af-description-item .af-description-item-text p {
              margin-top: 1.875em; } }
      #af-product-card .af-description-functions .af-description-item .af-description-item-img {
        width: 48%;
        justify-content: center;
        flex-direction: column; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-description-functions .af-description-item .af-description-item-img {
            width: 100%; } }
        #af-product-card .af-description-functions .af-description-item .af-description-item-img .af-fit-cover {
          width: 100%;
          height: 18.75em; }
          @media only screen and (max-width: 800px) {
            #af-product-card .af-description-functions .af-description-item .af-description-item-img .af-fit-cover {
              height: auto; } }
          #af-product-card .af-description-functions .af-description-item .af-description-item-img .af-fit-cover img {
            float: left;
            width: 100%;
            height: 100%;
            object-fit: cover; }
            @media only screen and (max-width: 800px) {
              #af-product-card .af-description-functions .af-description-item .af-description-item-img .af-fit-cover img {
                height: auto;
                object-fit: unset; } }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-description-functions .af-description-item.af-item-right {
          flex-direction: row-reverse; } }
      #af-product-card .af-description-functions .af-description-item.af-item-left {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-description-functions .af-description-item.af-item-left {
            flex-direction: row; } }
        #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text {
          text-align: right; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text {
              text-align: left; } }
          #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text .af-description-type {
            text-align: right; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text .af-description-type {
                text-align: left; } }
          #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text .af-description-ng {
            text-align: right; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text .af-description-ng {
                text-align: left; } }
          #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text p {
            text-align: right; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-description-functions .af-description-item.af-item-left .af-description-item-text p {
                text-align: left; } }
  #af-product-card .af-video {
    margin-top: 5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 708px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 2em;
    border-radius: 6px;
    box-sizing: border-box; }
    #af-product-card .af-video .am-video-ng {
      font-size: 1.375em;
      text-align: center;
      margin-bottom: 1.25em; }
    #af-product-card .af-video .af-video-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      #af-product-card .af-video .af-video-box .af-video-item {
        width: 30%;
        max-width: 19em; }
        @media only screen and (max-width: 600px) {
          #af-product-card .af-video .af-video-box .af-video-item {
            width: 100%; } }
        #af-product-card .af-video .af-video-box .af-video-item iframe {
          width: 100% !important;
          height: auto !important; }
        #af-product-card .af-video .af-video-box .af-video-item .af-video-title {
          font-family: Arial, sans-serif;
          line-height: 1.375em;
          text-align: center;
          font-weight: bold;
          margin-top: 1em; }
  #af-product-card .af-informations {
    font-size: 0.75em;
    padding-top: 2em;
    text-align: center;
    line-height: 1.375em;
    color: #bfbfbf;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 48px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    max-width: 708px;
    margin: auto; }
    @media only screen and (max-width: 700px) {
      #af-product-card .af-informations {
        padding: 14px 20px 0px 20px;
        border-bottom: 0px;
        width: 90%; } }
  #af-product-card .af-b6 {
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px;
    margin-top: 4em;
    box-sizing: border-box; }
    #af-product-card .af-b6 .ng-h1 {
      text-align: center;
      font-size: 1.375em;
      line-height: 1.625em; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-b6 .ng-h1 {
          font-size: 1.375em;
          line-height: 32px; } }
  #af-product-card .af-icons {
    width: 100%;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em; }
    #af-product-card .af-icons input[type="checkbox"] {
      display: none; }
    #af-product-card .af-icons .af-icons-items .af-icons-items-row {
      max-width: 44em;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column {
        -webkit-flex-basis: 12.5em;
        -ms-flex-preferred-size: 12.5em;
        flex-basis: 12.5em;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        @media only screen and (max-width: 600px) {
          #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column {
            -webkit-flex-basis: 60%;
            -ms-flex-preferred-size: 60%;
            flex-basis: 60%; } }
        #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item {
          padding: 0.75em 1.25em; }
          #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container {
            position: relative; }
            #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label {
              max-width: 24em;
              padding-right: 2em; }
              #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label {
                display: table;
                -webkit-tap-highlight-color: transparent;
                width: 100%;
                cursor: pointer;
                margin: 0;
                color: #231f20;
                -webkit-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                transition: color 0.3s ease; }
                #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-arrow {
                  display: block;
                  width: 24px;
                  height: 24px;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  border-radius: 50%;
                  background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/arrow.png");
                  -moz-background-size: 16px 11px;
                  -o-background-size: 16px 11px;
                  background-size: 16px 11px;
                  background-position: center 58%;
                  background-repeat: no-repeat;
                  background-color: #231f20;
                  opacity: 0.1;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  transition: all 0.3s ease;
                  position: absolute;
                  right: 0;
                  top: 50%;
                  margin-top: -12px; }
                #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-icon {
                  width: 5em;
                  height: 5em;
                  padding-right: 1.5em;
                  display: table-cell;
                  vertical-align: middle;
                  -webkit-transition: .3s ease;
                  -o-transition: .3s ease;
                  transition: .3s ease;
                  -webkit-box-shadow: 0 0 0 transparent;
                  box-shadow: 0 0 0 transparent;
                  border-radius: 7px; }
                  #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-icon img {
                    width: 70px;
                    height: 70px;
                    -webkit-transition: .3s ease;
                    -o-transition: .3s ease;
                    transition: .3s ease;
                    border-radius: 6px;
                    max-width: none; }
                #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-description {
                  display: table-cell;
                  vertical-align: middle; }
                  #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-description .af-h3 {
                    font-size: 1.125em;
                    font-family: Arial, sans-serif;
                    font-weight: bold;
                    color: #272727;
                    line-height: 1.5em; }
          #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-content {
            max-width: 20em;
            display: none;
            -webkit-animation: fadeInRight 0.5s;
            -moz-animation: fadeInRight 0.5s;
            -o-animation: fadeInRight 0.5s;
            animation: fadeInRight 0.5s;
            padding-left: 6.5em;
            margin-top: -0.5em; }
            @media only screen and (max-width: 600px) {
              #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-content {
                max-width: 60%; } }
            #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item .af-icons-content p {
              font-family: 'Arial';
              font-weight: 400;
              font-size: 0.875em;
              line-height: 1.375;
              color: #231f20;
              letter-spacing: 0px;
              margin: 0;
              padding: 0; }
        #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item input:checked ~ .af-icons-content {
          display: block; }
        #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item input:checked ~ .af-icons-label-container .af-icons-label .af-icons-description .af-h3 {
          color: #009FE1; }
        #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item input:checked ~ .af-icons-label-container .af-icons-label .af-icons-arrow {
          opacity: 1;
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item:hover .af-icons-icon {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
          #af-product-card .af-icons .af-icons-items .af-icons-items-row .af-icons-column .af-icons-item:hover .af-icons-icon img {
            -webkit-box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.25); }
  #af-product-card .af-icons-small {
    width: 100%;
    max-width: 708px;
    margin: 4em auto 2.25em auto;
    max-height: 10em;
    overflow: hidden;
    opacity: .5;
    -webkit-transition: .75s ease;
    -o-transition: .75s ease;
    transition: .75s ease;
    position: relative; }
    #af-product-card .af-icons-small:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      max-width: 708px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(#FFF)) left repeat;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0.01), #FFF) left repeat;
      background: -o-linear-gradient(rgba(255, 255, 255, 0.01), #FFF) left repeat;
      background: linear-gradient(rgba(255, 255, 255, 0.01), #FFF) left repeat;
      opacity: 1;
      -webkit-transition: .75s ease;
      -o-transition: .75s ease;
      transition: .75s ease;
      top: 0; }
    #af-product-card .af-icons-small .af-icons-items {
      padding-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
      -ms-flex-pack: start;
      justify-content: start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      flex-direction: row; }
      @media only screen and (max-width: 600px) {
        #af-product-card .af-icons-small .af-icons-items {
          padding-left: 30px;
          padding-right: 30px; } }
      @media only screen and (max-width: 500px) {
        #af-product-card .af-icons-small .af-icons-items {
          padding-left: 0px;
          padding-right: 0px; } }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item {
        width: 33.3333%;
        padding: 0.75em;
        position: relative;
        box-sizing: border-box; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-icons-small .af-icons-items .af-icons-item {
            width: 50%; } }
        @media only screen and (max-width: 600px) {
          #af-product-card .af-icons-small .af-icons-items .af-icons-item {
            width: 100%; } }
        #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container {
          position: relative; }
          #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label {
            max-width: 14.375em;
            padding-right: 1em; }
            #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label {
              display: table;
              width: 100%;
              cursor: pointer;
              -webkit-tap-highlight-color: transparent;
              margin: 0;
              color: #231f20;
              -webkit-transition: color 0.3s ease;
              -o-transition: color 0.3s ease;
              -moz-transition: color 0.3s ease;
              transition: color 0.3s ease; }
              #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-arrow {
                display: block;
                width: 20px;
                height: 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/arrow.png");
                -moz-background-size: 16px 11px;
                -o-background-size: 16px 11px;
                background-size: 16px 11px;
                background-position: center 58%;
                background-repeat: no-repeat;
                background-color: #231f20;
                opacity: 0.1;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -12px; }
              #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-icon {
                width: 3em;
                height: 3em;
                padding-right: 1em;
                display: table-cell;
                vertical-align: middle;
                -webkit-transition: .3s ease;
                -o-transition: .3s ease;
                transition: .3s ease;
                -webkit-box-shadow: 0 0 0 transparent;
                box-shadow: 0 0 0 transparent; }
                #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-icon img {
                  width: 3em;
                  height: 3em;
                  -webkit-transition: .3s ease;
                  -o-transition: .3s ease;
                  transition: .3s ease;
                  border-radius: 4px;
                  max-width: none; }
              #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-description {
                display: table-cell;
                vertical-align: middle; }
                #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-label-container .af-icons-label label .af-icons-description .af-h3 {
                  font-size: 1em;
                  font-family: Arial, sans-serif;
                  font-weight: normal;
                  color: #272727; }
        #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-content {
          max-width: 20em;
          display: none;
          -webkit-animation: fadeInRight 0.5s;
          -moz-animation: fadeInRight 0.5s;
          -o-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
          padding-left: 4em; }
          #af-product-card .af-icons-small .af-icons-items .af-icons-item .af-icons-content p {
            font-family: 'Arial';
            font-weight: 400;
            font-size: 0.875em;
            line-height: 1.375;
            color: #231f20;
            letter-spacing: 0px;
            margin: 0;
            padding: 0; }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item input:checked ~ .af-icons-content {
        display: block; }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item input:checked ~ .af-icons-label-container .af-icons-label .af-icons-description .af-h3 {
        color: #009FE1; }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item input:checked ~ .af-icons-label-container .af-icons-label .af-icons-arrow {
        opacity: 1;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item:hover .af-icons-icon {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
        #af-product-card .af-icons-small .af-icons-items .af-icons-item:hover .af-icons-icon img {
          -webkit-box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.25); }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item:visited .af-icons-icon {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset; }
        #af-product-card .af-icons-small .af-icons-items .af-icons-item:visited .af-icons-icon img {
          -webkit-box-shadow: unset;
          box-shadow: unset; }
      #af-product-card .af-icons-small .af-icons-items .af-icons-item:active .af-icons-icon {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset; }
        #af-product-card .af-icons-small .af-icons-items .af-icons-item:active .af-icons-icon img {
          -webkit-box-shadow: unset;
          box-shadow: unset; }
  #af-product-card .am-btn-center {
    text-align: center;
    margin: auto;
    display: block; }
    #af-product-card .am-btn-center .am-btn {
      font-family: 'Arial';
      padding: 1.25em 1.5em;
      background: #009FE1;
      border-radius: 6px;
      color: white;
      display: inline-block;
      font-weight: bold;
      cursor: pointer;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      max-width: 20em;
      margin: 0 auto; }
      #af-product-card .am-btn-center .am-btn img {
        width: 1.0625em;
        height: 1.0625em; }
      #af-product-card .am-btn-center .am-btn.af-see-more img {
        -webkit-transform: translateY(1px) rotate(180deg);
        -ms-transform: translateY(1px) rotate(180deg);
        transform: translateY(1px) rotate(180deg); }
      #af-product-card .am-btn-center .am-btn.faq-more {
        margin-top: 80px; }
        #af-product-card .am-btn-center .am-btn.faq-more img {
          width: 0.8125em;
          height: 0.6875em; }
      #af-product-card .am-btn-center .am-btn.hide-more {
        display: none; }
  #af-product-card #see_icons_check:checked ~ .af-icons-small {
    max-height: 1500px;
    opacity: 1; }
  #af-product-card #see_icons_check:checked ~ .af-icons-small:after {
    opacity: 0;
    visibility: hidden; }
  #af-product-card #see_icons_check:checked ~ .am-btn-center .af-see-more {
    display: none; }
  #af-product-card #see_icons_check:checked ~ .am-btn-center .hide-more {
    display: inline-block; }
  #af-product-card .af-faq {
    margin-top: 3.125em;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1em; }
    #af-product-card .af-faq .af-faq-questions {
      width: 68%; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-faq .af-faq-questions {
          width: 100%;
          -webkit-box-ordinal-group: 20;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-top: 2em; } }
      #af-product-card .af-faq .af-faq-questions input {
        display: none; }
      #af-product-card .af-faq .af-faq-questions .af-faq-item {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-right: 0px; }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-faq .af-faq-questions .af-faq-item {
            padding: 1em 3em; } }
        @media only screen and (max-width: 600px) {
          #af-product-card .af-faq .af-faq-questions .af-faq-item {
            padding: 1em 0px; } }
        #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container {
          position: relative; }
          #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label {
            max-width: 43.75em;
            padding-right: 1em; }
            @media only screen and (max-width: 700px) {
              #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label {
                max-width: 90%; } }
            #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label .pc-h4 {
              display: table;
              cursor: pointer;
              -webkit-tap-highlight-color: transparent; }
              #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label .pc-h4 .af-faq-mark {
                padding-right: 16px;
                display: table-cell;
                vertical-align: top;
                line-height: 1em;
                background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/questionmark.jpg");
                background-repeat: no-repeat;
                background-position: 0px 2px; }
              #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
                font-family: Arial, sans-serif;
                line-height: 1.375em;
                font-size: 1.125em;
                font-weight: bold;
                display: table-cell;
                vertical-align: top;
                padding-left: 16px;
                padding-right: 20px;
                color: #009FE1; }
                @media only screen and (max-width: 500px) {
                  #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
                    padding-left: 10px; } }
              #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
                opacity: 1;
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -12px;
                display: block;
                width: 24px;
                height: 24px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/arrow.png");
                -moz-background-size: 16px 11px;
                -o-background-size: 16px 11px;
                background-size: 16px 11px;
                background-position: center 58%;
                background-repeat: no-repeat;
                background-color: #231f20;
                opacity: 0.1;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-content {
          max-width: 40.625em;
          display: none;
          -webkit-animation: fadeInRight 0.5s;
          -moz-animation: fadeInRight 0.5s;
          -o-animation: fadeInRight 0.5s;
          animation: fadeInRight 0.5s;
          margin-left: 34px;
          padding-right: 25px; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-content {
              max-width: 80%; } }
          #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-content .af-margin-top-hecto {
            margin-top: 1em; }
            #af-product-card .af-faq .af-faq-questions .af-faq-item .af-faq-content .af-margin-top-hecto p {
              font-family: Arial, sans-serif;
              line-height: 1.375em;
              font-size: 0.875em; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-1:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
          color: #009FE1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-1:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
          opacity: 1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-1:checked ~ .af-faq-content {
          display: block; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-2:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
          color: #009FE1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-2:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
          opacity: 1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-2:checked ~ .af-faq-content {
          display: block; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-3:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
          color: #009FE1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-3:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
          opacity: 1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-3:checked ~ .af-faq-content {
          display: block; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-4:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
          color: #009FE1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-4:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
          opacity: 1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-4:checked ~ .af-faq-content {
          display: block; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-5:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-text {
          color: #009FE1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-5:checked ~ .af-faq-label-container .af-faq-label .pc-h4 .af-faq-arrow {
          opacity: 1; }
        #af-product-card .af-faq .af-faq-questions .af-faq-item #af-faq-5:checked ~ .af-faq-content {
          display: block; }
    #af-product-card .af-faq .af-faq-img {
      width: 30%;
      height: 18.75em;
      background-color: #f5f5f5;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 6px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-faq .af-faq-img {
          width: 100%;
          -webkit-box-ordinal-group: 20;
          -webkit-order: 1;
          -ms-flex-order: 1;
          background-size: contain;
          order: 1; } }
      #af-product-card .af-faq .af-faq-img img {
        max-width: 322px;
        margin-left: 6%;
        margin-top: 10px;
        position: absolute;
        z-index: 1;
        top: 0;
        display: block;
        -webkit-filter: drop-shadow(-27px 56px 27px grey);
        filter: drop-shadow(-27px 56px 27px grey); }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-faq .af-faq-img img {
            right: 0;
            position: relative; } }
  #af-product-card .af-amica-in-box {
    margin-top: 5em;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/section_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 120%;
    border-radius: 8px 8px 0px 0px; }
    #af-product-card .af-amica-in-box img {
      width: 100%;
      height: auto; }
    #af-product-card .af-amica-in-box .af-img-big {
      display: block; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-amica-in-box .af-img-big {
          display: none; } }
    #af-product-card .af-amica-in-box .af-img-mob {
      display: none; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-amica-in-box .af-img-mob {
          display: block; } }
  #af-product-card .af-footer {
    background-image: url("/media/cache/resolve/filemanager_original/images/descriptions/images/80/800219/storage_app_opisy_amica_728072c_img/section_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 708px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    border-radius: 0px 0px 8px 8px; }
    #af-product-card .af-footer .af-in-products {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 50px; }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-footer .af-in-products {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      #af-product-card .af-footer .af-in-products .af-in-product {
        width: 7.875em;
        text-align: center;
        vertical-align: baseline;
        position: relative;
        z-index: 1000;
        padding-bottom: 1.5em;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #af-product-card .af-footer .af-in-products .af-in-product a {
          text-decoration: none;
          color: white;
          font-family: Arial, sans-serif;
          font-size: 14px;
          display: block;
          margin-top: 8px;
          opacity: 0; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-footer .af-in-products .af-in-product a {
              opacity: 0.5; } }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-footer .af-in-products .af-in-product {
            width: 49%; } }
        #af-product-card .af-footer .af-in-products .af-in-product img {
          height: 6.125em;
          margin-top: 2em; }
        #af-product-card .af-footer .af-in-products .af-in-product span {
          opacity: 0;
          padding-top: 0.625em;
          font-family: Arial, sans-serif;
          font-weight: bold;
          font-size: 0.9375em;
          text-align: center;
          display: block;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: white; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-footer .af-in-products .af-in-product span {
              opacity: 1; } }
        #af-product-card .af-footer .af-in-products .af-in-product:hover {
          border-radius: 6px;
          background-color: #e41429;
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          -webkit-transform: translateX(-1.5em);
          -moz-transform: translateY(-1.5em);
          -ms-transform: translateY(-1.5em);
          -o-transform: translateY(-1.5em);
          transform: translateY(-1.5em); }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-footer .af-in-products .af-in-product:hover {
              border-radius: unset;
              background-color: unset;
              box-shadow: unset;
              -webkit-transform: unset;
              -moz-transform: unset;
              -ms-transform: unset;
              -o-transform: unset;
              transform: unset; } }
          #af-product-card .af-footer .af-in-products .af-in-product:hover a {
            opacity: 0.5; }
          #af-product-card .af-footer .af-in-products .af-in-product:hover span {
            opacity: 1; }
      #af-product-card .af-footer .af-in-products:hover > .af-in-product {
        opacity: 0.5;
        filter: alpha(opacity=50); }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-footer .af-in-products:hover > .af-in-product {
            opacity: unset;
            filter: unset; } }
      #af-product-card .af-footer .af-in-products:hover > .af-in-product:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
        @media only screen and (max-width: 700px) {
          #af-product-card .af-footer .af-in-products:hover > .af-in-product:hover {
            opacity: unset;
            filter: unset; } }
    #af-product-card .af-footer .af-footer-box {
      margin: 0px 3.125em 0px 3.125em;
      padding: 2.375em 3.875em 0 3.875em;
      box-sizing: border-box;
      position: relative;
      -webkit-transform: translateX(-4em);
      -moz-transform: translateY(-4em);
      -ms-transform: translateY(-4em);
      -o-transform: translateY(-4em);
      transform: translateY(-4em); }
      @media only screen and (max-width: 700px) {
        #af-product-card .af-footer .af-footer-box {
          display: none; } }
      #af-product-card .af-footer .af-footer-box .af-footer-ng {
        font-size: 1.375em;
        text-align: center;
        color: white; }
        #af-product-card .af-footer .af-footer-box .af-footer-ng strong {
          color: white; }
      #af-product-card .af-footer .af-footer-box .af-footer-text {
        margin-top: 3em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        align-items: stretch;
        box-sizing: border-box;
        color: white; }
        #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp {
          width: 7.5em;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer; }
          @media only screen and (max-width: 700px) {
            #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp {
              width: 50%;
              height: 140px;
              padding: 10px 0px; } }
          @media only screen and (max-width: 400px) {
            #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp {
              width: 100%;
              height: 140px;
              padding: 10px 0px; } }
          #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp #am_polandmap {
            background: url("../img/polandmap.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3.75em; }
          #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp #am_awwards {
            background: url("../img/awwards.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3.75em; }
          #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp #am_globe {
            background: url("../img/globe.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3.75em; }
          #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp #am_wrench {
            background: url("../img/wrench.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            height: 3.75em; }
          #af-product-card .af-footer .af-footer-box .af-footer-text .af-footer-lp .af-f-t {
            margin-top: 0.75em;
            font-size: 1em;
            line-height: 1.375em;
            font-family: 'UniNeueBold', Arial, sans-serif; }
        #af-product-card .af-footer .af-footer-box .af-footer-text:hover > .af-footer-lp {
          opacity: 0.5;
          filter: alpha(opacity=50); }
        #af-product-card .af-footer .af-footer-box .af-footer-text:hover > .af-footer-lp:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    #af-product-card .af-footer .af-footer-logo {
      text-align: center; }
      #af-product-card .af-footer .af-footer-logo img {
        height: 6em;
        width: auto; }
  #af-product-card .af-no-icon {
    display: none; }
  @media only screen and (max-width: 700px) {
    #af-product-card .af-mikro-mobile {
      display: none; } }
  #af-product-card input[type="checkbox"] {
    display: none; }
  #af-product-card .hideIconA {
    display: none; }

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