/*normal, multiply, screen, overlay, darken, lighten, 
color-dodge, color-burn, hard-light, soft-light, 
difference, exclusion, hue, saturation, color, luminosity;*/
.individual .clients {
  background: white;
  padding-bottom: 0.25%; }
  .individual .clients .third {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer; }
    .individual .clients .third:last-of-type {
      margin: 0; }
    .individual .clients .third .client {
      position: absolute;
      top: 25%;
      padding-left: 10%; }
      .individual .clients .third .client p {
        font-size: 34px;
        font-weight: 300;
        line-height: 1.2em;
        color: white;
        margin-bottom: 0; }
        .individual .clients .third .client p:before {
          content: "";
          width: 9px;
          height: 2px;
          background: white;
          position: absolute;
          top: 18px; }
    .individual .clients .third .red {
      position: absolute;
      height: 100%;
      width: 100%;
      background: #E9532B;
      opacity: 0;
      mix-blend-mode: hard-light; }
  .individual .clients .individual {
    background-image: url(/app/img/title/17d249.jpg); }
    .individual .clients .individual .red {
      opacity: 0.65; }
  .individual .clients .business {
    background-image: url(/app/img/title/26a1a7.jpg); }
  .individual .clients .professional {
    background-image: url(/app/img/title/3468e8.jpg); }

.individual .fullWidth {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/app/img/individual/individualajiem-klientiem-6006dbf0.jpg);
  height: 380px;
  z-index: 10;
  display: none; }
  .individual .fullWidth .full-width .container {
    position: relative;
    padding: 5% 3.4%;
    height: 390px;
    width: 90%; }
    .individual .fullWidth .full-width .container .bckgrnd {
      position: absolute;
      height: 90%;
      width: 90%;
      background: #E9532B;
      opacity: 0.65;
      mix-blend-mode: hard-light; }
    .individual .fullWidth .full-width .container .head, .individual .fullWidth .full-width .container .desc {
      color: white;
      position: absolute;
      padding: 0 10%; }
    .individual .fullWidth .full-width .container .head {
      top: 30px; }
      .individual .fullWidth .full-width .container .head p {
        font-size: 30px;
        font-weight: 300;
        line-height: 1em; }
        .individual .fullWidth .full-width .container .head p:before {
          content: "";
          width: 9px;
          height: 2px;
          background: white;
          position: absolute;
          top: 20px; }
    .individual .fullWidth .full-width .container .desc {
      top: 140px; }
      .individual .fullWidth .full-width .container .desc p {
        font-size: 15px;
        line-height: 18px; }

.individual .undersection {
  padding: 0 10px 0;
  z-index: 0; }
  .individual .undersection .desc {
    display: block;
    margin: 0 auto;
    padding-bottom: 100px; }
    .individual .undersection .desc h4 {
      font-size: 21px;
      color: #E9532B;
      font-weight: 500;
      margin: 30px 0;
      text-align: center; }
    .individual .undersection .desc .symptoms {
      margin: 0;
      padding: 0; }
      .individual .undersection .desc .symptoms .symptom {
        list-style: none;
        padding-top: 3px;
        font-weight: 600; }

