@charset "UTF-8";
.agency__text {
  padding-right: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px; }
  @media (max-width: 767px) {
    .agency__text {
      padding-right: 0; } }
  .agency__text h2 {
    font-size: 36px;
    font-family: 'roboto_condensed';
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 15px 0; }
  .agency__text_1 p {
    font-size: 24px;
    font-family: 'roboto_condensed';
    font-weight: 300; }
    @media (max-width: 1023px) {
      .agency__text_1 p {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .agency__text_1 p {
        font-size: 16px; } }
  .agency__text_2 p {
    font-family: 'roboto_slab';
    font-weight: 300;
    font-size: 23px;
    line-height: 1.6;
    margin: 0 0 15px 0; }
    .agency__text_2 p:last-child {
      margin: 0; }
    @media (max-width: 767px) {
      .agency__text_2 p {
        font-size: 18px; } }
  .agency__text_2 ul {
    font-family: 'roboto_condensed';
    font-weight: 300;
    font-size: 20px; }
    @media (max-width: 767px) {
      .agency__text_2 ul {
        font-size: 14px; } }
    .agency__text_2 ul li {
      margin: 0 0 20px 0;
      padding: 0 0 0 20px;
      position: relative; }
      @media (max-width: 767px) {
        .agency__text_2 ul li {
          margin-bottom: 10px; } }
      .agency__text_2 ul li:before {
        content: '—';
        position: absolute;
        left: 0;
        top: 0; }
  .agency__text a {
    color: #8d0011; }
    .agency__text a:hover {
      text-decoration: none; }

.agency__hidden-text {
  display: none; }

.agency__show-text {
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #8d0011; }

.agency__card {
  width: 642px;
  height: 350px;
  margin: 100px auto -45px auto;
  font-size: 23px;
  font-family: 'roboto_slab';
  font-weight: 300;
  position: relative; }
  @media (max-width: 1023px) {
    .agency__card {
      font-size: 18px;
      width: 500px;
      height: 290px; } }
  @media (max-width: 767px) {
    .agency__card {
      font-size: 12px;
      width: 270px;
      height: 170px;
      margin-top: 60px; } }
  .agency__card:before {
    content: '';
    width: 738px;
    height: 446px;
    background: url(/i/decor/shadow.png);
    position: absolute;
    top: -22px;
    left: -80px; }
    @media (max-width: 1023px) {
      .agency__card:before {
        width: 510px;
        height: 400px;
        background-size: contain;
        background-repeat: no-repeat;
        top: -7px;
        left: -50px; } }
    @media (max-width: 767px) {
      .agency__card:before {
        width: 300px;
        height: 200px;
        top: -10px;
        left: -29px; } }
  .agency__card-inner {
    position: relative;
    width: 642px;
    height: 350px;
    background-color: #8d0011;
    background-image: url("/i/logo.svg");
    background-size: 194px auto;
    background-repeat: no-repeat;
    background-position: 60px 60px;
    color: #fff;
    transform: rotate(-15deg); }
    @media (max-width: 1023px) {
      .agency__card-inner {
        background-position: 40px 40px;
        background-size: 154px auto;
        width: 455px;
        height: 245px; } }
    @media (max-width: 767px) {
      .agency__card-inner {
        width: 260px;
        height: 140px;
        background-size: 100px auto;
        background-position: 20px 20px; } }
  .agency__card-text {
    position: absolute;
    bottom: 50px;
    right: 50px; }
    @media (max-width: 1023px) {
      .agency__card-text {
        right: 40px;
        bottom: 30px; } }
    @media (max-width: 767px) {
      .agency__card-text {
        right: 15px;
        bottom: 20px; } }
    .agency__card-text span {
      display: block; }

.blog__filter {
  font-size: 12px;
  color: #677481;
  text-transform: uppercase;
  margin: 0 0 20px 0; }
  .blog__filter-tag {
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: none;
    line-height: 17px;
    padding: 0 4px; }
    .blog__filter-tag:hover, .blog__filter-tag_active {
      background: #c67b9a;
      color: #fff; }

.blog__top-item {
  background: #f4f4f4;
  min-height: 398px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  text-decoration: none; }
  @media (max-width: 1023px) {
    .blog__top-item {
      min-height: 270px; } }
  @media (max-width: 767px) {
    .blog__top-item {
      display: block; } }
  .blog__top-item-text {
    width: 50%;
    padding: 45px 45px 70px 45px;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 1023px) {
      .blog__top-item-text {
        padding: 30px 30px 60px 30px; } }
    @media (max-width: 767px) {
      .blog__top-item-text {
        width: 100%;
        padding: 22px 25px 60px 25px;
        min-height: 230px; } }
    .blog__top-item-text h2 {
      font-family: 'roboto_condensed';
      font-weight: 300;
      font-size: 36px;
      margin: 0 0 20px 0;
      line-height: 1.2; }
      @media (max-width: 1023px) {
        .blog__top-item-text h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .blog__top-item-text h2 {
          font-size: 22px; } }
    .blog__top-item-text p {
      color: #677481;
      font-size: 24px;
      font-family: 'roboto_condensed';
      font-weight: 300;
      line-height: 1.3; }
      @media (max-width: 1023px) {
        .blog__top-item-text p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .blog__top-item-text p {
          font-size: 14px; } }
  .blog__top-item-image {
    width: 50%;
    background-size: cover;
    background-position: 50%; }
    @media (max-width: 767px) {
      .blog__top-item-image {
        width: 100%;
        height: 230px; } }
  .blog__top-item:nth-child(odd) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .blog__top-item-bottom-info {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    text-transform: uppercase; }
  .blog__top-item-date {
    color: #677481;
    margin: 0 15px 0 0;
    display: inline-block; }
  .blog__top-item-tag {
    color: #ae436f;
    margin: 0 15px 0 0;
    display: inline-block; }

.blog__items {
  margin: 60px 0 0 0;
  padding: 56px 0 0 0;
  border-top: 1px solid #e7c6d4; }
  @media (max-width: 767px) {
    .blog__items {
      margin-top: 30px;
      padding-top: 40px; } }
  .blog__items-title {
    font-family: 'roboto_condensed';
    color: #24282c;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 20px 0; }
  .blog__items-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 0 0; }
    @media (max-width: 767px) {
      .blog__items-inner {
        margin: 0 -10px 0 0; } }

.blog__item {
  width: calc(33.3% - 20px);
  background: #f4f4f4;
  margin: 0 20px 20px 0;
  display: block;
  text-decoration: none; }
  @media (max-width: 767px) {
    .blog__item {
      width: calc(50% - 10px);
      margin: 0 10px 10px 0; } }
  .blog__item_hidden {
    display: none; }
  .blog__item-image {
    height: 140px;
    background-size: cover; }
    @media (max-width: 767px) {
      .blog__item-image {
        height: 95px; } }
  .blog__item-text {
    padding: 20px 30px 30px 30px; }
    @media (max-width: 767px) {
      .blog__item-text {
        padding: 12px 10px 20px 10px; } }
    .blog__item-text h2 {
      font-family: 'roboto_slab';
      font-size: 18px;
      color: #ae436f;
      font-weight: 300;
      margin: 0 0 10px 0; }
      @media (max-width: 767px) {
        .blog__item-text h2 {
          font-size: 12px; } }
    .blog__item-text p {
      font-family: 'roboto_condensed';
      font-size: 16px;
      font-weight: 300;
      color: #677481; }
      @media (max-width: 767px) {
        .blog__item-text p {
          font-size: 12px; } }
  .blog__item-bottom-info {
    margin: 20px 0 0 0;
    font-size: 9px;
    text-transform: uppercase; }
  .blog__item-date {
    color: #677481;
    margin: 0 10px 0 0;
    display: inline-block; }
  .blog__item-tag {
    color: #ae436f;
    margin: 0 10px 0 0;
    display: inline-block; }

.blog__button-wrap {
  text-align: center;
  margin: 50px 0 0 0;
  display: none; }

.blog__load-more {
  display: inline-block;
  text-decoration: none;
  font-family: 'roboto_condensed';
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
  border: 2px solid #c00118;
  border-radius: 3px;
  padding: 0 15px;
  font-weight: 300;
  background: transparent;
  color: inherit;
  cursor: pointer; }
  .blog__load-more:hover {
    opacity: 0.9; }

.clients {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 100px;
  box-sizing: border-box;
  height: 100px;
  text-align: center;
  position: relative; }
  @media (max-width: 1199px) {
    .clients {
      width: auto;
      padding-left: 60px;
      text-align: left; } }
  @media (max-width: 1023px) {
    .clients {
      height: 76px;
      padding: 15px 30px;
      overflow: hidden; }
      .clients .owl-nav {
        display: none; }
      .clients .owl-stage {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }
  @media (max-width: 767px) {
    .clients {
      height: 60px;
      padding: 10px 15px; } }
  .clients__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    position: relative; }
    @media (max-width: 1199px) {
      .clients__item {
        margin: 0 10px; } }
    @media (max-width: 1023px) {
      .clients__item {
        margin: 0; } }
    .clients__item img {
      vertical-align: bottom; }
    .clients__item:hover {
      opacity: 0.8; }
  .clients:before {
    content: '';
    width: 32px;
    height: 30px;
    background: url(/i/icons/star.png);
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50px;
    opacity: 0.5; }
    @media (max-width: 1199px) {
      .clients:before {
        left: 20px; } }
    @media (max-width: 1023px) {
      .clients:before {
        display: none; } }
  .clients:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100px;
    margin: 0 -1px; }
    @media (max-width: 1023px) {
      .clients:after {
        display: block;
        position: absolute;
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #24282c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#24282c',GradientType=1 );
        width: 130px;
        height: 76px;
        right: 0;
        top: 0;
        pointer-events: none; } }

.contacts__col-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .contacts__col-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .contacts__col-wrap {
      display: block; } }

.contacts__left {
  width: 60%;
  padding-right: 100px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: 300;
  font-family: 'roboto_condensed'; }
  @media (max-width: 1023px) {
    .contacts__left {
      font-size: 30px;
      padding-right: 70px; } }
  @media (max-width: 767px) {
    .contacts__left {
      width: 100%;
      padding-right: 0;
      font-size: 20px; } }

.contacts__right {
  width: 40%; }
  .contacts__right iframe {
    background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 1023px) {
      .contacts__right iframe {
        height: 200px; } }
  @media (max-width: 767px) {
    .contacts__right {
      width: 100%;
      margin-top: 35px; } }

.contacts__address {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .contacts__address {
      margin-bottom: 35px; } }

.contacts__email {
  color: #8d0011; }

.contacts__panorama {
  margin: 95px 0 0 0;
  padding: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .contacts__panorama {
      padding: 20px; } }
  .contacts__panorama-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 20px solid #e9e9e9; }
    @media (max-width: 1023px) {
      .contacts__panorama-corner {
        border-width: 15px;
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .contacts__panorama-corner {
        border-width: 10px;
        width: 20px;
        height: 20px; } }
    .contacts__panorama-corner_1 {
      border-right: 0;
      border-bottom: 0;
      top: 0;
      left: 0; }
    .contacts__panorama-corner_2 {
      border-bottom: 0;
      border-left: 0;
      top: 0;
      right: 0; }
    .contacts__panorama-corner_3 {
      border-top: 0;
      border-left: 0;
      right: 0;
      bottom: 0; }
    .contacts__panorama-corner_4 {
      border-top: 0;
      border-right: 0;
      left: 0;
      bottom: 0; }
  @media (max-width: 767px) {
    .contacts__panorama {
      margin-top: 35px; } }
  @media (max-width: 1199px) {
    .contacts__panorama iframe {
      width: 100%; } }
  @media (max-width: 1199px) and (max-width: 1023px) {
    .contacts__panorama iframe {
      height: 320px; } }
  @media (max-width: 767px) {
    .contacts__panorama iframe {
      height: 235px; } }
  .contacts__panorama:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    transition: all 0s 0.5s linear; }
  .contacts__panorama:hover:after {
    width: 0;
    height: 0; }

.contacts__col:nth-child(1) {
  width: 20%;
  padding: 50px 0 0 0; }
  @media (max-width: 1023px) {
    .contacts__col:nth-child(1) {
      width: 100%;
      padding: 0; }
      .contacts__col:nth-child(1):after {
        content: "";
        display: table;
        clear: both; } }

.contacts__col:nth-child(2) {
  width: 50%; }
  @media (max-width: 1023px) {
    .contacts__col:nth-child(2) {
      width: 67%; } }
  @media (max-width: 767px) {
    .contacts__col:nth-child(2) {
      width: 100%; } }

.contacts__col:nth-child(3) {
  width: 20%; }
  @media (max-width: 1023px) {
    .contacts__col:nth-child(3) {
      width: 27%; } }
  @media (max-width: 767px) {
    .contacts__col:nth-child(3) {
      width: 100%; } }

.contacts__col-section {
  font-size: 24px;
  font-family: 'roboto_condensed';
  margin: 0 0 60px 0; }
  @media (max-width: 1023px) {
    .contacts__col-section {
      width: 45%;
      float: left; } }
  @media (max-width: 767px) {
    .contacts__col-section {
      width: 100%;
      float: none;
      font-size: 20px;
      margin-bottom: 40px; } }
  .contacts__col-section h3 {
    font-weight: normal; }
  .contacts__col-section p {
    font-weight: 300; }
  .contacts__col-section a {
    color: #8d0011; }

.contacts__col-title {
  font-size: 24px;
  font-family: 'roboto_condensed';
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 25px 0; }
  @media (max-width: 767px) {
    .contacts__col-title {
      font-size: 20px;
      margin-bottom: 17px; } }

.contacts__name {
  font-size: 14px;
  font-family: 'roboto_condensed';
  font-weight: 300;
  margin: 0 0 10px 0; }

.contacts__requisites {
  font-size: 14px;
  font-family: 'roboto_condensed';
  font-weight: 300;
  display: none; }
  .contacts__requisites p {
    margin: 0 0 10px 0; }

.contacts__switch-requisites {
  font-size: 14px;
  font-family: 'roboto_condensed';
  font-weight: 300;
  color: #8d0011;
  border-bottom: 1px dashed #8d0011;
  text-decoration: none; }
  .contacts__switch-requisites:before {
    content: attr(data-show-text); }
  .contacts__switch-requisites_hide:before {
    content: attr(data-hide-text); }

.error404 {
  padding: 0 40px;
  position: relative; }
  .error404 h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
    position: relative; }
  .error404 p {
    font-size: 15px;
    position: relative; }
  .error404:before {
    content: '404';
    font-size: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 900; }

.feedback-form {
  background: #fff;
  padding: 48px; }
  @media (max-width: 767px) {
    .feedback-form {
      padding: 30px 15px;
      margin-bottom: 25px; } }
  .feedback-form__success {
    text-align: center;
    display: none; }
    .feedback-form__success h3 {
      font-size: 20px;
      margin: 0 0 20px 0; }
  .feedback-form__error {
    text-align: center;
    display: none; }
    .feedback-form__error h3 {
      font-size: 20px;
      margin: 0 0 20px 0; }

@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto-light-webfont.eot");
  src: url("/fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-light-webfont.woff2") format("woff2"), url("/fonts/roboto-light-webfont.woff") format("woff"), url("/fonts/roboto-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto-regular-webfont.eot");
  src: url("/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/roboto-regular-webfont.woff") format("woff"), url("/rfonts/oboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto-thin-webfont.eot");
  src: url("/fonts/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-thin-webfont.woff2") format("woff2"), url("/fonts/roboto-thin-webfont.woff") format("woff"), url("/fonts/roboto-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto-bold-webfont.eot");
  src: url("/fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/roboto-bold-webfont.woff") format("woff"), url("/fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'roboto';
  src: url("/fonts/roboto-black-webfont.eot");
  src: url("/fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto-black-webfont.woff2") format("woff2"), url("/fonts/roboto-black-webfont.woff") format("woff"), url("/fonts/roboto-black-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-regular-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-regular-webfont.woff") format("woff"), url("/fonts/robotocondensed-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-italic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-italic-webfont.woff") format("woff"), url("/fonts/robotocondensed-italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-bold-webfont.woff") format("woff"), url("/fonts/robotocondensed-bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-bolditalic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-bolditalic-webfont.woff") format("woff"), url("/fonts/robotocondensed-bolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-light-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-light-webfont.woff") format("woff"), url("/fonts/robotocondensed-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto_condensed';
  src: url("/fonts/robotocondensed-lightitalic-webfont.woff2") format("woff2"), url("/fonts/robotocondensed-lightitalic-webfont.woff") format("woff"), url("/fonts/robotocondensed-lightitalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'roboto_slab';
  src: url("/fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("/fonts/robotoslab-bold-webfont.woff") format("woff"), url("/fonts/robotoslab-bold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab';
  src: url("/fonts/robotoslab-light-webfont.woff2") format("woff2"), url("/fonts/robotoslab-light-webfont.woff") format("woff"), url("/fonts/robotoslab-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab';
  src: url("/fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("/fonts/robotoslab-regular-webfont.woff") format("woff"), url("/fonts/robotoslab-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'roboto_slab';
  src: url("/fonts/robotoslab-thin-webfont.woff2") format("woff2"), url("/fonts/robotoslab-thin-webfont.woff") format("woff"), url("/fonts/robotoslab-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

.footer {
  border-top: 1px dashed #4c535b; }
  .footer__inner {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 50px 40px 50px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .footer__inner {
        width: 1024px;
        padding: 60px 20px 40px 20px; } }
    @media (max-width: 1023px) {
      .footer__inner {
        width: 768px;
        padding: 55px 30px 40px 30px; } }
    @media (max-width: 767px) {
      .footer__inner {
        width: 320px;
        display: block;
        position: relative;
        padding: 40px 15px 35px 15px; } }
  .footer__leftside {
    width: 70%; }
    @media (max-width: 1199px) {
      .footer__leftside {
        width: 76%; } }
    @media (max-width: 1023px) {
      .footer__leftside {
        width: 75%; } }
    @media (max-width: 767px) {
      .footer__leftside {
        width: 100%; } }
  .footer__rightside {
    width: 30%; }
    @media (max-width: 1199px) {
      .footer__rightside {
        width: 24%; } }
    @media (max-width: 1023px) {
      .footer__rightside {
        width: 25%;
        box-sizing: border-box;
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .footer__rightside {
        width: 100%;
        padding: 0; } }
    .footer__rightside-link {
      color: rgba(255, 255, 255, 0.4);
      text-decoration: none;
      display: inline-block;
      font-weight: 300;
      margin: 10px 0 0 0; }
      @media (max-width: 767px) {
        .footer__rightside-link {
          display: none; } }
  .footer__logo {
    display: inline-block;
    width: 110px;
    height: 23px;
    background: url(/i/logo.svg);
    background-size: 100% 100%;
    text-indent: -1000px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    opacity: 0.3;
    margin: 0 35px 0 0; }
    @media (max-width: 767px) {
      .footer__logo {
        margin-bottom: 27px; } }
  .footer__menu {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .footer__menu {
        display: block; } }
  .footer__cols {
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0 0; }
    @media (max-width: 767px) {
      .footer__cols {
        display: block; } }
  .footer__contacts {
    width: 33%;
    font-family: 'roboto_condensed';
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .footer__contacts {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px; } }
  .footer__phone {
    display: block; }
  .footer__address {
    width: 40%;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    padding: 60px 60px 0 0;
    box-sizing: border-box;
    background: url(/i/icons/pin.png) 0 0 no-repeat; }
    @media (max-width: 767px) {
      .footer__address {
        width: 100%;
        background: none;
        padding: 10px 0 0 0; } }
    .footer__address p {
      margin: 0 0 5px 0; }
      .footer__address p:last-child {
        margin: 0; }
    .footer__address a {
      text-transform: uppercase; }
  .footer__mail {
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .footer__mail {
        display: block;
        width: 50%; } }
  .footer__copy {
    margin: 48px 0 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300; }
    @media (max-width: 767px) {
      .footer__copy {
        margin-top: 35px; } }
  .footer__vacancy-link {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'roboto_condensed';
    font-weight: 300; }
    @media (max-width: 767px) {
      .footer__vacancy-link {
        position: absolute;
        top: 159px;
        width: 50%;
        right: 0; } }
  .footer__links {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    text-transform: uppercase;
    margin: 5px 0 0 0; }
  .footer__link-divider {
    margin: 0 8px; }
  .footer__social-links {
    padding: 60px 0 0 0;
    background: url(/i/icons/hands.png) 0 0 no-repeat; }
    @media (max-width: 767px) {
      .footer__social-links {
        padding-top: 25px;
        background: none; } }
    .footer__social-links a {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(/i/icons/social.png);
      text-indent: -1000px;
      overflow: hidden;
      margin: 0 10px 0 0; }
  .footer__pinterest {
    background-position: 0 0; }
  .footer__facebook {
    background-position: -36px 0; }
  .footer__twitter {
    background-position: -72px 0; }
  .footer .footer__github {
    background: #000 url(/i/icons/github.png) 50% 50% no-repeat;
    background-size: 80% 80%; }

.form__row {
  margin: 0 0 25px 0;
  position: relative; }
  .form__row_captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: top;
    align-content: top;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .form__row_captcha .form__label {
      display: inline-block;
      width: 90px; }
    .form__row_captcha .form__textinput {
      width: 200px; }
      @media (max-width: 767px) {
        .form__row_captcha .form__textinput {
          width: 90px; } }
    .form__row_captcha label.error {
      left: auto !important;
      right: 0; }

.form__label {
  display: block;
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 5px 0; }

.form__textinput, .form__textarea {
  border: 1px solid #d9d9d9;
  width: 100%;
  box-sizing: border-box;
  border-radius: 2px; }

.form__textinput {
  height: 42px;
  line-height: 40px;
  padding: 0 10px; }

.form__textarea {
  height: 185px;
  resize: none;
  padding: 10px; }

.form__captcha {
  width: 65px;
  height: 42px;
  display: inline-block;
  margin-left: 15px;
  line-height: 42px;
  text-align: center; }

.form__checkbox input {
  display: none; }
  .form__checkbox input:checked ~ label span:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: center url(../i/checkmark.png) no-repeat;
    background-size: contain; }
  .form__checkbox input.error ~ label span {
    border-color: #c00118; }

.form__checkbox label {
  position: relative;
  padding-left: 30px; }
  .form__checkbox label span {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 2px; }
  .form__checkbox label a {
    text-decoration: underline; }

.form__submit {
  display: inline-block;
  text-decoration: none;
  font-family: 'roboto_condensed';
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 32px;
  border: 2px solid #c00118;
  border-radius: 3px;
  padding: 0 15px;
  font-weight: 300;
  background: transparent;
  color: inherit;
  cursor: pointer; }
  .form__submit:hover {
    opacity: 0.9; }

.form label.error {
  position: absolute;
  color: #c00118;
  font-size: 12px;
  font-weight: 600;
  top: 100%;
  left: 0; }

.header {
  font-family: 'roboto_condensed';
  font-weight: 300;
  color: #fff;
  min-width: 320px;
  overflow: hidden;
  max-width: 1200px;
  position: relative;
  margin: 0 auto; }
  .header_on-root {
    max-width: 100vw; }
    .header_on-root .header__logo-adindex {
      cursor: pointer; }
      .header_on-root .header__logo-adindex:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100%;
        background-image: url(/i/adindex-desk.svg);
        left: -94px;
        background-repeat: no-repeat;
        z-index: 1;
        background-size: contain; }
        @media (max-width: 1023px) {
          .header_on-root .header__logo-adindex:before {
            left: 18px;
            width: 57px;
            background-image: url(/i/adindex-tablet.svg); } }
        @media (max-width: 767px) {
          .header_on-root .header__logo-adindex:before {
            left: 15px;
            top: 60px;
            width: 30px;
            background-image: url(/i/adindex-mob.svg); } }
  .header__inner {
    height: 50px;
    width: 1200px;
    margin: 0 auto;
    background-color: #24282c;
    box-sizing: border-box;
    padding: 12px 100px 0 50px;
    position: relative; }
    @media (max-width: 1199px) {
      .header__inner {
        width: auto; } }
    @media (max-width: 1023px) {
      .header__inner {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .header__inner {
        padding: 12px 15px 0 10px; } }
    .header_on-root .header__inner:before {
      content: '';
      height: 100%;
      width: 50%;
      background: #8d0011;
      position: absolute;
      top: 0;
      right: 100%;
      margin-right: -190px;
      transform: skewX(-11deg); }
      @media (max-width: 1023px) {
        .header_on-root .header__inner:before {
          margin-right: -225px; } }
      @media (max-width: 767px) {
        .header_on-root .header__inner:before {
          margin-right: -133px; } }
    .header_on-root .header__inner:after {
      content: '';
      height: 100%;
      width: 50%;
      background: #AA1C1F;
      position: absolute;
      top: 0;
      right: 100%;
      transform: skewX(-11deg);
      margin-right: -24px; }
      @media (max-width: 1023px) {
        .header_on-root .header__inner:after {
          margin-right: -95px; } }
      @media (max-width: 767px) {
        .header_on-root .header__inner:after {
          margin-right: -65px;
          top: 50px; } }
  .header__logo {
    display: inline-block;
    width: 110px;
    height: 23px;
    background: url(/i/logo.svg);
    background-size: 100% 100%;
    text-indent: -1000px;
    overflow: hidden;
    vertical-align: middle;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .header__logo {
        margin-left: 70px; } }
  .header__menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 90px;
    position: relative; }
    @media (max-width: 1023px) {
      .header__menu {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 20;
        box-sizing: border-box; }
        .header__menu-button {
          position: absolute;
          width: 34px;
          height: 24px;
          right: 30px;
          background: center url(/i/nav.png) no-repeat;
          top: 14px;
          z-index: 21; }
          .header__menu-button.opened {
            background: center url(/i/icons/close.png) no-repeat; } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .header__menu-button {
        right: 15px; } }
  .header__rightside {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .header__rightside-mobile {
      display: none; }
      @media (max-width: 767px) {
        .header__rightside-mobile .header {
          display: block; } }
    .header__rightside:after {
      content: '';
      width: 1px;
      height: 23px;
      vertical-align: middle;
      display: inline-block;
      margin-left: -1px; }
    @media (max-width: 1023px) {
      .header__rightside {
        right: 90px; } }
    @media (max-width: 767px) {
      .header__rightside {
        right: auto;
        left: 133px; } }
  .header__phone {
    margin: 0 30px 0 0;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 767px) {
      .header__phone {
        display: none; } }
    @media (max-width: 767px) {
      .header__phone {
        display: block;
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 20px;
        display: none; } }
  .header__presentation-link {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 40px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .header__presentation-link {
        font-size: 24px; } }
    .header__presentation-link:before {
      content: '';
      box-sizing: border-box;
      left: 0;
      top: 50%;
      margin-top: -11px;
      width: 30px;
      height: 22px;
      border: 2px solid #fff;
      position: absolute; }
    .header__presentation-link:after {
      content: '';
      width: 0;
      height: 0;
      font-size: 0;
      border: 5px solid transparent;
      border-left-color: #fff;
      border-left-width: 8px;
      position: absolute;
      top: 50%;
      left: 12px;
      margin-top: -5px; }
    .header__presentation-link:hover {
      color: #dddddd; }
  .header_on-root {
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 2; }
    @media (max-width: 1199px) {
      .header_on-root {
        top: 30px; } }
    @media (max-width: 1023px) {
      .header_on-root {
        top: 15px;
        height: 100px; } }
  .header__scotch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #25282C;
    height: 50px;
    padding: 0 30px 0 0;
    text-decoration: none;
    position: relative; }
    .header_on-root .header__scotch {
      padding: 0 30px; }
      @media (max-width: 767px) {
        .header_on-root .header__scotch {
          padding: 0 15px; } }
    @media (max-width: 1023px) {
      .header__scotch {
        padding: 0; } }
    @media (max-width: 767px) {
      .header__scotch {
        padding: 0; } }
    .header_on-root .header__scotch:before {
      content: '';
      height: 100%;
      width: 50vw;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      transform: skewX(-11deg); }
      @media (max-width: 1023px) {
        .header_on-root .header__scotch:before {
          width: 100%; } }
    .header__scotch span {
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 20px 0 0;
      position: relative;
      color: #25282C;
      color: #fff; }
      .header_on-root .header__scotch span {
        color: #25282C; }
      @media (max-width: 1199px) {
        .header__scotch span {
          display: none; } }
    .header__scotch img {
      position: relative; }
      @media (max-width: 767px) {
        .header_on-root .header__scotch img {
          height: 15px; } }

.heads {
  margin: 0 0 100px 0; }
  .heads__title {
    font-size: 24px;
    font-family: 'roboto_condensed';
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0; }
  .heads__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .heads__person {
    font-family: 'roboto_slab';
    color: #666;
    @includ font-fix;
    font-weight: 300; }
    .heads__person-photo {
      width: 260px;
      height: 260px;
      border-radius: 50%;
      background-size: cover;
      background-position: 50% 50%;
      margin: 0 0 20px 0; }
    .heads__person-name {
      font-size: 23px;
      margin: 0 0 0 30px; }
    .heads__person-position {
      font-size: 18px;
      margin: 0 0 0 30px; }

html, body {
  margin: 0;
  padding: 0; }
  html.height, body.height {
    height: 100%;
    overflow: hidden; }

body {
  background: #24282c; }

* {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit; }

img {
  border: 0; }

ul {
  list-style: none; }

.layout {
  background: #24282c;
  color: #fff;
  font-family: 'roboto';
  font-weight: normal;
  min-width: 1200px;
  position: relative;
  font-size: 14px; }
  @media (max-width: 1199px) {
    .layout {
      min-width: 0;
      overflow: hidden; } }
  .layout_not-responsive {
    min-width: 1300px; }
  .layout__content {
    min-height: 400px; }
    .layout__content_white-bg {
      margin: 0 auto 70px auto;
      width: 1200px;
      background: #fff;
      color: #24282c;
      padding: 60px 0 0 0; }
      @media (max-width: 1199px) {
        .layout__content_white-bg {
          width: auto; } }
      @media (max-width: 767px) {
        .layout__content_white-bg {
          padding-top: 30px; } }
    .layout__content-title {
      font-size: 60px;
      font-family: 'roboto_condensed';
      font-weight: 600;
      margin: 0 0 0 100px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .layout__content-title {
          margin: 0 0 0 20px; } }
      @media (max-width: 1023px) {
        .layout__content-title {
          margin: 0 0 0 30px;
          font-size: 38px; } }
      @media (max-width: 767px) {
        .layout__content-title {
          font-size: 27px;
          margin: 0 0 0 15px; } }
  .layout__content-block {
    padding: 90px 100px; }
    @media (max-width: 1199px) {
      .layout__content-block {
        padding: 90px 20px; } }
    @media (max-width: 1023px) {
      .layout__content-block {
        padding: 30px; } }
    @media (max-width: 767px) {
      .layout__content-block {
        padding: 30px 15px; } }
    .layout__content-block_gray {
      background: #e9e9e9;
      padding: 100px;
      position: relative; }
      @media (max-width: 1199px) {
        .layout__content-block_gray {
          padding: 90px 20px; } }
      @media (max-width: 1023px) {
        .layout__content-block_gray {
          padding: 60px 30px; } }
      @media (max-width: 767px) {
        .layout__content-block_gray {
          padding: 40px 15px; } }
      .layout__content-block_gray:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        font-size: 0;
        border: 20px solid transparent;
        border-top-color: #fff;
        top: 0;
        left: 50%;
        margin-left: -10px; }
    .layout__content-block_small-top-padding {
      padding-top: 20px; }
  .layout__crumb {
    margin: 0 0 0 100px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-style: italic; }
    @media (max-width: 1199px) {
      .layout__crumb {
        margin: 0 0 0 20px; } }
    @media (max-width: 1023px) {
      .layout__crumb {
        margin: 0 0 0 30px; } }
    @media (max-width: 767px) {
      .layout__crumb {
        margin: 0;
        padding: 0 15px;
        display: block; } }
    .layout__crumb a, .layout__crumb span {
      margin: 0 5px; }
      .layout__crumb a:first-child, .layout__crumb span:first-child {
        margin-left: 0; }

.menu {
  font-family: 'roboto_condensed';
  font-weight: 300;
  font-size: 14px; }
  @media (max-width: 1023px) {
    .header .menu {
      width: 350px;
      background: #24282c;
      height: 100%;
      float: right;
      position: relative;
      padding: 70px;
      font-size: 22px;
      box-sizing: border-box; }
      .header .menu:before {
        content: '';
        display: block;
        position: absolute;
        top: 29px;
        left: 30px;
        width: 110px;
        height: 23px;
        background: url(/i/logo.svg);
        background-size: 100% 100%; }
      .header_on-root .header .menu {
        padding-top: 85px; } }
  @media (max-width: 767px) {
    .header .menu {
      width: 100%;
      padding: 85px 30px 30px 50px;
      height: 100%;
      overflow: auto; }
      .header .menu:before {
        left: 15px;
        top: 27px; } }
  .menu__item {
    display: inline-block;
    margin: 0 25px 0 0;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .menu__item {
        margin-right: 20px; }
        .header .menu__item {
          display: block;
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .menu__item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px; } }
    .menu__item a {
      text-decoration: none; }
    .menu__item_active {
      color: #999;
      cursor: pointer;
      opacity: 1 !important; }
    .menu__item_additional {
      text-transform: none;
      font-family: 'roboto';
      color: rgba(255, 255, 255, 0.4);
      display: none !important; }
      @media (max-width: 767px) {
        .footer .menu__item_additional {
          display: inline-block !important; } }

.minicases {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #24282c; }
  .minicases__inner {
    width: 1200px;
    margin: 0 auto 0;
    padding-top: 46px;
    padding-bottom: 50px; }
    @media (max-width: 1199px) {
      .minicases__inner {
        width: 1024px;
        padding: 0 20px;
        box-sizing: border-box; } }
    @media (max-width: 1023px) {
      .minicases__inner {
        width: 768px;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .minicases__inner {
        width: 320px;
        padding: 0 15px; } }
  .minicases__crumbs {
    font-size: 30px;
    color: #606b77;
    font-family: 'roboto_condensed';
    margin-bottom: 16px; }
    .minicases__crumbs a {
      display: inline-block;
      text-decoration: none;
      font-weight: bold;
      color: #18191c;
      background-color: #ffffff;
      line-height: 35px;
      padding: 0 3px 1px; }
  .minicases__tags {
    font-family: 'roboto_condensed';
    font-size: 21px;
    margin-bottom: 43px; }
    .minicases__tags-title {
      color: #677481;
      display: inline-block; }
    .minicases__tags a {
      display: inline-block;
      background-color: #4f5862;
      text-decoration: none;
      font-weight: bold;
      padding: 0 7px; }
  .minicases__item {
    width: 380px;
    height: 380px;
    background-size: cover;
    background-position: center; }
    .minicases__item.short {
      width: 180px; }
    .minicases__item-text {
      height: 100%;
      wifth: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      box-sizing: border-box;
      padding: 35px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); }
    .minicases__item-label {
      margin-bottom: 15px; }
    .minicases__item-title {
      font-size: 30px;
      font-family: 'roboto_condensed';
      font-weight: bold;
      line-height: 1; }
  .minicases__list {
    position: relative; }
    .minicases__list .owl-prev, .minicases__list .owl-next {
      position: absolute;
      width: 40px;
      height: 40px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      top: 50%;
      margin-top: -15px;
      text-indent: 1000px;
      overflow: hidden;
      cursor: pointer; }
    .minicases__list .owl-prev {
      transform: rotate(-135deg);
      left: 19px; }
    .minicases__list .owl-next {
      transform: rotate(45deg);
      right: 19px; }

.portfolio-case {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .portfolio-case__inner {
    max-width: 1200px;
    margin: 0 auto; }
  .portfolio-case__head {
    padding: 60px 100px;
    box-sizing: border-box; }
  .portfolio-case__crumbs {
    font-size: 12px;
    font-style: italic; }
  .portfolio-case__tags {
    font-size: 12px;
    text-transform: uppercase; }
    .portfolio-case__tags a {
      margin: 0 10px 0 0; }
  .portfolio-case__title {
    font-size: 60px;
    font-family: 'roboto_condensed', sans-serif;
    margin: 10px 0; }
    .portfolio-case__title_bold {
      font-weight: 600;
      font-size: 72px;
      line-height: 1; }
  .portfolio-case__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 0 0; }
    .portfolio-case__text-wrap > div {
      display: inline-block; }
  .portfolio-case__intro {
    font-size: 36px;
    font-family: 'roboto_condensed';
    font-weight: 300; }
  .portfolio-case__targets {
    width: 370px;
    padding: 0 0 0 26px;
    border-left: 1px solid;
    box-sizing: border-box; }
    .portfolio-case__targets h3 {
      font-family: 'roboto_condensed', sans-serif;
      font-size: 24px;
      margin: 0 0 10px 0; }
    .portfolio-case__targets ul {
      font-family: 'roboto_slab';
      font-size: 18px;
      font-weight: 300; }
      .portfolio-case__targets ul li {
        margin: 0 0 5px 0; }
  .portfolio-case__team {
    padding: 60px 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .portfolio-case__team-title {
      width: 290px;
      display: inline-block;
      vertical-align: top;
      font-family: 'roboto_condensed';
      font-size: 24px;
      line-height: 1; }
    .portfolio-case__team-list {
      display: inline-block;
      vertical-align: top;
      font-family: 'roboto_slab';
      font-size: 18px;
      font-weight: 300;
      padding: 3px 0 0 0; }
      .portfolio-case__team-list li {
        margin: 0 0 5px 0; }
        .portfolio-case__team-list li span {
          color: #999;
          margin: 0 5px 0 0; }
  .portfolio-case .promo-slider {
    margin-bottom: 70px; }

.portfolio-minicase {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1a1c1f;
  padding-top: 50px;
  margin-top: -50px; }
  .portfolio-minicase__inner {
    max-width: 1200px;
    margin: 0 auto; }
  .portfolio-minicase__head {
    padding: 60px 100px;
    box-sizing: border-box; }
  .portfolio-minicase__top {
    display: -ms-flexbox;
    display: flex; }
  .portfolio-minicase__crumbs {
    font-size: 12px;
    font-style: italic;
    width: 250px; }
  .portfolio-minicase__tags {
    font-size: 12px;
    text-transform: uppercase; }
    .portfolio-minicase__tags a {
      margin: 0 10px 0 0; }
  .portfolio-minicase__title {
    font-size: 60px;
    font-family: 'roboto_condensed', sans-serif;
    margin: 10px 0; }
    .portfolio-minicase__title_bold {
      font-weight: 600;
      font-size: 72px;
      line-height: 1; }
  .portfolio-minicase__text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 0 0; }
    .portfolio-minicase__text-wrap > div {
      display: inline-block; }
  .portfolio-minicase__intro {
    font-size: 36px;
    font-family: 'roboto_condensed';
    font-weight: 300; }
  .portfolio-minicase__targets {
    width: 370px;
    padding: 0 0 0 26px;
    border-left: 1px solid;
    box-sizing: border-box; }
    .portfolio-minicase__targets h3 {
      font-family: 'roboto_condensed', sans-serif;
      font-size: 24px;
      margin: 0 0 10px 0; }
    .portfolio-minicase__targets ul {
      font-family: 'roboto_slab';
      font-size: 18px;
      font-weight: 300; }
      .portfolio-minicase__targets ul li {
        margin: 0 0 5px 0; }
  .portfolio-minicase__team {
    padding: 60px 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .portfolio-minicase__team-title {
      width: 290px;
      display: inline-block;
      vertical-align: top;
      font-family: 'roboto_condensed';
      font-size: 24px;
      line-height: 1; }
    .portfolio-minicase__team-list {
      display: inline-block;
      vertical-align: top;
      font-family: 'roboto_slab';
      font-size: 18px;
      font-weight: 300;
      padding: 3px 0 0 0; }
      .portfolio-minicase__team-list li {
        margin: 0 0 5px 0; }
        .portfolio-minicase__team-list li span {
          color: #999;
          margin: 0 5px 0 0; }
  .portfolio-minicase .promo-slider {
    margin-bottom: 70px; }

.post__main-image {
  max-width: 100%;
  margin: 0 0 30px 0; }
  @media (max-width: 767px) {
    .post__main-image {
      margin-bottom: 25px; } }

.post__title {
  font-size: 60px;
  font-family: 'roboto_condensed';
  font-weight: 300;
  margin: 0 0 40px 0;
  line-height: 1.2; }
  @media (max-width: 1023px) {
    .post__title {
      font-size: 38px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .post__title {
      font-size: 27px;
      margin-bottom: 20px; } }

.post__subtitle {
  font-family: 'roboto_condensed';
  font-weight: 300;
  font-size: 36px;
  margin: 0 0 40px 0;
  line-height: 1.2; }
  @media (max-width: 1023px) {
    .post__subtitle {
      font-size: 26px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .post__subtitle {
      font-size: 20px;
      margin-bottom: 20px; } }

.post__text {
  font-family: 'roboto_slab';
  font-size: 21px;
  font-weight: 100; }
  @media (max-width: 1023px) {
    .post__text {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .post__text {
      font-size: 14px; } }
  .post__text p {
    margin: 0 0 40px 0; }
    @media (max-width: 1023px) {
      .post__text p {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .post__text p {
        margin-bottom: 12px; } }
  .post__text a {
    color: #ae436f; }
  .post__text ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 30px; }
    @media (max-width: 1023px) {
      .post__text ul {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .post__text ul {
        margin-bottom: 12px; } }
    .post__text ul li {
      margin: 0 0 10px 0;
      list-style: disc; }
      @media (max-width: 1023px) {
        .post__text ul li {
          margin-bottom: 0px; } }
  .post__text ol {
    margin: 0 0 40px 0;
    padding: 0 0 0 30px; }
    .post__text ol li {
      margin: 0 0 10px 0;
      list-style: decimal; }
      @media (max-width: 1023px) {
        .post__text ol li {
          margin-bottom: 0px; } }
    @media (max-width: 1023px) {
      .post__text ol {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .post__text ol {
        margin-bottom: 12px; } }
  .post__text b {
    font-weight: 400; }
  .post__text h2 {
    font-family: 'roboto_condensed';
    font-weight: 300;
    font-size: 36px;
    margin: 0 0 40px 0; }
    @media (max-width: 1023px) {
      .post__text h2 {
        font-size: 26px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .post__text h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  .post__text h3 {
    font-family: 'roboto_condensed';
    font-weight: 300;
    font-size: 25px;
    margin: 0 0 20px 0; }
    @media (max-width: 1023px) {
      .post__text h3 {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .post__text h3 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .post__text img {
    max-width: 100%;
    margin: 0 0 40px 0; }
    @media (max-width: 1023px) {
      .post__text img {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .post__text img {
        margin-bottom: 20px; } }
  .post__text .quote {
    padding: 0 0 0 200px;
    position: relative;
    min-height: 150px;
    margin: 0 0 40px 0;
    font-family: 'roboto_slab';
    font-weight: 300;
    font-style: italic;
    color: #677481; }
    @media (max-width: 1023px) {
      .post__text .quote {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .post__text .quote {
        margin-bottom: 20px; } }
    .post__text .quote-img {
      width: 150px;
      height: 150px;
      position: absolute;
      background-size: cover;
      left: 0;
      top: 0;
      border-radius: 50%; }
    .post__text .quote-text {
      font-size: 26px; }
      @media (max-width: 1023px) {
        .post__text .quote-text {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .post__text .quote-text {
          font-size: 18px; } }
    .post__text .quote-name {
      font-size: 16px;
      display: block;
      margin: 20px 0 0 0; }
      @media (max-width: 767px) {
        .post__text .quote-name {
          font-size: 14px; } }
      .post__text .quote-name b {
        font-weight: 400; }

.post__gallery {
  background: #f4f4f4;
  position: relative;
  margin: 0 0 40px 0; }
  @media (max-width: 1023px) {
    .post__gallery {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .post__gallery {
      margin-bottom: 20px; } }
  .post__gallery-item {
    width: 100%; }
    .post__gallery-item-image {
      width: 100%;
      height: 530px;
      background-size: contain;
      background-position: 50%;
      background-repeat: no-repeat; }
    .post__gallery-item-text {
      padding: 25px 50px;
      color: #677481;
      font-size: 16px;
      font-family: 'roboto_condensed';
      font-weight: 300; }
  .post__gallery .owl-prev, .post__gallery .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    text-indent: -1000px;
    overflow: hidden; }
  .post__gallery .owl-prev {
    left: 20px;
    transform: rotate(-45deg); }
  .post__gallery .owl-next {
    right: 20px;
    transform: rotate(135deg); }

.post__foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px 0 0 0; }
  @media (max-width: 1023px) {
    .post__foot {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .post__foot {
      margin-bottom: 40px; } }

.post__date {
  font-size: 12px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .post__date {
      font-size: 10px; } }

@media (max-width: 767px) {
  .post .social-likes__widget {
    border-radius: 2px;
    margin: 7px 3.5px; }
  .post .social-likes__button {
    padding: 0;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    text-indent: 9999px;
    position: relative; }
  .post .social-likes__icon {
    position: static; }
  .post .social-likes__icon:before {
    position: absolute;
    top: 50%;
    text-indent: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .post .social-likes__icon_vkontakte:before {
    margin-top: 3px; }
  .post .social-likes__icon_odnoklassniki:before {
    margin-left: 3px; } }

.product__wrap {
  max-width: 1200px;
  margin: 0 auto; }

.product__b1 {
  min-height: 620px;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 50% 50%;
  background-size: cover;
  padding: 50px 100px;
  box-sizing: border-box;
  color: #000;
  font-size: 72px; }
  @media (max-width: 1199px) {
    .product__b1 {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .product__b1 {
      min-height: 315px;
      padding: 25px 15px; } }
  .product__b1-crumbs {
    font-size: 12px;
    font-family: 'roboto';
    font-style: italic; }
  .product__b1-text {
    line-height: 1;
    font-weight: 600;
    font-family: 'roboto_condensed';
    margin: 90px 0 30px 0; }
    @media (max-width: 767px) {
      .product__b1-text {
        font-size: 0.5em !important;
        margin: 50px 0 20px 0; } }
  .product__b1-tags {
    font-size: 12px;
    font-family: 'roboto';
    text-transform: uppercase; }
    .product__b1-tags a {
      margin: 0 10px 0 0; }

.product__b2 {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1199px) {
    .product__b2 {
      display: block; } }
  .product__b2-left {
    width: 400px;
    height: 400px;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .product__b2-left img {
      max-width: 90%; }
    @media (max-width: 1199px) {
      .product__b2-left {
        height: 225px;
        width: auto; } }
    @media (max-width: 767px) {
      .product__b2-left {
        height: 280px; }
        .product__b2-left img {
          max-width: 70%; } }
  .product__b2-right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #000;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px 0 100px;
    font-size: 20px;
    font-family: 'roboto_condensed';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.1; }
    @media (max-width: 1199px) {
      .product__b2-right {
        padding: 80px 30px;
        display: block; } }
    @media (max-width: 767px) {
      .product__b2-right {
        padding: 40px 15px;
        line-height: 1.2; } }
  @media (max-width: 767px) {
    .product__b2-text {
      font-size: 0.6em; } }

.promo-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: 'roboto_condensed'; }
  .promo-slider_small {
    width: 1200px;
    height: 400px; }
    .promo-slider_small .owl-prev, .promo-slider_small .owl-next {
      bottom: 50px !important; }
    @media (max-width: 1199px) {
      .promo-slider_small {
        width: 100%; } }
    @media (max-width: 767px) {
      .promo-slider_small {
        height: 200px; } }
  .promo-slider__item {
    height: 800px;
    width: 100%;
    position: relative;
    display: block; }
    .promo-slider_small .promo-slider__item {
      width: 1200px;
      height: 400px;
      min-height: 0; }
      @media (max-width: 1199px) {
        .promo-slider_small .promo-slider__item {
          width: 100%; } }
      @media (max-width: 767px) {
        .promo-slider_small .promo-slider__item {
          height: 200px; } }
    @media screen and (orientation: landscape) {
      .promo-slider__item {
        height: calc(100vh - 100px);
        min-height: 500px; } }
    @media (max-width: 1199px) {
      .promo-slider__item {
        height: 500px;
        min-height: 0; } }
    @media (max-width: 1023px) {
      .promo-slider__item {
        height: 400px; } }
  .promo-slider__slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%; }
  .promo-slider__slide-text-wrap {
    position: absolute;
    padding: 0 100px;
    width: 1200px;
    margin-left: -600px;
    box-sizing: border-box;
    left: 50%;
    height: 100%; }
    @media (max-width: 1199px) {
      .promo-slider__slide-text-wrap {
        width: auto;
        padding: 0 70px;
        margin: 0;
        left: auto; } }
    @media (max-width: 767px) {
      .promo-slider__slide-text-wrap {
        padding: 0 45px; } }
    .promo-slider__slide-text-wrap:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      height: 100%;
      margin: 0 -1px; }
  .promo-slider__slide-text {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1199px) {
      .promo-slider__slide-text {
        vertical-align: middle;
        padding-bottom: 0;
        padding-top: 50px; } }
    .promo-slider__slide-text h2 {
      font-weight: 300;
      font-size: 48px;
      line-height: 1;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .promo-slider__slide-text h2 {
          font-size: 38px; } }
      @media (max-width: 1023px) {
        .promo-slider__slide-text h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .promo-slider__slide-text h2 {
          font-size: 24px; } }
    .promo-slider__slide-text p {
      font-size: 60px;
      line-height: 1;
      font-weight: bold; }
      @media (max-width: 1199px) {
        .promo-slider__slide-text p {
          font-size: 50px; } }
      @media (max-width: 1023px) {
        .promo-slider__slide-text p {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .promo-slider__slide-text p {
          font-size: 27px; } }
    .promo-slider__slide-text a {
      text-decoration: none; }
    .promo-slider_small .promo-slider__slide-text {
      bottom: 50px; }
  .promo-slider .owl-prev, .promo-slider .owl-next {
    position: absolute;
    bottom: 0;
    margin-bottom: 90px;
    left: 50%;
    font-size: 0;
    width: 70px;
    height: 70px; }
    @media (max-width: 1199px) {
      .promo-slider .owl-prev, .promo-slider .owl-next {
        bottom: auto;
        top: 50%; } }
  .promo-slider .owl-prev:before, .promo-slider .owl-next:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    text-indent: -1000px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .promo-slider .owl-prev:before, .promo-slider .owl-next:before {
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .promo-slider .owl-prev:before, .promo-slider .owl-next:before {
        width: 20px;
        height: 20px; } }
  .promo-slider .owl-prev {
    margin-left: -600px; }
    @media (max-width: 1199px) {
      .promo-slider .owl-prev {
        left: -10px;
        margin: 0; } }
    @media (max-width: 767px) {
      .promo-slider .owl-prev {
        left: -20px; } }
  .promo-slider .owl-prev:before {
    transform: rotate(-45deg);
    margin-left: 35px; }
  .promo-slider .owl-next {
    margin-left: 525px; }
    @media (max-width: 1199px) {
      .promo-slider .owl-next {
        margin: 0;
        left: auto;
        right: -10px; } }
    @media (max-width: 767px) {
      .promo-slider .owl-next {
        right: -20px; } }
  .promo-slider .owl-next:before {
    transform: rotate(135deg); }

.rating {
  margin: 95px 0 0 0;
  padding: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .rating {
      padding: 20px; } }
  .rating-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 20px solid #e9e9e9; }
    @media (max-width: 1023px) {
      .rating-corner {
        border-width: 15px;
        width: 30px;
        height: 30px; } }
    @media (max-width: 767px) {
      .rating-corner {
        border-width: 10px;
        width: 20px;
        height: 20px; } }
    .rating-corner_1 {
      border-right: 0;
      border-bottom: 0;
      top: 0;
      left: 0; }
    .rating-corner_2 {
      border-bottom: 0;
      border-left: 0;
      top: 0;
      right: 0; }
    .rating-corner_3 {
      border-top: 0;
      border-left: 0;
      right: 0;
      bottom: 0; }
    .rating-corner_4 {
      border-top: 0;
      border-right: 0;
      left: 0;
      bottom: 0; }
  @media (max-width: 767px) {
    .rating {
      margin-top: 30px; } }
  .rating__inner {
    margin: 20px -150px 20px 40px; }
    @media (max-width: 1023px) {
      .rating__inner {
        margin: 0 -85px 0 0; } }
    @media (max-width: 767px) {
      .rating__inner {
        margin: 10px -50px 0 10px; } }
  .rating__item {
    display: inline-block;
    width: 33%;
    font-size: 18px;
    font-family: 'roboto_slab';
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 40px 0;
    vertical-align: top; }
    @media (max-width: 767px) {
      .rating__item {
        width: 50%;
        margin-bottom: 30px; } }
  .rating__place {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #000;
    color: #fff;
    font-size: 110px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0; }
    @media (max-width: 767px) {
      .rating__place {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 65px;
        margin-bottom: 10px; } }
    .rating__place_winner {
      background: #8d0011; }
  .rating__title {
    color: #8d0011; }
    @media (max-width: 767px) {
      .rating__title {
        font-size: 14px; } }
  .rating__descr {
    width: 200px; }
    @media (max-width: 1023px) {
      .rating__descr {
        width: 150px; } }
    @media (max-width: 767px) {
      .rating__descr {
        font-size: 11px;
        width: 120px; } }

.root-tiles {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .root-tiles {
      width: 1024px;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media (max-width: 1023px) {
    .root-tiles {
      width: 768px;
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .root-tiles {
      width: 320px;
      padding: 0 15px; } }
  .root-tiles__item {
    display: block;
    height: 400px;
    width: calc(33.3% - 1px);
    margin: 0 1px 1px 0;
    background: #546472;
    padding: 66px 90px 0 50px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s; }
    @media (max-width: 1199px) {
      .root-tiles__item {
        height: 327px;
        padding: 43px 50px 0 50px; } }
    @media (max-width: 1023px) {
      .root-tiles__item {
        width: calc(50% - 1px);
        height: 350px;
        padding: 66px 55px 0 55px; } }
    @media (max-width: 767px) {
      .root-tiles__item {
        margin-left: 0;
        width: 100%;
        height: 290px;
        padding: 46px 35px 0 35px; } }
    .root-tiles__item:nth-child(odd) {
      background: #4e5d6a; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .root-tiles__item:nth-child(odd) {
        background: #546472; }
      .root-tiles__item:nth-child(4n + 1), .root-tiles__item:nth-child(4n + 4) {
        background: #4e5d6a; } }
    .root-tiles__item:hover {
      background: #0061b0; }
  .root-tiles__text {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .root-tiles__text h2 {
      font-family: 'roboto_condensed';
      font-size: 44px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1;
      margin: 0 0 25px 0; }
      @media (max-width: 1199px) {
        .root-tiles__text h2 {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .root-tiles__text h2 {
          font-size: 28px; } }
    .root-tiles__text p {
      font-family: 'roboto_slab';
      font-weight: 300;
      font-size: 23px;
      margin: 0 0 0 14px;
      color: rgba(255, 255, 255, 0.5);
      transition: all 0.3s; }
      @media (max-width: 1199px) {
        .root-tiles__text p {
          font-size: 20px; } }
      @media (max-width: 1023px) {
        .root-tiles__text p {
          margin: 0; } }
      @media (max-width: 767px) {
        .root-tiles__text p {
          font-size: 18px; } }
      .root-tiles__item:hover .root-tiles__text p {
        color: #fff; }
    .root-tiles__text a {
      text-decoration: none; }

.service-tabs {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .service-tabs {
      width: 1024px; } }
  @media (max-width: 1023px) {
    .service-tabs {
      width: 768px; } }
  @media (max-width: 767px) {
    .service-tabs {
      width: 320px; } }
  .service-tabs__tabs {
    height: 400px;
    background-size: cover; }
    @media (max-width: 1199px) {
      .service-tabs__tabs {
        height: 340px; } }
    @media (max-width: 1023px) {
      .service-tabs__tabs {
        height: 510px; } }
    @media (max-width: 767px) {
      .service-tabs__tabs {
        height: 640px; } }
    .service-tabs__tabs-item {
      width: 14%;
      display: inline-block;
      background: #4c535b;
      height: 160px;
      vertical-align: top;
      box-sizing: border-box;
      border-right: 1px solid #24282c;
      border-bottom: 1px solid #24282c;
      padding: 0 20px;
      white-space: nowrap;
      cursor: pointer; }
      @media (max-width: 1199px) {
        .service-tabs__tabs-item {
          height: 130px;
          width: 13.6%; } }
      @media (max-width: 1023px) {
        .service-tabs__tabs-item {
          width: 50%;
          height: 90px; } }
      @media (max-width: 767px) {
        .service-tabs__tabs-item {
          width: 100%;
          height: 70px; } }
      .service-tabs__tabs-item h2 {
        font-family: 'roboto_condensed';
        font-weight: 300;
        font-size: 24px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
        @media (max-width: 1199px) {
          .service-tabs__tabs-item h2 {
            font-size: 20px; } }
        @media (max-width: 1023px) {
          .service-tabs__tabs-item h2 {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .service-tabs__tabs-item h2 {
            font-size: 20px; } }
      .service-tabs__tabs-item:after {
        content: '';
        width: 1px;
        height: 160px;
        vertical-align: middle;
        margin: 0 -1px;
        display: inline-block; }
        @media (max-width: 1199px) {
          .service-tabs__tabs-item:after {
            height: 130px; } }
        @media (max-width: 1023px) {
          .service-tabs__tabs-item:after {
            height: 90px; } }
        @media (max-width: 767px) {
          .service-tabs__tabs-item:after {
            height: 70px; } }
      .service-tabs__tabs-item p {
        display: none;
        margin: 35px 0 0 12px;
        font-size: 23px;
        font-family: 'roboto_slab';
        font-weight: 300;
        white-space: normal;
        color: rgba(255, 255, 255, 0.9); }
        @media (max-width: 1199px) {
          .service-tabs__tabs-item p {
            font-size: 20px; } }
        @media (max-width: 1023px) {
          .service-tabs__tabs-item p {
            font-size: 21px; } }
        @media (max-width: 767px) {
          .service-tabs__tabs-item p {
            font-size: 18px; } }
      .service-tabs__tabs-item_active {
        width: 30%;
        height: 400px;
        background: none;
        border: none;
        padding: 70px 50px 0 50px;
        cursor: default; }
        @media (max-width: 1199px) {
          .service-tabs__tabs-item_active {
            height: 340px;
            width: 32%;
            padding: 47px 40px 0 50px; } }
        @media (max-width: 1023px) {
          .service-tabs__tabs-item_active {
            width: 50%; } }
        @media (max-width: 767px) {
          .service-tabs__tabs-item_active {
            width: 100%;
            height: 290px;
            padding: 47px 55px 0 55px; } }
        .service-tabs__tabs-item_active:after {
          display: none; }
        .service-tabs__tabs-item_active h2 {
          font-size: 44px; }
          @media (max-width: 1199px) {
            .service-tabs__tabs-item_active h2 {
              font-size: 38px; } }
          @media (max-width: 1023px) {
            .service-tabs__tabs-item_active h2 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            .service-tabs__tabs-item_active h2 {
              font-size: 28px; } }
        .service-tabs__tabs-item_active p {
          display: block; }
        .service-tabs__tabs-item_active + .service-tabs__tabs-item {
          border-left: 1px solid #24282c;
          padding-left: 19px; }
  .service-tabs__text {
    display: none;
    position: absolute;
    width: 100%; }
    .service-tabs__text_active {
      display: block;
      position: static; }
  .service-tabs__text-wrap {
    padding: 60px 46px 0 46px;
    font-family: 'roboto_slab'; }
    @media (max-width: 1199px) {
      .service-tabs__text-wrap {
        padding: 60px 20px 0 20px; } }
    @media (max-width: 767px) {
      .service-tabs__text-wrap {
        padding: 35px 15px; } }
  .service-tabs__main-text {
    font-size: 23px;
    font-weight: 100;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .service-tabs__main-text {
        font-size: 16px; } }
  .service-tabs__benefits {
    padding: 0 0 0 30px;
    margin: 50px 0 0 20px;
    border-left: 1px solid #8d0011;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8; }
    @media (max-width: 767px) {
      .service-tabs__benefits {
        margin-left: 0;
        padding-left: 20px; } }
    .service-tabs__benefits h2 {
      font-family: 'roboto_condensed';
      font-size: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 0 10px 0;
      color: #fff;
      font-weight: normal;
      line-height: normal; }
      @media (max-width: 767px) {
        .service-tabs__benefits h2 {
          font-size: 16px; } }
    .service-tabs__benefits ul {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding: 0 40px 0 0; }
      @media (max-width: 1023px) {
        .service-tabs__benefits ul {
          width: 100%;
          padding: 0; } }
      @media (max-width: 767px) {
        .service-tabs__benefits ul {
          font-size: 14px; } }

.showreel {
  padding: 60px 0;
  background: linear-gradient(to bottom, #121416, #24282c);
  position: relative; }
  .showreel:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 20px solid transparent;
    border-top-color: #24282c;
    top: 0;
    left: 50%;
    margin-left: -10px; }
  .showreel__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .showreel__inner {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .showreel__inner {
        padding: 0 15px; } }
  .showreel__title {
    font-size: 40px;
    font-family: 'roboto_condensed';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 767px) {
      .showreel__title {
        font-size: 32px; } }
  .showreel__nav {
    float: right;
    position: relative;
    font-size: 18px;
    font-family: 'roboto_condensed';
    font-weight: 300;
    line-height: 1;
    direction: rtl; }
    .showreel__nav:before {
      content: '';
      position: absolute;
      background: #4c535b;
      font-size: 0;
      width: calc(100% - 40px);
      height: 1px;
      bottom: 8px;
      left: 20px; }
    .showreel__nav-item {
      display: inline-block;
      position: relative;
      padding: 0 0 24px 0;
      margin: 0 38px 0 0;
      cursor: pointer; }
      .showreel__nav-item:first-child {
        margin: 0; }
      .showreel__nav-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-sizing: border-box;
        left: 50%;
        margin-left: -8px;
        background: #121416; }
      .showreel__nav-item_active {
        color: #999;
        cursor: default; }
        .showreel__nav-item_active:after {
          border-color: #8d0011; }
      .showreel__nav-item:hover {
        opacity: 0.9; }
  .showreel__video-wrap {
    margin: 40px auto 0 auto;
    width: 100%;
    position: relative; }
    .showreel__video-wrap iframe {
      width: 100%; }
      @media (max-width: 1023px) {
        .showreel__video-wrap iframe {
          height: 400px; } }
      @media (max-width: 767px) {
        .showreel__video-wrap iframe {
          height: 250px; } }
  .showreel__item {
    display: none; }
    .showreel__item_active {
      display: block; }
  .showreel__arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer; }
    .showreel__arrow_prev {
      left: -80px;
      transform: rotate(-45deg); }
    .showreel__arrow_next {
      right: -80px;
      transform: rotate(135deg); }
    .showreel__arrow_disabled {
      opacity: 0.3;
      cursor: default; }


.works {
  width: 1200px;
  margin: 96px auto; }
  @media (max-width: 1199px) {
    .works {
      width: 1024px;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media (max-width: 1023px) {
    .works {
      width: 768px;
      padding: 0 30px;
      margin-top: 55px; } }
  @media (max-width: 767px) {
    .works {
      width: 320px;
      padding: 0 15px;
      margin-top: 36px;
      margin-bottom: 60px; } }
  .works_with-border {
    padding: 60px 0 0 0;
    margin-top: 30px;
    border-top: 1px solid #4c535b; }
    @media (max-width: 1199px) {
      .works_with-border {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1023px) {
      .works_with-border {
        width: auto; } }
    @media (max-width: 767px) {
      .works_with-border {
        padding-left: 15px;
        padding-right: 15px; } }
  .works__title {
    float: left;
    font-size: 40px;
    font-family: 'roboto_condensed';
    font-weight: 300;
    margin: 0 0 0 48px;
    padding: 0 0 0 52px;
    background: url(/i/icons/portfolio.png) 0 50% no-repeat;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1199px) {
      .works__title {
        margin: 0; }
        .p-service .works__title {
          background: none;
          padding: 0; } }
    @media (max-width: 1023px) {
      .works__title {
        padding: 0;
        background: none; } }
  .works__filter {
    float: right;
    font-size: 12px;
    color: #677481;
    text-transform: uppercase;
    margin: 15px 47px 0 0; }
    @media (max-width: 1199px) {
      .works__filter {
        margin-right: 0;
        float: left; } }
    @media (max-width: 767px) {
      .works__filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .works__filter-tag {
      display: inline-block;
      margin: 0 0 0 10px;
      text-decoration: none;
      line-height: 17px;
      padding: 0 4px; }
      @media (max-width: 1199px) {
        .works__filter-tag:first-child {
          margin-left: 0; } }
      @media (max-width: 1023px) {
        .works__filter-tag {
          margin-left: 0;
          margin-right: 15px;
          margin-bottom: 7px; } }
      @media (max-width: 767px) {
        .works__filter-tag {
          margin-right: 0;
          font-size: 11px; } }
      .works__filter-tag:hover, .works__filter-tag_active {
        background: #677481;
        color: #24282c; }
  .works__more-link {
    float: right;
    font-size: 12px;
    margin: 15px 47px 0 0;
    text-transform: uppercase;
    color: #677481; }
    @media (max-width: 767px) {
      .works__more-link {
        font-family: 'roboto_condensed';
        margin-right: 0;
        float: left;
        width: 100%; } }
    .works__more-link a {
      color: #fff; }
  .works__tile-wrap {
    clear: both;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .works__tile-wrap {
        padding-top: 17px; } }
  .works__item {
    height: 300px;
    width: calc(25% - 1px);
    margin: 0 1px 1px 0;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .works__item {
        height: 245px; } }
    @media (max-width: 1023px) {
      .works__item {
        width: calc(33.3% - 1px);
        height: 240px; }
        .p-service .works__item:nth-child(4) {
          display: none !important; } }
    @media (max-width: 767px) {
      .works__item {
        margin-left: 0;
        width: 100%;
        height: 290px;
        /*.p-service & {
				&:nth-child(4) {
					display: block !important;
				}
			}*/ } }
    .works__item_hidden {
      height: 0; }
    .works__item-image {
      position: absolute;
      width: 100%;
      height: 300px;
      background-color: #fff;
      background-size: cover;
      background-position: 50% 50%;
      top: 0;
      left: 0;
      opacity: 1;
      transition: all 0.3s; }
      .works__item:hover .works__item-image {
        opacity: 1; }
    .works__item-text-wrap {
      position: relative;
      height: 100%;
      padding: 45px 0 0 30px;
      box-sizing: border-box;
      opacity: 0;
      transition: all 0.3s;
      background-color: rgba(16, 19, 25, 0.88); }
      .works__item:hover .works__item-text-wrap {
        opacity: 1; }
    .works__item-text {
      width: 200px;
      font-size: 18px;
      font-family: 'roboto_slab';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .works__item-title {
      position: absolute;
      padding: 0 30px 0 30px;
      bottom: 50px;
      font-family: 'roboto_slab';
      font-size: 24px;
      font-weight: 300;
      width: 100%;
      left: 0;
      box-sizing: border-box;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .works__item-title {
          font-size: 20px; } }
      .works__item-title-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.3s; }
        .works__item:hover .works__item-title-wrap {
          opacity: 0; }
    .works__item-about {
      margin: 20px 0 0 0;
      text-decoration: underline;
      position: absolute;
      left: 30px;
      bottom: 87px;
      font-size: 16px; }
      .works__item-about a {
        display: inline-block;
        padding: 0 22px 0 0;
        background: url(/i/ctr/arrow1.png) 100% 50% no-repeat; }
    .works__item-logo {
      position: absolute;
      left: 30px;
      top: 105px;
      transform: translateY(-50%); }
      .works__item-logo img {
        max-width: 230px;
        max-height: 100px; }
    .works__item-tags {
      position: absolute;
      bottom: 30px;
      left: 30px;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 300;
      opacity: 0.3; }
    .works__item-tag {
      display: inline-block;
      margin: 0 10px 0 0;
      line-height: 17px; }
      .works__item-tag_current {
        background: #fff;
        padding: 0 4px;
        opacity: 0.5;
        color: #4c535b; }
  .works__button-wrap {
    text-align: center;
    margin: 50px 0 0 0;
    display: none; }
    @media (max-width: 767px) {
      .works__button-wrap {
        margin-top: 35px; } }
  .works__load-more {
    display: inline-block;
    text-decoration: none;
    font-family: 'roboto_condensed';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    border: 2px solid #c00118;
    border-radius: 3px;
    padding: 0 15px;
    font-weight: 300;
    background: transparent;
    color: inherit;
    cursor: pointer; }
    .works__load-more:hover {
      opacity: 0.9; }
