/*	vars  */
/* fonts */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

ul, p {
  margin: 0;
  padding: 0; }

body {
  position: relative; }

img, a {
  display: block; }

.clearFix {
  clear: both; }

.screen .title {
  color: #7db06c;
  text-align: center;
  font-family: "Pacifico", cursive;
  font-size: 70px;
  font-weight: 400; }

.animStart {
  opacity: 0; }

/*


SCREEN 1


*/
.screen1 {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: 79px auto;
  background: #fffaf8;
  border: 1px solid rgba(249, 211, 217, 0.5);
  padding: 60px 0; }
  .screen1 .headerWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 104px; }
    .screen1 .headerWrap .menu {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 20px;
      width: 930px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .screen1 .headerWrap .menu .item {
        cursor: pointer;
        text-decoration: none;
        color: #666;
        text-transform: lowercase; }
      .screen1 .headerWrap .menu .itemHover {
        position: relative; }
        .screen1 .headerWrap .menu .itemHover:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: -3px;
          left: 0;
          background: #f6afbc;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: 50%;
              -ms-transform-origin: 50%;
                  transform-origin: 50%;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out; }
        .screen1 .headerWrap .menu .itemHover:hover:before {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
      .screen1 .headerWrap .menu a {
        text-transform: uppercase !important;
        text-decoration: underline !important; }
        .screen1 .headerWrap .menu a:hover {
          text-decoration: none !important; }
    .screen1 .headerWrap .logoWrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .screen1 .headerWrap .logoWrap a:first-child {
        margin-right: 48px; }
        .screen1 .headerWrap .logoWrap a:first-child img {
          width: 86px; }
      .screen1 .headerWrap .logoWrap a:last-child img {
        width: 125px; }
  .screen1 .contentWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .screen1 .contentWrap .textPart {
      margin: 20px 194px 0 0; }
      .screen1 .contentWrap .textPart .title {
        color: #7db06c;
        text-align: center;
        font-family: "Pacifico", cursive;
        font-size: 70px;
        font-weight: 400; }
      .screen1 .contentWrap .textPart .desc {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #58647a;
        margin-top: 5px;
        margin-bottom: 46px;
        text-transform: uppercase; }
      .screen1 .contentWrap .textPart .circlesWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 612px; }
        .screen1 .contentWrap .textPart .circlesWrap .circle {
          width: 176px;
          height: 176px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          background: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .screen1 .contentWrap .textPart .circlesWrap .circle .imgHolder {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0 auto 10px auto;
            height: 43px; }
            .screen1 .contentWrap .textPart .circlesWrap .circle .imgHolder .text {
              color: #7db06c;
              font-family: "Pacifico", cursive;
              font-size: 21px;
              line-height: 21px;
              font-weight: 400;
              margin-right: 11px; }
          .screen1 .contentWrap .textPart .circlesWrap .circle .imgHolder1 img {
            width: 25px;
            height: 43px; }
          .screen1 .contentWrap .textPart .circlesWrap .circle .imgHolder2 img {
            width: 61px;
            height: 37px; }
          .screen1 .contentWrap .textPart .circlesWrap .circle .imgHolder3 img {
            width: 43px;
            height: 37px; }
          .screen1 .contentWrap .textPart .circlesWrap .circle .text {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 20px;
            color: #58647a;
            text-align: center;
            line-height: 24px; }
      .screen1 .contentWrap .textPart .aboutProd {
        width: 600px;
        margin: 51px auto 0 auto; }
        .screen1 .contentWrap .textPart .aboutProd .text {
          text-align: center;
          color: #7db06c;
          font-size: 20px;
          font-weight: 500; }
        .screen1 .contentWrap .textPart .aboutProd img {
          width: 48px;
          margin: 17px auto 0 auto; }
    .screen1 .contentWrap .parallaxWrap {
      position: relative;
      margin-top: 75px; }
      .screen1 .contentWrap .parallaxWrap .innerCircle {
        width: 430px;
        height: 430px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: relative;
        overflow: hidden;
        position: relative; }
        .screen1 .contentWrap .parallaxWrap .innerCircle .bg {
          position: absolute;
          background: #daf2d0;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
        .screen1 .contentWrap .parallaxWrap .innerCircle .parallax {
          width: 500px;
          position: absolute;
          top: 37px;
          left: -52px;
          -webkit-transition: all .7s ease-out;
          transition: all .7s ease-out; }
        .screen1 .contentWrap .parallaxWrap .innerCircle .babyPart {
          position: absolute;
          bottom: -52px;
          right: -82px;
          width: 480px; }
      .screen1 .contentWrap .parallaxWrap .babyHead {
        position: absolute;
        width: 360px;
        bottom: -33px;
        right: -82px; }
      .screen1 .contentWrap .parallaxWrap .hearts {
        position: absolute;
        top: 57px;
        right: -68px;
        width: 64px; }

.footerWrap .footerLogo {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: 79px auto;
  background: #f5fcff;
  border: 1px solid rgba(198, 226, 238, 0.5);
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footerWrap .footerLogo .gilbert img {
    width: 86px;
    height: 28px; }
  .footerWrap .footerLogo .acino img {
    width: 125px; }
  .footerWrap .footerLogo a {
    margin: 0 55px; }

.footerWrap .footerText {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: 52px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #58647a; }
  .footerWrap .footerText a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #58647a;
    margin-bottom: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .footerWrap .footerText a:hover {
      text-decoration: none; }
  .footerWrap .footerText .text {
    margin-top: 40px;
    font-weight: 500; }
  .footerWrap .footerText .policyWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/*


SCREEN 2


*/
.screen2 {
  padding: 40px 0 0 0; }
  .screen2 .title {
    text-align: center;
    color: #7db06c;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-size: 50px;
    line-height: 48px; }
  .screen2 .contentWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 155px;
    margin-bottom: 146px; }
    .screen2 .contentWrap .innerBlock {
      position: relative; }
      .screen2 .contentWrap .innerBlock .title {
        text-align: left;
        margin-bottom: 30px; }
      .screen2 .contentWrap .innerBlock .desc {
        color: #58647a;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400; }
      .screen2 .contentWrap .innerBlock .decor {
        position: absolute;
        top: -53px;
        left: -145px;
        width: 164px; }
      .screen2 .contentWrap .innerBlock .flacon {
        width: 200px;
        -webkit-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        position: relative;
        z-index: 1; }
      .screen2 .contentWrap .innerBlock:last-child .decor {
        width: 108px;
        top: -63px;
        right: -12px;
        left: auto; }
    .screen2 .contentWrap .prodBlock {
      margin: 0 140px; }
      .screen2 .contentWrap .prodBlock .seqHolder {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 0; }
        .screen2 .contentWrap .prodBlock .seqHolder img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 0; }
  .screen2 .bottom {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    margin: auto;
    background: #f5fcff;
    border: 1px solid rgba(198, 226, 238, 0.5);
    padding: 95px 0 82px 0; }
    .screen2 .bottom .dots {
      width: 355px;
      margin: auto;
      position: relative;
      z-index: 0; }
    .screen2 .bottom .inner {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 83px;
      margin-top: 50px; }
      .screen2 .bottom .inner .block {
        width: 30%;
        position: relative;
        z-index: 1; }
        .screen2 .bottom .inner .block .icoHolder {
          height: 78px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          margin-bottom: 15px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .screen2 .bottom .inner .block .icoHolder1 img {
          width: 53px; }
        .screen2 .bottom .inner .block .icoHolder2 img {
          width: 64px; }
        .screen2 .bottom .inner .block .icoHolder3 img {
          width: 50px;
          -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
                  transform: rotate(20deg); }
        .screen2 .bottom .inner .block .text {
          text-align: center;
          color: #58647a;
          font-family: "Open Sans", sans-serif;
          font-size: 20px;
          line-height: 30px; }
        .screen2 .bottom .inner .block .hover {
          position: absolute;
          display: none;
          font-family: "Open Sans", sans-serif;
          color: #58647a;
          font-weight: 400;
          z-index: 1; }
          .screen2 .bottom .inner .block .hover .text {
            padding: 35px 134px 0 47px;
            text-align: left;
            opacity: .8;
            font-size: 16px;
            line-height: 20px; }
      .screen2 .bottom .inner .block1 .hover {
        width: 715px;
        height: 135px;
        background: url("../images/hoverBg1.png") no-repeat 50% 50%;
        background-size: cover;
        bottom: -150px;
        left: -48px; }
      .screen2 .bottom .inner .block1:hover .hover {
        display: block; }
      .screen2 .bottom .inner .block2 .hover {
        width: 630px;
        height: 77px;
        background: url("../images/hoverBg2.png") no-repeat 50% 50%;
        background-size: cover;
        top: -153px;
        left: -89px; }
        .screen2 .bottom .inner .block2 .hover .text {
          padding: 18px 0 0 47px; }
      .screen2 .bottom .inner .block2:hover .hover {
        display: block; }

/*


SCREEN 3


*/
.screen3 {
  margin-top: 30px;
  padding-top: 45px; }
  .screen3 .title {
    text-align: center;
    color: #7db06c;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-size: 50px;
    line-height: 48px; }
  .screen3 .subtitle1 {
    margin: 60px 0 20px 0; }
    .screen3 .subtitle1 .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .screen3 .subtitle1 .text {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 400;
      color: #58647a; }
    .screen3 .subtitle1 img {
      width: 53px;
      margin-left: 5px; }
  .screen3 .subtitle2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .screen3 .subtitle2 .text {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #58647a; }
    .screen3 .subtitle2 img {
      width: 53px;
      margin-left: 5px; }
  .screen3 .instructionWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 125px;
    margin-bottom: 225px; }
    .screen3 .instructionWrap .instruction {
      position: relative; }
      .screen3 .instructionWrap .instruction .imgHolder {
        height: 212px;
        position: relative;
        font-family: "Pacifico", cursive;
        font-size: 50px;
        color: #ffafbc;
        font-weight: 400;
        margin-bottom: 10px; }
        .screen3 .instructionWrap .instruction .imgHolder img {
          position: absolute; }
        .screen3 .instructionWrap .instruction .imgHolder .spiral {
          width: 64px;
          top: 34px;
          left: 39px; }
        .screen3 .instructionWrap .instruction .imgHolder .bottle {
          top: 29px;
          right: 0;
          width: 90px;
          -webkit-transform: rotate(23deg);
              -ms-transform: rotate(23deg);
                  transform: rotate(23deg); }
        .screen3 .instructionWrap .instruction .imgHolder .wipe {
          bottom: 11px;
          left: 32px;
          width: 99px; }
        .screen3 .instructionWrap .instruction .imgHolder .greenDrop {
          bottom: 58px;
          left: 52px;
          width: 30px; }
        .screen3 .instructionWrap .instruction .imgHolder .baby {
          left: 16px;
          bottom: 18px;
          width: 208px; }
      .screen3 .instructionWrap .instruction .text {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #58647a;
        position: relative;
        text-align: center; }
        .screen3 .instructionWrap .instruction .text img {
          position: absolute;
          bottom: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .screen3 .instructionWrap .instruction .hover {
        position: absolute;
        display: none; }
        .screen3 .instructionWrap .instruction .hover .text {
          text-align: center;
          font-family: "Open Sans", sans-serif;
          color: #ffafbc;
          font-size: 20px;
          line-height: 30px;
          font-weight: 400; }
        .screen3 .instructionWrap .instruction .hover img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -238px; }
    .screen3 .instructionWrap .decorArrow {
      width: 159px;
      margin: 95px 20px 0 20px; }
    .screen3 .instructionWrap .instruction1 {
      margin-right: 30px; }
      .screen3 .instructionWrap .instruction1 .hover {
        width: 365px;
        bottom: -149px;
        right: -540px; }
        .screen3 .instructionWrap .instruction1 .hover img {
          width: 214px; }
      .screen3 .instructionWrap .instruction1:hover .hover {
        display: block; }
    .screen3 .instructionWrap .instruction2 .hover {
      width: 430px;
      bottom: -90px;
      right: -535px; }
      .screen3 .instructionWrap .instruction2 .hover img {
        width: 215px;
        top: 115%;
        left: -224px; }
    .screen3 .instructionWrap .instruction2:hover .hover {
      display: block; }
    .screen3 .instructionWrap .instruction2 .imgHolder .bottle {
      -webkit-transform: rotate(-108deg);
          -ms-transform: rotate(-108deg);
              transform: rotate(-108deg);
      top: -18px;
      right: 50px; }
    .screen3 .instructionWrap .instruction3 .hover {
      bottom: -90px;
      left: -78px;
      width: 410px; }
      .screen3 .instructionWrap .instruction3 .hover img {
        width: 242px;
        top: 160%;
        left: -239px; }
    .screen3 .instructionWrap .instruction3:hover .hover {
      display: block; }
    .screen3 .instructionWrap .instruction3 .imgHolder .wipe {
      right: -19px;
      top: 19px;
      left: auto;
      -webkit-transform: rotate(-170deg);
          -ms-transform: rotate(-170deg);
              transform: rotate(-170deg); }

/*


SCREEN 4


*/
.screen4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-conctent: center;
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: auto;
  background: #f5fcff;
  border: 1px solid rgba(198, 226, 238, 0.5); }
  .screen4 .factoryWrap {
    width: 610px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 66px 0 39px 0; }
    .screen4 .factoryWrap .factoty {
      width: 268px;
      margin-bottom: 56px; }
    .screen4 .factoryWrap .logo {
      width: 93px;
      height: 30px; }
  .screen4 .textWrap {
    width: -webkit-calc(100% - 610px);
    width: calc(100% - 610px);
    font-family: "Open Sans", sans-serif; }
    .screen4 .textWrap .top {
      width: 1025px;
      margin-bottom: 30px; }
      .screen4 .textWrap .top .item {
        font-size: 20px;
        line-height: 30px;
        color: #58647a;
        font-weight: 400; }
    .screen4 .textWrap .bottom .item {
      font-size: 16px;
      color: #58647a;
      font-weight: 400; }

/*


SCREEN 5


*/
.screen5 {
  padding: 115px 0 117px 0; }
  .screen5 .arrows {
    margin: 4px auto 0 auto;
    width: 218px; }
  .screen5 .formatsWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -80px; }
    .screen5 .formatsWrap .format {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .screen5 .formatsWrap .format .text {
        font-size: 24px;
        font-weight: 400;
        font-family: "Pacifico", cursive;
        color: #7db06c; }
        .screen5 .formatsWrap .format .text span {
          font-family: "Open Sans", sans-serif;
          font-weight: 600; }
    .screen5 .formatsWrap .format1 img {
      width: 212px;
      -webkit-transform: rotate(-15deg);
          -ms-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    .screen5 .formatsWrap .format1 .text {
      padding-left: 35px; }
    .screen5 .formatsWrap .format2 {
      margin: 0 100px 88px 100px; }
      .screen5 .formatsWrap .format2 img {
        width: 135px;
        -webkit-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
                transform: rotate(5deg); }
      .screen5 .formatsWrap .format2 .text {
        padding-left: 60px;
        margin-top: 75px; }
    .screen5 .formatsWrap .format3 {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 68px; }
      .screen5 .formatsWrap .format3 img {
        width: 121px;
        -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
                transform: rotate(20deg); }
      .screen5 .formatsWrap .format3 .text {
        padding-left: 10px; }
  .screen5 .profitWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 113px 0; }
    .screen5 .profitWrap .profit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .screen5 .profitWrap .profit .text {
        text-align: center;
        font-family: "Open Sans", sans-serif;
        color: #58647a;
        font-size: 20px;
        font-weight: 400; }
    .screen5 .profitWrap .profit1 img {
      width: 109px;
      margin-right: 15px; }
    .screen5 .profitWrap .profit2 {
      margin: 0 177px 0 212px; }
      .screen5 .profitWrap .profit2 img {
        width: 44px;
        -webkit-transform: rotate(-23deg);
            -ms-transform: rotate(-23deg);
                transform: rotate(-23deg);
        margin-right: 15px; }
    .screen5 .profitWrap .profit3 img {
      margin-right: 5px;
      width: 95px; }

/*


SCREEN 6


*/
.screen6 {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: auto;
  padding: 143px 0 93px 0;
  background: #fffaf8;
  border: 1px solid rgba(249, 211, 217, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .screen6 .partnersText {
    margin-right: 195px;
    text-align: center; }
    .screen6 .partnersText .title {
      margin-bottom: 50px;
      line-height: 70px; }
    .screen6 .partnersText .desc {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      color: #58647a; }
    .screen6 .partnersText img {
      margin: 35px auto 0 auto;
      width: 70px;
      height: 70px; }
  .screen6 .partnersSliderWrap {
    position: relative;
    width: 500px; }
    .screen6 .partnersSliderWrap .controls {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      width: 18px; }
    .screen6 .partnersSliderWrap .arrowPrev {
      left: 0; }
    .screen6 .partnersSliderWrap .arrowNext {
      right: 0; }
    .screen6 .partnersSliderWrap .partnersSlider {
      width: 455px;
      margin: auto; }
      .screen6 .partnersSliderWrap .partnersSlider .slick-slide {
        outline: none; }
      .screen6 .partnersSliderWrap .partnersSlider .slick-dots {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-itens: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px; }
        .screen6 .partnersSliderWrap .partnersSlider .slick-dots li {
          list-style: none;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          width: 10px;
          height: 10px;
          margin: 0 15px; }
        .screen6 .partnersSliderWrap .partnersSlider .slick-dots button {
          border: none;
          outline: none;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          width: 10px;
          height: 10px;
          padding: 0;
          background: #ffafbc;
          opacity: .5;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          font-size: 0; }
        .screen6 .partnersSliderWrap .partnersSlider .slick-dots .slick-active button {
          opacity: 1; }
      .screen6 .partnersSliderWrap .partnersSlider .slide .couple {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 10px 0; }
        .screen6 .partnersSliderWrap .partnersSlider .slide .couple a {
          width: 50%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          cursor: default; }
        .screen6 .partnersSliderWrap .partnersSlider .slide .couple img {
          cursor: pointer; }
        .screen6 .partnersSliderWrap .partnersSlider .slide .couple .logoW {
          width: 80%; }

/*


SCREEN 7


*/
.screen7 {
  padding: 80px 0 117px 0; }
  .screen7 .title {
    position: relative; }
    .screen7 .title .img1 {
      position: absolute;
      font-size: 72px;
      color: #ffafbc;
      left: 42%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          -ms-transform: translate(-50%, -50%) rotate(-20deg);
              transform: translate(-50%, -50%) rotate(-20deg); }
    .screen7 .title .img2 {
      position: absolute;
      left: 59%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 77px; }
  .screen7 .desc {
    text-align: center;
    font-size: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #58647a;
    margin-top: 15px; }
  .screen7 .testWrap {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    margin: 43px auto 0 auto; }
    .screen7 .testWrap .questCounter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #7db06c;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .screen7 .testWrap .questCounter .text {
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
        margin-right: 5px;
        padding-bottom: 1px; }
      .screen7 .testWrap .questCounter .count {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-family: "Pacifico", cursive;
        font-size: 36px;
        line-height: 36px;
        font-weight: 400;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .screen7 .testWrap .questCounter .count .decor {
          font-family: "Open Sans", sans-serif;
          font-size: 36px;
          line-height: 28px; }
    .screen7 .testWrap .questPool {
      display: none; }
      .screen7 .testWrap .questPool .questName {
        margin: 36px 0;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 800;
        color: #58647a; }
      .screen7 .testWrap .questPool .quest {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px; }
        .screen7 .testWrap .questPool .quest .check {
          width: 26px;
          height: 26px;
          border: 1px solid #7db06c;
          cursor: pointer;
          position: relative;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          margin-right: 29px; }
          .screen7 .testWrap .questPool .quest .check .checked {
            position: absolute;
            width: 34px;
            top: -13px;
            left: 4px;
            display: none; }
        .screen7 .testWrap .questPool .quest .select .checked {
          display: block; }
        .screen7 .testWrap .questPool .quest .text {
          width: -webkit-calc(100% - 55px);
          width: calc(100% - 55px);
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-size: 20px;
          line-height: 20px;
          color: #58647a;
          cursor: pointer; }
    .screen7 .testWrap .questPool1 {
      display: block; }
    .screen7 .testWrap .commentsWrap {
      display: none;
      margin-top: 30px; }
      .screen7 .testWrap .commentsWrap .title {
        font-size: 36px;
        line-height: 36px; }
      .screen7 .testWrap .commentsWrap .comment {
        display: none;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #58647a;
        width: 760px;
        margin: 27px auto 89px auto;
        text-align: center; }
      .screen7 .testWrap .commentsWrap .toNextQuestWrap {
        display: none;
        text-align: center; }
        .screen7 .testWrap .commentsWrap .toNextQuestWrap .text {
          font-family: "Open Sans", sans-serif;
          font-size: 20px;
          color: #58647a;
          cursor: pointer; }
        .screen7 .testWrap .commentsWrap .toNextQuestWrap img {
          width: 171px;
          margin: 5px auto 0 auto;
          cursor: pointer; }
    .screen7 .testWrap .resultWrap {
      width: 1400px;
      margin: auto;
      display: none; }
      .screen7 .testWrap .resultWrap .title {
        text-align: left;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        color: #7db06c;
        font-weight: 400; }
      .screen7 .testWrap .resultWrap .messageWrap {
        display: none;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #58647a;
        margin: 93px 0 72px 0; }
        .screen7 .testWrap .resultWrap .messageWrap .mesTitle {
          font-weight: 800;
          margin-bottom: 35px; }
        .screen7 .testWrap .resultWrap .messageWrap .mesDesc {
          width: 1150px;
          margin: auto; }
      .screen7 .testWrap .resultWrap .resultImg {
        margin: auto;
        display: none; }
      .screen7 .testWrap .resultWrap .shareWrap {
        margin-top: 55px; }
        .screen7 .testWrap .resultWrap .shareWrap .inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .screen7 .testWrap .resultWrap .shareWrap .inner .text {
            font-family: "Pacifico", cursive;
            font-size: 24px;
            line-height: 24px;
            margin-right: 21px;
            color: #9bcade;
            cursor: pointer; }
          .screen7 .testWrap .resultWrap .shareWrap .inner img {
            width: 52px;
            cursor: pointer; }