.individual .services {
  background: white;
  padding: 0 10px 40px; }
  .individual .services h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    padding: 30px 0;
    margin: 0; }
  .individual .services .service {
    display: block; }
    .individual .services .service .serviceImg {
      height: 0;
      display: inline-block;
      padding-bottom: 20%;
      width: 20%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      vertical-align: middle; }
      .individual .services .service .serviceImg.callCenter {
        background-image: url(/app/img/individual/0-1c9f5f.svg); }
      .individual .services .service .serviceImg.zoom {
        background-image: url(/app/img/individual/0-2e3241.svg); }
      .individual .services .service .serviceImg.group {
        background-image: url(/app/img/individual/0-3540a1.svg); }
      .individual .services .service .serviceImg.computer {
        background-image: url(/app/img/individual/0-42c5f5.svg); }
    .individual .services .service p {
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold;
      display: inline-block;
      width: 80%;
      vertical-align: middle; }
    .individual .services .service .lineActiveService-mobile {
      height: 7px;
      background: #E9532B;
      width: 0;
      transition: 0.1s width; }
    .individual .services .service .service-desc-container {
      max-height: 0;
      padding: 0;
      opacity: 0;
      position: relative;
      border: none;
      overflow: hidden;
      transition: 0 all; }
      .individual .services .service .service-desc-container:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: white;
        transition: 0s top; }
    .individual .services .service.active {
      cursor: pointer; }
      .individual .services .service.active p {
        color: #E9532B; }
      .individual .services .service.active .lineActiveService-mobile {
        width: 100%; }
    .individual .services .service.active .service-desc-container {
      max-height: 999999px;
      padding: 20px;
      border: 1px solid black;
      opacity: 1;
      transition: 0.5s max-height, 1s opacity; }
      .individual .services .service.active .service-desc-container:after {
        transition: 0.5s top;
        top: 100%; }
  .individual .services .lineActiveService-desktop {
    height: 7px;
    background: #E9532B;
    width: 25%;
    display: none; }
  .individual .services .service-desc-container, .individual .services .service-desc-container-pc {
    border: 1px solid black;
    padding: 20px; }
    .individual .services .service-desc-container ul, .individual .services .service-desc-container-pc ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: auto; }
      .individual .services .service-desc-container ul .service-desc, .individual .services .service-desc-container-pc ul .service-desc {
        padding-left: 40px;
        font-size: 15px;
        line-height: 1.25;
        padding-bottom: 1em; }
        .individual .services .service-desc-container ul .service-desc:before, .individual .services .service-desc-container-pc ul .service-desc:before {
          content: "";
          width: 20px;
          height: 8px;
          background: #E9532B;
          position: absolute;
          left: 10px;
          margin-top: 6px; }
        .individual .services .service-desc-container ul .service-desc .kind-of-li, .individual .services .service-desc-container-pc ul .service-desc .kind-of-li {
          padding: 1em 0; }
          .individual .services .service-desc-container ul .service-desc .kind-of-li:before, .individual .services .service-desc-container-pc ul .service-desc .kind-of-li:before {
            content: "";
            width: 20px;
            height: 8px;
            background: #E9532B;
            display: inline-block;
            margin-right: 20px; }
  .individual .services .service-desc-container-pc {
    display: none; }

