html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

*:hover {
  transition: 0.1s all ease-in-out; }

::-moz-selection {
  background-color: #050505;
  color: #bada55; }

::-o-selection {
  background-color: #050505;
  color: #bada55; }

::selection {
  background-color: #050505;
  color: #bada55; }

body {
  color: #090909;
  background: #f5f5f5;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin: 0; }

.container {
  max-width: 64em;
  margin: 0 auto;
  padding: 0 1em; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle; }

.menu {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .menu li, .menu a {
    display: inline-block; }

h1, h2, h3 {
  margin: 0;
  line-height: 1; }

h1 {
  font-size: 1.75em;
  text-transform: uppercase;
  margin-bottom: 0.4666666667em;
  text-align: center;
  color: #4a4747;
  font-weight: 600; }

section h1 {
  padding-top: 2.8571428571em;
  margin-bottom: 0;
  line-height: 1.429;
  font-weight: 500; }

section p {
  text-align: center;
  font-size: 1.125em;
  max-width: 33.3333333333em;
  margin: 0 auto;
  margin-top: 1.1111111111em;
  line-height: 2;
  color: rgba(74, 71, 71, 0.8); }

figure, figcaption {
  margin: 0;
  padding: 0; }

header, .review {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

header {
  background-image: url("..//img/bg_header.png"); }

.review {
  background-image: url("..//img/bg_review.png"); }

.contact {
  background-image: url("..//img/bg_contact.png");
  background-size: cover; }

.services {
  background-color: #efefef; }

.projects {
  background-color: #f8f8f8; }

.team {
  background-color: #ffffff; }

.brands {
  background-color: #ffffff; }

.business {
  background-color: #ffffff; }

.copyright {
  background-color: #3c3c3c; }

header {
  padding-top: 4.375em;
  height: 100vh; }

nav:before, nav:after {
  content: " ";
  display: table; }
nav:after {
  clear: both; }

.logo {
  float: left; }

.mainmenu {
  float: right; }

.logo {
  height: 60px;
  width: auto; }

.mainmenu a {
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  margin-left: 2.1875em;
  padding-top: 1.25em; }
  .mainmenu a:hover {
    border-bottom: 2px dotted #fff;
    font-weight: 500; }

.main {
  color: #fff;
  font-size: 3.125em;
  font-weight: 500;
  max-width: 70%;
  margin: 0 auto;
  margin-top: 20%;
  margin-bottom: 1em;
  line-height: 1.42; }

.slider {
  text-align: center; }

.learnMore {
  text-shadow: 0px 15px 32px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  font-size: 1.125em; }
  .learnMore:hover {
    border-bottom: 2px dotted #fff; }

.slider ul {
  text-align: center;
  margin-top: 7.5em; }
  .slider ul li {
    width: 0.625em;
    height: 0.625em;
    border: 0.125em solid;
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
    margin-right: 0.4375em; }
    .slider ul li:last-child {
      margin-right: none; }
  .slider ul .active {
    border-color: white; }

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.8125em;
  padding-bottom: 7.5em; }

.items li {
  width: 32%; }

.items .box {
  border-radius: 0.3125em;
  background-color: #fff;
  box-shadow: 0px 0.1875em 0.625em 0px rgba(0, 0, 0, 0.28); }
  .items .box:hover {
    box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28); }
  .items .box:last-child {
    margin-right: 0; }
  .items .box p {
    padding: 0 0.9375em;
    transform: matrix(1, 0, 0, 1.0007627515, 0, 0);
    font-size: 1em;
    line-height: 2;
    color: rgba(74, 71, 71, 0.8);
    padding-bottom: 1.5625em; }
  .items .box .icon {
    height: 3.125em;
    margin-top: 2.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
  .items .box h2 {
    font-size: 1.125em;
    color: #434343;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding-top: 0.8333333333em; }

.btn {
  border-radius: 0.3125em;
  box-shadow: 0px 0.3125em 0.625em 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  font-size: 1.25em;
  line-height: 2.5;
  font-weight: 300;
  display: block;
  width: 9.5em;
  margin: 0 auto;
  text-align: center; }
  .btn:hover {
    box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28); }

.btn-green {
  background-color: #26af5f;
  color: #fff; }
  .btn-green:hover {
    background-color: #28b965;
    font-weight: 500; }

.btn-white {
  background-color: #fff;
  color: #26af5f;
  font-weight: 500;
  text-transform: uppercase; }
  .btn-white:hover {
    background-color: white;
    font-weight: 700; }

.projects {
  padding-bottom: 5em; }
  .projects .items {
    padding-bottom: 4.0625em; }
    .projects .items img {
      margin-bottom: 1.09375em;
      box-shadow: 0px 0.1875em 0.625em 0px rgba(0, 0, 0, 0.2); }
      .projects .items img:hover {
        box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28); }

.team .items li {
  width: 25%; }

.brands ul {
  display: flex;
  padding: 3.125em 0;
  height: 150px; }
  .brands ul li {
    padding-right: 50px; }

figcaption {
  display: none; }
  figcaption:hover {
    display: block; }

.review {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.rewbox {
  background-color: #ffffff;
  margin: 0 auto;
  font-size: 1em;
  padding: 1.875em 5em 2.75em 5em;
  margin: 5em auto; }
  .rewbox img {
    max-width: 7.1875em;
    margin: 0 auto;
    display: block; }
  .rewbox ul {
    text-align: center;
    margin-top: 1.5625em; }
    .rewbox ul li {
      width: 0.9375em;
      height: 0.9375em;
      background-color: rgba(38, 175, 95, 0.7);
      transform: rotate(45deg);
      margin-right: 0.4375em; }
      .rewbox ul li:last-child {
        margin-right: none; }
    .rewbox ul .active {
      background-color: #26af5f; }

.posts {
  display: flex;
  justify-content: space-between; }
  .posts article {
    margin-top: 4.0625em;
    margin-bottom: 5em;
    background-color: #fff;
    box-shadow: 0px 0.1875em 0.625em 0px rgba(0, 0, 0, 0.28);
    width: 32%; }
    .posts article:hover {
      box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28); }
    .posts article .body_post {
      padding: 0 1.5625em 1.25em 1.5625em; }
      .posts article .body_post p, .posts article .body_post h1 {
        text-align: left; }
    .posts article p {
      font-size: 0.875em; }
    .posts article h1 {
      font-size: 1.3125em;
      text-transform: none;
      font-weight: 500;
      padding-top: 0.9523809524em; }
    .posts article footer {
      margin-top: 1.5625em;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .posts article footer date, .posts article footer a {
        font-weight: 400;
        font-size: 0.875em;
        color: rgba(74, 71, 71, 0.8);
        margin: 0;
        text-decoration: none; }
      .posts article footer a:hover {
        border-bottom: 2px dotted rgba(74, 71, 71, 0.8); }
      .posts article footer i {
        color: #26af5f;
        margin-right: 0.3125em; }

.brands ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.microsoft, .envato, .driblle, .spotify, .google {
  height: 100%;
  background-size: contain; }

.microsoft {
  background: url("..//img/logos/p_1.png") no-repeat;
  width: 100%; }
  .microsoft:hover {
    background-image: url("..//img/logos/p_1_hover.png"); }

.envato {
  background: url("..//img/logos/p_2.png") no-repeat;
  width: 100%; }
  .envato:hover {
    background-image: url("..//img/logos/p_2_hover.png"); }

.driblle {
  background: url("..//img/logos/p_3.png") no-repeat;
  width: 70%; }
  .driblle:hover {
    background-image: url("..//img/logos/p_3_hover.png"); }

.spotify {
  background: url("..//img/logos/p_4.png") no-repeat;
  width: 70%; }
  .spotify:hover {
    background-image: url("..//img/logos/p_4_hover.png"); }

.google {
  background: url("..//img/logos/p_5.png") no-repeat;
  width: 65%; }
  .google:hover {
    background-image: url("..//img/logos/p_5_hover.png"); }

.business h1 {
  font-size: 3.125em;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.8);
  padding-top: 1.6em; }

.business ul {
  text-align: center;
  padding-top: 1.25em;
  padding-bottom: 5em; }
  .business ul li {
    margin-right: 1.25em; }
    .business ul li a {
      color: #c0c0c0; }
      .business ul li a:hover {
        color: #26af5f; }
    .business ul li:last-child {
      margin-right: 0; }

.copyright p {
  color: rgba(255, 255, 255, 0.8);
  min-width: 100%;
  padding: 2.5em 0;
  font-family: "Roboto";
  margin-top: 0; }
  .copyright p a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-weight: 500; }
    .copyright p a:hover {
      border-bottom: 2px dotted rgba(255, 255, 255, 0.8); }

input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #e0e0e0; }

input[type=button] {
  margin: 0;
  line-height: 1.2;
  width: 30%;
  font-weight: 700;
  margin-top: 1.875em;
  padding: 0.3125em 0;
  box-shadow: 0px 0.1875em 0.625em 0px rgba(0, 0, 0, 0.2); }
  input[type=button]:hover {
    box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28);
    cursor: pointer; }

label {
  color: #c8c9ca; }
  label .messege {
    margin-left: 1.5625em;
    color: #ffffff; }

.mess_l {
  margin-top: 5em; }

input[name="messege"] {
  margin-top: 1.25em; }

.contact-sec {
  padding: 5em 0;
  display: flex;
  justify-content: space-between; }
  .contact-sec form {
    width: 50%; }
  .contact-sec .formbox {
    width: 40%; }

.contact-sec form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact-sec form label {
    width: 45%; }
    .contact-sec form label i {
      position: absolute;
      font-size: 130%;
      min-width: 18px; }
    .contact-sec form label input {
      padding-left: 1.5625em;
      padding-bottom: 0.625em; }
      .contact-sec form label input::placeholder {
        font-size: 0.875em;
        color: rgba(255, 255, 255, 0.502);
        line-height: 1.2; }
  .contact-sec form label[for="messege"] {
    width: 100%; }
    .contact-sec form label[for="messege"] input {
      width: 100%; }
  .contact-sec form h1 {
    padding-top: 0;
    padding-bottom: 2.03125em;
    font-size: 2em;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    text-align: left; }

.formbox {
  background-color: #ffffff;
  box-shadow: 0px 0.1875em 0.625em 0px rgba(0, 0, 0, 0.28);
  padding: 2.1875em 3.125em 5em 3.125em; }
  .formbox:hover {
    box-shadow: 0px 0.75em 0.625em 0px rgba(0, 0, 0, 0.28); }
  .formbox h2 {
    font-size: 2.5em;
    color: rgba(74, 71, 71, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2; }
  .formbox p {
    font-size: 1.25em;
    margin-top: 1.5em;
    text-align: left;
    line-height: 1.464;
    color: rgba(0, 0, 0, 0.8);
    font-style: normal; }
    .formbox p a {
      text-decoration: none;
      color: rgba(0, 0, 0, 0.8); }
      .formbox p a:hover {
        border-bottom: 2px dotted rgba(0, 0, 0, 0.8); }
    .formbox p .break {
      color: #ffffff; }
  .formbox i {
    margin-right: 0.75em;
    color: #26af5f; }

.addtous {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .addtous h2 {
    width: 100%;
    margin: 1.25em 0 0.625em 0; }
  .addtous label[for="name"],
  .addtous label[for="password"],
  .addtous label[for="birthdate"],
  .addtous label[for="gender"],
  .addtous label[for="email"],
  .addtous label[for="prefer"],
  .addtous label[for="tel"] {
    width: 45%;
    margin-bottom: 0.625em; }
  .addtous .time,
  .addtous label[for="conditions"],
  .addtous label[for="mess"] {
    width: 100%; }
  .addtous label[for="conditions"] {
    margin: 1.25em 0 0.625em 0; }
    .addtous label[for="conditions"] a {
      color: rgba(33, 154, 84, 0.9);
      text-decoration: none; }
      .addtous label[for="conditions"] a:hover {
        border-bottom: 2px dotted rgba(33, 154, 84, 0.9); }
  .addtous label[for="name"] i,
  .addtous label[for="password"] i,
  .addtous label[for="email"] i,
  .addtous label[for="tel"] i,
  .addtous label[for="mess"] i {
    position: absolute; }
  .addtous label[for="name"] input,
  .addtous label[for="password"] input,
  .addtous label[for="email"] input,
  .addtous label[for="tel"] input,
  .addtous label[for="mess"] input {
    width: 100%;
    padding-left: 1.25em; }
  .addtous i {
    padding-right: 0.5em; }
  .addtous input {
    border-color: #26af5f; }
  .addtous i, .addtous label {
    color: #4a4747; }
  .addtous ::placeholder {
    color: rgba(74, 71, 71, 0.4); }
  .addtous input[type="button"] {
    width: 50%;
    margin: 2.1875em auto 3.4375em auto; }
  .addtous label[for="prefer"] {
    margin-top: 0.625em; }

@media only screen and (max-width: 1005px) {
  .brands ul {
    flex-direction: column;
    height: auto;
    margin: 0 auto; }
    .brands ul li {
      height: 50px;
      width: 100%;
      margin-left: 65%; } }
@media only screen and (max-width: 645px) {
  .logo {
    float: none;
    width: 100%; }

  .mainmenu {
    text-align: center; } }
@media only screen and (max-width: 995px) {
  .posts {
    flex-direction: column; }
    .posts article {
      width: 100%;
      margin-bottom: 1.25em;
      margin-top: 0; }
      .posts article:last-child {
        margin-bottom: 5em; }
      .posts article:first-child {
        margin-top: 4.0625em; }
      .posts article p {
        min-width: 100%; }

  .contact-sec {
    flex-direction: column; }
    .contact-sec form {
      width: 100%; }
    .contact-sec input {
      width: 100%; }
    .contact-sec .formbox {
      width: 100%;
      margin-top: 3.125em; } }
@media only screen and (max-width: 750px) {
  .services .items li {
    width: 100%;
    margin-bottom: 0.625em; }

  .projects .items li {
    width: 48.5%; }

  .team .items li {
    width: 50%; }

  .contact-sec {
    flex-direction: column; } }
@media only screen and (max-width: 525px) {
  .projects .items li {
    width: 100%; }

  .team .items li {
    width: 100%; } }

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