@font-face {
  font-family: 'Source Sans Pro';
  src: url(/app/css/structures/font/SourceSansPro/sourcesanspro-regularafd78.woff);
  src: local("Source Sans Pro"), url(/app/css/structures/font/SourceSansPro/sourcesanspro-regular735ad.woff2) format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url(/app/css/structures/font/SourceSansPro/sourcesanspro-boldd99c1.woff);
  src: local("Source Sans Pro Bold"), url(/app/css/structures/font/SourceSansPro/sourcesanspro-boldc0e4e.woff2) format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url(/app/css/structures/font/SourceSansPro/sourcesanspro-semiboldb4d32.woff);
  src: local("Source Sans Pro SemiBold"), url(/app/css/structures/font/SourceSansPro/sourcesanspro-semibold58c65.woff2) format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url(/app/css/structures/font/SourceSansPro/sourcesanspro-light6f28f.woff);
  src: local("Source Sans Pro Light"), url(/app/css/structures/font/SourceSansPro/sourcesanspro-light5261e.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

body {
  margin: 0;
  font-family: 'Source Sans Pro', Calibri, sans-serif, Candara, Segoe, 'Segoe UI', Optima, Arial;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

input {
  border-radius: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

a {
  color: #E9532B;
  font-weight: normal;
  font-style: normal; }

::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4); }

.contained {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block; }

/*normal, multiply, screen, overlay, darken, lighten, 
color-dodge, color-burn, hard-light, soft-light, 
difference, exclusion, hue, saturation, color, luminosity;*/
@-webkit-keyframes a {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes a {
  from {
    width: 0; }
  to {
    width: 100%; } }

.header {
  font-size: 14px;
  overflow-x: hidden; }
  .header li {
    list-style: none; }
  .header .header-block .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-transform: uppercase;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box; }
    .header .header-block .main-menu .head-child {
      margin: 20px 0 0; }
    .header .header-block .main-menu .logo {
      width: 65%;
      height: 60px;
      padding-left: 1.66%;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .header .header-block .main-menu .logo .headerLogo {
        width: 100%;
        height: 100%;
        background-image: url(/app/img/logoc3fa7.svg);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer; }
    .header .header-block .main-menu .navigation {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      margin-right: 2.5%; }
      .header .header-block .main-menu .navigation .nav-child {
        display: none; }
        .header .header-block .main-menu .navigation .nav-child .header-nav a, .header .header-block .main-menu .navigation .nav-child .language-nav a {
          color: inherit;
          text-decoration: none;
          font-weight: inherit;
          font-style: normal;
          letter-spacing: 1px; }
      .header .header-block .main-menu .navigation .menu-toggle {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 30px;
        height: 23px; }
        .header .header-block .main-menu .navigation .menu-toggle span {
          display: block;
          position: absolute;
          height: 3px;
          width: 100%;
          background: #E9532B;
          border-radius: 1.5px;
          opacity: 1;
          left: 0;
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          transition: .25s ease-in-out;
          -webkit-transform-origin: left center;
              -ms-transform-origin: left center;
                  transform-origin: left center; }
          .header .header-block .main-menu .navigation .menu-toggle span:nth-child(1) {
            top: 0px; }
          .header .header-block .main-menu .navigation .menu-toggle span:nth-child(2) {
            top: 10px; }
          .header .header-block .main-menu .navigation .menu-toggle span:nth-child(3) {
            top: 20px; }
    @media only screen and (min-width: 426px) {
      .header .header-block .main-menu .logo {
        height: 95px; } }
    @media only screen and (min-width: 900px) {
      .header .header-block .main-menu .logo {
        width: 25.52%;
        min-width: 306px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        padding-left: 0;
        margin-right: 5%; }
      .header .header-block .main-menu .navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-right: 0;
        margin-top: 0px; }
        .header .header-block .main-menu .navigation .nav-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .header .header-block .main-menu .navigation .headers {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .header .header-block .main-menu .navigation .headers .header-nav {
            margin: 0 0.33em;
            padding: 3.5px 0;
            white-space: nowrap;
            border-bottom: 0px solid transparent;
            transition: border-color 0.3s ease-in-out;
            position: relative; }
            .header .header-block .main-menu .navigation .headers .header-nav .head-link:after {
              background-color: #4c4c4c;
              width: 100%;
              position: absolute;
              content: '';
              height: 1px;
              bottom: 0px;
              opacity: 0;
              right: 0;
              left: 0; }
            .header .header-block .main-menu .navigation .headers .header-nav .active:after, .header .header-block .main-menu .navigation .headers .header-nav .head-link:hover:after {
              -webkit-animation-name: a;
                      animation-name: a;
              -webkit-animation-duration: .3s;
                      animation-duration: .3s;
              opacity: 1; }
            .header .header-block .main-menu .navigation .headers .header-nav:last-of-type {
              margin-right: 0; }
        .header .header-block .main-menu .navigation .languages {
          position: absolute;
          top: 0px;
          right: 0px;
          margin: 0px;
          padding-left: 20px; }
          .header .header-block .main-menu .navigation .languages .language-nav {
            padding: 0 12px;
            border-right: 1px solid #333; }
            .header .header-block .main-menu .navigation .languages .language-nav:last-of-type {
              border-right: none;
              padding-right: 0; }
            .header .header-block .main-menu .navigation .languages .language-nav .lang-link {
              cursor: pointer; }
          .header .header-block .main-menu .navigation .languages .active {
            color: #222;
            font-weight: 900;
            line-height: 20px; }
        .header .header-block .main-menu .navigation .mobile {
          display: none; } }
  .header .header-block .mobile-menu {
    max-height: 0px;
    overflow-y: hidden;
    transition: max-height .5s;
    padding: 0 10px; }
    .header .header-block .mobile-menu .languages,
    .header .header-block .mobile-menu .headers {
      padding: 10px 40px;
      margin: 0;
      text-align: right;
      text-transform: uppercase; }
      .header .header-block .mobile-menu .languages .header-nav,
      .header .header-block .mobile-menu .headers .header-nav {
        padding: 10px 0; }
        .header .header-block .mobile-menu .languages .header-nav .head-link,
        .header .header-block .mobile-menu .headers .header-nav .head-link {
          text-decoration: none;
          color: inherit; }
    .header .header-block .mobile-menu .languages .language-nav {
      display: inline-block; }
      .header .header-block .mobile-menu .languages .language-nav:nth-of-type(2n) {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #333;
        margin-left: 15px; }
  .header .header-block.active .main-menu .navigation .menu-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
    left: 4px; }
  .header .header-block.active .main-menu .navigation .menu-toggle span:nth-child(2) {
    width: 0;
    opacity: 0; }
  .header .header-block.active .main-menu .navigation .menu-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
    left: 4.5px; }
  .header .header-block.active .mobile-menu {
    max-height: 400px;
    padding: 0 10px; }

/*normal, multiply, screen, overlay, darken, lighten, 
color-dodge, color-burn, hard-light, soft-light, 
difference, exclusion, hue, saturation, color, luminosity;*/
.container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow-x: hidden; }
  .container .titlePage {
    background: #e5e5e5; }
    .container .titlePage .contain .text {
      padding: 5.88% 10px 0;
      font-weight: 300; }
    .container .titlePage .contain .clients .individual {
      background-image: url(/app/img/title/17d249.jpg); }
    .container .titlePage .contain .clients .business {
      background-image: url(/app/img/title/26a1a7.jpg); }
    .container .titlePage .contain .clients .professional {
      background-image: url(/app/img/title/3468e8.jpg); }
    .container .titlePage .contain .clients .third {
      height: 180px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-bottom: 10px;
      cursor: pointer; }
      .container .titlePage .contain .clients .third .client {
        position: absolute;
        top: 25%;
        padding-left: 10%; }
        .container .titlePage .contain .clients .third .client p {
          font-size: 34px;
          font-weight: 300;
          line-height: 1.2em;
          color: white;
          margin-bottom: 0; }
          .container .titlePage .contain .clients .third .client p:before {
            content: "";
            width: 9px;
            height: 2px;
            background: white;
            position: absolute;
            top: 18px; }
    .container .titlePage .contain .title-cover.kbt, .container .titlePage .contain .title-cover.inlab {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      height: 200px;
      background-image: url(/app/img/kbt/kbt-600b290e.jpg); }
      .container .titlePage .contain .title-cover.kbt .title-container, .container .titlePage .contain .title-cover.inlab .title-container {
        padding: 10% 10% 0;
        color: #fff;
        z-index: 10;
        position: relative;
        min-height: 280px;
        height: 85%;
        font-weight: 500; }
        .container .titlePage .contain .title-cover.kbt .title-container .head, .container .titlePage .contain .title-cover.inlab .title-container .head {
          margin: 0;
          padding-top: 36px;
          font-size: 34px;
          position: absolute;
          padding: 0 10%;
          top: 112px; }
          .container .titlePage .contain .title-cover.kbt .title-container .head:before, .container .titlePage .contain .title-cover.inlab .title-container .head:before {
            content: "";
            width: 9px;
            height: 2px;
            background: white;
            position: absolute;
            top: -13px; }
        .container .titlePage .contain .title-cover.kbt .title-container .desc, .container .titlePage .contain .title-cover.inlab .title-container .desc {
          position: absolute;
          padding: 0 10%;
          top: 152px; }
        .container .titlePage .contain .title-cover.kbt .title-container .bckgrnd, .container .titlePage .contain .title-cover.inlab .title-container .bckgrnd {
          background-color: #e9532b;
          width: 90%;
          height: 95%;
          opacity: 0.65;
          position: absolute;
          z-index: -1; }
    .container .titlePage .contain .title-cover.inlab {
      background-image: url(/app/img/inlab/inlab-4001c983.jpg); }
    .container .titlePage .contain .title-cover.map {
      height: 200px; }
    .container .titlePage .contain .mes {
      background-color: #e5e5e5; }
      .container .titlePage .contain .mes .title-container {
        padding: 36px 6.9%;
        position: relative; }
        .container .titlePage .contain .mes .title-container .head {
          color: #e9532b;
          font-size: 34px; }
          .container .titlePage .contain .mes .title-container .head:before {
            content: "";
            width: 9px;
            height: 2px;
            background: #e9532b;
            position: absolute;
            top: 46px; }
        .container .titlePage .contain .mes .title-container .tilt {
          font-weight: bold;
          font-style: italic;
          max-width: 680px; }
        .container .titlePage .contain .mes .title-container .desc {
          max-width: 680px; }
    .container .titlePage .contain .description {
      background: #fff;
      padding: 10px 10px 60px; }
      .container .titlePage .contain .description .section.kbt,
      .container .titlePage .contain .description .persona.kbt {
        padding-bottom: 50px; }
        .container .titlePage .contain .description .section.kbt .section-image,
        .container .titlePage .contain .description .persona.kbt .section-image {
          display: block; }
        .container .titlePage .contain .description .section.kbt .section-text .section-description,
        .container .titlePage .contain .description .persona.kbt .section-text .section-description {
          color: inherit; }
      .container .titlePage .contain .description .section .section-image,
      .container .titlePage .contain .description .section .persona-image,
      .container .titlePage .contain .description .section .show-more,
      .container .titlePage .contain .description .persona .section-image,
      .container .titlePage .contain .description .persona .persona-image,
      .container .titlePage .contain .description .persona .show-more {
        margin: 100px 0 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 100px; }
        .container .titlePage .contain .description .section .section-image.KBT-manWithLines,
        .container .titlePage .contain .description .section .persona-image.KBT-manWithLines,
        .container .titlePage .contain .description .section .show-more.KBT-manWithLines,
        .container .titlePage .contain .description .persona .section-image.KBT-manWithLines,
        .container .titlePage .contain .description .persona .persona-image.KBT-manWithLines,
        .container .titlePage .contain .description .persona .show-more.KBT-manWithLines {
          background-image: url(/app/img/kbt/0167ef8.svg); }
        .container .titlePage .contain .description .section .section-image.KBT-lightbulb,
        .container .titlePage .contain .description .section .persona-image.KBT-lightbulb,
        .container .titlePage .contain .description .section .show-more.KBT-lightbulb,
        .container .titlePage .contain .description .persona .section-image.KBT-lightbulb,
        .container .titlePage .contain .description .persona .persona-image.KBT-lightbulb,
        .container .titlePage .contain .description .persona .show-more.KBT-lightbulb {
          background-image: url(/app/img/kbt/02aa178.svg); }
        .container .titlePage .contain .description .section .section-image.KBT-headPuzzle,
        .container .titlePage .contain .description .section .persona-image.KBT-headPuzzle,
        .container .titlePage .contain .description .section .show-more.KBT-headPuzzle,
        .container .titlePage .contain .description .persona .section-image.KBT-headPuzzle,
        .container .titlePage .contain .description .persona .persona-image.KBT-headPuzzle,
        .container .titlePage .contain .description .persona .show-more.KBT-headPuzzle {
          background-image: url(/app/img/kbt/039fd6e.svg); }
        .container .titlePage .contain .description .section .section-image.KBT-zoom,
        .container .titlePage .contain .description .section .persona-image.KBT-zoom,
        .container .titlePage .contain .description .section .show-more.KBT-zoom,
        .container .titlePage .contain .description .persona .section-image.KBT-zoom,
        .container .titlePage .contain .description .persona .persona-image.KBT-zoom,
        .container .titlePage .contain .description .persona .show-more.KBT-zoom {
          background-image: url(/app/img/kbt/04c8408.svg); }
        .container .titlePage .contain .description .section .section-image.mes-maruta,
        .container .titlePage .contain .description .section .persona-image.mes-maruta,
        .container .titlePage .contain .description .section .show-more.mes-maruta,
        .container .titlePage .contain .description .persona .section-image.mes-maruta,
        .container .titlePage .contain .description .persona .persona-image.mes-maruta,
        .container .titlePage .contain .description .persona .show-more.mes-maruta {
          background-image: url(/app/img/mes/maruta9cd9e.png); }
        .container .titlePage .contain .description .section .section-image.mes-jelena,
        .container .titlePage .contain .description .section .persona-image.mes-jelena,
        .container .titlePage .contain .description .section .show-more.mes-jelena,
        .container .titlePage .contain .description .persona .section-image.mes-jelena,
        .container .titlePage .contain .description .persona .persona-image.mes-jelena,
        .container .titlePage .contain .description .persona .show-more.mes-jelena {
          background-image: url(/app/img/mes/jelena72ab4.png); }
        .container .titlePage .contain .description .section .section-image.mes-katrina,
        .container .titlePage .contain .description .section .persona-image.mes-katrina,
        .container .titlePage .contain .description .section .show-more.mes-katrina,
        .container .titlePage .contain .description .persona .section-image.mes-katrina,
        .container .titlePage .contain .description .persona .persona-image.mes-katrina,
        .container .titlePage .contain .description .persona .show-more.mes-katrina {
          background-image: url(/app/img/mes/katrina3e504.png); }
        .container .titlePage .contain .description .section .section-image.mes-karina,
        .container .titlePage .contain .description .section .persona-image.mes-karina,
        .container .titlePage .contain .description .section .show-more.mes-karina,
        .container .titlePage .contain .description .persona .section-image.mes-karina,
        .container .titlePage .contain .description .persona .persona-image.mes-karina,
        .container .titlePage .contain .description .persona .show-more.mes-karina {
          background-image: url(/app/img/mes/karina05815.png); }
        .container .titlePage .contain .description .section .section-image.mes-marina,
        .container .titlePage .contain .description .section .persona-image.mes-marina,
        .container .titlePage .contain .description .section .show-more.mes-marina,
        .container .titlePage .contain .description .persona .section-image.mes-marina,
        .container .titlePage .contain .description .persona .persona-image.mes-marina,
        .container .titlePage .contain .description .persona .show-more.mes-marina {
          background-image: url(/app/img/mes/marina48bbd.png); }
        .container .titlePage .contain .description .section .section-image.mes-ronalds,
        .container .titlePage .contain .description .section .persona-image.mes-ronalds,
        .container .titlePage .contain .description .section .show-more.mes-ronalds,
        .container .titlePage .contain .description .persona .section-image.mes-ronalds,
        .container .titlePage .contain .description .persona .persona-image.mes-ronalds,
        .container .titlePage .contain .description .persona .show-more.mes-ronalds {
          background-image: url(/app/img/mes/ronaldse48f2.png); }
        .container .titlePage .contain .description .section .section-image.mes-ievam,
        .container .titlePage .contain .description .section .persona-image.mes-ievam,
        .container .titlePage .contain .description .section .show-more.mes-ievam,
        .container .titlePage .contain .description .persona .section-image.mes-ievam,
        .container .titlePage .contain .description .persona .persona-image.mes-ievam,
        .container .titlePage .contain .description .persona .show-more.mes-ievam {
          background-image: url(/app/img/mes/ievam14b04.png); }
        .container .titlePage .contain .description .section .section-image.mes-ievab,
        .container .titlePage .contain .description .section .persona-image.mes-ievab,
        .container .titlePage .contain .description .section .show-more.mes-ievab,
        .container .titlePage .contain .description .persona .section-image.mes-ievab,
        .container .titlePage .contain .description .persona .persona-image.mes-ievab,
        .container .titlePage .contain .description .persona .show-more.mes-ievab {
          background-image: url(/app/img/mes/ievab8260a.png); }
        .container .titlePage .contain .description .section .section-image.mes-edijs,
        .container .titlePage .contain .description .section .persona-image.mes-edijs,
        .container .titlePage .contain .description .section .show-more.mes-edijs,
        .container .titlePage .contain .description .persona .section-image.mes-edijs,
        .container .titlePage .contain .description .persona .persona-image.mes-edijs,
        .container .titlePage .contain .description .persona .show-more.mes-edijs {
          background-image: url(/app/img/mes/edijsba672.png); }
      .container .titlePage .contain .description .section .section-image,
      .container .titlePage .contain .description .persona .section-image {
        margin: 0px 0 30px; }
      .container .titlePage .contain .description .section .persona-image,
      .container .titlePage .contain .description .persona .persona-image {
        margin: 0px 0 30px;
        height: 0;
        padding-bottom: 100%; }
      .container .titlePage .contain .description .section .section-description,
      .container .titlePage .contain .description .persona .section-description {
        color: #4c4c4c; }
        .container .titlePage .contain .description .section .section-description .story,
        .container .titlePage .contain .description .persona .section-description .story {
          color: #e9532b;
          font-style: italic;
          font-weight: bold;
          text-decoration: underline; }
      .container .titlePage .contain .description .section .persona-text .persona-name,
      .container .titlePage .contain .description .persona .persona-text .persona-name {
        color: #e9532b;
        font-size: 21px;
        margin-bottom: 10px; }
      .container .titlePage .contain .description .section .persona-text .persona-profession,
      .container .titlePage .contain .description .persona .persona-text .persona-profession {
        font-size: 14px;
        font-weight: 900;
        color: #4c4c4c;
        margin-top: 0; }
      .container .titlePage .contain .description .section .persona-text .quote,
      .container .titlePage .contain .description .persona .persona-text .quote {
        color: #e9532b;
        font-weight: 500;
        margin-top: 26px;
        font-size: 21px; }
      .container .titlePage .contain .description .section .persona-text .education,
      .container .titlePage .contain .description .persona .persona-text .education {
        height: 0;
        opacity: 0;
        transition: height 0.5s, opacity 0.3s linear 0.2s;
        z-index: -1;
        padding-left: 60px; }
        .container .titlePage .contain .description .section .persona-text .education .education-item,
        .container .titlePage .contain .description .persona .persona-text .education .education-item {
          display: none;
          margin-bottom: 20px;
          position: relative; }
          .container .titlePage .contain .description .section .persona-text .education .education-item:before,
          .container .titlePage .contain .description .persona .persona-text .education .education-item:before {
            content: "";
            width: 18px;
            height: 6px;
            background: #e9532b;
            position: absolute;
            left: -49px;
            top: 0.35em; }
      .container .titlePage .contain .description .section .show-more,
      .container .titlePage .contain .description .persona .show-more {
        height: 60px;
        margin: 0 0 70px 0;
        background-position: center;
        background-image: url(/app/img/uparrowfe0ad.svg);
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        padding: 0; }
      .container .titlePage .contain .description .persona.active .persona-text .education {
        height: initial;
        opacity: 1; }
        .container .titlePage .contain .description .persona.active .persona-text .education .education-item {
          display: block; }
      .container .titlePage .contain .description .persona.active .show-more {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .container .titlePage .contain .description.map .contained .contacts .side .information {
        font-size: 15px; }
        .container .titlePage .contain .description.map .contained .contacts .side .information .title {
          text-transform: uppercase;
          margin-bottom: 0; }
        .container .titlePage .contain .description.map .contained .contacts .side .information .information {
          margin-top: 0; }
      .container .titlePage .contain .description.map .contained .signup {
        padding: 15px 0;
        position: relative; }
        .container .titlePage .contain .description.map .contained .signup .form form input {
          box-sizing: border-box;
          width: 100%;
          margin: 0 0 4px;
          height: 40px;
          padding: 1em;
          font-style: italic;
          border-radius: 0;
          border-color: #cccccc;
          border-style: solid; }
          .container .titlePage .contain .description.map .contained .signup .form form input:focus, .container .titlePage .contain .description.map .contained .signup .form form input:hover {
            border-color: #444;
            border-width: 1px;
            outline: 0; }
          .container .titlePage .contain .description.map .contained .signup .form form input.send {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            border: none;
            background: #222222;
            color: #ffffff;
            font-style: normal;
            transition: background 0.2s; }
            .container .titlePage .contain .description.map .contained .signup .form form input.send:hover {
              cursor: pointer;
              background: #E9532B;
              opacity: 0.7; }
        .container .titlePage .contain .description.map .contained .signup .sent {
          width: 100%;
          height: 100%;
          background: #ffffff;
          position: absolute;
          top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          opacity: 0;
          z-index: -1;
          transition: opacity 0.6s; }
          .container .titlePage .contain .description.map .contained .signup .sent p {
            width: 200px; }
        .container .titlePage .contain .description.map .contained .signup.delivered .sent {
          transition: opacity 0.6s;
          z-index: 1;
          opacity: 1; }
      .container .titlePage .contain .description.map, .container .titlePage .contain .description.mes, .container .titlePage .contain .description.kbt, .container .titlePage .contain .description.inlab {
        background-color: #fff; }
      .container .titlePage .contain .description.mes {
        padding-top: 50px; }
    .container .titlePage .contain .toTop {
      display: inline-block;
      width: 100%;
      background: white;
      text-align: center;
      height: 130px;
      color: #e9532b;
      padding: 45px 0 10px;
      font-weight: 300; }
      .container .titlePage .contain .toTop .arrowTop {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 60px;
        background-image: url(/app/img/uparrowfe0ad.svg);
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
        .container .titlePage .contain .toTop .arrowTop:hover {
          opacity: 0.7; }
      .container .titlePage .contain .toTop p {
        margin: 0;
        font-size: 14px; }
    .container .titlePage .eservices {
      background: white; }
      .container .titlePage .eservices ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .container .titlePage .eservices ul li {
          position: relative;
          padding-left: 40px;
          font-size: 15px;
          padding-bottom: 1em; }
          .container .titlePage .eservices ul li:before {
            content: "";
            width: 20px;
            height: 8px;
            background: #e9532b;
            position: absolute;
            left: 0px;
            margin-top: 6px; }
      .container .titlePage .eservices .description {
        padding: 10px 10px 70px; }
        .container .titlePage .eservices .description .title {
          color: #E9532B;
          display: inline-block;
          vertical-align: middle;
          cursor: pointer; }
          .container .titlePage .eservices .description .title::after {
            content: "";
            height: 1.5em;
            margin-top: -0.5em;
            vertical-align: middle;
            width: 1.5em;
            margin-left: 1em;
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(/app/img/uparrowfe0ad.svg);
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            transition: 0.2s -webkit-transform ease-out;
            transition: 0.2s transform ease-out;
            transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out; }
        .container .titlePage .eservices .description .box {
          max-height: 0;
          overflow: hidden; }
          .container .titlePage .eservices .description .box p {
            opacity: 0;
            transition: 0.5s opacity ease-out; }
          .container .titlePage .eservices .description .box .desc-img .img {
            height: 180px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            position: relative;
            margin-bottom: 10px; }
            .container .titlePage .eservices .description .box .desc-img .img.epakalpojumi-1 {
              background-image: url(/app/img/title/intellego-e-learning-1100602.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.epakalpojumi-2 {
              background-image: url(/app/img/title/intellego-e-learning-22jpgdcf0a.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.epakalpojumi-3 {
              background-image: url(/app/img/title/intellego-e-learning-33ce795.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-1 {
              background-image: url(/app/img/title/IMG_9801650c1.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-2 {
              background-image: url(/app/img/title/IMG_9803-17c7fd.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-3 {
              background-image: url(/app/img/title/IMG_9791-154b78.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-4 {
              background-image: url(/app/img/title/IMG_9793-1e6e05.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-5 {
              background-image: url(/app/img/title/IMG_9814-1d3bc6.jpg); }
            .container .titlePage .eservices .description .box .desc-img .img.produkti-6 {
              background-image: url(/app/img/title/IMG_9825-2be160.jpg); }
        .container .titlePage .eservices .description .offer-container {
          display: none; }
          .container .titlePage .eservices .description .offer-container.show {
            display: block; }
          .container .titlePage .eservices .description .offer-container.open .title::after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .container .titlePage .eservices .description .offer-container.open .box {
            max-height: none; }
            .container .titlePage .eservices .description .offer-container.open .box p {
              opacity: 1; }
      .container .titlePage .eservices .contained .clients .individual {
        background-image: url(/app/img/title/17d249.jpg); }
      .container .titlePage .eservices .contained .clients .business {
        background-image: url(/app/img/title/26a1a7.jpg); }
      .container .titlePage .eservices .contained .clients .professional {
        background-image: url(/app/img/title/3468e8.jpg); }
      .container .titlePage .eservices .contained .clients .epakalpojumi {
        background-image: url(/app/img/eplatform/e-pakalpojumi-4001eb4d.jpg); }
      .container .titlePage .eservices .contained .clients .produkti {
        background-image: url(/app/img/title/IMG_9825-11ace2.jpg); }
      .container .titlePage .eservices .contained .clients .third {
        height: 90px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 10px;
        cursor: pointer; }
        .container .titlePage .eservices .contained .clients .third .client {
          position: absolute;
          top: 60%;
          padding-left: 10%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          transition: all 0.3s ease-in-out; }
          .container .titlePage .eservices .contained .clients .third .client p {
            font-size: 24px;
            font-weight: 300;
            line-height: 1.2em;
            color: white;
            margin-bottom: 0; }
            .container .titlePage .eservices .contained .clients .third .client p:before {
              content: "";
              width: 9px;
              height: 2px;
              background: white;
              position: absolute;
              top: 18px; }
        .container .titlePage .eservices .contained .clients .third .red {
          position: absolute;
          height: 100%;
          width: 100%;
          background: #e9532b;
          opacity: 0;
          mix-blend-mode: hard-light; }
        .container .titlePage .eservices .contained .clients .third.active .red, .container .titlePage .eservices .contained .clients .third:hover .red {
          opacity: 0.65; }
        .container .titlePage .eservices .contained .clients .third.active .client, .container .titlePage .eservices .contained .clients .third:hover .client {
          top: 50%; }
    @media only screen and (min-width: 426px) {
      .container .titlePage .contain .text {
        padding: 5.88% 78px;
        font-size: 21px;
        font-weight: initial; }
        .container .titlePage .contain .text p {
          margin-top: 0;
          margin-bottom: 0.75em; }
      .container .titlePage .contain .title-cover.kbt {
        background-image: url(/app/img/kbt/kbt-9005cc9e.jpg); }
      .container .titlePage .contain .title-cover.inlab {
        background-image: url(/app/img/inlab/inlab-60071b0e.jpg); }
      .container .titlePage .contain .title-cover.kbt .title-container, .container .titlePage .contain .title-cover.inlab .title-container {
        padding: 5% 3.4%;
        height: 390px;
        max-width: 400px;
        width: 90%;
        box-sizing: border-box;
        overflow: visible; }
        .container .titlePage .contain .title-cover.kbt .title-container .head, .container .titlePage .contain .title-cover.inlab .title-container .head {
          top: 162px; }
        .container .titlePage .contain .title-cover.kbt .title-container .desc, .container .titlePage .contain .title-cover.inlab .title-container .desc {
          font-size: 15px;
          top: 202px; }
        .container .titlePage .contain .title-cover.kbt .title-container .bckgrnd, .container .titlePage .contain .title-cover.inlab .title-container .bckgrnd {
          height: 360px; }
      .container .titlePage .contain .description .persona {
        display: inline-block;
        width: 100%; }
        .container .titlePage .contain .description .persona .persona-image {
          margin: 0;
          display: block;
          width: 25%;
          height: 0;
          padding-bottom: 0;
          padding-top: 25%;
          float: left;
          margin: 20px 20px 20px 0; }
        .container .titlePage .contain .description .persona .persona-text {
          display: block;
          padding: 20px 0 0 20px; }
          .container .titlePage .contain .description .persona .persona-text .persona-name {
            margin-top: 0; }
          .container .titlePage .contain .description .persona .persona-text .persona-profession {
            padding-right: 20%; }
          .container .titlePage .contain .description .persona .persona-text .quote {
            margin-left: 50%;
            margin-bottom: 0; }
          .container .titlePage .contain .description .persona .persona-text .education {
            display: inline-block;
            margin: 0; }
        .container .titlePage .contain .description .persona.active .persona-text .quote {
          margin-bottom: 20px; }
      .container .titlePage .contain .description .inlab .text,
      .container .titlePage .contain .description .inlab .title-container {
        font-size: 15px;
        padding: 0 5.88%; }
        .container .titlePage .contain .description .inlab .text .head,
        .container .titlePage .contain .description .inlab .title-container .head {
          text-align: center;
          margin-top: 20px;
          margin-bottom: 50px; }
        .container .titlePage .contain .description .inlab .text p,
        .container .titlePage .contain .description .inlab .title-container p {
          margin-bottom: 0; }
      .container .titlePage .contain .description.map .contained {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 50px; }
        .container .titlePage .contain .description.map .contained .contacts {
          width: 50%; }
          .container .titlePage .contain .description.map .contained .contacts .side {
            width: 75%;
            margin: 0 auto; }
        .container .titlePage .contain .description.map .contained .signup {
          width: 50%; }
          .container .titlePage .contain .description.map .contained .signup .desc,
          .container .titlePage .contain .description.map .contained .signup .form {
            width: 75%;
            margin: 0 auto; }
          .container .titlePage .contain .description.map .contained .signup .desc h4 {
            margin-top: 0; }
          .container .titlePage .contain .description.map .contained .signup .form {
            margin-top: 20px; }
            .container .titlePage .contain .description.map .contained .signup .form form input {
              width: 100%; }
      .container .titlePage .eservices .contained .clients .third {
        height: 180px;
        width: 19.2%;
        float: left;
        margin-left: 1%; }
        .container .titlePage .eservices .contained .clients .third:first-of-type {
          margin-left: 0; }
        .container .titlePage .eservices .contained .clients .third .client p {
          font-size: 18px; }
          .container .titlePage .eservices .contained .clients .third .client p:before {
            top: 8px;
            height: 1.5px; }
      .container .titlePage .eservices .contained .description .open .box {
        border: 1px solid #4c4c4c;
        padding: 2em 3em; }
        .container .titlePage .eservices .contained .description .open .box .offer {
          float: left;
          width: 50%; }
        .container .titlePage .eservices .contained .description .open .box .desc-img {
          float: right;
          width: 40%; }
        .container .titlePage .eservices .contained .description .open .box p:first-of-type {
          margin-top: 0; } }
    @media only screen and (min-width: 900px) {
      .container .titlePage .contain .text {
        max-width: 60%; }
      .container .titlePage .contain .clients {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .container .titlePage .contain .clients .third {
          width: 32%;
          height: 380px; }
          .container .titlePage .contain .clients .third:hover .client {
            top: 45%; }
          .container .titlePage .contain .clients .third:hover .red {
            opacity: 0.65;
            mix-blend-mode: hard-light; }
          .container .titlePage .contain .clients .third .client {
            position: absolute;
            top: 55%;
            padding-left: 20.5%;
            transition: all 0.2s ease-in-out; }
          .container .titlePage .contain .clients .third .red {
            position: absolute;
            height: 100%;
            width: 100%;
            background: #e9532b;
            opacity: 0;
            transition: all 0.2s ease-in-out; }
      .container .titlePage .contain .mes .title-container .tilt {
        font-weight: 900; }
      .container .titlePage .contain .description {
        background: #eee;
        padding: 100px 0 0; }
        .container .titlePage .contain .description.kbt .title-container .head {
          text-align: center;
          text-transform: uppercase; }
        .container .titlePage .contain .description .section {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .container .titlePage .contain .description .section .section-image {
            display: inline-block;
            vertical-align: middle;
            min-width: 100px;
            margin: 0 6.9%; }
          .container .titlePage .contain .description .section .section-text {
            margin-right: 16%; }
          .container .titlePage .contain .description .section:last-of-type {
            padding-bottom: 100px; }
          .container .titlePage .contain .description .section.section-4 {
            padding-bottom: 0; }
        .container .titlePage .contain .description .persona {
          box-sizing: border-box;
          padding: 0 20%; }
          .container .titlePage .contain .description .persona .show-more {
            cursor: pointer;
            width: 60px;
            margin: 20px 0 80px 102%;
            transition: all 0.3s ease-in-out; }
            .container .titlePage .contain .description .persona .show-more:hover {
              opacity: 0.7; }
        .container .titlePage .contain .description .inlab {
          padding-bottom: 100px; }
          .container .titlePage .contain .description .inlab .head {
            margin-top: 0;
            margin-bottom: 100px; }
          .container .titlePage .contain .description .inlab .text,
          .container .titlePage .contain .description .inlab .title-container {
            max-width: 100%;
            margin: 0 20%; }
        .container .titlePage .contain .description.map .contained {
          padding: 0 10px 100px; }
          .container .titlePage .contain .description.map .contained .contacts .side {
            width: 250px;
            margin-left: 217px; }
          .container .titlePage .contain .description.map .contained .signup .form,
          .container .titlePage .contain .description.map .contained .signup .desc {
            width: 200px; }
      .container .titlePage .contain .title-cover.kbt {
        background-image: url(/app/img/kbt/kbt-12000c13a.jpg); }
      .container .titlePage .contain .title-cover.inlab {
        background-image: url(/app/img/inlab/inlab-120020920.jpg); }
      .container .titlePage .contain .title-cover.map, .container .titlePage .contain .title-cover.inlab, .container .titlePage .contain .title-cover.kbt {
        height: 384px; }
      .container .titlePage .contain .seperator {
        background-color: #cecece;
        height: 1.5px;
        max-width: 87%;
        margin: 100px auto 0; }
      .container .titlePage .eservices .contained .description {
        padding: 100px; }
        .container .titlePage .eservices .contained .description .open .box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .container .titlePage .eservices .contained .description .open .box .desc-img {
            clear: both;
            float: none;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
                align-self: stretch; }
            .container .titlePage .eservices .contained .description .open .box .desc-img .img {
              height: 0;
              padding-bottom: 133%; } }

.footer {
  background: #e5e5e5; }
  .footer .footer-block {
    font-size: 14px;
    line-height: 16px;
    color: #666; }
    .footer .footer-block .sub-footer-block {
      box-sizing: border-box;
      padding: 40px 10px 0; }
      .footer .footer-block .sub-footer-block div {
        display: inline-block;
        vertical-align: top; }
        .footer .footer-block .sub-footer-block div h4 {
          text-transform: uppercase;
          font-weight: bolder;
          font-weight: 900;
          font-size: 17px;
          height: 2em;
          margin-bottom: 0; }
        .footer .footer-block .sub-footer-block div ul {
          margin: 0;
          padding: 0; }
          .footer .footer-block .sub-footer-block div ul li {
            list-style: none;
            line-height: 1.2em; }
      .footer .footer-block .sub-footer-block h4 {
        letter-spacing: 1px; }
      .footer .footer-block .sub-footer-block .footer-clients {
        display: none; }
      .footer .footer-block .sub-footer-block .footer-news, .footer .footer-block .sub-footer-block .social, .footer .footer-block .sub-footer-block .copr {
        width: 100%; }
      .footer .footer-block .sub-footer-block .footer-news {
        position: relative; }
        .footer .footer-block .sub-footer-block .footer-news .subscribe {
          width: 100%;
          font-size: 15px; }
          .footer .footer-block .sub-footer-block .footer-news .subscribe .email {
            box-sizing: border-box;
            width: 66%;
            padding: 14px;
            font-style: italic;
            background: none;
            border: 1px solid #666;
            color: #666;
            vertical-align: top; }
            .footer .footer-block .sub-footer-block .footer-news .subscribe .email:focus, .footer .footer-block .sub-footer-block .footer-news .subscribe .email:hover {
              border-color: #444;
              border-width: 1px;
              outline: 0; }
          .footer .footer-block .sub-footer-block .footer-news .subscribe .send {
            box-sizing: border-box;
            width: 34%;
            padding: 15px 0;
            color: #E9532B;
            text-transform: uppercase;
            font-weight: 600;
            border: none;
            background: white;
            vertical-align: top;
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            white-space: nowrap;
            -webkit-appearance: button;
            line-height: normal;
            margin: 0; }
            .footer .footer-block .sub-footer-block .footer-news .subscribe .send:hover {
              opacity: 0.7; }
        .footer .footer-block .sub-footer-block .footer-news .sent {
          width: 100%;
          height: 100%;
          background: #e5e5e5;
          position: absolute;
          top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          opacity: 0;
          z-index: -1;
          transition: opacity .6s; }
          .footer .footer-block .sub-footer-block .footer-news .sent p {
            width: 200px; }
        .footer .footer-block .sub-footer-block .footer-news.delivered .sent {
          transition: opacity .6s;
          z-index: 1;
          opacity: 1; }
      .footer .footer-block .sub-footer-block .social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .footer .footer-block .sub-footer-block .social ul li {
          color: #E9532B;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 600; }
      .footer .footer-block .sub-footer-block .copr {
        display: block;
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 14px; }
      @media only screen and (min-width: 900px) {
        .footer .footer-block .sub-footer-block {
          padding: 2.88% 10px 10px; }
          .footer .footer-block .sub-footer-block div h4 {
            margin-bottom: initial;
            font-size: initial; }
          .footer .footer-block .sub-footer-block .footer-clients {
            padding: 0 10px 0 0;
            display: inline-block;
            width: 50%; }
            .footer .footer-block .sub-footer-block .footer-clients div a li {
              display: inline-block;
              position: relative;
              margin: 2px 0; }
              .footer .footer-block .sub-footer-block .footer-clients div a li:after {
                background-color: #4c4c4c;
                width: 100%;
                position: absolute;
                content: '';
                height: 1px;
                bottom: 0px;
                opacity: 0;
                right: 0;
                left: 0; }
              .footer .footer-block .sub-footer-block .footer-clients div a li:hover:after {
                -webkit-animation-name: a;
                        animation-name: a;
                -webkit-animation-duration: .3s;
                        animation-duration: .3s;
                opacity: 1; }
            .footer .footer-block .sub-footer-block .footer-clients .client {
              display: inline-block;
              vertical-align: top;
              width: 30%;
              margin-right: 5%; }
              .footer .footer-block .sub-footer-block .footer-clients .client:last-of-type {
                margin-right: 0; }
              .footer .footer-block .sub-footer-block .footer-clients .client h4 {
                padding-bottom: 10px; }
          .footer .footer-block .sub-footer-block .footer-news {
            width: 30%;
            margin-right: 5%; }
            .footer .footer-block .sub-footer-block .footer-news .subscribe {
              font-size: 12px; }
              .footer .footer-block .sub-footer-block .footer-news .subscribe .send {
                font-size: 12px;
                padding: 15px 0; }
          .footer .footer-block .sub-footer-block .social {
            width: auto; }
            .footer .footer-block .sub-footer-block .social ul {
              display: block; }
              .footer .footer-block .sub-footer-block .social ul li {
                width: 100%;
                list-style: none;
                display: block;
                font-size: 12px;
                text-align: left;
                text-align-last: left;
                margin: 3px 0; }
            .footer .footer-block .sub-footer-block .social a {
              position: relative; }
              .footer .footer-block .sub-footer-block .social a:after {
                background-color: #E9532B;
                width: 100%;
                position: absolute;
                content: '';
                height: 1px;
                bottom: 0px;
                opacity: 0;
                right: 0;
                left: 0; }
              .footer .footer-block .sub-footer-block .social a:hover:after {
                -webkit-animation-name: a;
                        animation-name: a;
                -webkit-animation-duration: .3s;
                        animation-duration: .3s;
                opacity: 1; }
          .footer .footer-block .sub-footer-block .copr {
            margin-top: 5%;
            font-size: 12px;
            margin-bottom: 20px; } }
  .footer a {
    color: inherit;
    text-decoration: none;
    font-style: normal;
    font-weight: normal; }

/*normal, multiply, screen, overlay, darken, lighten, 
color-dodge, color-burn, hard-light, soft-light, 
difference, exclusion, hue, saturation, color, luminosity;*/
.popup {
  width: 347px;
  background: white;
  display: none;
  opacity: 0; }
  .popup .popup-block {
    display: block;
    margin: 0 auto;
    width: 250px; }
    .popup .popup-block .subscribe {
      position: relative; }
      .popup .popup-block .subscribe .cross {
        box-sizing: border-box;
        display: block;
        content: '';
        padding: 15px;
        width: 100%;
        margin-left: 34px;
        border-top: 20px solid white;
        color: #4c4c4c;
        cursor: pointer;
        background-image: url(/app/img/cancel811ed.svg);
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat; }
        .popup .popup-block .subscribe .cross:hover {
          opacity: 0.7; }
      .popup .popup-block .subscribe .info {
        margin: 20px 0 35px; }
      .popup .popup-block .subscribe .details .subscribe-form {
        margin-bottom: 50px;
        font-size: 15px; }
        .popup .popup-block .subscribe .details .subscribe-form input {
          box-sizing: border-box;
          width: 100%;
          margin: 5px 0;
          height: 40px;
          padding: 1em;
          font-style: italic;
          border-radius: 0;
          border-color: #cccccc;
          border-style: solid; }
          .popup .popup-block .subscribe .details .subscribe-form input:focus, .popup .popup-block .subscribe .details .subscribe-form input:hover {
            border-color: #444;
            border-width: 1px;
            outline: 0; }
          .popup .popup-block .subscribe .details .subscribe-form input.send {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            border: none;
            background: #222222;
            color: #FFFFFF;
            font-style: normal;
            transition: background 0.2s; }
            .popup .popup-block .subscribe .details .subscribe-form input.send:hover {
              cursor: pointer;
              background: #E9532B;
              opacity: 0.7; }
      .popup .popup-block .subscribe .sent {
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0;
        z-index: -1;
        transition: opacity .6s; }
        .popup .popup-block .subscribe .sent p {
          width: 200px; }
      .popup .popup-block .subscribe.delivered .sent {
        transition: opacity .6s;
        z-index: 1;
        opacity: 1; }
  @media only screen and (min-width: 900px) {
    .popup.visible {
      display: block;
      -webkit-animation: visibility 0.3s ease-in forwards;
              animation: visibility 0.3s ease-in forwards;
      position: fixed;
      bottom: 0;
      right: 0; } }

@-webkit-keyframes visibility {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes visibility {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.contained {
  position: relative; }
  .contained .navCal,
  .contained .navDec {
    top: 0;
    left: auto;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    background: #222222;
    color: #ffffff;
    font-style: normal;
    transition: background 0.2s;
    min-height: 40px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 57px;
    min-width: 260px;
    box-sizing: border-box; }
    @media screen and (min-width: 720px) {
      .contained .navCal,
      .contained .navDec {
        position: absolute; } }
    .contained .navCal:hover,
    .contained .navDec:hover {
      cursor: pointer;
      background: #E9532B;
      opacity: 0.7; }
  .contained .navDec {
    top: 45px;
    background: #E9532B; }