.individual .payment h3 {
  margin: 30px 0;
  color: #E9532B;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  font-size: 21px; }

.individual .payment .side {
  padding: 0 10px; }
  .individual .payment .side .payment-desc {
    padding: 0; }
    .individual .payment .side .payment-desc .title {
      margin-bottom: 0;
      text-transform: uppercase; }
    .individual .payment .side .payment-desc h4, .individual .payment .side .payment-desc p {
      font-size: 15px; }
    .individual .payment .side .payment-desc p {
      margin-top: 0; }

.individual .payment .side-1 .payment-desc p:last-child {
  margin-bottom: 0;
  padding-bottom: 30px; }

.individual .toTop {
  display: inline-block;
  width: 100%;
  background: white;
  text-align: center;
  height: 130px;
  color: #E9532B;
  padding: 45px 0 10px;
  font-weight: 300;
  cursor: pointer; }
  .individual .toTop .arrowTop {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 60px;
    background-image: url(/app/img/uparrowfe0ad.svg); }
    .individual .toTop .arrowTop:hover {
      opacity: 0.7; }
  .individual .toTop p {
    margin: 0;
    font-size: 14px; }

@media only screen and (min-width: 426px) {
  .individual .clients .third {
    display: inline-block;
    width: 32.66%;
    margin: 0 1% 0 0; }
    .individual .clients .third .client p {
      font-size: 24px; }
    .individual .clients .third:last-of-type {
      margin: 0; }
  .individual .fullWidth {
    display: block;
    height: 400px;
    background-image: url(/app/img/individual/individualajiem-klientiem-900f7d5d.jpg); }
    .individual .fullWidth .full-width {
      height: 100%; }
      .individual .fullWidth .full-width .container {
        max-width: 400px;
        height: 100%;
        padding-top: 48px;
        box-sizing: border-box;
        overflow: visible; }
        .individual .fullWidth .full-width .container .head {
          top: 90px; }
        .individual .fullWidth .full-width .container .desc {
          top: auto;
          bottom: 0; }
          .individual .fullWidth .full-width .container .desc p {
            margin-bottom: 0; }
        .individual .fullWidth .full-width .container .bckgrnd {
          height: 340px;
          bottom: -10px; }
  .individual .undersection {
    padding: 50px 0; }
    .individual .undersection .desc {
      display: block;
      margin: 0 auto;
      width: 87.5%;
      padding: 0; }
      .individual .undersection .desc h4 {
        font-size: 34px;
        margin-top: 0; }
      .individual .undersection .desc p, .individual .undersection .desc .symptoms {
        padding-left: 20px;
        padding-right: 20px; }
  .individual .services .contained h3 {
    margin: 0;
    padding: 50px 0;
    font-size: 34px; }
  .individual .services .service {
    width: 25%;
    display: inline-block;
    vertical-align: top; }
    .individual .services .service .serviceImg, .individual .services .service p {
      display: block;
      width: auto;
      text-align: center; }
    .individual .services .service .serviceImg {
      padding-bottom: 100%; }
    .individual .services .service .service-desc-container {
      display: none; }
    .individual .services .service:hover {
      cursor: pointer; }
      .individual .services .service:hover p {
        color: #E9532B; }
      .individual .services .service:hover .lineActiveService-mobile {
        width: 100%; }
  .individual .services .service-desc-container-pc {
    display: block; }
    .individual .services .service-desc-container-pc ul {
      display: none; }
    .individual .services .service-desc-container-pc .service-desc .insidelist {
      display: block;
      padding-left: 30px; }
      .individual .services .service-desc-container-pc .service-desc .insidelist li:before {
        content: "\25CF";
        color: #E9532B;
        position: absolute;
        left: 10px; }
  .individual .services .lineActiveService-mobile {
    display: none; }
  .individual .services .lineActiveService-desktop {
    display: block;
    transition: margin-left 0.3s; }
  .individual .services .service-desc-container ul .service-desc {
    padding-left: 60px; }
  .individual .payment {
    padding-bottom: 100px; }
    .individual .payment .contained h3 {
      font-size: 34px; }
    .individual .payment .side {
      display: inline-block;
      width: 45%;
      padding: 0 2.5%;
      vertical-align: top; } }

@media only screen and (min-width: 900px) {
  .individual .clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .individual .clients .third .client {
      padding-left: 70px; }
      .individual .clients .third .client p {
        font-size: 34px; }
    .individual .clients .third:hover .red {
      opacity: 0.65; }
  .individual .fullWidth {
    height: 500px;
    background-image: url(/app/img/individual/individualajiem-klientiem-12003c2b1.jpg); }
    .individual .fullWidth .full-width {
      height: 100%; }
      .individual .fullWidth .full-width .container .head {
        top: 162px; }
      .individual .fullWidth .full-width .container .desc {
        top: 282px; }
      .individual .fullWidth .full-width .container .bckgrnd {
        height: 80%; }
  .individual .undersection {
    padding: 0 0 100px 0; }
    .individual .undersection .desc {
      width: 50%; }
      .individual .undersection .desc h4 {
        font-size: 34px;
        margin: 50px 0; }
      .individual .undersection .desc p {
        margin-top: 0; }
      .individual .undersection .desc p, .individual .undersection .desc .symptoms {
        padding-left: 40px;
        padding-right: 40px; }
  .individual .services {
    padding: 0 0 100px;
    margin: 0 auto; }
    .individual .services .contained {
      max-width: 950px; }
    .individual .services h3 {
      font-size: 34px; }
    .individual .services .service .serviceImg {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 60%; }
    .individual .services .service p {
      margin-top: 0;
      font-size: 15px; }
    .individual .services .service-desc-container {
      padding: 50px 20px; }
  .individual .payment h3 {
    font-size: 34px;
    padding: 0;
    margin: 50px 0; }
  .individual .payment .side {
    width: 36.2%;
    padding: 0 6.9%; } }
