@charset "UTF-8";
@import url(../libs/animate/animations.css);
/*-----------------------------------*\
  $TOAST-GRID
  An insane grid.
  You'd be mad to use it.
  Usage
  =====
  Assuming default values:
  <div class="row>
    <div class="col col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>
  Customisation
  =============
  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.
  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.
  $toast-gutter-width isтАФyou guessed itтАФthe gutter
  width. Accepts any unit.
  That's it. Have fun.
\*-----------------------------------*/
.row {
  list-style: none;
  margin-left: -20px; }

.col--12-of-12 {
  width: 100%; }

.col--6-of-12 {
  width: 50%; }

.col--4-of-12 {
  width: 33.33333%; }

.col--8-of-12 {
  width: 66.66667%; }

.col--3-of-12 {
  width: 25%; }

.col--9-of-12 {
  width: 75%; }

.col--push-12-of-12 {
  margin-left: 100%; }

.col--push-6-of-12 {
  margin-left: 50%; }

.col--push-4-of-12 {
  margin-left: 33.33333%; }

.col--push-8-of-12 {
  margin-left: 66.66667%; }

.col--push-3-of-12 {
  margin-left: 25%; }

.col--push-9-of-12 {
  margin-left: 75%; }

.col--pull-12-of-12 {
  margin-left: -100%; }

.col--pull-6-of-12 {
  margin-left: -50%; }

.col--pull-4-of-12 {
  margin-left: -33.33333%; }

.col--pull-8-of-12 {
  margin-left: -66.66667%; }

.col--pull-3-of-12 {
  margin-left: -25%; }

.col--pull-9-of-12 {
  margin-left: -75%; }

.col--1-of-12 {
  width: 8.33333%; }

.col--push-1-of-12 {
  margin-left: 8.33333%; }

.col--pull-1-of-12 {
  margin-left: -8.33333%; }

.col--2-of-12 {
  width: 16.66667%; }

.col--push-2-of-12 {
  margin-left: 16.66667%; }

.col--pull-2-of-12 {
  margin-left: -16.66667%; }

.col--5-of-12 {
  width: 41.66667%; }

.col--push-5-of-12 {
  margin-left: 41.66667%; }

.col--pull-5-of-12 {
  margin-left: -41.66667%; }

.col--7-of-12 {
  width: 58.33333%; }

.col--push-7-of-12 {
  margin-left: 58.33333%; }

.col--pull-7-of-12 {
  margin-left: -58.33333%; }

.col--10-of-12 {
  width: 83.33333%; }

.col--push-10-of-12 {
  margin-left: 83.33333%; }

.col--pull-10-of-12 {
  margin-left: -83.33333%; }

.col--11-of-12 {
  width: 91.66667%; }

.col--push-11-of-12 {
  margin-left: 91.66667%; }

.col--pull-11-of-12 {
  margin-left: -91.66667%; }

