@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Sans+Pro:300,400");
@import url(normalize.css);
.header {
  background: #343f42;
  height: 100vh;
  max-height: 720px;
  width: 100%;
  background-size: cover; }

.header-bg {
  height: 100%;
  max-height: 720px;
  min-width: 640px;
  max-width: 1366px;
  background: #343f42 url("../img/header.jpg") center center no-repeat;
  margin: 0 auto;
  position: relative; }

.header-container {
  width: 85%;
  height: 34px;
  margin: 0 auto;
  max-width: 1170px;
  padding-top: 40px; }

.logo {
  float: left;
  padding-top: 7px;
  padding-bottom: 4px; }

.logo__link {
  height: 19px;
  width: 113px;
  padding: 7px 0; }

.menu-full {
  float: right;
  margin: 0; }
  .menu-full li {
    display: inline-block;
    padding-left: 5px;
    margin-top: 10px; }
  .menu-full a {
    padding: 5px 15px;
    border: 1px solid transparent;
    border-radius: 16px;
    text-decoration: none;
    font-family: "Open Sans", Arial, sans-serif;
    color: #fffffe;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left; }
    .menu-full a:hover {
      border-color: #fffffe; }

.header__title1 {
  margin: 218px auto 0;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 7px;
  text-align: center; }

.header__title2 {
  margin: 40px auto 0;
  max-width: 604px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center; }

.slider {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 36px;
  height: 36px;
  border-radius: 50%; }
  .slider:hover {
    background: #19bd9a; }

.slider__img {
  height: 36px;
  width: 36px; }

.main {
  width: 100%;
  margin: 0 auto; }

ul.filter li span:first-child {
  cursor: pointer;
}

.portf {
  background: #f3f3f3;
  padding-bottom: 100px;
  padding-top: 80px; }

.title1--view {
  margin-top: 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #333b46;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase; }

.title2--view {
  display: block;
  margin: 30px auto 60px;
  width: 457px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #81868e;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center; }

.filter {
  margin: 0 auto 60px;
  width: 370px;
  padding: 0; }
  .filter li {
    display: inline-block;
    margin-left: 25px; }
    .filter li:first-child {
      margin-left: 0; }
    .filter li a {
      text-decoration: none;
      font-family: "Open Sans", Arial, sans-serif;
      color: #464646;
      font-size: 16px;
      font-weight: 400;
      line-height: 12px; }

.flag {
  display: block;
  margin: 10px auto 0;
  width: 35px;
  height: 3px; }

.flag--active {
  background: #19bd9a; }

.works__print {
  position: relative; }

.works__branding {
  position: relative; }

.works__web {
  position: relative; }

.works__html {
  position: relative; }

.works__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(126, 145, 158, 0.8);
  z-index: 1;
  display: none; }

.works__filter--active {
  display: block; }

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1110px; }
  .works .item2 {
    margin: 10px 0 10px; }

@media all and (max-width: 860px) {
  .works {
    width: 550px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .works .item3 {
      margin-bottom: 10px; } }

.small {
  width: 270px;
  height: 213px; }
  .small a, .small img {
    width: 100%;
    height: 100%; }

.middle {
  width: 270px;
  height: 287px; }
  .middle a, .middle img {
    width: 100%;
    height: 100%; }

.big {
  width: 270px;
  height: 361px; }
  .big a, .big img {
    width: 100%;
    height: 100%; }

.team {
  padding-top: 70px; }

.container {
  max-width: 1030px;
  margin: 0 auto; }

.team__slider.container {
  margin-bottom: 140px; }

.photo {
  display: inline-block; }

.info {
  float: right;
  padding-top: 30px;
  padding-right: 45px;
  width: 370px;
  position: relative; }
  .info:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: #19bd9a;
    width: 4px;
    height: 42px; }
  .info span {
    display: block; }

.name {
  font-family: "Open Sans", Arial, sans-serif;
  color: #464646;
  font-size: 20px;
  font-weight: 400;
  text-align: right; }

.ocup {
  text-transform: uppercase;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: italic;
  color: #81868e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 25px;
  text-align: right;
  margin-bottom: 10px; }

.resum {
  font-family: "Open Sans", Arial, sans-serif;
  color: #81868e;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: right; }

.adcontact {
  height: 200px;
  background: #040404; }

.adcontact__content {
  height: 100%;
  width: 100%;
  max-width: 1366px;
  background: #040404 url("../img/contact-bg.png") no-repeat;
  margin: 0 auto; }

.ad {
  display: block;
  margin: 0 auto 30px;
  padding-top: 55px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: center; }

.contact-link {
  display: block;
  box-sizing: border-box;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 18px;
  width: 140px;
  height: 37px;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin: 0 auto; }
  .contact-link:hover {
    box-shadow: 0 0 5px 2px #ffffff; }

.test {
  background: #f3f3f3;
  width: 100%;
  padding: 75px 0 100px; }

.test__slider .slider-content {
  max-width: 1170px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 120px; }

.test__slider {
  max-width: 1030px;
  margin: 0 auto; }

.slider-content__photo {
  display: inline-block;
  vertical-align: top;
  margin-left: 95px;
  margin-right: 70px; }

.slider-content__info {
  display: inline-block;
  max-width: 730px;
  vertical-align: top; }
  .slider-content__info span {
    display: block; }

.info1 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #81868e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left; }

.info2 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #19bd9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding-top: 25px; }

.info3 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left; }

.footer {
  padding-top: 70px;
  padding-bottom: 70px; }

#map {
  box-sizing: border-box;
  border: 2px solid #19bd9a;
  max-width: 1366px;
  height: 440px;
  background: #f3f3f3;
  margin: 10px auto 70px; }

.info-window {
  opacity: 0; }

.cop {
  font-family: "Open Sans", Arial, sans-serif;
  color: #81868e;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 20px auto 35px; }

.ftr-logo {
  text-align: center; }
  .ftr-logo a {
    display: block;
    margin: 0 auto; }

.slick-dots li button {
  border-radius: 50%;
  border-width: 1px;
  border-color: #19bd9a;
  border-style: solid;
  width: 8px;
  height: 8px; }

.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #19BD9A;
  position: absolute;
  top: 1px;
  left: 1px; }

.slick-dots li button:hover, .slick-dots li button:focus {
  background: #19BD9A; }

.slick-dots li {
  width: 12px;
  height: 12px; }

.slick-dots {
  bottom: -50px; }

.test__slider.slick-dotted.slick-slider {
  margin-bottom: 0; }

.test__slider .slick-dots {
  bottom: 60px; }

.social {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0; }

.social :last-child {
  margin-right: 0; }

.social__item {
  display: inline-block;
  margin-right: 20px; }

.social__item a {
  display: inline-block; }

.social__fb {
  background: url("../img/fb.png") no-repeat center;
  height: 26px;
  width: 26px; }

.social__tv {
  background: url("../img/tv.png") no-repeat center;
  height: 26px;
  width: 26px; }

.social__in {
  background: url("../img/in.png") no-repeat center;
  height: 26px;
  width: 26px; }

.social__inst {
  background: url("../img/inst.png") no-repeat center;
  height: 26px;
  width: 26px; }

.social__vi {
  background: url("../img/vi.png") no-repeat center;
  height: 26px;
  width: 26px; }

.wrapper {
  -webkit-perspective: 800px;
          perspective: 800px; }

.social__item:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  transition-duration: 1s; }