.col {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top; }
  @media (max-width: 768px) {
    .col {
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 320px) {
    .col {
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  @media (max-width: 768px) and (min-width: 320px) {
    .col[class*="col--m-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--m-1-of-1 {
      width: 100%; }
    .col.col--m-1-of-2, .col.col--m-2-of-4 {
      width: 50%; }
    .col.col--m-1-of-3 {
      width: 33.33333%; }
    .col.col--m-2-of-3 {
      width: 66.66667%; }
    .col.col--m-1-of-4 {
      width: 25%; }
    .col.col--m-3-of-4 {
      width: 75%; }
    .col.col--m-hidden {
      display: none; } }
  @media (max-width: 380px) {
    .col[class*="col--s-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--s-1-of-1 {
      width: 100%; }
    .col.col--s-1-of-2, .col.col--s-2-of-4 {
      width: 50%; }
    .col.col--s-1-of-3 {
      width: 33.33333%; }
    .col.col--s-2-of-3 {
      width: 66.66667%; }
    .col.col--s-1-of-4 {
      width: 25%; }
    .col.col--s-3-of-4 {
      width: 75%; }
    .col.col--s-hidden {
      display: none; } }
  @media (max-width: 320px) {
    .col[class*="col--xs-"] {
      display: inline-block;
      margin-right: -.24em; }
    .col.col--xs-1-of-1 {
      width: 100%; }
    .col.col--xs-1-of-2, .col.col--xs-2-of-4 {
      width: 50%; }
    .col.col--xs-1-of-3 {
      width: 33.33333%; }
    .col.col--xs-2-of-3 {
      width: 66.66667%; }
    .col.col--xs-1-of-4 {
      width: 25%; }
    .col.col--xs-3-of-4 {
      width: 75%; }
    .col.col--xs-hidden {
      display: none; } }

.col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.col--d-first {
  float: left; }

.col--d-last {
  float: right; }

.row--no-gutter {
  margin-left: 0;
  width: 100%; }
  .row--no-gutter .col {
    padding-left: 0; }
  .row--no-gutter .col--span-all {
    margin-left: 0;
    width: 100%; }

.col--ab {
  vertical-align: bottom; }

.col--am {
  vertical-align: middle; }

.container {
  width: 100%;
  max-width: 1598px;
  min-width: 320px;
  margin: auto;
  box-sizing: border-box; }

.container-fluid {
  width: 100%;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box; }

.container-standard {
  max-width: 1170px;
  min-width: 320px;
  margin: auto;
  box-sizing: border-box; }

/*=============================HEADER================================*/
img {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

a {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

header {
  padding: 10px 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.headerTransform {
  background: #071d39;
  padding: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .headerTransform img {
    width: 60%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .headerTransform .wrapper {
    vertical-align: middle !important; }
    .headerTransform .wrapper .main-menu {
      vertical-align: middle; }
      .headerTransform .wrapper .main-menu ul {
        padding: 0;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        cursor: pointer;
        color: #fff; }
    .headerTransform .wrapper .logo {
      vertical-align: middle;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out; }
  .headerTransform .top-wrapper {
    display: flex;
    justify-content: space-between;
    vertical-align: middle !important; }
    .headerTransform .top-wrapper .main-menu {
      vertical-align: middle; }
      .headerTransform .top-wrapper .main-menu ul {
        padding: 0;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        cursor: pointer;
        color: #fff; }
    .headerTransform .top-wrapper .logo {
      vertical-align: middle;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out; }

.logo {
  display: inline-block;
  width: 165px;
  height: auto;
  padding-right: 20%;
  padding-left: 20px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.mouse {
  position: absolute;
  top: 84%;
  left: 50%;
  user-select: none; }

.fullPart {
  height: 100vh;
  position: relative;
  overflow: hidden; }

.topImg {
  width: 100%;
  background: url("../img/img/top.png") no-repeat;
  background-size: cover; }

.topTextWrapper {
  position: absolute;
  top: 16%;
  left: 20%; }

.topText {
  display: block;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 60px;
  color: #ffffff; }

.topText-2 {
  display: block;
  width: 700px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff; }

/*=============================MENU================================*/
/*=============================Service================================*/
.ico-wrapper {
  padding: 40px 20px; }
  .ico-wrapper article {
    color: #575757; }

/*=============================CONTENT================================*/
.box {
  margin: 8px 0;
  height: 180px;
  background: darkmagenta; }

/*=======================About========================================*/
.img-bg {
  width: 100%;
  background: url("../img/img/img_about.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
  z-index: -2; }

.img-wrapper {
  display: inline-block;
  overflow: hidden;
  width: auto;
  padding: 40px; }
  .img-wrapper img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
  .img-wrapper #img-about-1 {
    margin-top: 15%; }
  .img-wrapper #img-about-2 {
    margin-top: 55%; }

#text-about-2 {
  padding: 40px;
  margin-top: 12%; }

.about-wrapper {
  padding: 60px;
  background: white;
  text-align: left; }
  .about-wrapper article {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 40px;
    color: black;
    text-align: left; }
  .about-wrapper h3 {
    text-align: left;
    margin: 0; }
    .about-wrapper h3:after {
      content: "";
      display: inline-block;
      margin-left: 40px;
      height: 4px;
      width: 120px;
      background: #ec1356;
      vertical-align: middle; }

.img__flow {
  position: absolute;
  top: 8%;
  right: 4%;
  z-index: -1; }

.img__flow2 {
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: -1; }

.img__flow3 {
  position: absolute;
  top: 0;
  left: 12%;
  z-index: -1; }

.img__flow4 {
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: -1; }

/*=======================Partners========================================*/
.logotypes-wrapper {
  padding: 20px 20px;
  text-align: center;
  vertical-align: middle; }

#part1 {
  padding: 0 20px; }

#part2 {
  margin-bottom: 60px; }

#part3 {
  margin-bottom: 60px; }

/*=======================Parallax========================================*/
.parallax-bg {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 300px;
  text-align: center;
  background-size: 100%; }
  .parallax-bg p {
    position: absolute;
    top: 30%;
    left: 25%;
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.87); }

.scrollflow {
  z-index: -2; }

/*=======================Contact========================================*/
.contact-bg {
  width: 100%;
  background: url("../img/img/contact_bg.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
  z-index: 1; }
  .contact-bg h3 {
    margin-top: 0; }

#form2:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 50px;
  background: #dadadb;
  bottom: 0;
  right: -50px; }

.ico-cont-wrapper {
  padding: 40px 20px; }
  .ico-cont-wrapper article {
    margin-left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    color: #575757;
    vertical-align: top; }
  .ico-cont-wrapper img {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px; }

.ico-container {
  position: relative;
  width: 400px;
  background: white;
  text-align: left;
  padding: 50px;
  margin: auto; }
  .ico-container:before {
    content: "";
    position: absolute;
    height: 300px;
    width: 50px;
    background: #dadadb;
    top: 0;
    left: -50px; }

.paralax-line {
  position: absolute;
  height: 100vh;
  top: 0;
  right: 15%;
  opacity: .4;
  z-index: -1; }

.paralax-line2 {
  position: absolute;
  height: 100vh;
  top: 0;
  left: 15%;
  opacity: .4;
  z-index: 1; }

/*=============================FORM================================*/
.form-wrapper {
  max-width: 600px;
  position: relative;
  text-align: center;
  background: white;
  margin: 0;
  padding: 40px 40px; }
  .form-wrapper form {
    width: auto; }

.forms {
  width: 80%;
  height: 50px;
  margin-top: 20px;
  border: 1px solid gray;
  background: white;
  padding-left: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #3e3e3e;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .forms:focus {
    border-bottom: 2px solid #266fae; }

.btn-form {
  display: block;
  width: 300px;
  height: 50px;
  margin: 50px auto 0 auto;
  background: #266fae;
  color: white;
  font-size: 18px;
  border-radius: 30px;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer; }
  .btn-form:hover {
    background: #00a4b2; }

textarea {
  height: 180px !important; }

/*=============================footer================================*/
.footer-wrapper {
  position: relative;
  padding: 40px;
  background: #041226;
  border-bottom: 20px solid #ec1356; }
  .footer-wrapper article {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: white;
    padding: 20px 20px 0 0;
    float: left;
}
.clear {
    clear:both;
}
  .footer-wrapper .be {
    display: inline-block;
    width: 36px;
    height: 29px;
    background: url("../img/be.png") no-repeat;
    margin: 60px auto 0 auto; }

.logo-bottom {
  width: 160px;
  height: auto; }

.social-bottom {
  display: inline-block;
  padding: 0 20px; }

.ico-align {
  padding-top: 7%; }

/*=============================Flow Obj================================*/
/* IE8- CSS hack */
/*==========  Desktop First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 1440px) {
  .topTextWrapper {
    position: absolute;
    top: 16%;
    left: 10%; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1366px) {
  #text-about-2 {
    padding: 40px;
    margin-top: -24%;
    width: 700px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  #text-about-2 {
    margin-top: -40%; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  .burger {
    display: block; }

  .main-menu {
    display: none; }

  #text-about-2 {
    margin-top: -40%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  figure {
    display: none; }

  #form2:before {
    display: none; }

  .ico-container:before {
    display: none; }

  .mouse {
    display: none; }

  .headerTransform {
    display: none; }

  .burger {
    display: block; }

  .topImg {
    width: 100%;
    background: url("../img/img/top2.png") no-repeat 100% 100%;
    background-size: cover; }

  .topText-2 {
    width: 500px; }

  .fullPart-m {
    height: 140vh;
    position: relative;
    overflow: hidden;
    padding: 40px; }

  #text-about-2 {
    padding: 80px;
    margin-top: 0; }

  .logotypes-wrapper img {
    width: 70%; }

  .parallax-bg p {
    font-size: 32px;
    padding: 0;
    left: 16%;
    top: 38%; }

  .h3-wrapper {
    padding-bottom: 60px; }

  .ico-container {
    width: auto;
    padding: 2px; }

  .form-wrapper {
    max-width: 360px; }

  .img-wrapper {
    max-height: 220px; }

  #form1 {
    padding: 20px; }

  #form2 {
    margin-top: 20%;
    padding: 20px; }

  .text-wrapper {
    max-width: 100%;
    padding: 30px 40px 40px 40px; }

  .btn-form {
    width: 200px;
    margin: 50px auto 20px auto; }

  .ico-align {
    text-align: right; }

  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .footer-wrapper {
    position: relative;
    padding: 0;
    background: #041226;
    border-bottom: 20px solid #ec1356; }
    .footer-wrapper article {
      margin-left: 20px; }

  .logo-bottom {
    margin-top: 20px;
    margin-left: 20px; }

  .social-bottom {
    margin-left: 20px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 380px) {
  figure {
    display: none; }

  .topTextWrapper {
    top: 2%;
    left: 2%; }

  .hiddenMenu_bg ul {
    padding: 0;
    text-align: center; }

  .fullPart-s {
    height: 400vh; }

  #text-about-2 {
    padding: 20px;
    width: 380px; }

  .about-wrapper {
    padding: 20px;
    margin-left: 15px; }

  .fullPart-a-s {
    height: 140vh; }

  .fullPart-200 {
    height: 200vh; }

  .fullPart-220 {
    height: 220vh; }

  #form1 {
    padding: 0 0 0 20px;
    width: 90%; }

  #form2 {
    width: 85%;
    margin: 40px; }

  /*=================FORM===============*/
  .form-wrapper {
    width: 100%; }

  .btn-form {
    width: 80%; }

  .about-wrapper h3:after {
    width: 60px; }

  .fullPart-m .h3-wrapper {
    text-align: left; }
    .fullPart-m .h3-wrapper:after {
      width: 40px; }

  .ico-align {
    text-align: left;
    margin: 0;
    padding: 14px 0; }

  .topText {
    display: block;
    position: absolute;
    top: 180px;
    left: 20px;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 38px;
    color: #ffffff; }

  .topText-2 {
    display: block;
    position: absolute;
    width: 300px;
    top: 370px;
    left: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff; }

  .hiddenMenu_bg ul li a {
    font-size: 20px; }

  .hiddenMenu_bg ul li {
    padding: 46px; }

  .parallax-bg p {
    left: 0; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .topText {
    font-size: 33px; }

  #text-about-2 {
    width: 320px; }
    #text-about-2 article {
      font-size: 16px; }

  .topText-2 {
    width: 290px;
    font-size: 16px; }

  .footer-wrapper {
    position: relative;
    padding: 0;
    background: #041226;
    border-bottom: 20px solid #ec1356; }
    .footer-wrapper article {
      margin-left: 20px; }

  .logo-bottom {
    margin-top: 20px;
    margin-left: 20px; }

  .social-bottom {
    margin-left: 20px; } }

/*# sourceMappingURL=index.css.map */
